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-09-05T07:42:39.2660212+00:00",
"SubmitDate": "2026-09-05T07:42:39.2660212+00:00",
"ReportPeriodStart": "2026-09-05T07:42:39.2660212+00:00",
"ReportPeriodEnd": "2026-09-05T07:42:39.2660212+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6bd012ef-924b-4a94-bc24-b318b19097b6",
"Rows": [
{
"ItemId": "99dfc39c-855a-40e4-ba9b-ce444e8c1399",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "99dfc39c-855a-40e4-ba9b-ce444e8c1399",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6bd012ef-924b-4a94-bc24-b318b19097b6",
"Rows": [
{
"ItemId": "99dfc39c-855a-40e4-ba9b-ce444e8c1399",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "99dfc39c-855a-40e4-ba9b-ce444e8c1399",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1d042811-4784-4885-a4b3-9b3448cda5c6",
"cd144dcd-f1fb-4c88-9a61-8f9856716382"
],
"Approvers": [
"3bbdd750-c6a1-4bf1-8cd3-16db7bf6d8c4",
"0db06e83-484b-46de-80af-065b7ac2f7d3"
],
"ApprovedBy": "4bdc4b1f-a9dc-4b02-af6e-0c410c02986c",
"ApprovalDate": "2026-09-05T07:42:39.2660212+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "26a64459-ecbb-4738-a890-32c6aa3cb184",
"WorkPlanId": "fd8049bd-b811-4c0f-9422-e3d5f95ee735",
"id": "5e1772ca-ee11-4594-b29a-77ae6d14560e",
"ConfigId": "511c58d0-5d99-4935-887e-39855a0e3531"
}