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-20T23:43:36.9529921+00:00",
"SubmitDate": "2026-07-20T23:43:36.9529921+00:00",
"ReportPeriodStart": "2026-07-20T23:43:36.9529921+00:00",
"ReportPeriodEnd": "2026-07-20T23:43:36.9529921+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d526f3fb-1d18-4518-9ff9-335b66e250c1",
"Rows": [
{
"ItemId": "f563dc82-72e7-4a5c-b891-2e14aced5fcb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f563dc82-72e7-4a5c-b891-2e14aced5fcb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d526f3fb-1d18-4518-9ff9-335b66e250c1",
"Rows": [
{
"ItemId": "f563dc82-72e7-4a5c-b891-2e14aced5fcb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f563dc82-72e7-4a5c-b891-2e14aced5fcb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c84469bb-cfa9-4f48-be0a-7b5fa9718fba",
"45d8ea47-f6a6-47a6-a49a-1a9b19af227c"
],
"Approvers": [
"89f41e67-58a5-4713-be93-dc79be0412b9",
"5c5ed976-ae51-4b84-a8ea-706394818250"
],
"ApprovedBy": "bd585eed-ded6-49c1-9ab0-fea0e0ae3cca",
"ApprovalDate": "2026-07-20T23:43:36.9529921+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "4988b0be-4de3-4751-8a12-e89901eda2db",
"WorkPlanId": "fa5ff6e6-ebd4-4a6a-a021-45f265187f23",
"id": "0104633a-2622-463c-8d93-9e729f12c2e5",
"ConfigId": "87c5b491-025c-4ac1-8b7d-b05c8814dd2f"
}