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. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"GenerationDate": "2026-06-14T07:31:44.4807072+00:00",
"SubmitDate": "2026-06-14T07:31:44.4807072+00:00",
"ReportPeriodStart": "2026-06-14T07:31:44.4807072+00:00",
"ReportPeriodEnd": "2026-06-14T07:31:44.4807072+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3e3c3132-597b-48b7-8c7d-0b0a1917dc97",
"Rows": [
{
"ItemId": "45d5a7ec-b348-4075-9f82-bcdbe607d86d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "45d5a7ec-b348-4075-9f82-bcdbe607d86d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3e3c3132-597b-48b7-8c7d-0b0a1917dc97",
"Rows": [
{
"ItemId": "45d5a7ec-b348-4075-9f82-bcdbe607d86d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "45d5a7ec-b348-4075-9f82-bcdbe607d86d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ef36aeae-cc25-411e-bb63-023206846885",
"1b5d2bc8-b9ef-4433-9459-febdfa0aef9b"
],
"Approvers": [
"15d56468-445b-4d63-875e-86da2603c906",
"def83549-2696-4353-81fc-ded5caad3725"
],
"ApprovedBy": "a2384bb6-6060-4c00-819e-5c483d5ddb12",
"ApprovalDate": "2026-06-14T07:31:44.4807072+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "45a0435e-6ef4-45f9-bb2b-37a1aa2834a6",
"id": "288ff285-1b2a-4af9-80c5-41c513cb0c13",
"ConfigId": "fc09d3e1-bfba-40c4-8d32-0a31af2f927d"
}