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-06-13T05:12:10.2628481+00:00",
"SubmitDate": "2026-06-13T05:12:10.2628481+00:00",
"ReportPeriodStart": "2026-06-13T05:12:10.2628481+00:00",
"ReportPeriodEnd": "2026-06-13T05:12:10.2628481+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "794e0246-5a04-4c84-9ab6-e56519a42c10",
"Rows": [
{
"ItemId": "01b3557a-15f0-44ad-b0f5-0430d022a04a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "01b3557a-15f0-44ad-b0f5-0430d022a04a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "794e0246-5a04-4c84-9ab6-e56519a42c10",
"Rows": [
{
"ItemId": "01b3557a-15f0-44ad-b0f5-0430d022a04a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "01b3557a-15f0-44ad-b0f5-0430d022a04a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3d57598a-f763-447c-a6af-e57793743822",
"7e6d23d1-766f-4205-bc90-500d5f065bf6"
],
"Approvers": [
"f8edb71a-ebcd-4c19-9e46-23d6ddfdb79b",
"5736e4ff-a798-4197-87f6-14839c490788"
],
"ApprovedBy": "57d7d2ca-fd84-454b-9ed9-b5a6707620b4",
"ApprovalDate": "2026-06-13T05:12:10.2628481+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "57ce102b-7875-498d-b8b6-fc73cfe09565",
"id": "46a7c4e6-a970-4a34-b68b-90989f185833",
"ConfigId": "7ccbf63c-bfa3-4bf2-b3b8-299f5ef25c82"
}