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-06-30T06:46:42.904918+00:00",
"SubmitDate": "2026-06-30T06:46:42.904918+00:00",
"ReportPeriodStart": "2026-06-30T06:46:42.904918+00:00",
"ReportPeriodEnd": "2026-06-30T06:46:42.904918+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ab471b4c-57d2-4cb7-8a83-365a95aa4c51",
"Rows": [
{
"ItemId": "c3446e2e-d5af-4b65-9e63-344e55376329",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c3446e2e-d5af-4b65-9e63-344e55376329",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ab471b4c-57d2-4cb7-8a83-365a95aa4c51",
"Rows": [
{
"ItemId": "c3446e2e-d5af-4b65-9e63-344e55376329",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c3446e2e-d5af-4b65-9e63-344e55376329",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b03edf65-2ff3-4e12-9272-30f762a97d2f",
"297863b4-5d63-4238-bb3d-1d2429496920"
],
"Approvers": [
"717c13a3-26ca-443a-aa89-74032c63ce3e",
"4017e491-0f84-4c35-8bab-cd89efb93042"
],
"ApprovedBy": "103f8a50-53d3-4c29-881c-b0c307591f7e",
"ApprovalDate": "2026-06-30T06:46:42.904918+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "b4f0d499-1f68-4ec3-8ccf-b486b18d8c44",
"WorkPlanId": "225c073c-9a02-49a0-a1a6-a1fc2e40e47c",
"id": "fdcfafbc-3f25-413b-b059-fec8da443544",
"ConfigId": "09491e59-9a47-445e-abac-02e338fd3ca4"
}