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-21T08:22:43.1617941+00:00",
"SubmitDate": "2026-09-21T08:22:43.1617941+00:00",
"ReportPeriodStart": "2026-09-21T08:22:43.1617941+00:00",
"ReportPeriodEnd": "2026-09-21T08:22:43.1617941+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d1c13c66-21d9-4fcf-8017-026e2c7e863a",
"Rows": [
{
"ItemId": "831e8f71-7aaf-4174-b9dd-0ba5b6dea1cc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "831e8f71-7aaf-4174-b9dd-0ba5b6dea1cc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d1c13c66-21d9-4fcf-8017-026e2c7e863a",
"Rows": [
{
"ItemId": "831e8f71-7aaf-4174-b9dd-0ba5b6dea1cc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "831e8f71-7aaf-4174-b9dd-0ba5b6dea1cc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4f28169a-f3f1-4703-b5c1-5bc1d4830aa0",
"17dd7ee2-b74d-4950-a98f-f756029eae96"
],
"Approvers": [
"d2dd8ec0-52d8-4742-89e4-b7b69977054b",
"bac4b9ad-c1ec-4131-8924-ba2ba8f46418"
],
"ApprovedBy": "ef602041-a17c-4119-a486-56907c9ab4a0",
"ApprovalDate": "2026-09-21T08:22:43.1617941+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "e443eacb-b066-4c53-a89a-09347ab16196",
"WorkPlanId": "b09aae24-0499-4753-a0a5-ad99ebac866d",
"id": "a2dbf42b-7988-4b07-8c98-4ec35a262841",
"ConfigId": "078c11fe-45e5-46bc-8a37-4586963e82d6"
}