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-09-18T01:13:13.4942134+00:00",
"SubmitDate": "2026-09-18T01:13:13.4942134+00:00",
"ReportPeriodStart": "2026-09-18T01:13:13.4942134+00:00",
"ReportPeriodEnd": "2026-09-18T01:13:13.4942134+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2b28ddc1-2bd8-4f8b-9ff4-376fa8cdb653",
"Rows": [
{
"ItemId": "2b156a83-a404-43ba-a5c1-35cfb3488621",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2b156a83-a404-43ba-a5c1-35cfb3488621",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2b28ddc1-2bd8-4f8b-9ff4-376fa8cdb653",
"Rows": [
{
"ItemId": "2b156a83-a404-43ba-a5c1-35cfb3488621",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2b156a83-a404-43ba-a5c1-35cfb3488621",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0aac447e-cad1-4a0b-94c2-f58f7cd5697b",
"8af67a5a-f28e-409d-be38-f65f71247850"
],
"Approvers": [
"4628b979-1e92-4111-861b-e31c41d09a82",
"271bb0d0-3d82-468f-91c5-16a02624b216"
],
"ApprovedBy": "b8f9bcd1-a51c-4e83-8882-beabd044cf8c",
"ApprovalDate": "2026-09-18T01:13:13.4942134+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "3274298e-6b41-40d3-a455-d361a85e84b9",
"WorkPlanId": "f9d52ef4-f39a-43f3-9552-2e21d1163fa6",
"id": "4de1672f-af01-41fd-a7db-145031c43f88",
"ConfigId": "b06a7c37-bf1b-4f4b-baba-4fe5d962aa9a"
}