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-11-29T23:37:44.0116993+00:00",
"SubmitDate": "2025-11-29T23:37:44.0116993+00:00",
"ReportPeriodStart": "2025-11-29T23:37:44.0116993+00:00",
"ReportPeriodEnd": "2025-11-29T23:37:44.0116993+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3aaacb4a-395a-45fd-8bb2-e17c6f6fd8bb",
"Rows": [
{
"ItemId": "883fa7e8-d6a2-4a4e-b802-d43ee27bd65f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "883fa7e8-d6a2-4a4e-b802-d43ee27bd65f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3aaacb4a-395a-45fd-8bb2-e17c6f6fd8bb",
"Rows": [
{
"ItemId": "883fa7e8-d6a2-4a4e-b802-d43ee27bd65f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "883fa7e8-d6a2-4a4e-b802-d43ee27bd65f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ec3979b0-f92f-4f5c-89fa-07416d87fd83",
"d8e92e66-8928-4244-9947-7fedf7639f9a"
],
"Approvers": [
"0aa76e66-fc5b-4745-8752-2b8f405db77a",
"13da2c71-8ef8-419d-b91b-de47b4b9fbe0"
],
"ApprovedBy": "8f9da524-1450-43d4-89bb-909e1729228b",
"ApprovalDate": "2025-11-29T23:37:44.0116993+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3fc118d0-8787-46d9-a1f9-b63c0854cef6",
"id": "fd998cd3-1364-47ad-8880-09349f7d6d43",
"ConfigId": "7a0eb6ad-1197-4419-94d1-350f989d3d75"
}