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-06T12:16:41.2077557+00:00",
"SubmitDate": "2026-08-06T12:16:41.2077557+00:00",
"ReportPeriodStart": "2026-08-06T12:16:41.2077557+00:00",
"ReportPeriodEnd": "2026-08-06T12:16:41.2077557+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9fcd5486-2934-4a4a-bcb8-73d0537cf7a9",
"Rows": [
{
"ItemId": "af0e766c-d724-498d-b95d-e1d38395c92d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "af0e766c-d724-498d-b95d-e1d38395c92d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9fcd5486-2934-4a4a-bcb8-73d0537cf7a9",
"Rows": [
{
"ItemId": "af0e766c-d724-498d-b95d-e1d38395c92d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "af0e766c-d724-498d-b95d-e1d38395c92d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"57e63cbf-bcdd-4adb-9780-969c7ddc9fd0",
"2e1a5a5d-b5f7-425d-bf9b-7bc8529009eb"
],
"Approvers": [
"b838d917-ed9c-46d4-82be-2ed477cad5e2",
"d82e68ba-2e49-4c70-8d08-508e82c72ecd"
],
"ApprovedBy": "e8b19f0b-0864-4e78-86a9-4aabda9e51bf",
"ApprovalDate": "2026-08-06T12:16:41.2077557+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "809f6b21-a47e-452c-aeda-426b50e110cb",
"WorkPlanId": "756f5b19-7541-433c-9d0a-22e5f728bc53",
"id": "edfb371e-ee7d-4c5f-a6c2-4988fd534713",
"ConfigId": "11be9703-2532-44b3-91ac-5cafc3998bb5"
}