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-01-16T09:22:12.2973756+00:00",
"SubmitDate": "2026-01-16T09:22:12.2973756+00:00",
"ReportPeriodStart": "2026-01-16T09:22:12.2973756+00:00",
"ReportPeriodEnd": "2026-01-16T09:22:12.2973756+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1cbccf6d-f373-4a75-a894-6ecd2d75e081",
"Rows": [
{
"ItemId": "3c5509c7-71e0-410d-b3b3-82ca20cb2823",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3c5509c7-71e0-410d-b3b3-82ca20cb2823",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1cbccf6d-f373-4a75-a894-6ecd2d75e081",
"Rows": [
{
"ItemId": "3c5509c7-71e0-410d-b3b3-82ca20cb2823",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3c5509c7-71e0-410d-b3b3-82ca20cb2823",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4d132911-2ef9-4d80-984f-90fa0a156019",
"077c26d4-5d88-488f-943b-6e62dbb449d5"
],
"Approvers": [
"870d0cce-89d9-4349-bc19-c9f1807108ef",
"5f4fa463-62aa-4abf-88bb-078f7e92d794"
],
"ApprovedBy": "9a995ff0-2aa5-406a-b1a1-16c3908319a6",
"ApprovalDate": "2026-01-16T09:22:12.2973756+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6a161d37-8c7f-48c7-ab09-e4959a88e0b1",
"id": "237a77cb-eaa4-4485-bb45-769aa60ee5a8",
"ConfigId": "afb6f043-78a6-4156-953a-305de976b7e9"
}