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-06-19T09:50:56.1938316+00:00",
"SubmitDate": "2026-06-19T09:50:56.1938316+00:00",
"ReportPeriodStart": "2026-06-19T09:50:56.1938316+00:00",
"ReportPeriodEnd": "2026-06-19T09:50:56.1938316+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ab586049-143c-44be-8dfc-b72a1da21b3d",
"Rows": [
{
"ItemId": "f2c9e628-d485-4b36-be59-6b396b10c911",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f2c9e628-d485-4b36-be59-6b396b10c911",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ab586049-143c-44be-8dfc-b72a1da21b3d",
"Rows": [
{
"ItemId": "f2c9e628-d485-4b36-be59-6b396b10c911",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f2c9e628-d485-4b36-be59-6b396b10c911",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a60e36e5-0e6a-4514-92b0-bfda3771dc96",
"e42f946a-b9a2-4b5f-90b7-6da6f6f166ba"
],
"Approvers": [
"1626fedb-5944-4289-81ba-dd6c165fecef",
"f5b590d7-5a8b-4c86-9aab-1f304d5d99a5"
],
"ApprovedBy": "97de8c17-5d3b-4f6f-b780-05ebce0035d1",
"ApprovalDate": "2026-06-19T09:50:56.1938316+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "82172fc8-f120-4625-8e05-399b77bce139",
"id": "ef9df2ad-7e26-42bd-80f1-f7286c15e85a",
"ConfigId": "d91bf0ba-2b41-46f3-9a86-dde21804992a"
}