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-08-13T09:48:04.7678814+00:00",
"SubmitDate": "2026-08-13T09:48:04.7678814+00:00",
"ReportPeriodStart": "2026-08-13T09:48:04.7678814+00:00",
"ReportPeriodEnd": "2026-08-13T09:48:04.7678814+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5a0cca8f-3898-417c-9f72-be99d873867e",
"Rows": [
{
"ItemId": "5368a14f-cac2-4937-8ff6-562000cec9b6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5368a14f-cac2-4937-8ff6-562000cec9b6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5a0cca8f-3898-417c-9f72-be99d873867e",
"Rows": [
{
"ItemId": "5368a14f-cac2-4937-8ff6-562000cec9b6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5368a14f-cac2-4937-8ff6-562000cec9b6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"78d50135-1f4d-4b18-bc7a-3c87c1a617d8",
"9da037fb-997d-4187-a277-051a823d7a08"
],
"Approvers": [
"ee41ce8a-1a8b-4986-990f-de51e35d322a",
"838bf8b0-6c0c-4fef-97fc-704f767e35de"
],
"ApprovedBy": "99972bd3-a9b2-481d-82d5-7465bf5edaf5",
"ApprovalDate": "2026-08-13T09:48:04.7678814+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "fb55e9c1-4627-40e9-8b33-1d08d2d8bd06",
"WorkPlanId": "d1c8ae32-4dbe-402a-a9c8-2f649dea1e51",
"id": "abbd26eb-60ac-4943-b1c7-dd7e2036e07b",
"ConfigId": "864cc79e-b5d6-4a12-8994-c5b5a38eec9a"
}