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-06-29T17:44:36.6681493+00:00",
"SubmitDate": "2026-06-29T17:44:36.6681493+00:00",
"ReportPeriodStart": "2026-06-29T17:44:36.6681493+00:00",
"ReportPeriodEnd": "2026-06-29T17:44:36.6681493+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fc531d56-a23f-41b6-bb6d-e8f4cd29bdde",
"Rows": [
{
"ItemId": "b9a5df00-def3-4384-9b23-8c01ae631db7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b9a5df00-def3-4384-9b23-8c01ae631db7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fc531d56-a23f-41b6-bb6d-e8f4cd29bdde",
"Rows": [
{
"ItemId": "b9a5df00-def3-4384-9b23-8c01ae631db7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b9a5df00-def3-4384-9b23-8c01ae631db7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"729ffa56-44b0-47eb-b224-1b8c59d98b92",
"57539725-e111-42f8-b3b1-39471feab56a"
],
"Approvers": [
"2616c025-f3f0-4915-9d19-6e12cccbfff7",
"87a3b6d4-0070-4a12-bc43-2da5f733d709"
],
"ApprovedBy": "a691e9ee-d977-4155-8b2a-3b147a09f5b2",
"ApprovalDate": "2026-06-29T17:44:36.6681493+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "4b3f5964-7623-4253-bb5a-0d5722d89f96",
"WorkPlanId": "0dab95dc-46ea-478e-936f-a8e06b9e757d",
"id": "769dc68e-ab1d-4e57-b4d7-c2abaf91ef43",
"ConfigId": "2a7856a6-2cd2-42af-aece-68d9c15b452b"
}