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-18T15:51:16.884333+00:00",
"SubmitDate": "2026-04-18T15:51:16.884333+00:00",
"ReportPeriodStart": "2026-04-18T15:51:16.884333+00:00",
"ReportPeriodEnd": "2026-04-18T15:51:16.884333+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d1d32b28-7baa-47d9-8031-b68e7abb9861",
"Rows": [
{
"ItemId": "1d161410-f5ea-4fc6-b52f-bef7531e6685",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1d161410-f5ea-4fc6-b52f-bef7531e6685",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d1d32b28-7baa-47d9-8031-b68e7abb9861",
"Rows": [
{
"ItemId": "1d161410-f5ea-4fc6-b52f-bef7531e6685",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1d161410-f5ea-4fc6-b52f-bef7531e6685",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2a04beb5-0916-43f3-95d7-10a336f6c622",
"6a36807e-8624-4b06-be5b-3ddce6c6dec5"
],
"Approvers": [
"77e3ce7a-0135-4f9d-bfc4-b602412d9607",
"f73e8d6e-f9d0-4805-8d74-561622a81d79"
],
"ApprovedBy": "c709c290-108c-4c44-889c-ac89bdde3c4c",
"ApprovalDate": "2026-04-18T15:51:16.884333+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "41a0c664-a547-4142-b0f3-5d632f0fdaa9",
"id": "88b48fdb-9f30-4ed9-b5b7-e3c39f2a4968",
"ConfigId": "aa372656-3eb7-4348-9513-561cf60d64e4"
}