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-11T09:13:02.7709929+00:00",
"SubmitDate": "2026-08-11T09:13:02.7709929+00:00",
"ReportPeriodStart": "2026-08-11T09:13:02.7709929+00:00",
"ReportPeriodEnd": "2026-08-11T09:13:02.7709929+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "61dc9ab0-0b16-4676-af80-d0ec58a8868a",
"Rows": [
{
"ItemId": "796b282e-e44b-438d-9822-04efdc5ca072",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "796b282e-e44b-438d-9822-04efdc5ca072",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "61dc9ab0-0b16-4676-af80-d0ec58a8868a",
"Rows": [
{
"ItemId": "796b282e-e44b-438d-9822-04efdc5ca072",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "796b282e-e44b-438d-9822-04efdc5ca072",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"787446aa-6543-4527-9023-6b4f4b935f06",
"f37cae00-b6ff-42bd-bbab-468ed7026e22"
],
"Approvers": [
"83749944-8c7d-4cec-89d1-92fa1d460a9d",
"8df35b09-70ab-46ae-b20f-6334e985a42c"
],
"ApprovedBy": "7d0482fe-3fe1-4fd1-aacc-d1f87e03348c",
"ApprovalDate": "2026-08-11T09:13:02.7709929+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "f8633bb8-e22e-47d6-9027-c16159320c78",
"WorkPlanId": "6b74f2b8-9c68-433a-b8c6-b1b578459f28",
"id": "450b3185-c3fa-4b46-9b35-89f640a1c2a9",
"ConfigId": "49159926-8b5a-4929-9a1e-8307635e223e"
}