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": "2025-12-19T06:22:58.4464871+00:00",
"SubmitDate": "2025-12-19T06:22:58.4464871+00:00",
"ReportPeriodStart": "2025-12-19T06:22:58.4464871+00:00",
"ReportPeriodEnd": "2025-12-19T06:22:58.4464871+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f485fed6-0606-4fe6-a759-6a4211d888c8",
"Rows": [
{
"ItemId": "454398d0-4c6a-467f-9909-9665561b6f07",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "454398d0-4c6a-467f-9909-9665561b6f07",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f485fed6-0606-4fe6-a759-6a4211d888c8",
"Rows": [
{
"ItemId": "454398d0-4c6a-467f-9909-9665561b6f07",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "454398d0-4c6a-467f-9909-9665561b6f07",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8e6eda82-e791-422c-aeef-1649451d9a61",
"18c26002-a0c3-496d-ba4b-45f1a587d404"
],
"Approvers": [
"9a6ea4a4-3a6c-4281-8f1b-00b7a13e3718",
"9cdc09df-a5a3-4bf0-943b-91b825d8aadb"
],
"ApprovedBy": "60595ffd-4c6c-43c2-8d57-aade0930e9de",
"ApprovalDate": "2025-12-19T06:22:58.4464871+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1f1c5e92-8e82-4704-b88d-511943f76f1b",
"id": "1b7d413a-c5fc-4942-b413-fa28bd1bdb79",
"ConfigId": "543d9ecb-c117-4e94-baac-4ede9227b01f"
}