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-09T07:24:28.8572124+00:00",
"SubmitDate": "2026-08-09T07:24:28.8572124+00:00",
"ReportPeriodStart": "2026-08-09T07:24:28.8572124+00:00",
"ReportPeriodEnd": "2026-08-09T07:24:28.8572124+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "80a67c07-716d-48a4-a2f2-564b34eed0c3",
"Rows": [
{
"ItemId": "3fd634fb-11e6-48ff-8c54-04de41d9270b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3fd634fb-11e6-48ff-8c54-04de41d9270b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "80a67c07-716d-48a4-a2f2-564b34eed0c3",
"Rows": [
{
"ItemId": "3fd634fb-11e6-48ff-8c54-04de41d9270b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3fd634fb-11e6-48ff-8c54-04de41d9270b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b0d6325a-e521-4243-a0c3-a942d0d58aed",
"252b9fc9-f75d-4931-837c-a9a9917be524"
],
"Approvers": [
"b4c5af2b-93ce-4dd4-bc6c-3e4a649a4221",
"a1f5d311-5a1c-40c8-82f9-09f9dd99c407"
],
"ApprovedBy": "bafd1d27-3c72-4d5c-8b78-8d693625a3ec",
"ApprovalDate": "2026-08-09T07:24:28.8572124+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "00b595c4-d06b-44da-9809-e2e05900778a",
"WorkPlanId": "9d9ec067-84ca-4c30-8f42-f2821e7b9a92",
"id": "d60e8e7b-ea54-433e-9a21-f67b8d786181",
"ConfigId": "faded938-fbae-4a8f-b30c-f6e83e702f76"
}