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-22T20:03:10.4370129+00:00",
"SubmitDate": "2026-07-22T20:03:10.4370129+00:00",
"ReportPeriodStart": "2026-07-22T20:03:10.4370129+00:00",
"ReportPeriodEnd": "2026-07-22T20:03:10.4370129+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5969a584-18a3-42eb-b0c2-03cc04f538c1",
"Rows": [
{
"ItemId": "8cb01052-3baa-4d21-b054-5124d2fad9b6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8cb01052-3baa-4d21-b054-5124d2fad9b6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5969a584-18a3-42eb-b0c2-03cc04f538c1",
"Rows": [
{
"ItemId": "8cb01052-3baa-4d21-b054-5124d2fad9b6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8cb01052-3baa-4d21-b054-5124d2fad9b6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3ddc2008-a5bd-4b6d-a7b2-1fccb97a4a91",
"226446bb-e1f8-48df-bcb4-1ff949e4b0c0"
],
"Approvers": [
"15eb983d-f958-4679-a759-58b4a827dc84",
"a7e3ddee-a00a-4499-8b80-0ce03d769c17"
],
"ApprovedBy": "6428d5db-a3c3-4a87-912b-5bac22074aa6",
"ApprovalDate": "2026-07-22T20:03:10.4370129+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "93ce72d8-d613-4277-92cb-74905349a28a",
"WorkPlanId": "e5194dcd-ba4c-4f3f-b635-28f1dce0a7c5",
"id": "83c17357-44a1-4c06-9b77-9d377d1798ca",
"ConfigId": "38aea2c0-9724-4e60-9b8b-400ec94636b2"
}