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-30T16:06:52.5929384+00:00",
"SubmitDate": "2026-07-30T16:06:52.5929384+00:00",
"ReportPeriodStart": "2026-07-30T16:06:52.5929384+00:00",
"ReportPeriodEnd": "2026-07-30T16:06:52.5929384+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ed66a9bf-0b61-42ce-a930-46a803ac8629",
"Rows": [
{
"ItemId": "492cc349-11d6-43f2-b35e-a869089a123d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "492cc349-11d6-43f2-b35e-a869089a123d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ed66a9bf-0b61-42ce-a930-46a803ac8629",
"Rows": [
{
"ItemId": "492cc349-11d6-43f2-b35e-a869089a123d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "492cc349-11d6-43f2-b35e-a869089a123d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"38f6c0fd-008a-4651-ac31-74c6c96e5892",
"5825dd06-88b5-4e1a-9f9f-7ec3473f4714"
],
"Approvers": [
"facca45a-4a37-4c92-8a9a-cbc5f88bc790",
"37d51389-cc21-4b9d-971d-61ea49be53f6"
],
"ApprovedBy": "196ea295-7735-4da9-ad27-ac7aea07d855",
"ApprovalDate": "2026-07-30T16:06:52.5929384+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "5fc1025d-ddb0-4de8-b228-1be8670fc90d",
"WorkPlanId": "3d89de65-0678-4403-b30d-8acc1e5c8c59",
"id": "77692dc6-ee7c-4a00-8614-9920bf973698",
"ConfigId": "7a642a65-61fe-4918-94ce-bccfa216ad4b"
}