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-04-25T16:03:03.7060392+00:00",
"SubmitDate": "2026-04-25T16:03:03.7060392+00:00",
"ReportPeriodStart": "2026-04-25T16:03:03.7060392+00:00",
"ReportPeriodEnd": "2026-04-25T16:03:03.7060392+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7b97a03e-a36e-4519-abb0-d6d88086866a",
"Rows": [
{
"ItemId": "05adb9ef-4cbc-4da6-bb87-f6f04925b0b0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "05adb9ef-4cbc-4da6-bb87-f6f04925b0b0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7b97a03e-a36e-4519-abb0-d6d88086866a",
"Rows": [
{
"ItemId": "05adb9ef-4cbc-4da6-bb87-f6f04925b0b0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "05adb9ef-4cbc-4da6-bb87-f6f04925b0b0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e94765d8-c6dc-441b-ab99-071620e63299",
"75e5f29f-f406-4255-b3a2-4d25f9f655a7"
],
"Approvers": [
"dbc0dae3-308f-4cf4-8699-9a5793d759a3",
"a65eb18c-a696-4d1b-9f2f-050931dd2b55"
],
"ApprovedBy": "d804276d-05b6-4c93-81fc-6137f19c8f33",
"ApprovalDate": "2026-04-25T16:03:03.7060392+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "66a350b8-3fc1-4b11-9a10-ec722d2378fa",
"id": "56aebbbd-c0b3-42b5-a1c1-aa68afe6d0df",
"ConfigId": "aadcbcb0-3087-4f0d-8245-1514f4d03e71"
}