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-02-20T00:31:16.3580775+00:00",
"SubmitDate": "2026-02-20T00:31:16.3580775+00:00",
"ReportPeriodStart": "2026-02-20T00:31:16.3580775+00:00",
"ReportPeriodEnd": "2026-02-20T00:31:16.3580775+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1787358e-6449-451c-8747-06fab8a24b50",
"Rows": [
{
"ItemId": "429c57bd-ff1c-48fc-9dc2-3b390bc1aace",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "429c57bd-ff1c-48fc-9dc2-3b390bc1aace",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1787358e-6449-451c-8747-06fab8a24b50",
"Rows": [
{
"ItemId": "429c57bd-ff1c-48fc-9dc2-3b390bc1aace",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "429c57bd-ff1c-48fc-9dc2-3b390bc1aace",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b180e70a-133f-40af-999c-5a00c462c346",
"79c6f265-4e39-46a0-9bc4-58c2552ff269"
],
"Approvers": [
"53e4e3f0-22b7-40e7-8d64-54f411f29883",
"8d97061e-f648-4710-a05f-2ee8d0fc5d81"
],
"ApprovedBy": "5f609707-e279-4bdf-b2bb-2a0a8b3c84fe",
"ApprovalDate": "2026-02-20T00:31:16.3580775+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e86ae267-488d-4faf-abb5-6a7dbfa67e0e",
"id": "5484f179-b42f-4012-a5ee-5ddb1b4fceb3",
"ConfigId": "afc3e465-af1a-4846-9903-43a06beee66d"
}