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-02T09:03:56.5192944+00:00",
"SubmitDate": "2026-08-02T09:03:56.5192944+00:00",
"ReportPeriodStart": "2026-08-02T09:03:56.5192944+00:00",
"ReportPeriodEnd": "2026-08-02T09:03:56.5192944+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ffe4ff42-4590-4161-9faa-aa133e590fe3",
"Rows": [
{
"ItemId": "f649507b-2162-445d-8cf1-8f33774c7105",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f649507b-2162-445d-8cf1-8f33774c7105",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ffe4ff42-4590-4161-9faa-aa133e590fe3",
"Rows": [
{
"ItemId": "f649507b-2162-445d-8cf1-8f33774c7105",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f649507b-2162-445d-8cf1-8f33774c7105",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4e3cba8d-26f1-4e62-ac08-990cfd4abf40",
"8b276ba3-e89b-47b8-80e7-1ad947033a78"
],
"Approvers": [
"33785788-69e4-4f30-8ca2-dc92e21457b2",
"7c795ba6-0eac-4f38-a290-6f723a9dcd80"
],
"ApprovedBy": "656b5b43-d310-4268-8837-f2753e9ec758",
"ApprovalDate": "2026-08-02T09:03:56.5192944+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "35ec95c6-4742-42d9-b0ec-e83b77be19f6",
"WorkPlanId": "6bcdeb8f-c707-457b-9ff6-735c1956c391",
"id": "99ddbf86-b13b-487e-93f4-18f776246f4c",
"ConfigId": "07638ee9-b939-4f8f-bd5f-64b309ffcf35"
}