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-06T02:56:52.7929924+00:00",
"SubmitDate": "2026-04-06T02:56:52.7929924+00:00",
"ReportPeriodStart": "2026-04-06T02:56:52.7929924+00:00",
"ReportPeriodEnd": "2026-04-06T02:56:52.7929924+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c6abbbf1-a78e-476d-be07-b6eaa72b2e8d",
"Rows": [
{
"ItemId": "cc8fb70e-be96-4975-8549-1eb814bb15b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cc8fb70e-be96-4975-8549-1eb814bb15b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c6abbbf1-a78e-476d-be07-b6eaa72b2e8d",
"Rows": [
{
"ItemId": "cc8fb70e-be96-4975-8549-1eb814bb15b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cc8fb70e-be96-4975-8549-1eb814bb15b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"55b0c6ae-d06a-49a1-9b68-dc2d8d37b841",
"0d5e8cb4-7488-42bf-abf8-0503c8e9d8e3"
],
"Approvers": [
"1d7a3410-416b-4d54-ab12-5d7926718c30",
"2ce6b28d-a64e-4a8b-8f63-b8c0ca0aa0dc"
],
"ApprovedBy": "45f881f8-f420-40a9-9b5b-6ffc49dd35f8",
"ApprovalDate": "2026-04-06T02:56:52.8086063+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3b73bb37-da69-4bf7-b9c4-1ee3ee600097",
"id": "b900a1b0-deda-4915-84fa-2be132aba762",
"ConfigId": "c9e72b0a-0972-4e3e-83c5-5b19c987a78e"
}