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-07-02T22:05:28.5587136+00:00",
"SubmitDate": "2026-07-02T22:05:28.5587136+00:00",
"ReportPeriodStart": "2026-07-02T22:05:28.5587136+00:00",
"ReportPeriodEnd": "2026-07-02T22:05:28.5587136+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "aec2a3b7-6ef9-44ee-8d54-f25ac0ae9951",
"Rows": [
{
"ItemId": "686d062c-04f3-4f1b-8fe7-6e39e3c80203",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "686d062c-04f3-4f1b-8fe7-6e39e3c80203",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "aec2a3b7-6ef9-44ee-8d54-f25ac0ae9951",
"Rows": [
{
"ItemId": "686d062c-04f3-4f1b-8fe7-6e39e3c80203",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "686d062c-04f3-4f1b-8fe7-6e39e3c80203",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"53f31d3d-5bdf-4778-9977-dd9515033924",
"4fd8c185-2c8a-42a2-b11d-0db4895ab7d0"
],
"Approvers": [
"666e31c6-f9a9-499f-9597-8e1f75d81eed",
"ece6daa2-13d3-4ce1-8856-d5eff9292c4f"
],
"ApprovedBy": "320388f3-6391-489e-bd3d-3933f7cdb664",
"ApprovalDate": "2026-07-02T22:05:28.5587136+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "03063c66-615f-42a3-b59a-e90d8fca6c8c",
"WorkPlanId": "94ff9052-b5ce-41a8-90aa-60ed8ba43d7c",
"id": "7432a91c-74d2-4f5e-9222-2e48dde3cd16",
"ConfigId": "bf123c10-75b6-4c27-8860-1c6fb6332e4c"
}