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-21T04:12:32.7559089+00:00",
"SubmitDate": "2026-09-21T04:12:32.7559089+00:00",
"ReportPeriodStart": "2026-09-21T04:12:32.7559089+00:00",
"ReportPeriodEnd": "2026-09-21T04:12:32.7559089+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3bb72f64-7616-464e-98ca-27fe8a6ce716",
"Rows": [
{
"ItemId": "aa8aebef-cbb4-4653-b40a-50ddddad7e2b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "aa8aebef-cbb4-4653-b40a-50ddddad7e2b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3bb72f64-7616-464e-98ca-27fe8a6ce716",
"Rows": [
{
"ItemId": "aa8aebef-cbb4-4653-b40a-50ddddad7e2b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "aa8aebef-cbb4-4653-b40a-50ddddad7e2b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ca4c82c0-d03a-4343-978c-0e97214ad1bc",
"a12472a8-9138-4280-a75d-bc3a1db0b951"
],
"Approvers": [
"ae23ae30-2cb2-45fb-bb22-d1b8e9a79d42",
"58cad4b0-5981-43cc-936e-d508819e7caf"
],
"ApprovedBy": "2e8b279e-fe11-4888-a4f9-e312884ff49e",
"ApprovalDate": "2026-09-21T04:12:32.7559089+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "d94e0ad5-0ba0-44aa-be60-04157d4def23",
"WorkPlanId": "4f86240d-a5fc-413d-a791-2a4751c7eed2",
"id": "65ce7cf4-cc32-483a-b79d-a54cff60a626",
"ConfigId": "a657a1ba-b2ef-4152-b9ac-879ce0f0602c"
}