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-24T21:45:50.6183212+00:00",
"SubmitDate": "2026-07-24T21:45:50.6183212+00:00",
"ReportPeriodStart": "2026-07-24T21:45:50.6183212+00:00",
"ReportPeriodEnd": "2026-07-24T21:45:50.6183212+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c918cfd4-c29a-4048-ae5c-71162f4dc3cd",
"Rows": [
{
"ItemId": "0408defa-5059-416b-89ff-51a81b5fc7bc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0408defa-5059-416b-89ff-51a81b5fc7bc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c918cfd4-c29a-4048-ae5c-71162f4dc3cd",
"Rows": [
{
"ItemId": "0408defa-5059-416b-89ff-51a81b5fc7bc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0408defa-5059-416b-89ff-51a81b5fc7bc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"df8f00ca-9f60-458f-a71f-02a26e67c952",
"d8d4f9cc-baad-4dea-9563-7e05dec8e535"
],
"Approvers": [
"86cf0a82-3352-46fd-b10a-4c4bbc677684",
"f35e162a-592c-4ad6-8e17-348fdc6a2d1a"
],
"ApprovedBy": "bc266cfb-86f8-4203-891e-2064b52acbb0",
"ApprovalDate": "2026-07-24T21:45:50.6183212+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "df3ebce9-a740-4f79-a136-8e2d353cf6f9",
"WorkPlanId": "440c077f-a7d6-4eeb-bcbb-66c72dd52ff6",
"id": "f12d02aa-5681-4989-a1b2-fe1edb852918",
"ConfigId": "586c233c-358d-4a89-95a8-43b7c6bf8771"
}