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-20T15:35:28.8044346+00:00",
"SubmitDate": "2026-08-20T15:35:28.8044346+00:00",
"ReportPeriodStart": "2026-08-20T15:35:28.8044346+00:00",
"ReportPeriodEnd": "2026-08-20T15:35:28.8044346+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a9a80b5f-5841-4f3f-a372-7a8abd8bbe1a",
"Rows": [
{
"ItemId": "855b5a22-f7ba-4f9c-8c10-24c106b546d2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "855b5a22-f7ba-4f9c-8c10-24c106b546d2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a9a80b5f-5841-4f3f-a372-7a8abd8bbe1a",
"Rows": [
{
"ItemId": "855b5a22-f7ba-4f9c-8c10-24c106b546d2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "855b5a22-f7ba-4f9c-8c10-24c106b546d2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"17bb0351-4f71-40d3-9d79-3d53f6b67193",
"6c8b76fb-0901-4f26-838e-5ae951d11809"
],
"Approvers": [
"e8c43a9c-40c8-44ef-a36e-5dd28fb8b0f6",
"9f7c88cc-7e34-4e38-b1c6-9fe90500aa8f"
],
"ApprovedBy": "62719e14-7ddb-4d6a-a064-6df8a163adb1",
"ApprovalDate": "2026-08-20T15:35:28.8044346+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "29a3ba9d-ea15-4308-9269-039272601837",
"WorkPlanId": "aea6f41b-5855-40c5-b217-d1aa63dfee80",
"id": "b1ce597b-8aa7-46e6-948c-8d440baf8de7",
"ConfigId": "d1e8f632-e3b5-46f2-be9d-3abc6a0f4675"
}