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-12T16:05:19.3898926+00:00",
"SubmitDate": "2026-09-12T16:05:19.3898926+00:00",
"ReportPeriodStart": "2026-09-12T16:05:19.3898926+00:00",
"ReportPeriodEnd": "2026-09-12T16:05:19.3898926+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ab9e67dd-4cfc-4898-9d87-2f8225f5260a",
"Rows": [
{
"ItemId": "18bdba70-9f8a-4b03-beea-3fb1caadd3a2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "18bdba70-9f8a-4b03-beea-3fb1caadd3a2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ab9e67dd-4cfc-4898-9d87-2f8225f5260a",
"Rows": [
{
"ItemId": "18bdba70-9f8a-4b03-beea-3fb1caadd3a2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "18bdba70-9f8a-4b03-beea-3fb1caadd3a2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fc7bc2ed-1c16-4fb6-811c-b45152ddffaa",
"92591f67-03d5-4d9e-8b90-23a6a6658dd4"
],
"Approvers": [
"b6d1e7f1-6797-42f2-89df-c0bdc468ac40",
"8dac88c2-26c6-4434-ae32-b43b3034359e"
],
"ApprovedBy": "e1c1f3b8-6d81-47fe-96d7-4cf091d722c6",
"ApprovalDate": "2026-09-12T16:05:19.3898926+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "74cb6c30-9e62-4416-be58-54670b6676cf",
"WorkPlanId": "b3c4090d-3775-4dce-b611-1f8f4351ee72",
"id": "8fcf2b0d-a0d1-48ef-831d-2a00adfc4948",
"ConfigId": "29e58215-2190-48ed-b530-ead8484036a3"
}