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-14T12:04:20.7936783+00:00",
"SubmitDate": "2026-04-14T12:04:20.7936783+00:00",
"ReportPeriodStart": "2026-04-14T12:04:20.7936783+00:00",
"ReportPeriodEnd": "2026-04-14T12:04:20.7936783+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2c2cb4e9-b591-4d18-b586-63ea0d22a4c6",
"Rows": [
{
"ItemId": "62b1fab9-42d7-46c0-b339-b6f6210d0ae7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "62b1fab9-42d7-46c0-b339-b6f6210d0ae7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2c2cb4e9-b591-4d18-b586-63ea0d22a4c6",
"Rows": [
{
"ItemId": "62b1fab9-42d7-46c0-b339-b6f6210d0ae7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "62b1fab9-42d7-46c0-b339-b6f6210d0ae7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8f07701d-c8f9-4d3d-b969-b24d846e2eda",
"4860ec93-6cac-4976-9d18-431a4ae55b3f"
],
"Approvers": [
"443ba944-28cf-4fd2-b699-76da8261a06a",
"69730115-9c20-4670-b768-60d7a732abe0"
],
"ApprovedBy": "9bdc884e-2fac-423d-8923-00583ce25edb",
"ApprovalDate": "2026-04-14T12:04:20.7936783+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "dbd76834-ff01-41e6-a300-a583afa02db1",
"id": "f3827ac5-90a7-4882-8e2d-7ca49d69ecc1",
"ConfigId": "8e021eaf-0c22-49dd-8f98-365f8e6c5054"
}