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-06T02:35:47.9183667+00:00",
"SubmitDate": "2026-06-06T02:35:47.9183667+00:00",
"ReportPeriodStart": "2026-06-06T02:35:47.9183667+00:00",
"ReportPeriodEnd": "2026-06-06T02:35:47.9183667+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d2abe231-89fd-41f2-92d2-e0e2f92c53e4",
"Rows": [
{
"ItemId": "bee5f89a-c62a-4525-93c4-0afb118792ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bee5f89a-c62a-4525-93c4-0afb118792ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d2abe231-89fd-41f2-92d2-e0e2f92c53e4",
"Rows": [
{
"ItemId": "bee5f89a-c62a-4525-93c4-0afb118792ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bee5f89a-c62a-4525-93c4-0afb118792ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ed78b3fb-ac7e-4920-a78d-db9f55862952",
"10b5cfd7-f8b0-4946-9abe-7d573dfdc466"
],
"Approvers": [
"bf365b38-0c14-4138-b722-79ea07adff4f",
"eb79dea1-8313-4f7f-9efc-685d9471a28d"
],
"ApprovedBy": "0af06cd1-a2c6-4da3-a401-b53fbd07ecfa",
"ApprovalDate": "2026-06-06T02:35:47.9183667+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c3014b40-9b92-46da-820f-cce36fba5bb7",
"id": "e61ce8a0-519e-4374-b938-613c00681ae6",
"ConfigId": "0120ba80-74e1-48e0-b21b-ec2b7c4df6dd"
}