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-09-02T06:10:33.6974429+00:00",
"SubmitDate": "2026-09-02T06:10:33.6974429+00:00",
"ReportPeriodStart": "2026-09-02T06:10:33.6974429+00:00",
"ReportPeriodEnd": "2026-09-02T06:10:33.6974429+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f67f5b8b-b534-4941-b7a5-cf1631bcd3c5",
"Rows": [
{
"ItemId": "7e80f478-722c-4897-9da3-7d62e6075764",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7e80f478-722c-4897-9da3-7d62e6075764",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f67f5b8b-b534-4941-b7a5-cf1631bcd3c5",
"Rows": [
{
"ItemId": "7e80f478-722c-4897-9da3-7d62e6075764",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7e80f478-722c-4897-9da3-7d62e6075764",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bee27a79-f74f-437b-ab9e-f369fe05fdf7",
"94d0c115-fe0e-4095-bcf1-3cac18bb68c1"
],
"Approvers": [
"51cdb8cb-f244-405d-80c8-5c00b1d961ba",
"fbef72ba-d582-40d8-b638-f2e89b9d42fa"
],
"ApprovedBy": "f56e63ce-1e6f-458e-875a-0338a98bff37",
"ApprovalDate": "2026-09-02T06:10:33.6974429+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "7ef3e1b0-be46-49ec-85a1-dbf80ccecaa5",
"WorkPlanId": "695f4509-5972-4431-947e-dc8274437f46",
"id": "b1bc9222-ecab-4644-9f84-b76e67221afa",
"ConfigId": "2dd1fcd3-e909-47d3-9330-97d9aa1db039"
}