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-15T10:27:25.7812811+00:00",
"SubmitDate": "2026-08-15T10:27:25.7812811+00:00",
"ReportPeriodStart": "2026-08-15T10:27:25.7812811+00:00",
"ReportPeriodEnd": "2026-08-15T10:27:25.7812811+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "beded591-c9b3-41a0-8cd3-6c4e6d6b44f3",
"Rows": [
{
"ItemId": "d32e9034-585b-469b-b38e-c598c7818b16",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d32e9034-585b-469b-b38e-c598c7818b16",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "beded591-c9b3-41a0-8cd3-6c4e6d6b44f3",
"Rows": [
{
"ItemId": "d32e9034-585b-469b-b38e-c598c7818b16",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d32e9034-585b-469b-b38e-c598c7818b16",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"646ad6dd-8d48-4817-bfbf-38283244f436",
"e53eac71-77ae-44f6-a08a-316038077bac"
],
"Approvers": [
"e65f8f3d-9efd-4eba-939e-7afe0a1b384e",
"9974294c-3db6-4657-bb09-c51bfe1311fc"
],
"ApprovedBy": "60b9b4e7-a4f0-49fc-9bfa-7adee5d0ff0d",
"ApprovalDate": "2026-08-15T10:27:25.7812811+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "e94a55c2-8733-4043-9352-7b0457508463",
"WorkPlanId": "96f1cd89-cd9f-46f9-8d43-f7db0c387fa9",
"id": "0650c4c7-586b-4109-98c6-dbe6308b06ff",
"ConfigId": "72a9afc5-ec99-4467-a0b0-cd4995e4ea23"
}