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-03T10:22:08.8644229+00:00",
"SubmitDate": "2026-06-03T10:22:08.8644229+00:00",
"ReportPeriodStart": "2026-06-03T10:22:08.8644229+00:00",
"ReportPeriodEnd": "2026-06-03T10:22:08.8644229+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5e6b05be-5114-4c4b-85b1-cf8d7e2778ef",
"Rows": [
{
"ItemId": "9b79edcc-f90e-4f54-9097-c6156bb2c335",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b79edcc-f90e-4f54-9097-c6156bb2c335",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5e6b05be-5114-4c4b-85b1-cf8d7e2778ef",
"Rows": [
{
"ItemId": "9b79edcc-f90e-4f54-9097-c6156bb2c335",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b79edcc-f90e-4f54-9097-c6156bb2c335",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"df83a15a-cc3d-496e-9239-3a849616c7d7",
"f61f04e5-170f-4c7f-910b-83bc4a97121c"
],
"Approvers": [
"82ca82fb-e303-4740-8809-4e642573b0c4",
"ab7737f7-4e8d-4e33-b7c3-9a6fbe9aef6b"
],
"ApprovedBy": "6631ffc7-f342-47de-8d87-88ba071e2ebc",
"ApprovalDate": "2026-06-03T10:22:08.8644229+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "bf7e20ca-8601-4a03-8445-964b78287398",
"id": "d5ad2cdc-7edd-4278-9379-a492c7bca927",
"ConfigId": "910f9ecd-40b7-402b-9608-45c4a9214625"
}