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-18T20:16:17.1784574+00:00",
"SubmitDate": "2026-08-18T20:16:17.1784574+00:00",
"ReportPeriodStart": "2026-08-18T20:16:17.1784574+00:00",
"ReportPeriodEnd": "2026-08-18T20:16:17.1784574+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c0c9f290-9850-4be4-8d59-6fcce7dfec4f",
"Rows": [
{
"ItemId": "e92bb6a2-fb80-4d46-a6bb-988fde2edadf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e92bb6a2-fb80-4d46-a6bb-988fde2edadf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c0c9f290-9850-4be4-8d59-6fcce7dfec4f",
"Rows": [
{
"ItemId": "e92bb6a2-fb80-4d46-a6bb-988fde2edadf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e92bb6a2-fb80-4d46-a6bb-988fde2edadf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e465a51e-05e4-47f5-a1e7-cc5163737ef7",
"be99bd0e-68a9-4b20-9dd9-266983cbb6e9"
],
"Approvers": [
"ea2e90d1-7192-49ee-aa96-2a74c9b4ecf7",
"07a7ef86-8522-484c-ae3a-933ffd5ce4b0"
],
"ApprovedBy": "b04dc22c-a57d-4b65-be93-6aaece2bb266",
"ApprovalDate": "2026-08-18T20:16:17.1784574+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "933ec6cd-e908-49bf-970a-9252ae31eea9",
"WorkPlanId": "738b012e-3041-4620-bc4f-2e8669f8efd5",
"id": "737dddc5-603e-40cc-9c55-cf97692be5d3",
"ConfigId": "d9364c5f-6313-4bf8-b8d8-f71726010bd9"
}