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-11T08:25:29.8834574+00:00",
"SubmitDate": "2026-03-11T08:25:29.8834574+00:00",
"ReportPeriodStart": "2026-03-11T08:25:29.8834574+00:00",
"ReportPeriodEnd": "2026-03-11T08:25:29.8834574+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "79787622-f272-4f4d-a704-f7982a46a847",
"Rows": [
{
"ItemId": "c80288e2-7bba-43c9-a7a2-6b816649c74d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c80288e2-7bba-43c9-a7a2-6b816649c74d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "79787622-f272-4f4d-a704-f7982a46a847",
"Rows": [
{
"ItemId": "c80288e2-7bba-43c9-a7a2-6b816649c74d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c80288e2-7bba-43c9-a7a2-6b816649c74d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f8ac48ea-5f35-403d-ab05-c7e3afa8b011",
"379ec57f-5b61-41e0-982b-94b786dd9e4f"
],
"Approvers": [
"bb14af91-25d8-4ef9-a25d-7129e6c5abaa",
"7b6c3696-d8ac-49df-bce5-36ddb5696cdd"
],
"ApprovedBy": "68afe16d-c303-4e14-8cf3-94211355617b",
"ApprovalDate": "2026-03-11T08:25:29.8834574+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e3fcdb01-eae2-441d-bfe8-87940d7a137e",
"id": "d6a2da20-ef43-4c66-81c1-bee9efe36d78",
"ConfigId": "fd6aec2c-8797-4218-916e-ba3e1aa977c7"
}