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-25T07:08:35.1234889+00:00",
"SubmitDate": "2025-12-25T07:08:35.1234889+00:00",
"ReportPeriodStart": "2025-12-25T07:08:35.1234889+00:00",
"ReportPeriodEnd": "2025-12-25T07:08:35.1234889+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "de83ec39-2a2c-44a6-bb79-2e8284c27e02",
"Rows": [
{
"ItemId": "37b43693-783e-4f4f-b490-05229e95dfc3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "37b43693-783e-4f4f-b490-05229e95dfc3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "de83ec39-2a2c-44a6-bb79-2e8284c27e02",
"Rows": [
{
"ItemId": "37b43693-783e-4f4f-b490-05229e95dfc3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "37b43693-783e-4f4f-b490-05229e95dfc3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b6c1379d-fbb6-404f-bff6-0dc0a1d0214b",
"a4e4e7d5-14e2-47de-98e0-1137012933b1"
],
"Approvers": [
"56cb7aa0-daae-4b37-a4ee-b36072c3dc1f",
"32faa211-08ca-408f-a4f0-bc108ebb19af"
],
"ApprovedBy": "6c98d58d-e316-4e47-b1d3-e1a3290d3450",
"ApprovalDate": "2025-12-25T07:08:35.1234889+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d2c81b01-a7f8-4085-b44b-d47c52f5094e",
"id": "cd0d378c-03fe-4c08-a2d5-d46ccfcfbc57",
"ConfigId": "3bd15b1d-7ff7-402d-a7ab-0d164879bf1e"
}