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-12T11:19:01.4510609+00:00",
"SubmitDate": "2026-08-12T11:19:01.4510609+00:00",
"ReportPeriodStart": "2026-08-12T11:19:01.4510609+00:00",
"ReportPeriodEnd": "2026-08-12T11:19:01.4510609+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6831eb4e-5e7d-4f97-93e1-04f48943bdb6",
"Rows": [
{
"ItemId": "390c1ec3-15bd-4a43-b1b5-90d6b869abd0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "390c1ec3-15bd-4a43-b1b5-90d6b869abd0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6831eb4e-5e7d-4f97-93e1-04f48943bdb6",
"Rows": [
{
"ItemId": "390c1ec3-15bd-4a43-b1b5-90d6b869abd0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "390c1ec3-15bd-4a43-b1b5-90d6b869abd0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ad4b2748-d3ed-4378-9313-361e7ef1ffc9",
"b0746146-fa73-417c-965b-c4c1405a5463"
],
"Approvers": [
"f4f9d5f4-ae1b-4f77-8fe5-947902ff481e",
"15c3f11d-c09e-49c4-9e18-962e0a7f3902"
],
"ApprovedBy": "0ce6f6da-b67f-4d4a-8b9d-eb3afa803927",
"ApprovalDate": "2026-08-12T11:19:01.4510609+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "a61d71ba-90b3-4125-9808-9a893b33ba98",
"WorkPlanId": "c487c637-188b-4245-9022-bd53ab1d6214",
"id": "e3457869-745e-4d9e-a855-b5066233bf46",
"ConfigId": "13a1b8bb-0b71-4c3d-8d5f-d78176e3d706"
}