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-14T14:50:33.7167374+00:00",
"SubmitDate": "2026-08-14T14:50:33.7167374+00:00",
"ReportPeriodStart": "2026-08-14T14:50:33.7167374+00:00",
"ReportPeriodEnd": "2026-08-14T14:50:33.7167374+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8d20bfc9-9796-4c94-9aed-8b07e2ccec60",
"Rows": [
{
"ItemId": "a41d656c-ad53-4d68-8831-3c2ea539b54a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a41d656c-ad53-4d68-8831-3c2ea539b54a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8d20bfc9-9796-4c94-9aed-8b07e2ccec60",
"Rows": [
{
"ItemId": "a41d656c-ad53-4d68-8831-3c2ea539b54a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a41d656c-ad53-4d68-8831-3c2ea539b54a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"180f6dba-22d8-419e-93c4-dd53c68736ec",
"71252c18-0aee-4730-ac15-4114622f4188"
],
"Approvers": [
"d82e03ca-52b8-4699-b83a-8debb67f6007",
"5b03efb6-ee90-4add-832b-6020c3b8580a"
],
"ApprovedBy": "83a9c9ed-abd5-400b-a448-18f28c4aa5c7",
"ApprovalDate": "2026-08-14T14:50:33.7167374+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "03dad5bb-31b0-48bd-bc22-442f9c7db022",
"WorkPlanId": "d709df74-a2c9-4d1a-98db-d7c591f37bd3",
"id": "fe5d24d3-8262-4ee6-8f05-dbae0494ebcd",
"ConfigId": "0df8648e-9cc7-482b-89d6-2652f8ded6d3"
}