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-07-19T20:19:34.6524857+00:00",
"SubmitDate": "2026-07-19T20:19:34.6524857+00:00",
"ReportPeriodStart": "2026-07-19T20:19:34.6524857+00:00",
"ReportPeriodEnd": "2026-07-19T20:19:34.6524857+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c93a758b-fc85-499f-9d5c-f81cdd3c9c40",
"Rows": [
{
"ItemId": "bd83c2f4-4b93-44b2-92c8-2658c9f277e9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bd83c2f4-4b93-44b2-92c8-2658c9f277e9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c93a758b-fc85-499f-9d5c-f81cdd3c9c40",
"Rows": [
{
"ItemId": "bd83c2f4-4b93-44b2-92c8-2658c9f277e9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bd83c2f4-4b93-44b2-92c8-2658c9f277e9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"49bab796-89ad-47b0-9c7f-191615d0c96d",
"c84265fd-6e7d-4683-9f48-621085dfe790"
],
"Approvers": [
"19e5bfc8-a76b-477c-ae8e-a9fd5fc656db",
"21235465-c589-4185-bc9b-c7879d859e8c"
],
"ApprovedBy": "420213cb-1fb1-4587-a2bd-9a6993c05836",
"ApprovalDate": "2026-07-19T20:19:34.6524857+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "2eeffbf5-9c92-46c0-950d-c5075385fa0b",
"WorkPlanId": "a8b309fe-7ebd-4d67-9453-50cad91e3dfd",
"id": "47db5d6e-9f68-4575-a25f-58ac362a2be3",
"ConfigId": "38a355ba-5c34-49bd-ac0f-f1bbbe32fcad"
}