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-07T06:20:23.52009+00:00",
"SubmitDate": "2026-08-07T06:20:23.52009+00:00",
"ReportPeriodStart": "2026-08-07T06:20:23.52009+00:00",
"ReportPeriodEnd": "2026-08-07T06:20:23.52009+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3750180d-94f7-446f-a971-404e54f97546",
"Rows": [
{
"ItemId": "9b8524f4-df0a-4aad-930c-36df53138b89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b8524f4-df0a-4aad-930c-36df53138b89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3750180d-94f7-446f-a971-404e54f97546",
"Rows": [
{
"ItemId": "9b8524f4-df0a-4aad-930c-36df53138b89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b8524f4-df0a-4aad-930c-36df53138b89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e3f19f7f-1b99-49d3-b68e-b853cc8dd7e2",
"59bbb9b8-6970-4fa1-808f-b80859e953b2"
],
"Approvers": [
"debdabbd-d2a7-4cfa-83fe-10b008aeb204",
"6603b679-e94a-4927-9edd-dffbd46182af"
],
"ApprovedBy": "c7950eed-649a-46e8-89c3-b2c15b78f163",
"ApprovalDate": "2026-08-07T06:20:23.52009+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "5d2079fe-6cd1-473f-be58-f57023c02053",
"WorkPlanId": "7a7d6a15-f763-4e55-b0fe-3cdc4af70fa9",
"id": "df3659a6-b8ef-4fab-b47b-7456b64ec8a0",
"ConfigId": "db44460e-4997-47f5-ad94-371f75b4b81a"
}