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-22T06:19:59.9529454+00:00",
"SubmitDate": "2026-09-22T06:19:59.9529454+00:00",
"ReportPeriodStart": "2026-09-22T06:19:59.9529454+00:00",
"ReportPeriodEnd": "2026-09-22T06:19:59.9529454+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5593a3d4-4efc-4338-b95d-78a07b5fd9f6",
"Rows": [
{
"ItemId": "a0fcc44b-8a02-4232-be19-951e1cdbab7e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a0fcc44b-8a02-4232-be19-951e1cdbab7e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5593a3d4-4efc-4338-b95d-78a07b5fd9f6",
"Rows": [
{
"ItemId": "a0fcc44b-8a02-4232-be19-951e1cdbab7e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a0fcc44b-8a02-4232-be19-951e1cdbab7e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"220b56f3-18fb-4a49-b5ba-753c4783e26b",
"b243c742-4e8a-498b-8a23-96de222ddacf"
],
"Approvers": [
"479301d8-c0f2-48ae-9bb2-ceb4adba9cd5",
"f716e452-0ace-4064-b5a7-fca4e0d5658c"
],
"ApprovedBy": "a489b84f-6746-4f89-991d-63c9eda1a8ce",
"ApprovalDate": "2026-09-22T06:19:59.9529454+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "6ff91947-8e06-4c98-9d42-d5775c322996",
"WorkPlanId": "ec55cedd-b9da-406b-8560-2eb45e6b4e9f",
"id": "3d817fcd-a616-4e08-bdb0-3af034b4fd25",
"ConfigId": "a31e8d6a-f46f-4dec-b5b7-7134d1851e79"
}