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. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
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-28T16:17:44.9904767+00:00",
"SubmitDate": "2026-06-28T16:17:44.9904767+00:00",
"ReportPeriodStart": "2026-06-28T16:17:44.9904767+00:00",
"ReportPeriodEnd": "2026-06-28T16:17:44.9904767+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "57c921d8-b670-469f-844e-3eddc14be909",
"Rows": [
{
"ItemId": "1ad0fbe3-f87c-44a1-8aae-ccc2b58346cd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1ad0fbe3-f87c-44a1-8aae-ccc2b58346cd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "57c921d8-b670-469f-844e-3eddc14be909",
"Rows": [
{
"ItemId": "1ad0fbe3-f87c-44a1-8aae-ccc2b58346cd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1ad0fbe3-f87c-44a1-8aae-ccc2b58346cd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f56446b6-8619-4e99-bb1a-aeeadfea0d62",
"a389207e-a3f7-421e-9b06-ce886a60d6b8"
],
"Approvers": [
"18a6bc05-0793-4021-8b65-94418c911c36",
"fd7f9ba9-d715-4d8d-9207-22ae59e308b2"
],
"ApprovedBy": "d3a4d671-4567-43e4-aeb5-bad4542cf8ee",
"ApprovalDate": "2026-06-28T16:17:44.9904767+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "c36eb410-f39e-4397-9d04-2555dc3ee2b2",
"WorkPlanId": "23cd2d48-3668-44fc-8c1b-cd0d4e0e1766",
"id": "deb61f79-7cb2-4154-b72d-5c75956bacf6",
"ConfigId": "03d589a0-66e4-4f2e-bb2c-0bb029277f05"
}