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-03-02T01:33:03.2362717+00:00",
"SubmitDate": "2026-03-02T01:33:03.2362717+00:00",
"ReportPeriodStart": "2026-03-02T01:33:03.2362717+00:00",
"ReportPeriodEnd": "2026-03-02T01:33:03.2362717+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c9a68846-0718-4263-b7a3-f27f4c7cca39",
"Rows": [
{
"ItemId": "ed1def67-db42-424e-a716-4ce2c3470f24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ed1def67-db42-424e-a716-4ce2c3470f24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c9a68846-0718-4263-b7a3-f27f4c7cca39",
"Rows": [
{
"ItemId": "ed1def67-db42-424e-a716-4ce2c3470f24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ed1def67-db42-424e-a716-4ce2c3470f24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7552a213-a6ea-4b8e-b0fc-0e6b6e749f17",
"cfb1c41e-0ffa-457c-a0f9-db33d5aaccb4"
],
"Approvers": [
"f45f2990-c98d-4574-96d1-78159950eb68",
"363f122a-ca88-4e17-9867-c9a9bc4295fe"
],
"ApprovedBy": "d5a9f697-29b1-4ade-9257-759e7806960a",
"ApprovalDate": "2026-03-02T01:33:03.2362717+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0b2c0e62-da6b-4bbe-a51e-20a9891eebb4",
"id": "f1fb7d7b-efa2-465d-b01b-537ec606fe6d",
"ConfigId": "f3a20cba-c125-4cce-b4a5-4e30706ea12e"
}