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-17T09:05:28.4238951+00:00",
"SubmitDate": "2026-06-17T09:05:28.4238951+00:00",
"ReportPeriodStart": "2026-06-17T09:05:28.4238951+00:00",
"ReportPeriodEnd": "2026-06-17T09:05:28.4238951+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9f554737-8f31-403f-a003-0a15aab3d6ad",
"Rows": [
{
"ItemId": "24bee8e7-e608-4cc7-901f-a82e992702b0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "24bee8e7-e608-4cc7-901f-a82e992702b0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9f554737-8f31-403f-a003-0a15aab3d6ad",
"Rows": [
{
"ItemId": "24bee8e7-e608-4cc7-901f-a82e992702b0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "24bee8e7-e608-4cc7-901f-a82e992702b0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f076c841-d9ab-44a4-990d-316ca4144cad",
"928c43ed-1dee-422f-9718-2661eaf29378"
],
"Approvers": [
"db4f0ee4-ece6-41f1-a8ae-838fb3cb7cfe",
"ff90d21b-359f-4e1d-8b41-ca72ffdb323b"
],
"ApprovedBy": "6e5b1a0a-cf40-4fbc-b93f-e4334aba03c4",
"ApprovalDate": "2026-06-17T09:05:28.4238951+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7854df42-4c1a-4168-8cf0-ffdc788dd589",
"id": "731fa127-d30d-4f0c-9fcd-b8ac22183735",
"ConfigId": "559d0fcf-105d-4729-a8c6-7b794a134fac"
}