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-03-06T02:48:38.8733772+00:00",
"SubmitDate": "2026-03-06T02:48:38.8733772+00:00",
"ReportPeriodStart": "2026-03-06T02:48:38.8733772+00:00",
"ReportPeriodEnd": "2026-03-06T02:48:38.8733772+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7da4012a-a264-4fa2-86cc-bf77aa7a4e32",
"Rows": [
{
"ItemId": "17a02e9e-ae81-443b-81fe-8f0be23e85ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "17a02e9e-ae81-443b-81fe-8f0be23e85ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7da4012a-a264-4fa2-86cc-bf77aa7a4e32",
"Rows": [
{
"ItemId": "17a02e9e-ae81-443b-81fe-8f0be23e85ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "17a02e9e-ae81-443b-81fe-8f0be23e85ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"db8360df-ecd3-4e75-994e-daa8a8a672aa",
"44f8f102-b075-44b9-a823-6f71daaaa3a0"
],
"Approvers": [
"b4c91a06-57a5-4a6c-b445-bdad2243bf5b",
"5881dfb2-323a-474d-807b-ce0d02bb81d8"
],
"ApprovedBy": "a3deb284-60aa-4bb7-abb1-5998ad182bb3",
"ApprovalDate": "2026-03-06T02:48:38.8733772+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7afaf8ff-3bed-413b-b6b1-07d35de8c6a6",
"id": "9e80ded9-83f0-4436-86e6-8ee35d3d7c60",
"ConfigId": "c1ad8d94-ce0a-444e-b057-89aa6267e0f6"
}