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-05T18:46:31.7116726+00:00",
"SubmitDate": "2026-05-05T18:46:31.7116726+00:00",
"ReportPeriodStart": "2026-05-05T18:46:31.7116726+00:00",
"ReportPeriodEnd": "2026-05-05T18:46:31.7116726+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0d2606d6-0443-4e1d-a295-b8d6be7e18e8",
"Rows": [
{
"ItemId": "bb4e78e7-6e49-422e-9c52-7dbc97d9d1d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb4e78e7-6e49-422e-9c52-7dbc97d9d1d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0d2606d6-0443-4e1d-a295-b8d6be7e18e8",
"Rows": [
{
"ItemId": "bb4e78e7-6e49-422e-9c52-7dbc97d9d1d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb4e78e7-6e49-422e-9c52-7dbc97d9d1d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"71e49f34-394d-4b21-8e1d-d47e6bace97b",
"6cf44c03-32c1-4ae5-a79c-39ebfc88dc76"
],
"Approvers": [
"781aafb3-d32b-4150-95d3-50619784c520",
"8d6d09a0-a0d9-414f-bb11-140c4e57634a"
],
"ApprovedBy": "6ae423e4-3708-4326-89ad-8c7d425bd68f",
"ApprovalDate": "2026-05-05T18:46:31.7116726+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ef4fad28-d9e5-4679-92f4-29b21495e3e3",
"id": "9a5a9c49-27f5-48fc-9c20-933906883685",
"ConfigId": "4ed89f95-e1c9-4f7a-8fa2-d056c389aa0e"
}