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-04-11T17:27:41.3574418+00:00",
"SubmitDate": "2026-04-11T17:27:41.3574418+00:00",
"ReportPeriodStart": "2026-04-11T17:27:41.3574418+00:00",
"ReportPeriodEnd": "2026-04-11T17:27:41.3574418+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1e9e7d27-a1d3-4d6f-9e8b-03bbda760f12",
"Rows": [
{
"ItemId": "2e28ef5f-1e01-48b3-96cd-1af8ec81044f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2e28ef5f-1e01-48b3-96cd-1af8ec81044f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1e9e7d27-a1d3-4d6f-9e8b-03bbda760f12",
"Rows": [
{
"ItemId": "2e28ef5f-1e01-48b3-96cd-1af8ec81044f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2e28ef5f-1e01-48b3-96cd-1af8ec81044f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4938656c-c85f-4806-9df4-136bafe5c888",
"b7d3669c-df3b-4c6a-8e46-59fb54e11e23"
],
"Approvers": [
"0e79d76d-8cfa-4be2-ad65-3d3e04dd8b2d",
"5f7efaab-dd09-4576-8d18-9515cb9f4270"
],
"ApprovedBy": "ac154cd8-fb34-484a-827b-00e70b364a76",
"ApprovalDate": "2026-04-11T17:27:41.3574418+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9366aa35-c460-48f9-b570-5a682c704e56",
"id": "89d1c67e-3669-4513-99e4-721bed651079",
"ConfigId": "7e1742c9-a99a-42ba-b636-cd14e652dc5b"
}