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-07-21T13:12:33.472368+00:00",
"SubmitDate": "2026-07-21T13:12:33.472368+00:00",
"ReportPeriodStart": "2026-07-21T13:12:33.472368+00:00",
"ReportPeriodEnd": "2026-07-21T13:12:33.472368+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "915319ec-ac8c-4007-a6a7-e4400c713e67",
"Rows": [
{
"ItemId": "eca2b32d-721c-4f93-aebe-a9f751ee2f6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "eca2b32d-721c-4f93-aebe-a9f751ee2f6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "915319ec-ac8c-4007-a6a7-e4400c713e67",
"Rows": [
{
"ItemId": "eca2b32d-721c-4f93-aebe-a9f751ee2f6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "eca2b32d-721c-4f93-aebe-a9f751ee2f6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f66d8e2c-9c36-45b4-b072-c77b735ca45a",
"15ab2acf-01bd-4a13-9e89-2a7fb081c841"
],
"Approvers": [
"aa44f1e8-4183-4110-ba58-2a5a09569912",
"66387e35-2ef5-46c2-afbb-5c24e1bdfeb5"
],
"ApprovedBy": "bdcf2965-5978-49ab-ae30-3e2be1718f06",
"ApprovalDate": "2026-07-21T13:12:33.472368+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "039af28a-9968-4c5a-95e0-b29e1904e650",
"WorkPlanId": "1867cd21-4f01-4cac-abb7-5a9c13f2629c",
"id": "11c1befe-b7b0-41b0-a195-a8a180be854f",
"ConfigId": "9b74bfa3-d014-4fd4-b491-6f190b277efe"
}