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-17T10:53:58.575231+00:00",
"SubmitDate": "2026-07-17T10:53:58.575231+00:00",
"ReportPeriodStart": "2026-07-17T10:53:58.575231+00:00",
"ReportPeriodEnd": "2026-07-17T10:53:58.575231+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "50f22597-9742-43d9-a970-b01d6e157169",
"Rows": [
{
"ItemId": "10a3942f-2477-4ce6-91fb-0754792a6afd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "10a3942f-2477-4ce6-91fb-0754792a6afd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "50f22597-9742-43d9-a970-b01d6e157169",
"Rows": [
{
"ItemId": "10a3942f-2477-4ce6-91fb-0754792a6afd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "10a3942f-2477-4ce6-91fb-0754792a6afd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5c4d0b72-eed9-4e1e-b936-5af8729a9e1b",
"6a753606-779f-4493-804e-81f4456518f8"
],
"Approvers": [
"b258e807-5f3b-4b42-82c2-1b1d89f7dd3e",
"aa8dc656-c289-4609-b370-f92e7d0e74ee"
],
"ApprovedBy": "c6662a96-b98a-4441-84eb-9e1bb395ed3c",
"ApprovalDate": "2026-07-17T10:53:58.575231+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "2d09a731-a207-40f7-987a-5353d5b5241e",
"WorkPlanId": "9ef479b9-ce4f-4151-9de6-d7cb2ce6fca1",
"id": "4557a479-11b8-4643-8550-c2f907fbc625",
"ConfigId": "4bfe99ef-5e2c-447b-b583-91c45b6517f4"
}