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-16T09:30:42.0701541+00:00",
"SubmitDate": "2026-08-16T09:30:42.0701541+00:00",
"ReportPeriodStart": "2026-08-16T09:30:42.0701541+00:00",
"ReportPeriodEnd": "2026-08-16T09:30:42.0701541+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7a669495-787c-4729-8837-5b1157a113f8",
"Rows": [
{
"ItemId": "439ec2a2-47df-4175-991b-bca4ac43b00a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "439ec2a2-47df-4175-991b-bca4ac43b00a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7a669495-787c-4729-8837-5b1157a113f8",
"Rows": [
{
"ItemId": "439ec2a2-47df-4175-991b-bca4ac43b00a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "439ec2a2-47df-4175-991b-bca4ac43b00a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"904ccee9-5df7-4ee9-85e6-da88b2c54adb",
"ec27f9c6-1876-4330-8a7a-219d4f8108fe"
],
"Approvers": [
"41c8c02b-6888-4f0c-a4ce-95196a3fdbb7",
"a74dd766-1a73-427b-a167-4ddc3efc2fcc"
],
"ApprovedBy": "1ddb0eb0-a4f4-4a1a-ac79-8d860a0a0559",
"ApprovalDate": "2026-08-16T09:30:42.0701541+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "988505a0-665e-4c0d-9d0a-a144ef9eaf69",
"WorkPlanId": "397e923c-fa41-4070-9244-35193d44e1d3",
"id": "af93b7ac-b225-4e3b-ac9c-3af657325070",
"ConfigId": "1d4bd3e3-c5d9-4cb0-8bc8-6a1311b9d1b4"
}