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-26T21:09:15.1809227+00:00",
"SubmitDate": "2026-09-26T21:09:15.1809227+00:00",
"ReportPeriodStart": "2026-09-26T21:09:15.1809227+00:00",
"ReportPeriodEnd": "2026-09-26T21:09:15.1809227+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0d2d5b0f-2dae-47b7-a237-bccb49827b59",
"Rows": [
{
"ItemId": "2b1e34a6-6c26-44d7-9161-2f7956e0f882",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2b1e34a6-6c26-44d7-9161-2f7956e0f882",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0d2d5b0f-2dae-47b7-a237-bccb49827b59",
"Rows": [
{
"ItemId": "2b1e34a6-6c26-44d7-9161-2f7956e0f882",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2b1e34a6-6c26-44d7-9161-2f7956e0f882",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f0ec9fd6-90d2-4a92-8979-1f5772ebfef1",
"8b6b59fb-a8f6-4574-830e-f0d1e46e56bd"
],
"Approvers": [
"353dc5d2-f2d8-4588-a3b0-ef4d3c54fc19",
"effb0bff-7651-4b1a-98c9-e165cdfb2721"
],
"ApprovedBy": "ae27155f-02d9-45bb-80d1-d8256afa7823",
"ApprovalDate": "2026-09-26T21:09:15.1809227+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ed713b30-6f7b-49d5-8950-b2e45d112d66",
"WorkPlanId": "79accffb-518e-4fde-b556-c82ae6a955eb",
"id": "0d6e0919-89f1-4852-afa2-f8fe42165e18",
"ConfigId": "dc8768df-8612-4c1c-ab30-7d2bf6730d16"
}