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-06-05T14:18:37.8110855+00:00",
"SubmitDate": "2026-06-05T14:18:37.8110855+00:00",
"ReportPeriodStart": "2026-06-05T14:18:37.8110855+00:00",
"ReportPeriodEnd": "2026-06-05T14:18:37.8110855+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d6075993-0186-4efd-828a-33a7ced5224a",
"Rows": [
{
"ItemId": "9261b501-a54a-440b-a3f9-3ccf7439f62b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9261b501-a54a-440b-a3f9-3ccf7439f62b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d6075993-0186-4efd-828a-33a7ced5224a",
"Rows": [
{
"ItemId": "9261b501-a54a-440b-a3f9-3ccf7439f62b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9261b501-a54a-440b-a3f9-3ccf7439f62b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"121f99c3-1507-43ff-8f66-2d33827573fb",
"c61e19fb-f8d7-42e0-a151-e1019d86cf4c"
],
"Approvers": [
"0fa1e928-befe-4bd2-90a2-38d428751d37",
"4bb0f7b0-ab81-4860-bc10-621507f2b69e"
],
"ApprovedBy": "d74685cf-deac-4b3b-ab67-045ca9be96ce",
"ApprovalDate": "2026-06-05T14:18:37.8110855+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9ea44d03-3b0a-430c-b3b5-afcf87279eb1",
"id": "63cd773b-49da-4263-be2d-997679e02c1b",
"ConfigId": "3f30ca1f-681e-44ae-a95e-90d99ad7216e"
}