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-13T06:02:52.2906022+00:00",
"SubmitDate": "2026-05-13T06:02:52.2906022+00:00",
"ReportPeriodStart": "2026-05-13T06:02:52.2906022+00:00",
"ReportPeriodEnd": "2026-05-13T06:02:52.2906022+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "82a161f8-5eb9-4d2c-aa4b-6ce6f464a105",
"Rows": [
{
"ItemId": "b4cb0ad1-72d7-491e-8263-39285287e134",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b4cb0ad1-72d7-491e-8263-39285287e134",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "82a161f8-5eb9-4d2c-aa4b-6ce6f464a105",
"Rows": [
{
"ItemId": "b4cb0ad1-72d7-491e-8263-39285287e134",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b4cb0ad1-72d7-491e-8263-39285287e134",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fc97cd3f-6981-4457-9dd1-6d4ba5d89962",
"94d9227c-e5a7-4a17-b7ef-b4f768e734e1"
],
"Approvers": [
"05b37a4b-b582-4b1e-b781-49ce485de3ec",
"6644eee4-0243-4e5a-a804-4e775e50bb9f"
],
"ApprovedBy": "9bbdbb30-ff24-4ae3-b8c4-8997093dbd68",
"ApprovalDate": "2026-05-13T06:02:52.3062354+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "07c4fdb3-3e8b-4372-86ae-732ed1dc2c0e",
"id": "6cec0777-b44e-4544-94af-825b7c04d58e",
"ConfigId": "9be72f22-b572-484c-ac3a-866b63da95fd"
}