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-23T20:53:22.5956545+00:00",
"SubmitDate": "2026-08-23T20:53:22.5956545+00:00",
"ReportPeriodStart": "2026-08-23T20:53:22.5956545+00:00",
"ReportPeriodEnd": "2026-08-23T20:53:22.5956545+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9bb2ea5e-dfd5-4d30-b6d5-653cd29790cc",
"Rows": [
{
"ItemId": "04150ae4-30ef-42a8-8604-acc7a149eed8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "04150ae4-30ef-42a8-8604-acc7a149eed8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9bb2ea5e-dfd5-4d30-b6d5-653cd29790cc",
"Rows": [
{
"ItemId": "04150ae4-30ef-42a8-8604-acc7a149eed8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "04150ae4-30ef-42a8-8604-acc7a149eed8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"23059c71-0b9c-40f9-800a-3666a71bfc79",
"69305ea1-bab9-4460-8e54-5b0ca7f9b5be"
],
"Approvers": [
"677a824e-ebe7-48ae-8aff-d35fcdc5efc8",
"e194784c-5cab-4c81-bcd1-15ae06786c4a"
],
"ApprovedBy": "2cf1ec05-27a8-480a-95a9-cbd5124b3175",
"ApprovalDate": "2026-08-23T20:53:22.5956545+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "4da99489-0756-4b6f-bcea-a6e04aee9985",
"WorkPlanId": "6c0d6a65-ecd2-497f-aa93-80612850cb50",
"id": "17ad00c3-af03-4b10-9a68-fc43f464d811",
"ConfigId": "9f729cfa-201a-478e-bde3-a8c9e0bbfbcd"
}