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-09-23T06:05:28.3214751+00:00",
"SubmitDate": "2026-09-23T06:05:28.3214751+00:00",
"ReportPeriodStart": "2026-09-23T06:05:28.3214751+00:00",
"ReportPeriodEnd": "2026-09-23T06:05:28.3214751+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e4783658-f586-45e2-b8d2-ea18983ab862",
"Rows": [
{
"ItemId": "efeb941b-fa68-4ec7-a1c1-598be5084406",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "efeb941b-fa68-4ec7-a1c1-598be5084406",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e4783658-f586-45e2-b8d2-ea18983ab862",
"Rows": [
{
"ItemId": "efeb941b-fa68-4ec7-a1c1-598be5084406",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "efeb941b-fa68-4ec7-a1c1-598be5084406",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"61cc521c-b7cd-4f8a-a3c2-68a38df53a3f",
"508a669f-4e9b-4d4f-8bea-e3c46a7ff4d6"
],
"Approvers": [
"1e18ed0b-d395-432b-a653-bd013da0fa43",
"31c733dd-4a6d-4f31-b31b-d507deac6f6a"
],
"ApprovedBy": "eff65f3c-e1b2-476e-99a0-9432ce97dc95",
"ApprovalDate": "2026-09-23T06:05:28.3214751+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "8c328967-1f62-45f2-afd1-4f945d0b8578",
"WorkPlanId": "41865a73-929b-4b80-b826-0eb41185e084",
"id": "d34868d5-f276-4bc5-8949-1f5643a30d34",
"ConfigId": "f131f735-802c-4c43-8ed0-20bee28d90bd"
}