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": "2025-12-05T21:50:04.2383012+00:00",
"SubmitDate": "2025-12-05T21:50:04.2383012+00:00",
"ReportPeriodStart": "2025-12-05T21:50:04.2383012+00:00",
"ReportPeriodEnd": "2025-12-05T21:50:04.2383012+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e2e3c77c-ee7f-4e5d-b965-829be4f645c3",
"Rows": [
{
"ItemId": "0709ce1b-bfbb-4681-9dca-c4e1639b0514",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0709ce1b-bfbb-4681-9dca-c4e1639b0514",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e2e3c77c-ee7f-4e5d-b965-829be4f645c3",
"Rows": [
{
"ItemId": "0709ce1b-bfbb-4681-9dca-c4e1639b0514",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0709ce1b-bfbb-4681-9dca-c4e1639b0514",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f84c5385-9b6f-4745-a9dc-ea8e352f7488",
"fef291e5-3886-4960-96bc-a49de95d96e9"
],
"Approvers": [
"f9399242-8c4c-40e6-b27e-2b67641caee6",
"cc15a85f-7f14-42c6-95c5-84f1acd97a94"
],
"ApprovedBy": "6fef9211-2b25-45f9-99ce-2ec13805e81f",
"ApprovalDate": "2025-12-05T21:50:04.2383012+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d155595f-a3f8-4bb8-979d-a5491de78909",
"id": "23cd3c80-5769-410c-88d2-24f874e9f0a5",
"ConfigId": "65b52891-5ca8-40e8-a330-fcc25b7e699b"
}