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-17T02:45:20.2262801+00:00",
"SubmitDate": "2026-09-17T02:45:20.2262801+00:00",
"ReportPeriodStart": "2026-09-17T02:45:20.2262801+00:00",
"ReportPeriodEnd": "2026-09-17T02:45:20.2262801+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9a0472ed-fbab-44e3-83e4-9625e1460e89",
"Rows": [
{
"ItemId": "a72b8fe4-bc13-49a3-9d8e-d6e629d19090",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a72b8fe4-bc13-49a3-9d8e-d6e629d19090",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9a0472ed-fbab-44e3-83e4-9625e1460e89",
"Rows": [
{
"ItemId": "a72b8fe4-bc13-49a3-9d8e-d6e629d19090",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a72b8fe4-bc13-49a3-9d8e-d6e629d19090",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f2828cc0-a5f8-4516-a4c7-3a06db1d7f17",
"3b3008b9-f5aa-4a55-bae1-46226db5c877"
],
"Approvers": [
"0a43fee6-fb44-4c6a-bf13-3f30b2c9108d",
"a5f2ce43-c86c-4629-887b-ec9e5c42eba7"
],
"ApprovedBy": "b6d8db5a-c7a7-4b69-9c0d-1a9a134456bb",
"ApprovalDate": "2026-09-17T02:45:20.2262801+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "3e86423a-cbbf-4f94-a52c-54573b9ff519",
"WorkPlanId": "feb6dc85-b845-49b5-8947-415853a08352",
"id": "ef7c826c-5e35-4a1a-814f-f580c5c467c4",
"ConfigId": "9f318641-61f0-42f5-8f60-d205a95d832f"
}