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-05-18T01:52:04.6961521+00:00",
"SubmitDate": "2026-05-18T01:52:04.6961521+00:00",
"ReportPeriodStart": "2026-05-18T01:52:04.6961521+00:00",
"ReportPeriodEnd": "2026-05-18T01:52:04.6961521+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b0508590-85aa-4c64-8d37-197dd760ad12",
"Rows": [
{
"ItemId": "c859da6a-2a28-4a47-974a-1ca273a65f69",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c859da6a-2a28-4a47-974a-1ca273a65f69",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b0508590-85aa-4c64-8d37-197dd760ad12",
"Rows": [
{
"ItemId": "c859da6a-2a28-4a47-974a-1ca273a65f69",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c859da6a-2a28-4a47-974a-1ca273a65f69",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"de84ed12-8939-4624-81c1-f7b53342475e",
"631a97dd-ec30-42fa-b4f7-09a87968bda2"
],
"Approvers": [
"50230f77-3b04-4d57-a2fd-19ff18427868",
"581de41c-8e3d-466e-a2e0-adc0856a109f"
],
"ApprovedBy": "0261ee83-f0e2-4ab4-b522-081b609048bf",
"ApprovalDate": "2026-05-18T01:52:04.6961521+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d32c2b6f-fd4a-4886-b8bd-ce382440ad17",
"id": "aa8a6141-d868-4ca7-892e-9a051443f1ca",
"ConfigId": "f35df5b6-5857-4813-8093-5d1632267b33"
}