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-07T10:13:46.5392509+00:00",
"SubmitDate": "2026-09-07T10:13:46.5392509+00:00",
"ReportPeriodStart": "2026-09-07T10:13:46.5392509+00:00",
"ReportPeriodEnd": "2026-09-07T10:13:46.5392509+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b52d52a6-0b56-4ad8-a9f7-fdc006425842",
"Rows": [
{
"ItemId": "d3b67a00-084d-4ee7-97e0-f59ed4cb91f6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d3b67a00-084d-4ee7-97e0-f59ed4cb91f6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b52d52a6-0b56-4ad8-a9f7-fdc006425842",
"Rows": [
{
"ItemId": "d3b67a00-084d-4ee7-97e0-f59ed4cb91f6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d3b67a00-084d-4ee7-97e0-f59ed4cb91f6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9b700931-880f-4d1f-b831-2e6e5d203505",
"2d063bbf-1fa7-492b-b998-e184ca5de5bc"
],
"Approvers": [
"df46ccf7-85e1-418d-a3fd-2d2de9dc7eca",
"073189ed-f193-47dd-907c-d5feb7d42086"
],
"ApprovedBy": "a334c8b2-1c51-4c98-b9ea-d4a40bbccde5",
"ApprovalDate": "2026-09-07T10:13:46.5392509+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "bde86bc5-f430-495f-b7de-344e0d3dc57a",
"WorkPlanId": "c13c1c47-be05-4c68-a1b5-ed50dc9c32bd",
"id": "8fa4e377-1be1-4076-9f91-7c168b3281ca",
"ConfigId": "41f66216-60eb-47b9-9127-3df8a4e615e8"
}