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-25T22:39:41.210869+00:00",
"SubmitDate": "2026-08-25T22:39:41.210869+00:00",
"ReportPeriodStart": "2026-08-25T22:39:41.210869+00:00",
"ReportPeriodEnd": "2026-08-25T22:39:41.210869+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b2c6c9fa-a00a-41c3-98b6-913ebec1bbd1",
"Rows": [
{
"ItemId": "c61424c1-52fa-4e9d-97c6-f38d1c2e12c7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c61424c1-52fa-4e9d-97c6-f38d1c2e12c7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b2c6c9fa-a00a-41c3-98b6-913ebec1bbd1",
"Rows": [
{
"ItemId": "c61424c1-52fa-4e9d-97c6-f38d1c2e12c7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c61424c1-52fa-4e9d-97c6-f38d1c2e12c7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6a5b90ec-a108-4aac-9b37-08c706628477",
"a3f11e12-ac52-49e2-892c-3997c8e19b90"
],
"Approvers": [
"2bec23c9-60d0-4a90-af80-9283180200fc",
"6d36d8a1-4027-40da-9696-183f03218f28"
],
"ApprovedBy": "d9147acf-d60e-444c-a289-8a602fac3db6",
"ApprovalDate": "2026-08-25T22:39:41.210869+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "1c33ef7d-7507-4485-9ec4-414ac6d4ffab",
"WorkPlanId": "982224ae-21ae-4d0d-b054-60b46b0f4e57",
"id": "fce8be59-0c65-443d-a39c-3600e14afe3f",
"ConfigId": "15a6b236-4411-4e1f-b00f-b22e0d807955"
}