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-02-02T10:11:29.958693+00:00",
"SubmitDate": "2026-02-02T10:11:29.958693+00:00",
"ReportPeriodStart": "2026-02-02T10:11:29.958693+00:00",
"ReportPeriodEnd": "2026-02-02T10:11:29.958693+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f3072cdd-ba2f-4039-8feb-8fe69065ca4c",
"Rows": [
{
"ItemId": "069fa650-a189-43f7-9803-e6c025388e5c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "069fa650-a189-43f7-9803-e6c025388e5c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f3072cdd-ba2f-4039-8feb-8fe69065ca4c",
"Rows": [
{
"ItemId": "069fa650-a189-43f7-9803-e6c025388e5c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "069fa650-a189-43f7-9803-e6c025388e5c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"02472b31-e699-4827-982c-9b862cc77569",
"b03810f5-ed7b-4ca8-b692-c64e37044105"
],
"Approvers": [
"2f42ac27-7e7b-453b-a6ba-34fc353020dd",
"c465611a-0aac-4316-bb3e-60c4df184fdd"
],
"ApprovedBy": "48aceb32-040c-4d9d-80d1-5272d082b046",
"ApprovalDate": "2026-02-02T10:11:29.958693+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c0d89e4b-cb4a-4bf6-aad9-f07cbed75b55",
"id": "333b26dc-2cdd-406e-aa48-38e4105f3219",
"ConfigId": "93698c4e-3ab9-42da-80f7-b4603316f8f2"
}