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-08T16:17:44.4208341+00:00",
"SubmitDate": "2026-08-08T16:17:44.4208341+00:00",
"ReportPeriodStart": "2026-08-08T16:17:44.4208341+00:00",
"ReportPeriodEnd": "2026-08-08T16:17:44.4208341+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "68c2b104-1922-4f8f-9047-60be96d60d2a",
"Rows": [
{
"ItemId": "50ee801b-17e2-4765-92f5-5e197ff5715b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "50ee801b-17e2-4765-92f5-5e197ff5715b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "68c2b104-1922-4f8f-9047-60be96d60d2a",
"Rows": [
{
"ItemId": "50ee801b-17e2-4765-92f5-5e197ff5715b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "50ee801b-17e2-4765-92f5-5e197ff5715b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4b852c42-3d39-43e5-8445-590968196cd4",
"041821fe-86f1-4d10-8976-560309321641"
],
"Approvers": [
"fedf1732-b3ed-490b-a256-3f1d81d21556",
"04990289-3129-4753-8968-374d21190ee4"
],
"ApprovedBy": "291add30-cbe7-4ac2-9b50-89583760b9dd",
"ApprovalDate": "2026-08-08T16:17:44.4208341+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "9f8cf3c5-fc6b-4a3d-9059-dd62124edadb",
"WorkPlanId": "fc3b46e6-77e1-4d36-b796-8201dd89705e",
"id": "87672ed1-d2af-48fe-81a1-f1e35e9b187b",
"ConfigId": "8b0a6857-1f12-4f18-92c2-5bddbf88c094"
}