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-04-24T19:52:40.6398824+00:00",
"SubmitDate": "2026-04-24T19:52:40.6398824+00:00",
"ReportPeriodStart": "2026-04-24T19:52:40.6398824+00:00",
"ReportPeriodEnd": "2026-04-24T19:52:40.6398824+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3f162234-7095-4951-b865-6005eed1dd3d",
"Rows": [
{
"ItemId": "2979c92c-e050-4194-9ae8-78b98177727d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2979c92c-e050-4194-9ae8-78b98177727d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3f162234-7095-4951-b865-6005eed1dd3d",
"Rows": [
{
"ItemId": "2979c92c-e050-4194-9ae8-78b98177727d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2979c92c-e050-4194-9ae8-78b98177727d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6165be7f-70bf-4ab8-9550-84ff903876e8",
"6962b185-b78c-4397-a5f6-80a6dfd88ffa"
],
"Approvers": [
"9191088e-08f8-477a-8afc-4fdfef6d8a86",
"549fc4d3-97c0-4649-b3e9-3d1f6e527027"
],
"ApprovedBy": "b1279231-0a02-4f1c-a58a-a2f31b4eeb7c",
"ApprovalDate": "2026-04-24T19:52:40.6398824+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9604e5dd-a15e-453d-b18e-a32e5d3f392d",
"id": "667d62d8-dbcf-452f-aa3e-4626cc82d0bf",
"ConfigId": "d0823a48-885d-4893-a68a-0ec461ec7f65"
}