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-05T06:23:24.2946127+00:00",
"SubmitDate": "2026-05-05T06:23:24.2946127+00:00",
"ReportPeriodStart": "2026-05-05T06:23:24.2946127+00:00",
"ReportPeriodEnd": "2026-05-05T06:23:24.2946127+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "042e5ed8-0f62-4b62-a23f-b85fcf23e0fb",
"Rows": [
{
"ItemId": "7536a8d9-bcfb-4dd5-bea2-2f2211063105",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7536a8d9-bcfb-4dd5-bea2-2f2211063105",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "042e5ed8-0f62-4b62-a23f-b85fcf23e0fb",
"Rows": [
{
"ItemId": "7536a8d9-bcfb-4dd5-bea2-2f2211063105",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7536a8d9-bcfb-4dd5-bea2-2f2211063105",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"122a0d9b-5e9d-4f48-9486-3cc6a322f1af",
"9f9ed442-bf7c-4a86-a39c-bc6ab899156c"
],
"Approvers": [
"c277c6bf-3df7-4a6e-ad95-a83e170aef2e",
"401b7810-634f-4fcb-8cb4-e8d0b74425b3"
],
"ApprovedBy": "1cd6369a-9e06-4f24-9c1e-065a2c1e3fa2",
"ApprovalDate": "2026-05-05T06:23:24.3102361+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9ee9b735-12b5-4d90-89f9-6fa6d151a330",
"id": "923f8bb7-9484-4d87-a849-2de6ce386bb8",
"ConfigId": "bc692f96-cbfe-4046-ad85-d8fc85cc54ef"
}