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-25T09:08:37.0047559+00:00",
"SubmitDate": "2026-05-25T09:08:37.0047559+00:00",
"ReportPeriodStart": "2026-05-25T09:08:37.0047559+00:00",
"ReportPeriodEnd": "2026-05-25T09:08:37.0047559+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f09510b0-a76e-487b-9278-527af0776a94",
"Rows": [
{
"ItemId": "a8b0dd4b-2ce9-44db-bf2e-7a55a7df0944",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a8b0dd4b-2ce9-44db-bf2e-7a55a7df0944",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f09510b0-a76e-487b-9278-527af0776a94",
"Rows": [
{
"ItemId": "a8b0dd4b-2ce9-44db-bf2e-7a55a7df0944",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a8b0dd4b-2ce9-44db-bf2e-7a55a7df0944",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"57c37d67-8a33-492f-9ec4-e638dc83d7b5",
"fd9ee36c-514e-4d91-b748-c6787b1d1e3d"
],
"Approvers": [
"5ce78e6e-4e17-4c5c-99f6-1932934ca8f1",
"34cfbe28-5ab3-4cf3-aa53-80e66f01d483"
],
"ApprovedBy": "5d05fe5c-35c1-482b-aa3c-72adb0b2e3cd",
"ApprovalDate": "2026-05-25T09:08:37.0047559+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "952c4557-95db-4872-a5e4-f1f1aa9d0243",
"id": "0b46a7f2-c929-4e0b-898b-b5596b54c618",
"ConfigId": "686227c2-023d-4663-9768-6c54d9c32f74"
}