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-15T08:30:35.4838308+00:00",
"SubmitDate": "2026-07-15T08:30:35.4838308+00:00",
"ReportPeriodStart": "2026-07-15T08:30:35.4838308+00:00",
"ReportPeriodEnd": "2026-07-15T08:30:35.4838308+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7bd430e1-2817-4c79-9309-79eeba5fb9ed",
"Rows": [
{
"ItemId": "735f73d8-7b6d-4344-88bd-b5e74c109cdf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "735f73d8-7b6d-4344-88bd-b5e74c109cdf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7bd430e1-2817-4c79-9309-79eeba5fb9ed",
"Rows": [
{
"ItemId": "735f73d8-7b6d-4344-88bd-b5e74c109cdf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "735f73d8-7b6d-4344-88bd-b5e74c109cdf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c773c304-1870-4fa6-a98b-42ab1d5da5f6",
"c718ff90-224b-4a88-a6d8-853b22947a84"
],
"Approvers": [
"2593c796-6e5c-4e70-9ae7-d2fe56c96686",
"0e989ddd-815f-424b-90e0-ffb8f31e5f52"
],
"ApprovedBy": "984403d5-ee03-4968-8fd7-4948381e44c6",
"ApprovalDate": "2026-07-15T08:30:35.4838308+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ef64b186-fcee-496f-b6aa-4b337caefedf",
"WorkPlanId": "595b74df-25bf-4dec-866c-851a4bc2e9c1",
"id": "60193c96-accf-49f0-9191-5a2f5e6f9f30",
"ConfigId": "3224355a-6931-4f4b-868c-35faef2548a2"
}