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-09T14:31:35.7891666+00:00",
"SubmitDate": "2026-09-09T14:31:35.7891666+00:00",
"ReportPeriodStart": "2026-09-09T14:31:35.7891666+00:00",
"ReportPeriodEnd": "2026-09-09T14:31:35.7891666+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2c29943b-d0e1-43bc-9ed6-9222b6b881ad",
"Rows": [
{
"ItemId": "7b496b6b-9053-4f0d-8813-a1bf97be0540",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7b496b6b-9053-4f0d-8813-a1bf97be0540",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2c29943b-d0e1-43bc-9ed6-9222b6b881ad",
"Rows": [
{
"ItemId": "7b496b6b-9053-4f0d-8813-a1bf97be0540",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7b496b6b-9053-4f0d-8813-a1bf97be0540",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4d542ef1-53f5-4dcd-8efa-4719ae3376c8",
"15b7036e-bd6c-402c-a993-7aca4d9a6c73"
],
"Approvers": [
"b89fbfdd-f11f-4d0c-a529-b8592c72945b",
"e47e9964-a7f2-438b-8e21-a2482b43c139"
],
"ApprovedBy": "313b4849-894c-4c83-af63-d8fa835f2d60",
"ApprovalDate": "2026-09-09T14:31:35.7891666+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "a6294001-aa00-465f-b99d-c5b5931ad1d7",
"WorkPlanId": "8d0dcd98-33e6-4fc0-941b-dc663ee60d8a",
"id": "a0e26c11-c12a-4592-ac09-b7fe1cd78926",
"ConfigId": "7aa8a448-36e2-4277-a21e-0f0bbc28902d"
}