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-26T22:42:49.822747+00:00",
"SubmitDate": "2026-08-26T22:42:49.822747+00:00",
"ReportPeriodStart": "2026-08-26T22:42:49.822747+00:00",
"ReportPeriodEnd": "2026-08-26T22:42:49.822747+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "365ea35d-1894-4f17-8c83-dc6f254c42f7",
"Rows": [
{
"ItemId": "c5689c30-e65b-4523-8dfd-f032bc27bea6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c5689c30-e65b-4523-8dfd-f032bc27bea6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "365ea35d-1894-4f17-8c83-dc6f254c42f7",
"Rows": [
{
"ItemId": "c5689c30-e65b-4523-8dfd-f032bc27bea6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c5689c30-e65b-4523-8dfd-f032bc27bea6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"de62ac1a-2914-447a-863e-b83c17f58368",
"b669e172-bdc8-4f59-8b1a-bd6ba8e55bf5"
],
"Approvers": [
"49f85fd9-2140-4c48-b602-b9e960a8846c",
"3464ef57-acb6-4e10-86e3-b1fcc1109fbf"
],
"ApprovedBy": "faac1316-03d8-441c-9a61-671a19394ea5",
"ApprovalDate": "2026-08-26T22:42:49.822747+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "579aecd4-5cf7-40fc-aac7-936f3da66279",
"WorkPlanId": "c7c68851-90df-4c99-ae28-6648973c9f80",
"id": "ab87d488-5d0b-46e5-8d3b-3d070d0ce046",
"ConfigId": "dfb25771-45dd-4c20-90d4-6b02ed965a92"
}