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-21T04:17:32.1049401+00:00",
"SubmitDate": "2026-08-21T04:17:32.1049401+00:00",
"ReportPeriodStart": "2026-08-21T04:17:32.1049401+00:00",
"ReportPeriodEnd": "2026-08-21T04:17:32.1049401+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dc0d7f0b-d1fe-4bbe-9b91-9462ae529180",
"Rows": [
{
"ItemId": "c9b45c59-6faa-4ae8-ab18-15ceff57a676",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c9b45c59-6faa-4ae8-ab18-15ceff57a676",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dc0d7f0b-d1fe-4bbe-9b91-9462ae529180",
"Rows": [
{
"ItemId": "c9b45c59-6faa-4ae8-ab18-15ceff57a676",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c9b45c59-6faa-4ae8-ab18-15ceff57a676",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"88bb2cf2-b9ec-495b-ac2d-7027cbc68175",
"42d1ffff-f8ad-468b-8716-7e27ce57c28b"
],
"Approvers": [
"21e4df2a-11fe-40dd-99fd-4768dac78c5a",
"732e4357-1dfb-468e-b1f5-60cb45578622"
],
"ApprovedBy": "988961f0-f074-47d1-9921-f8a3edb5e63e",
"ApprovalDate": "2026-08-21T04:17:32.1049401+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "71b38cbe-b669-408c-bcb5-558c112f42fd",
"WorkPlanId": "05d4987e-83b1-46cb-a6a9-096470f46870",
"id": "4e718399-38a8-4b61-9658-ea71e44677f7",
"ConfigId": "3b4d32c2-e3d2-4ffe-86ec-714293600407"
}