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. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
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-27T16:23:56.4299314+00:00",
"SubmitDate": "2026-06-27T16:23:56.4299314+00:00",
"ReportPeriodStart": "2026-06-27T16:23:56.4299314+00:00",
"ReportPeriodEnd": "2026-06-27T16:23:56.4299314+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "55b417e5-0dee-4ff5-843e-a71d11726a94",
"Rows": [
{
"ItemId": "f3968e5e-98e2-491e-8628-cbbe559cd5ff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f3968e5e-98e2-491e-8628-cbbe559cd5ff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "55b417e5-0dee-4ff5-843e-a71d11726a94",
"Rows": [
{
"ItemId": "f3968e5e-98e2-491e-8628-cbbe559cd5ff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f3968e5e-98e2-491e-8628-cbbe559cd5ff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ffcbc1d3-746d-4c2d-8e94-be9c62551179",
"4b67e570-5527-4ce8-bc97-0496c4bd2447"
],
"Approvers": [
"2f22d185-72d3-4db1-881d-362e22fc313c",
"baa916a8-31e9-4cb5-afa7-2823b384fe13"
],
"ApprovedBy": "50a69fd1-44a9-4c7f-9564-016e438377cb",
"ApprovalDate": "2026-06-27T16:23:56.4299314+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "5775c9af-6294-4e2f-8bf1-a00094494e9f",
"WorkPlanId": "693865eb-e662-410e-a7d2-000cc26de50e",
"id": "36f28d43-31f2-4aaa-abb5-e640af072f27",
"ConfigId": "be319790-e6f9-4ea6-b5cf-6478ddbb6df3"
}