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-07T19:10:59.323568+00:00",
"SubmitDate": "2025-12-07T19:10:59.323568+00:00",
"ReportPeriodStart": "2025-12-07T19:10:59.323568+00:00",
"ReportPeriodEnd": "2025-12-07T19:10:59.323568+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3e76cb41-1f3a-4e14-a3c7-5f17b540c54a",
"Rows": [
{
"ItemId": "ac76a9a3-d84a-4388-b458-14c2bc50f3d9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ac76a9a3-d84a-4388-b458-14c2bc50f3d9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3e76cb41-1f3a-4e14-a3c7-5f17b540c54a",
"Rows": [
{
"ItemId": "ac76a9a3-d84a-4388-b458-14c2bc50f3d9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ac76a9a3-d84a-4388-b458-14c2bc50f3d9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"dfc2bae7-58d6-47dd-a02e-71db459d0ab4",
"9aabfc26-408a-47b7-8f9b-5ff8cce4d264"
],
"Approvers": [
"7ffd2aed-2f47-457d-bdab-d13ee5032bc6",
"55749c54-3820-4739-85f9-fcc42a7975f5"
],
"ApprovedBy": "1e605ed3-9240-4a2b-9306-38d06cf529e6",
"ApprovalDate": "2025-12-07T19:10:59.323568+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d723c3dd-293b-49d3-8b9b-c8ea00d982dd",
"id": "d2b0fe56-3c51-451d-bf9a-f7a466492f13",
"ConfigId": "61f702aa-b247-434c-8c60-16efb7ade807"
}