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-02T05:47:25.561841+00:00",
"SubmitDate": "2026-09-02T05:47:25.561841+00:00",
"ReportPeriodStart": "2026-09-02T05:47:25.561841+00:00",
"ReportPeriodEnd": "2026-09-02T05:47:25.561841+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "541a75cf-8aa7-4119-8b4a-d5c1b0048ca0",
"Rows": [
{
"ItemId": "dac8b4ba-9ad7-4ca1-923b-76e7b30d7c51",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dac8b4ba-9ad7-4ca1-923b-76e7b30d7c51",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "541a75cf-8aa7-4119-8b4a-d5c1b0048ca0",
"Rows": [
{
"ItemId": "dac8b4ba-9ad7-4ca1-923b-76e7b30d7c51",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dac8b4ba-9ad7-4ca1-923b-76e7b30d7c51",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5d22ef17-54f1-4d60-83c4-473d61944de0",
"ea1afa89-f319-493a-ba77-e81b0a1fdd43"
],
"Approvers": [
"c9261a44-4214-4554-819a-9c0cbb9ef16f",
"0616a1aa-8d08-4ff4-81cb-f10e1a8cd682"
],
"ApprovedBy": "b50893ab-ea27-4591-b5b5-60b91e1e66ac",
"ApprovalDate": "2026-09-02T05:47:25.561841+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "17b8abcc-1a2a-4e93-b002-d1edeb9f5279",
"WorkPlanId": "fc40d6da-4e95-4967-8491-9fc674295791",
"id": "034f60df-0d51-4eb2-8ea9-f47cb47f3883",
"ConfigId": "04235e05-adfc-4543-9f12-24b7c6e47d19"
}