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-02-08T18:08:45.4988672+00:00",
"SubmitDate": "2026-02-08T18:08:45.4988672+00:00",
"ReportPeriodStart": "2026-02-08T18:08:45.4988672+00:00",
"ReportPeriodEnd": "2026-02-08T18:08:45.4988672+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8eae7779-566d-453a-a668-64d59cf8ea01",
"Rows": [
{
"ItemId": "78f4a3f4-41d4-4e3a-9509-30b7ed386c2d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "78f4a3f4-41d4-4e3a-9509-30b7ed386c2d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8eae7779-566d-453a-a668-64d59cf8ea01",
"Rows": [
{
"ItemId": "78f4a3f4-41d4-4e3a-9509-30b7ed386c2d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "78f4a3f4-41d4-4e3a-9509-30b7ed386c2d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"377e9e19-f18d-4725-9108-b4cbed1132da",
"ef9bb2a2-d36b-42fb-8f5c-9a2af96ceea7"
],
"Approvers": [
"d1eaac49-e9c6-4ca1-b2ab-5553f0a65bd8",
"29ebd0dd-3743-4900-b69d-3989a78bf9f3"
],
"ApprovedBy": "d6c99068-af43-4d57-b63c-fdf4acd0dcd4",
"ApprovalDate": "2026-02-08T18:08:45.4988672+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "eb2024bc-43a3-49d0-a4fc-225e13306f1f",
"id": "8bae64a8-5609-4528-af1c-76c8855d2a03",
"ConfigId": "39ee70c9-5a45-4b8c-aadb-65e5c637aa9a"
}