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-10T15:38:27.5752902+00:00",
"SubmitDate": "2026-04-10T15:38:27.5752902+00:00",
"ReportPeriodStart": "2026-04-10T15:38:27.5752902+00:00",
"ReportPeriodEnd": "2026-04-10T15:38:27.5752902+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fe77000d-2703-449c-a3a9-dd2e61c6e41e",
"Rows": [
{
"ItemId": "986c0e82-dbef-40d8-8bca-7ee4f3199c49",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "986c0e82-dbef-40d8-8bca-7ee4f3199c49",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fe77000d-2703-449c-a3a9-dd2e61c6e41e",
"Rows": [
{
"ItemId": "986c0e82-dbef-40d8-8bca-7ee4f3199c49",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "986c0e82-dbef-40d8-8bca-7ee4f3199c49",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8864a880-eed9-4526-b605-9f7cce18a1af",
"eadb541c-19b5-40f1-84f7-7baf0131316d"
],
"Approvers": [
"52aae1f8-b5da-4018-a5e5-408f8b3ed4be",
"8e8065de-0cff-4d49-b8a2-d1fd3ae44d6a"
],
"ApprovedBy": "eef89152-6b0c-4623-ba52-bf78d9cc32f8",
"ApprovalDate": "2026-04-10T15:38:27.5752902+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "90c7f341-1e11-494a-b094-7a6e4436aa3b",
"id": "91ae3be4-1103-4a4c-b5a1-7699cd5925c8",
"ConfigId": "8d5799bd-e84c-49ab-b789-137e66fe8eac"
}