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-10T05:12:58.6891828+00:00",
"SubmitDate": "2026-07-10T05:12:58.6891828+00:00",
"ReportPeriodStart": "2026-07-10T05:12:58.6891828+00:00",
"ReportPeriodEnd": "2026-07-10T05:12:58.6891828+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "81967f6e-3b62-45af-8cd0-40c7e5363653",
"Rows": [
{
"ItemId": "d276bd12-edc5-4b12-bae5-7ce21fa82d5e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d276bd12-edc5-4b12-bae5-7ce21fa82d5e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "81967f6e-3b62-45af-8cd0-40c7e5363653",
"Rows": [
{
"ItemId": "d276bd12-edc5-4b12-bae5-7ce21fa82d5e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d276bd12-edc5-4b12-bae5-7ce21fa82d5e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"750db487-2518-4bc3-b0a0-2f6214314161",
"38aa74bf-e54d-4952-8902-d70fc81597a4"
],
"Approvers": [
"adcec511-afc0-4c76-ad31-f6be84dd471b",
"a39a7dba-9437-4590-b706-c52d35173033"
],
"ApprovedBy": "d5584513-00ea-414e-a5bf-14c32bc74315",
"ApprovalDate": "2026-07-10T05:12:58.6891828+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "7bcdad9e-86f5-4fc6-a089-7361f24004a8",
"WorkPlanId": "264f4279-58ab-49f6-8d29-c9d2655406a8",
"id": "9bc43d33-09d6-455b-aebf-24f24187927e",
"ConfigId": "bfbd4d9a-75ce-4132-8a79-367083bc0531"
}