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-08-02T21:37:39.6093655+00:00",
"SubmitDate": "2026-08-02T21:37:39.6093655+00:00",
"ReportPeriodStart": "2026-08-02T21:37:39.6093655+00:00",
"ReportPeriodEnd": "2026-08-02T21:37:39.6093655+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c54ed9ea-fb3c-4049-a39a-643f632307ab",
"Rows": [
{
"ItemId": "7b5e1bed-b1a8-4684-8842-e146eee3b2d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7b5e1bed-b1a8-4684-8842-e146eee3b2d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c54ed9ea-fb3c-4049-a39a-643f632307ab",
"Rows": [
{
"ItemId": "7b5e1bed-b1a8-4684-8842-e146eee3b2d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7b5e1bed-b1a8-4684-8842-e146eee3b2d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7f7c85c8-abec-4902-bf36-5c1e505ed463",
"245b2d97-45a6-4004-a311-21a39f728e23"
],
"Approvers": [
"9093749a-76cd-4400-886f-a745775faf47",
"24044962-9870-49ef-a961-7e0ad84e2aa8"
],
"ApprovedBy": "af32a027-9a23-414b-bcfd-1a89c2e41a31",
"ApprovalDate": "2026-08-02T21:37:39.6093655+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "5393fe2d-86ac-46d6-b0cc-d99a7f8ac8d5",
"WorkPlanId": "b812828e-1a5a-4640-935a-b5ad0d684393",
"id": "85398a21-998c-41af-b2a5-98bb5fdbbc15",
"ConfigId": "8f3ef368-7a42-4e4c-a97a-f9afa820086d"
}