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-17T07:19:45.4719356+00:00",
"SubmitDate": "2026-08-17T07:19:45.4719356+00:00",
"ReportPeriodStart": "2026-08-17T07:19:45.4719356+00:00",
"ReportPeriodEnd": "2026-08-17T07:19:45.4719356+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c0df5db3-d42d-4082-98e9-2c5c144fc419",
"Rows": [
{
"ItemId": "567453c1-3a09-4849-884a-17641bcf3653",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "567453c1-3a09-4849-884a-17641bcf3653",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c0df5db3-d42d-4082-98e9-2c5c144fc419",
"Rows": [
{
"ItemId": "567453c1-3a09-4849-884a-17641bcf3653",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "567453c1-3a09-4849-884a-17641bcf3653",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f8121940-0276-4ff1-8b1c-362bb3329b93",
"5f216afb-dcc7-46e8-900f-f73300789b6e"
],
"Approvers": [
"6d94aec5-1fd2-4abf-85d5-83f8ee58995e",
"2c8c566b-8a18-426f-a634-10da0a2f4c3f"
],
"ApprovedBy": "47955014-06e5-4284-8133-3c91ae79b7ff",
"ApprovalDate": "2026-08-17T07:19:45.4719356+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "73391e48-254d-48ee-a81c-9001cb4c74ab",
"WorkPlanId": "4c706a10-7ecc-42b4-b41b-ccd73e6f81c6",
"id": "7630fa9c-45b4-4845-8817-92a54c2bd917",
"ConfigId": "22ad30d8-7c4b-4ae5-9c84-d957a789e007"
}