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-09-17T00:25:26.762579+00:00",
"SubmitDate": "2026-09-17T00:25:26.762579+00:00",
"ReportPeriodStart": "2026-09-17T00:25:26.762579+00:00",
"ReportPeriodEnd": "2026-09-17T00:25:26.762579+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "200de463-9509-4bbd-ae11-c60c52c441c9",
"Rows": [
{
"ItemId": "e4ba49e0-8025-4c7e-9212-6c69158478f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e4ba49e0-8025-4c7e-9212-6c69158478f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "200de463-9509-4bbd-ae11-c60c52c441c9",
"Rows": [
{
"ItemId": "e4ba49e0-8025-4c7e-9212-6c69158478f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e4ba49e0-8025-4c7e-9212-6c69158478f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e46657b7-f1ec-4cf7-9f80-7655b91cba0a",
"1a200f5a-5f51-4475-b60b-056c73ac1310"
],
"Approvers": [
"4864df17-44b0-4781-943b-5ccba6bb3bc5",
"4f5d165f-18ea-46bd-827c-6e7d6a90ffd9"
],
"ApprovedBy": "ec630d91-a0b8-41f5-b2e8-edf21d572277",
"ApprovalDate": "2026-09-17T00:25:26.762579+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ca28a69f-8cbf-4f77-b1d9-3c53fea37f20",
"WorkPlanId": "4ff34fcc-15b8-4adf-bcae-77cc695dd9ee",
"id": "300bd6ac-fdfe-4d7e-a8dd-6789e0bdc00d",
"ConfigId": "3f003efc-3718-4cc9-a88a-fb9192fa39d0"
}