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-16T15:01:57.3673798+00:00",
"SubmitDate": "2026-08-16T15:01:57.3673798+00:00",
"ReportPeriodStart": "2026-08-16T15:01:57.3673798+00:00",
"ReportPeriodEnd": "2026-08-16T15:01:57.3673798+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c22e7626-c58e-4aa2-895b-5bad95deea41",
"Rows": [
{
"ItemId": "96065931-0a84-4768-837f-9347df86fd29",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "96065931-0a84-4768-837f-9347df86fd29",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c22e7626-c58e-4aa2-895b-5bad95deea41",
"Rows": [
{
"ItemId": "96065931-0a84-4768-837f-9347df86fd29",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "96065931-0a84-4768-837f-9347df86fd29",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e54998d4-4d6b-4a56-b5b4-3d76cf9f4ef7",
"784efad4-e69e-44f8-9318-dadbe7be41a2"
],
"Approvers": [
"5189bc0f-4f7b-4b0c-be64-99e7b95ca42a",
"94011654-a36f-4461-8e18-3b7f60de135d"
],
"ApprovedBy": "fb4c78d3-908a-47af-8952-9ef22957d9b6",
"ApprovalDate": "2026-08-16T15:01:57.3673798+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "e3c52129-5962-4f88-b8b3-584a89124804",
"WorkPlanId": "f8be25d4-e911-47fa-97ba-f0e4b6c81c5c",
"id": "5f061a40-4658-47b8-913b-1bd8dc451344",
"ConfigId": "5e7e2acf-bd90-45fe-953f-003d46d8011c"
}