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-10T08:15:15.840003+00:00",
"SubmitDate": "2026-08-10T08:15:15.840003+00:00",
"ReportPeriodStart": "2026-08-10T08:15:15.840003+00:00",
"ReportPeriodEnd": "2026-08-10T08:15:15.840003+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ea2a29b5-09b6-4530-9eca-087edf60be77",
"Rows": [
{
"ItemId": "1c6a549b-478f-4a71-a424-af667c2085fc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1c6a549b-478f-4a71-a424-af667c2085fc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ea2a29b5-09b6-4530-9eca-087edf60be77",
"Rows": [
{
"ItemId": "1c6a549b-478f-4a71-a424-af667c2085fc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1c6a549b-478f-4a71-a424-af667c2085fc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6ca0114f-4e50-4820-b704-b62cd4eb1990",
"6d071187-e4f5-440d-aaa6-c5f9b5e8dee2"
],
"Approvers": [
"5244b918-4813-4d6b-9e34-12bf7fe1f091",
"51815af3-e24b-49d4-a739-05978af10305"
],
"ApprovedBy": "cb428645-28ac-4d8c-a9df-e3ee8aa4d978",
"ApprovalDate": "2026-08-10T08:15:15.840003+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "950f863e-ce05-4836-802e-50a4b0022768",
"WorkPlanId": "508480e5-4b25-476b-9cd5-d52e87264886",
"id": "7bf4b080-8985-4f5b-aea7-d57cae29ae0c",
"ConfigId": "fd20177a-64fc-4a81-b213-58558c4c3303"
}