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-05-05T00:14:31.4053949+00:00",
"SubmitDate": "2026-05-05T00:14:31.4053949+00:00",
"ReportPeriodStart": "2026-05-05T00:14:31.4053949+00:00",
"ReportPeriodEnd": "2026-05-05T00:14:31.4053949+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e53a5659-1577-41b4-8a7d-6bdeb4d76c50",
"Rows": [
{
"ItemId": "267c0c36-1f9f-425e-810c-ae677de7e5e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "267c0c36-1f9f-425e-810c-ae677de7e5e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e53a5659-1577-41b4-8a7d-6bdeb4d76c50",
"Rows": [
{
"ItemId": "267c0c36-1f9f-425e-810c-ae677de7e5e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "267c0c36-1f9f-425e-810c-ae677de7e5e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9d12d752-2213-4322-8bad-675844b8922f",
"edc30c70-ef24-4420-9010-a900af468718"
],
"Approvers": [
"51333118-be40-45d1-ace4-4df83894c630",
"be0b0d7e-9fbf-47da-9f25-3f82d26f00c7"
],
"ApprovedBy": "260111b0-8009-481a-968c-0a9f6dd9b8e2",
"ApprovalDate": "2026-05-05T00:14:31.4053949+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a7e62d72-dc83-4f9b-8502-c4e909857fb1",
"id": "38cee599-8a7a-4fe7-bb20-b43bd6da5ded",
"ConfigId": "a88650ba-093e-4acb-859f-d37f16f51f74"
}