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-23T13:57:11.5221256+00:00",
"SubmitDate": "2026-09-23T13:57:11.5221256+00:00",
"ReportPeriodStart": "2026-09-23T13:57:11.5221256+00:00",
"ReportPeriodEnd": "2026-09-23T13:57:11.5221256+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cc85c78e-957d-4436-ba28-ee2f7690a03d",
"Rows": [
{
"ItemId": "8bd560b6-2478-40fd-ab22-1e5021251fe9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8bd560b6-2478-40fd-ab22-1e5021251fe9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cc85c78e-957d-4436-ba28-ee2f7690a03d",
"Rows": [
{
"ItemId": "8bd560b6-2478-40fd-ab22-1e5021251fe9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8bd560b6-2478-40fd-ab22-1e5021251fe9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2aac7d02-db1f-44bb-96bb-b09288c60a76",
"0506cfd2-a3c0-4b52-8b5d-6fdd8b6739ab"
],
"Approvers": [
"b26d3a45-e79f-4d50-a1f8-22126f5ef7a3",
"25f80120-ae5a-4e87-b6f3-431744d6f9dd"
],
"ApprovedBy": "8ffc88bc-1dec-4b26-9143-29154ea921c4",
"ApprovalDate": "2026-09-23T13:57:11.5221256+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "53873c54-8330-443d-82de-9344c45b62b3",
"WorkPlanId": "04fdcbc0-4041-4bf6-b633-a6cc6475649c",
"id": "aadb3418-f78c-47d8-ba27-0d2d50b8e955",
"ConfigId": "7e0a9cf7-507c-49df-8cf0-1d0788247553"
}