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": "2025-12-23T12:56:53.3314699+00:00",
"SubmitDate": "2025-12-23T12:56:53.3314699+00:00",
"ReportPeriodStart": "2025-12-23T12:56:53.3314699+00:00",
"ReportPeriodEnd": "2025-12-23T12:56:53.3314699+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8fca0793-7a02-4f1c-86d7-e24f95348dcc",
"Rows": [
{
"ItemId": "7ba8be9a-3a64-4803-afe9-5b88f5d0a370",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7ba8be9a-3a64-4803-afe9-5b88f5d0a370",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8fca0793-7a02-4f1c-86d7-e24f95348dcc",
"Rows": [
{
"ItemId": "7ba8be9a-3a64-4803-afe9-5b88f5d0a370",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7ba8be9a-3a64-4803-afe9-5b88f5d0a370",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9adfa4c8-37f5-4114-9a25-76f82b2ede3a",
"020c15c8-e245-488a-b003-5e5046809448"
],
"Approvers": [
"060f5f05-887e-4644-a5a6-3bbfa5f7395c",
"2eb2254e-f3c5-42f1-9a19-ea65a8b86e0b"
],
"ApprovedBy": "d945a913-196b-424d-b2ba-cacbdd8d0397",
"ApprovalDate": "2025-12-23T12:56:53.3314699+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "51b3d254-9345-4a23-b805-5fcd9f7e8613",
"id": "d960e6f0-b5b6-4582-bfcf-eeb21f8a9e52",
"ConfigId": "2b88a422-8573-46b6-bcb3-5602475d63d6"
}