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": "2025-12-06T22:45:06.0432992+00:00",
"SubmitDate": "2025-12-06T22:45:06.0432992+00:00",
"ReportPeriodStart": "2025-12-06T22:45:06.0432992+00:00",
"ReportPeriodEnd": "2025-12-06T22:45:06.0432992+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e19c7377-3178-4308-8c46-0c21449c4062",
"Rows": [
{
"ItemId": "b3d1737f-8dd1-4402-a40a-caa22d8d9287",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b3d1737f-8dd1-4402-a40a-caa22d8d9287",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e19c7377-3178-4308-8c46-0c21449c4062",
"Rows": [
{
"ItemId": "b3d1737f-8dd1-4402-a40a-caa22d8d9287",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b3d1737f-8dd1-4402-a40a-caa22d8d9287",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3cc1fe23-2bd9-4418-aefb-0439afc8ee56",
"ea36683f-ad2a-43ea-a1f9-6188cb4a85d8"
],
"Approvers": [
"559bd48f-3905-4cae-b980-1c2580b0aa7f",
"209a2bbd-aec2-4150-863f-6f5480770a56"
],
"ApprovedBy": "45209e43-1f50-4ce2-b142-5f4f9e4121bf",
"ApprovalDate": "2025-12-06T22:45:06.0432992+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a56a13bf-b8ed-4354-bf50-eade3d6bdfdf",
"id": "68115b5e-f639-4e6d-a859-4e87dbdecef5",
"ConfigId": "5bdd3022-f830-4ed2-8db5-a1719d799d0e"
}