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-06-20T10:30:08.1977163+00:00",
"SubmitDate": "2026-06-20T10:30:08.1977163+00:00",
"ReportPeriodStart": "2026-06-20T10:30:08.1977163+00:00",
"ReportPeriodEnd": "2026-06-20T10:30:08.1977163+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0648f72f-b5bf-4bcb-b1d8-56a835834dd6",
"Rows": [
{
"ItemId": "82932718-1109-4032-a606-b08d6dc8a1d8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "82932718-1109-4032-a606-b08d6dc8a1d8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0648f72f-b5bf-4bcb-b1d8-56a835834dd6",
"Rows": [
{
"ItemId": "82932718-1109-4032-a606-b08d6dc8a1d8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "82932718-1109-4032-a606-b08d6dc8a1d8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f9aac85f-51f9-464e-9383-6e164a613e81",
"4e27647e-73b0-4fe5-a483-a3df8760fd24"
],
"Approvers": [
"6552e50d-cfa0-4f49-b736-c3c47fdb9ef3",
"f25172d0-7379-4434-a633-ab82a8382c68"
],
"ApprovedBy": "ad9543bc-9dc0-44b7-bff2-6ae86d3b2617",
"ApprovalDate": "2026-06-20T10:30:08.1977163+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0e396f91-046e-43e8-9177-8ebe34bbf92a",
"id": "d1cb02a1-d566-4db1-a124-1bbbde1b9c95",
"ConfigId": "defedc7c-689b-4dd8-bea9-b2a034b673a6"
}