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-02-05T11:09:50.2333443+00:00",
"SubmitDate": "2026-02-05T11:09:50.2333443+00:00",
"ReportPeriodStart": "2026-02-05T11:09:50.2333443+00:00",
"ReportPeriodEnd": "2026-02-05T11:09:50.2333443+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "58dd45e4-a1f1-41d8-9ea6-3d5f42e62787",
"Rows": [
{
"ItemId": "9beda520-d4e2-48c1-8876-98ec1b13921c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9beda520-d4e2-48c1-8876-98ec1b13921c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "58dd45e4-a1f1-41d8-9ea6-3d5f42e62787",
"Rows": [
{
"ItemId": "9beda520-d4e2-48c1-8876-98ec1b13921c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9beda520-d4e2-48c1-8876-98ec1b13921c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a2a3c9df-d309-4d78-9567-a96c72405c0b",
"d586d03e-74df-4d81-962e-e99c97296afe"
],
"Approvers": [
"0e9342be-9045-4c76-b6b1-4776a7af4a37",
"181302f6-0b13-4f03-86ec-af57f93e1917"
],
"ApprovedBy": "6d955bea-adbe-41b0-9323-a8614c152ad7",
"ApprovalDate": "2026-02-05T11:09:50.2333443+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a462593f-4191-4200-af63-ea870bad1ea1",
"id": "c532d476-05a1-42ae-b5cc-f2cb78cc0253",
"ConfigId": "b2345df0-9a39-4982-81ad-c88520c5b1f9"
}