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-29T13:17:58.5290191+00:00",
"SubmitDate": "2026-08-29T13:17:58.5290191+00:00",
"ReportPeriodStart": "2026-08-29T13:17:58.5290191+00:00",
"ReportPeriodEnd": "2026-08-29T13:17:58.5290191+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8fb3840e-150d-4582-bb52-02ec6a7c8e40",
"Rows": [
{
"ItemId": "94d544e7-7d55-4de4-82e3-2e2b59e6cbab",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "94d544e7-7d55-4de4-82e3-2e2b59e6cbab",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8fb3840e-150d-4582-bb52-02ec6a7c8e40",
"Rows": [
{
"ItemId": "94d544e7-7d55-4de4-82e3-2e2b59e6cbab",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "94d544e7-7d55-4de4-82e3-2e2b59e6cbab",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"dddf80f0-e322-42c8-9124-980716e21398",
"949bec35-b14b-41eb-b512-e03a65631413"
],
"Approvers": [
"0b2f246c-dbd8-422d-9e2c-79b7bfa62854",
"7e574ba5-58bd-4c95-9a2a-2361a57e0602"
],
"ApprovedBy": "1374a240-7931-43fe-8aac-1245e49fb2b3",
"ApprovalDate": "2026-08-29T13:17:58.5290191+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ce7ac382-c9bf-4e76-afb4-0f94c4fbdeb0",
"WorkPlanId": "7900e0e9-9dfb-45ce-b9eb-86bad4e52e45",
"id": "38649638-7bf2-4a68-84e6-2fa8a86c9683",
"ConfigId": "a6d19bce-65c5-4e93-9205-9b322190892c"
}