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-06T04:22:53.7006793+00:00",
"SubmitDate": "2026-08-06T04:22:53.7006793+00:00",
"ReportPeriodStart": "2026-08-06T04:22:53.7006793+00:00",
"ReportPeriodEnd": "2026-08-06T04:22:53.7006793+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ad9e8e70-663e-4520-b044-a7375bdc04a3",
"Rows": [
{
"ItemId": "6ec51e81-4502-4dcd-b018-b4f292c77f3e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6ec51e81-4502-4dcd-b018-b4f292c77f3e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ad9e8e70-663e-4520-b044-a7375bdc04a3",
"Rows": [
{
"ItemId": "6ec51e81-4502-4dcd-b018-b4f292c77f3e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6ec51e81-4502-4dcd-b018-b4f292c77f3e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"679bb1b7-c72a-4564-8a52-b4cbc87bba82",
"84793a24-9fdf-4762-8916-8df463758599"
],
"Approvers": [
"47d8b947-6297-4e50-8885-72181dab0c2e",
"cae97eb7-3479-44b8-a250-09ed38912fcf"
],
"ApprovedBy": "14da0998-a19b-41a4-b8f1-d58d0f5f8eb2",
"ApprovalDate": "2026-08-06T04:22:53.7006793+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "34db307e-41f0-4447-b9cd-28f96eb9160a",
"WorkPlanId": "85a72e2f-b5d0-4a9a-9420-dc56b6c4713e",
"id": "008fbc0c-b4aa-45c0-9dd2-b686d024d54f",
"ConfigId": "8ac78e5f-58bb-4be9-9c79-73ef70527ab5"
}