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-27T10:35:04.6599073+00:00",
"SubmitDate": "2026-04-27T10:35:04.6599073+00:00",
"ReportPeriodStart": "2026-04-27T10:35:04.6599073+00:00",
"ReportPeriodEnd": "2026-04-27T10:35:04.6599073+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dcc03439-b01b-4fdc-a91c-f447955ee962",
"Rows": [
{
"ItemId": "cbb59533-0108-4b94-8f50-86b9e053c782",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cbb59533-0108-4b94-8f50-86b9e053c782",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dcc03439-b01b-4fdc-a91c-f447955ee962",
"Rows": [
{
"ItemId": "cbb59533-0108-4b94-8f50-86b9e053c782",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cbb59533-0108-4b94-8f50-86b9e053c782",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"371e970a-38a1-47a6-9b1e-428022b08cec",
"bb3d6701-15ab-42b3-9d49-db1fe26c5d20"
],
"Approvers": [
"7bdf5d85-53d8-4c94-91a8-9a0909fd7e34",
"fd99e5b1-9c60-465d-a889-88d24094881d"
],
"ApprovedBy": "854f551b-f8ca-4d5a-8a29-89c2a9816fc7",
"ApprovalDate": "2026-04-27T10:35:04.6599073+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "fb47a78a-4451-4567-9199-3e48ddba18dc",
"id": "dbbf5c69-9069-40ae-b6ba-5a645e54ffcc",
"ConfigId": "e1502c58-f1e1-4791-b795-e92739bf5fe1"
}