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-01-19T05:14:42.3697883+00:00",
"SubmitDate": "2026-01-19T05:14:42.3697883+00:00",
"ReportPeriodStart": "2026-01-19T05:14:42.3697883+00:00",
"ReportPeriodEnd": "2026-01-19T05:14:42.3697883+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f508407c-0c52-4b46-8279-2896537ac55a",
"Rows": [
{
"ItemId": "c7c29ee7-07c1-4193-ba79-7253b1d1f579",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c7c29ee7-07c1-4193-ba79-7253b1d1f579",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f508407c-0c52-4b46-8279-2896537ac55a",
"Rows": [
{
"ItemId": "c7c29ee7-07c1-4193-ba79-7253b1d1f579",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c7c29ee7-07c1-4193-ba79-7253b1d1f579",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bae4db5d-f8b1-4561-a350-d3899c0ed7a7",
"96e14148-c4f4-4e36-a5db-10b31c04a95c"
],
"Approvers": [
"f4577b29-708a-49c6-a77e-62a3bc96fc1c",
"8da7561f-e88f-498e-bf22-6dccbd61db4f"
],
"ApprovedBy": "31635fbf-0c7e-4f1d-9941-88df9e31aeaa",
"ApprovalDate": "2026-01-19T05:14:42.3697883+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "16d5753f-a70c-441e-adbe-2525cbc9573f",
"id": "e7f8e23d-5da9-42b2-b1e6-0a060848ac6c",
"ConfigId": "a61e869f-6134-43b9-a9a7-2c12e08e0dcf"
}