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-05T19:26:06.2036526+00:00",
"SubmitDate": "2026-08-05T19:26:06.2036526+00:00",
"ReportPeriodStart": "2026-08-05T19:26:06.2036526+00:00",
"ReportPeriodEnd": "2026-08-05T19:26:06.2036526+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e9fb34dc-f810-4b36-b8c6-25b23a38d8e4",
"Rows": [
{
"ItemId": "59f17b11-536b-4775-8b7f-f339dfcf0397",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "59f17b11-536b-4775-8b7f-f339dfcf0397",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e9fb34dc-f810-4b36-b8c6-25b23a38d8e4",
"Rows": [
{
"ItemId": "59f17b11-536b-4775-8b7f-f339dfcf0397",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "59f17b11-536b-4775-8b7f-f339dfcf0397",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"49a67802-c58e-4e3e-9052-93206586d80d",
"95cbd230-7e8d-45e9-b042-4938cfacc5de"
],
"Approvers": [
"2f7febb7-b3f2-475c-9542-856454d6d33f",
"886d93d3-7470-4235-ba15-ebe2fc86dca3"
],
"ApprovedBy": "d08dd08a-b246-499a-8e91-534b2ca73c60",
"ApprovalDate": "2026-08-05T19:26:06.2036526+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "c33017a1-b154-4dc4-9b7d-fd1ab7fa42ca",
"WorkPlanId": "dc784101-9d38-4540-90f1-ef2bc29ae9b8",
"id": "59bd2d20-31ea-4656-bc32-3c37d8b50500",
"ConfigId": "f387e77f-eb0c-48e4-b63e-c76f0784f331"
}