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. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"GenerationDate": "2026-08-27T23:29:15.6906371+00:00",
"SubmitDate": "2026-08-27T23:29:15.6906371+00:00",
"ReportPeriodStart": "2026-08-27T23:29:15.6906371+00:00",
"ReportPeriodEnd": "2026-08-27T23:29:15.6906371+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "68b5fe4c-82c6-44d6-8b5a-862b6b7b186e",
"Rows": [
{
"ItemId": "c38dab05-0298-4c8b-85c6-cdf9df2884c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c38dab05-0298-4c8b-85c6-cdf9df2884c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "68b5fe4c-82c6-44d6-8b5a-862b6b7b186e",
"Rows": [
{
"ItemId": "c38dab05-0298-4c8b-85c6-cdf9df2884c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c38dab05-0298-4c8b-85c6-cdf9df2884c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"49bf7a07-0b93-4379-90b8-cba8d852bf88",
"869c134e-92e6-445e-9655-31b3a39fc873"
],
"Approvers": [
"b8bbc393-6144-447c-a353-6284821b3d15",
"6463e808-fc79-4a29-a15f-9a72f514cd87"
],
"ApprovedBy": "16b28306-ca66-4a90-a6a4-4af03eeff345",
"ApprovalDate": "2026-08-27T23:29:15.6906371+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "9bdc1fca-89f8-44d6-a74b-37aaaa634bea",
"WorkPlanId": "ad7443a3-6399-415f-b0a2-2bd949c59a57",
"id": "9d815dbc-a6cb-42d3-a336-ecb12423fe9b",
"ConfigId": "9be638e7-efb4-497c-8db0-25dc1fbcb0a5"
}