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-13T12:48:52.7002841+00:00",
"SubmitDate": "2026-05-13T12:48:52.7002841+00:00",
"ReportPeriodStart": "2026-05-13T12:48:52.7002841+00:00",
"ReportPeriodEnd": "2026-05-13T12:48:52.7002841+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ac51d385-f328-4228-b76c-39280b125487",
"Rows": [
{
"ItemId": "ffd673e0-9893-47bf-88c4-6272b2b08ea0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ffd673e0-9893-47bf-88c4-6272b2b08ea0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ac51d385-f328-4228-b76c-39280b125487",
"Rows": [
{
"ItemId": "ffd673e0-9893-47bf-88c4-6272b2b08ea0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ffd673e0-9893-47bf-88c4-6272b2b08ea0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1b16ffc7-2e9f-4bc8-bd80-8f8f527206e7",
"15fae296-7067-4697-8f7c-d3263783e4b0"
],
"Approvers": [
"adfce34e-1031-4c35-9648-18735cabd016",
"85c83eea-3b29-4442-94f2-28e13678cdc5"
],
"ApprovedBy": "ef5592d1-e2eb-473b-a9e0-c510d2edb925",
"ApprovalDate": "2026-05-13T12:48:52.7002841+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0ce992f1-71ef-42f7-9a41-655ead5f5e47",
"id": "1f6fb4cb-9d75-4997-a761-9f7d04bbeb19",
"ConfigId": "b552ff94-232a-42f7-86ae-9ade236f2f1f"
}