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-08-12T09:23:25.7101635+00:00",
"SubmitDate": "2026-08-12T09:23:25.7101635+00:00",
"ReportPeriodStart": "2026-08-12T09:23:25.7101635+00:00",
"ReportPeriodEnd": "2026-08-12T09:23:25.7101635+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2aef0a4d-0a33-4d8d-8ad2-82ad7ddbe0dd",
"Rows": [
{
"ItemId": "6511db49-a564-44be-8205-e7c00c6b6c01",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6511db49-a564-44be-8205-e7c00c6b6c01",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2aef0a4d-0a33-4d8d-8ad2-82ad7ddbe0dd",
"Rows": [
{
"ItemId": "6511db49-a564-44be-8205-e7c00c6b6c01",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6511db49-a564-44be-8205-e7c00c6b6c01",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ea2dc3f7-68fa-421b-b206-eef8a0328762",
"907bb3ce-ec8f-4f2a-ab89-464211a4cc6e"
],
"Approvers": [
"1bc7a2c6-de04-4369-b780-cfbfa16818f0",
"29c5a8b2-9135-4703-b209-58c5bdd2d1fb"
],
"ApprovedBy": "f3c94cc8-2702-4497-8ecd-46dac68072f8",
"ApprovalDate": "2026-08-12T09:23:25.7101635+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "a522a5b3-3192-468c-9de8-ea935169382a",
"WorkPlanId": "42764b53-9b87-4141-bdbc-773632c2855d",
"id": "8693d275-ee12-42db-974a-2a74e3c997fb",
"ConfigId": "d026d408-0834-4867-80e9-6c1e081b01e9"
}