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-16T16:01:51.172354+00:00",
"SubmitDate": "2026-05-16T16:01:51.172354+00:00",
"ReportPeriodStart": "2026-05-16T16:01:51.172354+00:00",
"ReportPeriodEnd": "2026-05-16T16:01:51.172354+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4cce6a5d-a7c0-4a71-91b4-c82c5a30180b",
"Rows": [
{
"ItemId": "ebcbef44-7eab-4e01-9988-f7add38b3cad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ebcbef44-7eab-4e01-9988-f7add38b3cad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4cce6a5d-a7c0-4a71-91b4-c82c5a30180b",
"Rows": [
{
"ItemId": "ebcbef44-7eab-4e01-9988-f7add38b3cad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ebcbef44-7eab-4e01-9988-f7add38b3cad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"112e6e80-d51b-44de-801c-4dba493da09c",
"8020e3ab-e0c7-4a8a-ab68-6c7c6ff53eef"
],
"Approvers": [
"a65b189a-f2bb-4be5-83cd-19ce9cb7656e",
"5c620e2b-545f-4793-9180-ab030df2fb24"
],
"ApprovedBy": "911f208a-cf62-49ee-a481-da8615626866",
"ApprovalDate": "2026-05-16T16:01:51.172354+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "721b8e21-1c5c-4010-9878-6d1b41e99f7f",
"id": "bfd66263-6217-429a-b8ab-17b6e1466a7e",
"ConfigId": "c5b6ba13-8b6c-48f1-949e-475a8c51e2c0"
}