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-18T11:31:17.3234728+00:00",
"SubmitDate": "2026-02-18T11:31:17.3390985+00:00",
"ReportPeriodStart": "2026-02-18T11:31:17.3390985+00:00",
"ReportPeriodEnd": "2026-02-18T11:31:17.3390985+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3adeabae-e72e-4fe1-a476-2e0b02339c41",
"Rows": [
{
"ItemId": "6c42f785-a52c-4d1c-b676-df4edaf759e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6c42f785-a52c-4d1c-b676-df4edaf759e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3adeabae-e72e-4fe1-a476-2e0b02339c41",
"Rows": [
{
"ItemId": "6c42f785-a52c-4d1c-b676-df4edaf759e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6c42f785-a52c-4d1c-b676-df4edaf759e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5e1e6ac0-7837-44e7-b05e-e59c1c395d4a",
"a8df3237-1364-4e27-b519-553dfe4b62b5"
],
"Approvers": [
"26b9434d-548f-4d0e-8c87-de86efcab894",
"cb32a5ef-23c2-4bb2-81d0-fe4fdbd15b09"
],
"ApprovedBy": "a9333027-7c41-45cf-8d1e-56c8d2a2955c",
"ApprovalDate": "2026-02-18T11:31:17.3390985+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a9edb04f-a259-43aa-ba40-7c6c3c500e2e",
"id": "408f0c9d-4e32-496a-ae04-80d2da190c2c",
"ConfigId": "0e63a1a5-68d7-430b-bb03-b4e70e87f465"
}