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-15T10:03:37.3225551+00:00",
"SubmitDate": "2026-02-15T10:03:37.3225551+00:00",
"ReportPeriodStart": "2026-02-15T10:03:37.3225551+00:00",
"ReportPeriodEnd": "2026-02-15T10:03:37.3225551+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3dd58ddc-c66c-427a-a7fd-f7cb7f11445d",
"Rows": [
{
"ItemId": "085f7fc8-f3de-4e9a-87c4-d655881bc0f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "085f7fc8-f3de-4e9a-87c4-d655881bc0f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3dd58ddc-c66c-427a-a7fd-f7cb7f11445d",
"Rows": [
{
"ItemId": "085f7fc8-f3de-4e9a-87c4-d655881bc0f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "085f7fc8-f3de-4e9a-87c4-d655881bc0f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"be23d0b4-2715-40e5-8486-5985b1937bbc",
"b7f9df48-6e21-4e48-a6af-e143afee4323"
],
"Approvers": [
"6ef5d904-96cf-4220-95c2-7bf7c535a8c1",
"fc0acdf3-d38c-46b8-933a-4d17c020e546"
],
"ApprovedBy": "9cd56b29-e9a9-4bdf-a3c2-8fc90825d1ae",
"ApprovalDate": "2026-02-15T10:03:37.3381828+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "be3550cd-753e-42cb-a1f2-3e85c1b0efa8",
"id": "f00664f2-c29c-4975-b7b1-ab77bb7ae1a9",
"ConfigId": "dd7d2a48-9606-477f-af01-7f0d01ee1ab7"
}