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-03-28T15:57:03.2917455+00:00",
"SubmitDate": "2026-03-28T15:57:03.2917455+00:00",
"ReportPeriodStart": "2026-03-28T15:57:03.2917455+00:00",
"ReportPeriodEnd": "2026-03-28T15:57:03.2917455+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fe3c0114-ffc1-4b7f-8644-3932d1c5135f",
"Rows": [
{
"ItemId": "21b9fa44-143c-410f-969f-bf819c2cf027",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "21b9fa44-143c-410f-969f-bf819c2cf027",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fe3c0114-ffc1-4b7f-8644-3932d1c5135f",
"Rows": [
{
"ItemId": "21b9fa44-143c-410f-969f-bf819c2cf027",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "21b9fa44-143c-410f-969f-bf819c2cf027",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a48980ba-13bd-4792-8a1f-2b0309a8032e",
"21ea2873-0f77-4a9e-b733-ec7de1dcc362"
],
"Approvers": [
"136e88bb-31a3-42c4-906e-0e0279d23821",
"5acb0b4f-ab21-4f19-a44f-620376a53ab9"
],
"ApprovedBy": "493db26f-2496-45ec-a4f8-bf38a3f04ee0",
"ApprovalDate": "2026-03-28T15:57:03.2917455+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "67b337d6-8c94-44ea-b345-d53e39827067",
"id": "387e742c-d2ef-4864-94af-8cce513f40c4",
"ConfigId": "b05beb1b-f85b-4f43-b7f2-f70b96ef0745"
}