POST api/statusreports/{id}/reject?Comments={Comments}
Rejects a Report
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| Comments | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"GenerationDate": "2025-12-03T17:10:39.1947864+00:00",
"SubmitDate": "2025-12-03T17:10:39.1947864+00:00",
"ReportPeriodStart": "2025-12-03T17:10:39.1947864+00:00",
"ReportPeriodEnd": "2025-12-03T17:10:39.1947864+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e8793b5e-d47b-494b-ad37-6d392706d298",
"Rows": [
{
"ItemId": "d774021b-8d33-46e3-a3c7-4cee8c4146e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d774021b-8d33-46e3-a3c7-4cee8c4146e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e8793b5e-d47b-494b-ad37-6d392706d298",
"Rows": [
{
"ItemId": "d774021b-8d33-46e3-a3c7-4cee8c4146e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d774021b-8d33-46e3-a3c7-4cee8c4146e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6bacd961-fbbd-44c3-b3b1-7619d10ebf01",
"e699097b-d5d7-4c74-92a4-66e623edbb3a"
],
"Approvers": [
"8c0ff16f-d6cb-42ff-a225-913d47ea546e",
"f352ac97-f173-4df0-995c-49b88f6a7a29"
],
"ApprovedBy": "e7dbaecc-e5ba-404c-8f29-45988f682fd3",
"ApprovalDate": "2025-12-03T17:10:39.1947864+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "729b4838-65f3-4f17-bc33-99973fac091e",
"id": "1bdda004-80be-4693-8d29-7536b040df5c",
"ConfigId": "a8c3eee0-8dde-40f8-aefb-a307641e6883"
}