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-07-06T23:42:19.7838741+00:00",
"SubmitDate": "2026-07-06T23:42:19.7838741+00:00",
"ReportPeriodStart": "2026-07-06T23:42:19.7838741+00:00",
"ReportPeriodEnd": "2026-07-06T23:42:19.7838741+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a9f6dd75-259e-4fbb-b583-9d3164985413",
"Rows": [
{
"ItemId": "06010788-f617-4c17-a1e1-bc646deb159e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "06010788-f617-4c17-a1e1-bc646deb159e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a9f6dd75-259e-4fbb-b583-9d3164985413",
"Rows": [
{
"ItemId": "06010788-f617-4c17-a1e1-bc646deb159e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "06010788-f617-4c17-a1e1-bc646deb159e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bc4bbd52-8919-4401-98cb-644a49950f20",
"8d516132-43c4-4374-977f-a7cfe72afb80"
],
"Approvers": [
"318dc430-a734-4fd4-b4b8-be7dfacd3b2a",
"8c84e6ec-3743-47d1-8173-733154e6c6d6"
],
"ApprovedBy": "0d2364a9-2817-49bf-9930-52743b14f51b",
"ApprovalDate": "2026-07-06T23:42:19.7838741+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "182c6d2c-8cb7-4f5d-93f6-cefd34c7aff8",
"WorkPlanId": "a251de96-588d-4103-8027-953c6d08581b",
"id": "d4706b3e-716d-43ec-96a6-235a404330a4",
"ConfigId": "7631467e-944a-421f-97b5-6ca4b7c5b0f5"
}