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. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"GenerationDate": "2026-05-06T21:10:13.6083928+00:00",
"SubmitDate": "2026-05-06T21:10:13.6083928+00:00",
"ReportPeriodStart": "2026-05-06T21:10:13.6083928+00:00",
"ReportPeriodEnd": "2026-05-06T21:10:13.6083928+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1b86c823-bb84-4723-b614-f92fa83dba28",
"Rows": [
{
"ItemId": "857d7ddb-afc4-42d4-8819-da8d03a2d8c8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "857d7ddb-afc4-42d4-8819-da8d03a2d8c8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1b86c823-bb84-4723-b614-f92fa83dba28",
"Rows": [
{
"ItemId": "857d7ddb-afc4-42d4-8819-da8d03a2d8c8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "857d7ddb-afc4-42d4-8819-da8d03a2d8c8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"33eee6ce-f407-4ea5-b650-e71fafbb5ea7",
"13caad55-dbb8-4c27-928a-33d46f5c586b"
],
"Approvers": [
"809d40f7-a81a-41c7-96c9-7c8eb03fdf57",
"ea2e4730-436d-4d91-9a85-e6783084d366"
],
"ApprovedBy": "28c5d7f9-2fb3-4dd1-8ce3-9e152619fdf9",
"ApprovalDate": "2026-05-06T21:10:13.6083928+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ccb5cf84-5c3e-40f8-80da-3276837801bb",
"id": "cbdb8179-6e79-45e9-b39e-e09f4fa3c11e",
"ConfigId": "327d3f27-1827-4bbe-a630-e42565630063"
}