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-07-28T00:06:07.3616215+00:00",
"SubmitDate": "2026-07-28T00:06:07.3616215+00:00",
"ReportPeriodStart": "2026-07-28T00:06:07.3616215+00:00",
"ReportPeriodEnd": "2026-07-28T00:06:07.3616215+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "da1076c5-751c-41b5-a154-e0708f120e0e",
"Rows": [
{
"ItemId": "af703d9b-ad7a-4f5d-8cfb-e1b94dd9dd54",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "af703d9b-ad7a-4f5d-8cfb-e1b94dd9dd54",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "da1076c5-751c-41b5-a154-e0708f120e0e",
"Rows": [
{
"ItemId": "af703d9b-ad7a-4f5d-8cfb-e1b94dd9dd54",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "af703d9b-ad7a-4f5d-8cfb-e1b94dd9dd54",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4a168b38-d8bf-4324-b48f-2f1e38eb0308",
"35b3284a-7230-420a-948d-d4ae8ed975f9"
],
"Approvers": [
"3689080e-68c7-4f23-9be4-944b6c8fe0a5",
"bafc9dae-ee46-45bc-bd6f-fa12e2789f25"
],
"ApprovedBy": "d8352057-ca64-4e22-a2c9-f6ee90a8cea3",
"ApprovalDate": "2026-07-28T00:06:07.3616215+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "0a832b0a-be0e-41ac-9167-912907415869",
"WorkPlanId": "28e41849-c18c-4219-815c-be9892c9908c",
"id": "f11a0ee4-b9ea-442a-9032-ae6df60f22ea",
"ConfigId": "28103a83-2293-41f1-ac7e-d11b80b2487a"
}