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-05-30T04:47:25.2941277+00:00",
"SubmitDate": "2026-05-30T04:47:25.2941277+00:00",
"ReportPeriodStart": "2026-05-30T04:47:25.2941277+00:00",
"ReportPeriodEnd": "2026-05-30T04:47:25.2941277+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d2a9bb5e-a885-4354-9891-50998eac6b1b",
"Rows": [
{
"ItemId": "1c23c15e-b1e6-4204-bfcd-9523642bf3f4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1c23c15e-b1e6-4204-bfcd-9523642bf3f4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d2a9bb5e-a885-4354-9891-50998eac6b1b",
"Rows": [
{
"ItemId": "1c23c15e-b1e6-4204-bfcd-9523642bf3f4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1c23c15e-b1e6-4204-bfcd-9523642bf3f4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4f2e3898-0eb2-4a06-a8ee-20008cbfa62b",
"155ba2f9-6118-4055-ba49-7627b4ff2923"
],
"Approvers": [
"2caf2a16-c60d-4951-bb0e-8b874715fa3d",
"5c5f56c6-f1b1-43ca-9cfb-4a562efd811c"
],
"ApprovedBy": "949ffda1-3009-4a70-8050-5fcdced9ef5b",
"ApprovalDate": "2026-05-30T04:47:25.2941277+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2de42659-ae26-46ad-acf4-dccb4dd154a6",
"id": "adf2590e-1112-475e-8a08-d155b4fe5cf8",
"ConfigId": "50b182ef-fe76-4849-8bdd-2099fe72d537"
}