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-16T01:01:13.7490052+00:00",
"SubmitDate": "2026-08-16T01:01:13.7490052+00:00",
"ReportPeriodStart": "2026-08-16T01:01:13.7490052+00:00",
"ReportPeriodEnd": "2026-08-16T01:01:13.7490052+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ef33ed1d-2882-4141-9365-0833518c8afa",
"Rows": [
{
"ItemId": "78fe19d4-6e9d-45a2-b032-4862ba3ded8f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "78fe19d4-6e9d-45a2-b032-4862ba3ded8f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ef33ed1d-2882-4141-9365-0833518c8afa",
"Rows": [
{
"ItemId": "78fe19d4-6e9d-45a2-b032-4862ba3ded8f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "78fe19d4-6e9d-45a2-b032-4862ba3ded8f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ae16f156-fd35-468f-8eb3-60ce312f340f",
"e5ce216a-66ed-4ee1-b485-93a7525322f6"
],
"Approvers": [
"0bd86afd-8268-4fba-b920-3186cde99e0c",
"80d24e60-d3a6-4993-aa4d-387ad01677cd"
],
"ApprovedBy": "ec980b13-46ec-4527-b808-6045c20634ad",
"ApprovalDate": "2026-08-16T01:01:13.7490052+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "13db4341-56c0-4047-83f2-61edda54062b",
"WorkPlanId": "7afc4118-53df-455f-8818-c0ff39ec968e",
"id": "c0dfc9da-2c94-47db-b523-9f819c4c324a",
"ConfigId": "6e516ab6-a283-4844-a577-13c472c3d541"
}