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-03T23:36:49.4802007+00:00",
"SubmitDate": "2026-05-03T23:36:49.4802007+00:00",
"ReportPeriodStart": "2026-05-03T23:36:49.4802007+00:00",
"ReportPeriodEnd": "2026-05-03T23:36:49.4802007+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cee7e7c5-81c6-4ce9-ba0e-e62c82220523",
"Rows": [
{
"ItemId": "2cebf214-1581-4a20-a0bd-3be75498ddde",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2cebf214-1581-4a20-a0bd-3be75498ddde",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cee7e7c5-81c6-4ce9-ba0e-e62c82220523",
"Rows": [
{
"ItemId": "2cebf214-1581-4a20-a0bd-3be75498ddde",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2cebf214-1581-4a20-a0bd-3be75498ddde",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"81bb952e-35ab-4dca-aab8-f87b9a582982",
"b4d83281-8d3a-412d-b11b-f8dadf94f162"
],
"Approvers": [
"6a4ec252-3260-467b-a91b-10f708c69425",
"71c28b34-b1eb-42e1-a741-e3f10a0572ac"
],
"ApprovedBy": "3983d327-bd57-4493-a1da-9a8b4b58484d",
"ApprovalDate": "2026-05-03T23:36:49.4802007+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "80dbb9fa-6ce2-4c64-9dc6-cd4b271b6b76",
"id": "9f5a9aeb-7160-4c4a-a3a3-0a7a0d847bc7",
"ConfigId": "f6cf3f61-c2dc-4604-8390-570e99685818"
}