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-09-18T10:59:14.9555683+00:00",
"SubmitDate": "2026-09-18T10:59:14.9555683+00:00",
"ReportPeriodStart": "2026-09-18T10:59:14.9555683+00:00",
"ReportPeriodEnd": "2026-09-18T10:59:14.9555683+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b3c4bb41-c704-465d-962d-55cc64a06b7a",
"Rows": [
{
"ItemId": "1ff05f9f-a21d-44e7-802b-bc2a89b1bd85",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1ff05f9f-a21d-44e7-802b-bc2a89b1bd85",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b3c4bb41-c704-465d-962d-55cc64a06b7a",
"Rows": [
{
"ItemId": "1ff05f9f-a21d-44e7-802b-bc2a89b1bd85",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1ff05f9f-a21d-44e7-802b-bc2a89b1bd85",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"52a52e2d-f5df-4355-b34c-34d61a2f2ea0",
"0e40c0c9-7186-414e-a812-47fd807b4da6"
],
"Approvers": [
"78befa42-5b92-4e08-a4b4-d00c1299b00a",
"8ab63532-ee17-4d71-bf92-4faf12c5b09c"
],
"ApprovedBy": "8ecbc73c-06df-4982-8bca-98277a1a1af9",
"ApprovalDate": "2026-09-18T10:59:14.9555683+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "381b5526-90e8-456f-b753-c7a868bd1d54",
"WorkPlanId": "f71c34d1-dc5b-42c1-ae75-f18279a36f5b",
"id": "9fc79f11-1ae5-4cbe-92d8-fe615209cb52",
"ConfigId": "0b9962d7-ac9b-4a00-8df1-8debb9d19845"
}