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-29T14:43:12.2274226+00:00",
"SubmitDate": "2026-05-29T14:43:12.2274226+00:00",
"ReportPeriodStart": "2026-05-29T14:43:12.2274226+00:00",
"ReportPeriodEnd": "2026-05-29T14:43:12.2274226+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "68fcc884-9dd0-40dd-8182-cd12a052a7f1",
"Rows": [
{
"ItemId": "1e2ec56f-884d-43ee-bd08-60f883428ea8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1e2ec56f-884d-43ee-bd08-60f883428ea8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "68fcc884-9dd0-40dd-8182-cd12a052a7f1",
"Rows": [
{
"ItemId": "1e2ec56f-884d-43ee-bd08-60f883428ea8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1e2ec56f-884d-43ee-bd08-60f883428ea8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4253993c-7887-4303-9085-b4855ff03380",
"5ccba799-11ce-4b26-8c38-85c330b74fc6"
],
"Approvers": [
"c7a8affa-4fed-4743-8ec7-a43543d07f60",
"d9b5abae-6aa6-41a8-b104-30d4ec53be22"
],
"ApprovedBy": "d51066a1-2b50-4c16-a138-ee0d901069b6",
"ApprovalDate": "2026-05-29T14:43:12.2274226+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d9948468-b942-4056-b711-d6eda62d94af",
"id": "fb08e8d6-d93e-4ec7-b63f-920654c58e25",
"ConfigId": "26b56546-e8f1-4e02-965c-55e3a38ff178"
}