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-02T22:24:28.4464365+00:00",
"SubmitDate": "2026-06-02T22:24:28.4464365+00:00",
"ReportPeriodStart": "2026-06-02T22:24:28.4464365+00:00",
"ReportPeriodEnd": "2026-06-02T22:24:28.4464365+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d3b91e2b-10f7-4feb-a112-b9acf4f265cc",
"Rows": [
{
"ItemId": "ca634663-f2c3-4069-bfba-bf2d43008820",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ca634663-f2c3-4069-bfba-bf2d43008820",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d3b91e2b-10f7-4feb-a112-b9acf4f265cc",
"Rows": [
{
"ItemId": "ca634663-f2c3-4069-bfba-bf2d43008820",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ca634663-f2c3-4069-bfba-bf2d43008820",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"86578115-27e9-4a64-84ce-fd388364f194",
"91c21a7b-89bc-44f7-abf4-4ef9b585c035"
],
"Approvers": [
"7c0e1287-1d3f-4823-98f2-50dd5ac6d3db",
"38343ab7-80be-4b02-9b3d-5df0fb1d1530"
],
"ApprovedBy": "2f372f43-f8fb-4887-a64b-1d049d0cdc60",
"ApprovalDate": "2026-06-02T22:24:28.4464365+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9858b2b5-9d68-4fd2-a257-baedea6e5c00",
"id": "71cc4ab0-a400-4ea7-be97-619ee500d76c",
"ConfigId": "c36d6a4c-dd45-4034-97e4-3dd4fe634bbc"
}