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-22T03:37:47.2401166+00:00",
"SubmitDate": "2026-07-22T03:37:47.2401166+00:00",
"ReportPeriodStart": "2026-07-22T03:37:47.2401166+00:00",
"ReportPeriodEnd": "2026-07-22T03:37:47.2401166+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "52ed2f1f-c611-4d3c-811d-20e9440897cf",
"Rows": [
{
"ItemId": "e7cfb6d5-a3d4-467d-afca-7ae4d6bd72ec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e7cfb6d5-a3d4-467d-afca-7ae4d6bd72ec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "52ed2f1f-c611-4d3c-811d-20e9440897cf",
"Rows": [
{
"ItemId": "e7cfb6d5-a3d4-467d-afca-7ae4d6bd72ec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e7cfb6d5-a3d4-467d-afca-7ae4d6bd72ec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"37cdf77b-a7ad-4cfb-af32-af93d3724132",
"9a57b565-031b-4ffe-a0ee-31cf69348529"
],
"Approvers": [
"f102edf9-b132-4310-add0-4919a81bbcd9",
"99d461b6-2818-4c82-b977-a5069860e659"
],
"ApprovedBy": "f8500df4-8e66-4e62-89d5-a11b14c1a35a",
"ApprovalDate": "2026-07-22T03:37:47.2401166+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "4dc4af17-66c8-4899-9fd8-966dbc7b3ea3",
"WorkPlanId": "fa843132-8695-444e-b694-d5c2c935fc33",
"id": "acbed3f8-8ae0-4777-b165-eaf37802202a",
"ConfigId": "33e8d823-2fe0-4886-b4a5-a986cce2cb8e"
}