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-09-10T15:15:40.0483532+00:00",
"SubmitDate": "2026-09-10T15:15:40.0483532+00:00",
"ReportPeriodStart": "2026-09-10T15:15:40.0483532+00:00",
"ReportPeriodEnd": "2026-09-10T15:15:40.0483532+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "74192a9f-0716-4830-99e8-8e80217e7d9f",
"Rows": [
{
"ItemId": "d30f8407-2ed8-4276-8adc-cd6bbfd26ebe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d30f8407-2ed8-4276-8adc-cd6bbfd26ebe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "74192a9f-0716-4830-99e8-8e80217e7d9f",
"Rows": [
{
"ItemId": "d30f8407-2ed8-4276-8adc-cd6bbfd26ebe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d30f8407-2ed8-4276-8adc-cd6bbfd26ebe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"02c3bd60-7562-46b6-af84-19a52cd2f0b8",
"bee73893-5615-473b-98b7-e2a0a43e5658"
],
"Approvers": [
"0536403f-be89-48b0-bff9-d435233e6829",
"a38d2828-5ab3-4ea7-a847-021ae06dfc1e"
],
"ApprovedBy": "6e576ee4-2352-42be-ba12-7a606f2cf8db",
"ApprovalDate": "2026-09-10T15:15:40.0483532+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "0aef1c8b-0830-41dc-8184-65d1e99268d8",
"WorkPlanId": "62b4aa9f-74bf-4601-807a-3a1194aa4f1e",
"id": "bb361d29-7917-4c86-9f18-762f69b223e5",
"ConfigId": "4ed983ba-f1d5-46a6-9f06-3b46ffb4a162"
}