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-26T03:51:22.5058279+00:00",
"SubmitDate": "2026-05-26T03:51:22.5058279+00:00",
"ReportPeriodStart": "2026-05-26T03:51:22.5058279+00:00",
"ReportPeriodEnd": "2026-05-26T03:51:22.5058279+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "597cb1ca-f3fc-4432-bb0f-5d8638d677b0",
"Rows": [
{
"ItemId": "f683d9fe-0778-48c9-a886-05b4a931cc11",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f683d9fe-0778-48c9-a886-05b4a931cc11",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "597cb1ca-f3fc-4432-bb0f-5d8638d677b0",
"Rows": [
{
"ItemId": "f683d9fe-0778-48c9-a886-05b4a931cc11",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f683d9fe-0778-48c9-a886-05b4a931cc11",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a78658b4-c47c-4f2e-aafe-8e93e41a1bdb",
"7328b1b8-87e1-4f4e-be75-8301519ee3e1"
],
"Approvers": [
"7e3c32f0-3d98-454a-aa8f-b65bb2afcdb6",
"bc5e05e8-e00e-439d-a59c-8fbe5335385d"
],
"ApprovedBy": "fbf24486-4bde-4530-8d25-1e268c6f8d62",
"ApprovalDate": "2026-05-26T03:51:22.5058279+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ae89b42d-77fa-4787-93b8-d6e1977ce8a3",
"id": "3bb2ee1b-0403-499b-9c1e-6a60146a4266",
"ConfigId": "1e849a33-3926-421f-bacd-1fc56d21a03a"
}