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-03T05:46:55.8717473+00:00",
"SubmitDate": "2026-09-03T05:46:55.8717473+00:00",
"ReportPeriodStart": "2026-09-03T05:46:55.8717473+00:00",
"ReportPeriodEnd": "2026-09-03T05:46:55.8717473+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5353197f-cd51-4980-8bc5-692bf3ad73a5",
"Rows": [
{
"ItemId": "59e08743-eced-44da-a974-6dd2b87c5e3b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "59e08743-eced-44da-a974-6dd2b87c5e3b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5353197f-cd51-4980-8bc5-692bf3ad73a5",
"Rows": [
{
"ItemId": "59e08743-eced-44da-a974-6dd2b87c5e3b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "59e08743-eced-44da-a974-6dd2b87c5e3b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"06c4f306-b079-4acf-b2b0-6924fe3814fe",
"ddd4922d-6a3e-413e-8f50-0c4a710feedb"
],
"Approvers": [
"afe95aa4-5ba2-4e46-b870-d6d7cbbd5888",
"70feff37-39d1-4d06-92a3-0f40d4222f30"
],
"ApprovedBy": "fca2a14d-bf4c-4020-a75f-5d85de4ba274",
"ApprovalDate": "2026-09-03T05:46:55.8717473+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "c2ecbe5a-6fcb-4b4a-85fa-c3e067e3b339",
"WorkPlanId": "9534c941-fa31-4162-9edc-a9785c92085c",
"id": "d8a6dcb5-4118-455b-8315-b5dc9f9c1540",
"ConfigId": "bf4da5c4-3591-4ee2-a081-41d7615d43fc"
}