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-24T08:26:40.5519859+00:00",
"SubmitDate": "2026-07-24T08:26:40.5519859+00:00",
"ReportPeriodStart": "2026-07-24T08:26:40.5519859+00:00",
"ReportPeriodEnd": "2026-07-24T08:26:40.5519859+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "13897e6e-1869-499d-abc3-8fd953d2d4bb",
"Rows": [
{
"ItemId": "f935406e-0474-4970-8400-d136c8387225",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f935406e-0474-4970-8400-d136c8387225",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "13897e6e-1869-499d-abc3-8fd953d2d4bb",
"Rows": [
{
"ItemId": "f935406e-0474-4970-8400-d136c8387225",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f935406e-0474-4970-8400-d136c8387225",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"58e7e7ee-5998-400f-bff6-16dc02922758",
"26d05631-cf78-42b5-8721-4966fdf388e3"
],
"Approvers": [
"07c7e948-2e7f-414f-b91b-8a6aa6b29399",
"f9360c76-074b-4c79-9033-8ecb64451a73"
],
"ApprovedBy": "814160c6-ae47-4dad-8818-04b35b1abc7f",
"ApprovalDate": "2026-07-24T08:26:40.5519859+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "1ffe9627-72b8-461b-81e3-5160df45cff6",
"WorkPlanId": "24b04402-5fd0-4e62-af43-b995a79e50ef",
"id": "faa66414-1eeb-41ab-b26e-954f4895c3ca",
"ConfigId": "baa31349-df7e-4c16-b138-29842717aba1"
}