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-21T17:25:22.8403313+00:00",
"SubmitDate": "2026-07-21T17:25:22.8403313+00:00",
"ReportPeriodStart": "2026-07-21T17:25:22.8403313+00:00",
"ReportPeriodEnd": "2026-07-21T17:25:22.8403313+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0dc74e6e-8585-4188-b664-cfab5f368f47",
"Rows": [
{
"ItemId": "d1c19c96-ebed-41fb-9806-11c3af11bc82",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d1c19c96-ebed-41fb-9806-11c3af11bc82",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0dc74e6e-8585-4188-b664-cfab5f368f47",
"Rows": [
{
"ItemId": "d1c19c96-ebed-41fb-9806-11c3af11bc82",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d1c19c96-ebed-41fb-9806-11c3af11bc82",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0fe2d3f0-3858-4c36-9506-b608f6184a23",
"b37dbb3b-877a-409e-97ee-b9f33aa87aba"
],
"Approvers": [
"46335698-4d33-4cc8-8b97-a798cb87fefe",
"349fb812-5d9b-4049-987b-42dd79a85f7f"
],
"ApprovedBy": "a1e81893-3ca6-497c-8d90-0e783c7509af",
"ApprovalDate": "2026-07-21T17:25:22.8403313+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "961338f3-e8f9-48e4-abe9-628cf304d89f",
"WorkPlanId": "a21dfd87-336c-4136-a1ff-d86c13a3453e",
"id": "11232276-5dc8-4266-81bc-f509ab8e9cfe",
"ConfigId": "2bebfba7-483b-41af-ba48-a706680043c8"
}