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-07-03T22:35:57.1847333+00:00",
"SubmitDate": "2026-07-03T22:35:57.1847333+00:00",
"ReportPeriodStart": "2026-07-03T22:35:57.1847333+00:00",
"ReportPeriodEnd": "2026-07-03T22:35:57.1847333+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3feeb373-56ad-4ad8-861f-06c7dcfab6f0",
"Rows": [
{
"ItemId": "998fd0c2-dc52-4582-a752-145645926881",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "998fd0c2-dc52-4582-a752-145645926881",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3feeb373-56ad-4ad8-861f-06c7dcfab6f0",
"Rows": [
{
"ItemId": "998fd0c2-dc52-4582-a752-145645926881",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "998fd0c2-dc52-4582-a752-145645926881",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"36cba949-1bfb-417e-855e-2f7957a2c86c",
"ea288a3a-4700-468b-a3fb-9aeff420292b"
],
"Approvers": [
"51043797-a597-453a-a513-fec87a4b48d0",
"11f88d60-976a-4e97-b8f3-24d241795d8f"
],
"ApprovedBy": "d2e8f56b-68c0-4992-a0df-ac4a09de884a",
"ApprovalDate": "2026-07-03T22:35:57.1847333+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "094530ce-3094-483f-abb5-8971f5f3e32d",
"WorkPlanId": "194bde74-f4ca-4851-adca-c42402a824b0",
"id": "6c919af4-73c8-4b2d-8d36-2161eaa9a76d",
"ConfigId": "cc7dfb53-7996-40bf-b911-6ea3be58dff9"
}