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-13T02:29:00.6474915+00:00",
"SubmitDate": "2026-07-13T02:29:00.6474915+00:00",
"ReportPeriodStart": "2026-07-13T02:29:00.6474915+00:00",
"ReportPeriodEnd": "2026-07-13T02:29:00.6474915+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3ef79c9b-8a1d-4349-9b74-b796b82864d3",
"Rows": [
{
"ItemId": "3eb1d67b-58b8-4cce-b081-2d30c6e34a42",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3eb1d67b-58b8-4cce-b081-2d30c6e34a42",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3ef79c9b-8a1d-4349-9b74-b796b82864d3",
"Rows": [
{
"ItemId": "3eb1d67b-58b8-4cce-b081-2d30c6e34a42",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3eb1d67b-58b8-4cce-b081-2d30c6e34a42",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"560d2af7-a4ba-4bc7-8430-4e4654688e0c",
"22179f32-de74-4fd5-823b-65031c8dd0f8"
],
"Approvers": [
"87de3ac4-8ee4-4424-8e29-af020aa1ffef",
"b678c5bb-1ee8-4366-8d5e-86145988eb53"
],
"ApprovedBy": "7b78fa9f-7013-4149-b48c-c4eb09eec52d",
"ApprovalDate": "2026-07-13T02:29:00.6474915+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "0a6fc47a-0d3e-45fd-8974-7f903d9012fd",
"WorkPlanId": "90516775-293d-4a91-86cc-0f0bf5e703ab",
"id": "5548c035-10db-4405-9a53-601cbe84e1ea",
"ConfigId": "d8b58125-a665-4f41-b426-25d85bf8a18e"
}