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-01-14T07:35:17.7491964+00:00",
"SubmitDate": "2026-01-14T07:35:17.7491964+00:00",
"ReportPeriodStart": "2026-01-14T07:35:17.7491964+00:00",
"ReportPeriodEnd": "2026-01-14T07:35:17.7491964+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "535ce26c-3107-4236-b7a2-477c7cc5dab6",
"Rows": [
{
"ItemId": "b069153a-abba-4778-9881-c4d9742ac848",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b069153a-abba-4778-9881-c4d9742ac848",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "535ce26c-3107-4236-b7a2-477c7cc5dab6",
"Rows": [
{
"ItemId": "b069153a-abba-4778-9881-c4d9742ac848",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b069153a-abba-4778-9881-c4d9742ac848",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fd57ce20-c62d-41b8-a2a5-2e8631d90777",
"9cfac28c-e4b9-40e1-855e-8972ed310ef9"
],
"Approvers": [
"f5873a60-680a-4710-a701-29cb6951eb4e",
"8aab8b18-9b92-4a87-80e6-5eccd8e21316"
],
"ApprovedBy": "167df23f-249d-492d-bc5b-d490b2b66380",
"ApprovalDate": "2026-01-14T07:35:17.7491964+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e16d74ec-e090-4b9d-ab6d-28c0cb647e1d",
"id": "801b6ef2-f578-4e82-a8c4-f09b02eda5a8",
"ConfigId": "2c93328d-6739-47a6-9d9b-096858d4f77a"
}