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-22T10:30:50.8256701+00:00",
"SubmitDate": "2026-09-22T10:30:50.8256701+00:00",
"ReportPeriodStart": "2026-09-22T10:30:50.8256701+00:00",
"ReportPeriodEnd": "2026-09-22T10:30:50.8256701+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2cbf7d9f-03c9-4ae6-b1fb-8f14f39beb17",
"Rows": [
{
"ItemId": "6011f446-3684-47a6-943c-bfc0f6e6de12",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6011f446-3684-47a6-943c-bfc0f6e6de12",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2cbf7d9f-03c9-4ae6-b1fb-8f14f39beb17",
"Rows": [
{
"ItemId": "6011f446-3684-47a6-943c-bfc0f6e6de12",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6011f446-3684-47a6-943c-bfc0f6e6de12",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"938da04d-864a-4bb2-bb17-024be368adfe",
"3950cdd1-794d-41b7-8342-ad359916122a"
],
"Approvers": [
"a99dec8b-7547-4d68-bec4-1335fe9b603e",
"e8a289d8-bbb0-46f4-92ac-de77c67fe386"
],
"ApprovedBy": "900d0754-d33d-4dd0-a662-31c9491954c4",
"ApprovalDate": "2026-09-22T10:30:50.8256701+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "751c17fe-4c9e-4542-8a35-f60501aa0790",
"WorkPlanId": "279f81b9-4a53-4d4d-8a0b-60a1d2f42b33",
"id": "334cbc2d-61da-4066-a101-b0d001d6d936",
"ConfigId": "b7d32b5b-31f2-4f7b-98f3-5d128c25f230"
}