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-09-25T06:15:14.3554972+00:00",
"SubmitDate": "2026-09-25T06:15:14.3554972+00:00",
"ReportPeriodStart": "2026-09-25T06:15:14.3554972+00:00",
"ReportPeriodEnd": "2026-09-25T06:15:14.3554972+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "65141c50-f458-49d5-be34-dec569713981",
"Rows": [
{
"ItemId": "025952a2-5d96-4a68-81db-51c5c8422611",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "025952a2-5d96-4a68-81db-51c5c8422611",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "65141c50-f458-49d5-be34-dec569713981",
"Rows": [
{
"ItemId": "025952a2-5d96-4a68-81db-51c5c8422611",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "025952a2-5d96-4a68-81db-51c5c8422611",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1642f60b-274b-4be7-a5d3-a3f09bb79cf5",
"68387afd-b08d-4c98-8a7e-87eb07934b1f"
],
"Approvers": [
"432ee400-3397-46a0-9061-6be5f3d726ec",
"e3f2cabb-944f-4025-8f7d-28d344c821c3"
],
"ApprovedBy": "f6ad698f-ec3c-4974-ad76-f9eb69e3b340",
"ApprovalDate": "2026-09-25T06:15:14.3554972+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "d77b3dbf-c4b8-4f67-8c0a-cbabeefa0da5",
"WorkPlanId": "c017c880-d87b-4f70-8214-e1f9d4b0f60a",
"id": "e250bcbf-9794-410c-a5d0-58b7acba5933",
"ConfigId": "a10c7ab1-25f7-4848-8b2c-fc32c7e06f0c"
}