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-13T21:03:07.6290757+00:00",
"SubmitDate": "2026-09-13T21:03:07.6290757+00:00",
"ReportPeriodStart": "2026-09-13T21:03:07.6290757+00:00",
"ReportPeriodEnd": "2026-09-13T21:03:07.6290757+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8df8dad5-3cef-4a1a-9d6e-a87fe133d483",
"Rows": [
{
"ItemId": "b75bef7c-c99d-4fdc-b16e-f6ab9d000577",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b75bef7c-c99d-4fdc-b16e-f6ab9d000577",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8df8dad5-3cef-4a1a-9d6e-a87fe133d483",
"Rows": [
{
"ItemId": "b75bef7c-c99d-4fdc-b16e-f6ab9d000577",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b75bef7c-c99d-4fdc-b16e-f6ab9d000577",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"eaa80d19-f289-4226-a30f-f54700bfb62b",
"4f22dac7-941e-4f8e-84c9-35c9bcf02fcb"
],
"Approvers": [
"77e2bb98-4366-4c4b-9183-20c9ac84eb10",
"a8ad441c-d045-46a7-8896-ce6089fd2fa7"
],
"ApprovedBy": "da5470a5-bfba-4127-ac67-479a986d07b3",
"ApprovalDate": "2026-09-13T21:03:07.6290757+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "2d1daf31-dee0-436e-8a55-07a0c99c7b2c",
"WorkPlanId": "ef77f4a8-735d-4ce3-b0ed-46281890185c",
"id": "89495d23-3c06-4991-bc60-9e4816013a86",
"ConfigId": "b79e2f73-f2f0-474d-a349-3ba80edb5304"
}