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-27T05:49:19.8916017+00:00",
"SubmitDate": "2026-05-27T05:49:19.8916017+00:00",
"ReportPeriodStart": "2026-05-27T05:49:19.8916017+00:00",
"ReportPeriodEnd": "2026-05-27T05:49:19.8916017+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a967b844-3b4c-484f-a841-a98cf4fe10a4",
"Rows": [
{
"ItemId": "e46b4d3c-53ae-45bd-9f5d-86f41fdc57c7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e46b4d3c-53ae-45bd-9f5d-86f41fdc57c7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a967b844-3b4c-484f-a841-a98cf4fe10a4",
"Rows": [
{
"ItemId": "e46b4d3c-53ae-45bd-9f5d-86f41fdc57c7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e46b4d3c-53ae-45bd-9f5d-86f41fdc57c7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"11240a49-269d-4fac-995a-1d894a35e08a",
"ca8a6253-297d-4216-b17b-64e5a1be46ea"
],
"Approvers": [
"6a2b5099-ea23-473b-a8cc-8e6d1b43e85c",
"a59be9b0-40af-4e91-9093-dbd2a13053b9"
],
"ApprovedBy": "89e5ad6a-427d-4371-b382-199e334d383f",
"ApprovalDate": "2026-05-27T05:49:19.8916017+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d84f17f1-f7af-4733-bdaf-5bdbf1786ea0",
"id": "870bfa45-3c35-4785-9673-8c42134bf7b7",
"ConfigId": "42a0578f-22d0-40b9-94ed-1b8ddeb0ac64"
}