POST api/statusreports/{id}/approve?Comments={Comments}
Approves 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-07T15:54:05.4504047+00:00",
"SubmitDate": "2026-08-07T15:54:05.4504047+00:00",
"ReportPeriodStart": "2026-08-07T15:54:05.4504047+00:00",
"ReportPeriodEnd": "2026-08-07T15:54:05.4504047+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "26ac2738-5415-4b0d-b3b9-e088bdbfe488",
"Rows": [
{
"ItemId": "84b9cbbe-e54c-4ff7-a9fb-64f1cc8df5b9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "84b9cbbe-e54c-4ff7-a9fb-64f1cc8df5b9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "26ac2738-5415-4b0d-b3b9-e088bdbfe488",
"Rows": [
{
"ItemId": "84b9cbbe-e54c-4ff7-a9fb-64f1cc8df5b9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "84b9cbbe-e54c-4ff7-a9fb-64f1cc8df5b9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"20e66461-3dca-4b2a-a26a-037099f0ba92",
"ede8bcd2-3baf-4abf-a109-35b15e5f56c4"
],
"Approvers": [
"b76c5cd8-3cda-4fca-bf64-3fa8f67608a8",
"93b896bd-c338-4c12-b98a-08b62e109133"
],
"ApprovedBy": "f9246c6f-1d03-44ac-9315-bd210abf7180",
"ApprovalDate": "2026-08-07T15:54:05.4504047+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "663b1ca3-a99b-4879-9ce1-c46d21f7c1ba",
"WorkPlanId": "c07f55da-8b6e-47e0-8cbf-46c3be84902e",
"id": "a27c1205-37e0-46ad-b8dd-e6318ed208a5",
"ConfigId": "cbc26517-9eca-4a72-a550-4ee87a8f70e9"
}