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-22T04:25:45.3909777+00:00",
"SubmitDate": "2026-07-22T04:25:45.3909777+00:00",
"ReportPeriodStart": "2026-07-22T04:25:45.3909777+00:00",
"ReportPeriodEnd": "2026-07-22T04:25:45.3909777+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "04afb8b9-8b30-476d-8c9a-47152e6da674",
"Rows": [
{
"ItemId": "37842a24-16aa-464e-bd7d-2ef993a21531",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "37842a24-16aa-464e-bd7d-2ef993a21531",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "04afb8b9-8b30-476d-8c9a-47152e6da674",
"Rows": [
{
"ItemId": "37842a24-16aa-464e-bd7d-2ef993a21531",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "37842a24-16aa-464e-bd7d-2ef993a21531",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a94b840b-40e0-4ae3-b479-447559327e42",
"3b780310-9067-4e36-b0f2-ac4be6a6383d"
],
"Approvers": [
"7e537095-2370-4ae8-8e59-c5d7b8b0b828",
"484e17e5-58e7-4755-9c73-53c11b110a32"
],
"ApprovedBy": "fb8d9824-d352-448f-b55a-1be574fe9bf3",
"ApprovalDate": "2026-07-22T04:25:45.3909777+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "3d119b79-56a3-4c9e-b9e0-7ef1661e2d14",
"WorkPlanId": "aad5a0a1-1195-48c9-a268-db6cf616b161",
"id": "0f129635-330a-41ce-93ab-0990d9315590",
"ConfigId": "49c9a1fd-3b16-4700-9e98-145e3583834a"
}