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-29T00:19:42.0840819+00:00",
"SubmitDate": "2026-07-29T00:19:42.0840819+00:00",
"ReportPeriodStart": "2026-07-29T00:19:42.0840819+00:00",
"ReportPeriodEnd": "2026-07-29T00:19:42.0840819+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7d86f371-a639-4149-add6-7c07905a19d8",
"Rows": [
{
"ItemId": "bdcdf41d-aaab-466f-8077-702361f38031",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bdcdf41d-aaab-466f-8077-702361f38031",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7d86f371-a639-4149-add6-7c07905a19d8",
"Rows": [
{
"ItemId": "bdcdf41d-aaab-466f-8077-702361f38031",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bdcdf41d-aaab-466f-8077-702361f38031",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e4b2e05b-076d-4dfa-9078-64eaef11badf",
"efe2d3dc-634b-4bb0-8f5f-2f843369edd2"
],
"Approvers": [
"5e37ce49-6a4f-4fe4-9121-5555a48138de",
"b80213a8-849e-4b10-9bac-c788ec21cc69"
],
"ApprovedBy": "a0132791-6fdc-4483-9a6e-d4ee6d69abca",
"ApprovalDate": "2026-07-29T00:19:42.0840819+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "0b567c40-9e9e-4d19-b1df-8aac95e1dc48",
"WorkPlanId": "1ed58175-c862-42f9-889f-5e3579aa79f8",
"id": "4d24b0da-1d34-4067-9ef4-c9a24b3d1197",
"ConfigId": "1b607f9e-daf3-43eb-84e5-b63dc377f351"
}