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": "2025-11-09T15:55:47.3831995+00:00",
"SubmitDate": "2025-11-09T15:55:47.3831995+00:00",
"ReportPeriodStart": "2025-11-09T15:55:47.3831995+00:00",
"ReportPeriodEnd": "2025-11-09T15:55:47.3831995+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f0493c3d-1dd8-4dde-8e31-5feac837a3c1",
"Rows": [
{
"ItemId": "fc9b1e53-437f-413f-aa73-ed83b195f136",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fc9b1e53-437f-413f-aa73-ed83b195f136",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f0493c3d-1dd8-4dde-8e31-5feac837a3c1",
"Rows": [
{
"ItemId": "fc9b1e53-437f-413f-aa73-ed83b195f136",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fc9b1e53-437f-413f-aa73-ed83b195f136",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e6ec7f41-03dd-476f-9ceb-a543b135f90d",
"677e58b0-eccc-4032-8108-1ccbbb8f49f2"
],
"Approvers": [
"8432419b-c40f-4d3a-b376-a50e05c4b9f9",
"ff3d26d4-6444-42dd-a62c-8fdd76c1526e"
],
"ApprovedBy": "ddb957e4-04fa-4a2b-8aac-df38fd7e2faa",
"ApprovalDate": "2025-11-09T15:55:47.3831995+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2d99b0a4-2360-4c6c-ba5f-3dad2190b694",
"id": "df5bfab5-eeca-4aae-9415-aa953631224a",
"ConfigId": "5609d8e1-173b-4a70-812d-113521d784c1"
}