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-03-08T00:58:37.9307747+00:00",
"SubmitDate": "2026-03-08T00:58:37.9307747+00:00",
"ReportPeriodStart": "2026-03-08T00:58:37.9307747+00:00",
"ReportPeriodEnd": "2026-03-08T00:58:37.9307747+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d293b792-fdaf-4935-835e-5b47980400d5",
"Rows": [
{
"ItemId": "589accfc-bec1-42fc-a6ef-7372b30ad120",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "589accfc-bec1-42fc-a6ef-7372b30ad120",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d293b792-fdaf-4935-835e-5b47980400d5",
"Rows": [
{
"ItemId": "589accfc-bec1-42fc-a6ef-7372b30ad120",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "589accfc-bec1-42fc-a6ef-7372b30ad120",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"57818e75-3077-4e6f-9799-6f9aa6fe6412",
"da5e0fd9-d162-4a5c-888e-63ba8d9be489"
],
"Approvers": [
"f229788d-5f36-42e4-a222-542d6d9014b4",
"24f100fb-86d0-4fd7-a49f-b0df212d9d43"
],
"ApprovedBy": "a14fe1d5-087d-438c-9fc8-da7f947e949e",
"ApprovalDate": "2026-03-08T00:58:37.9307747+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "859dc4dd-b1f9-4154-b3aa-cb18ab08dd41",
"id": "b2ab6d55-8d58-4347-9394-589ceee6a3dc",
"ConfigId": "8168e41f-e5f5-49f1-bb99-3c30bdb3477b"
}