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-31T15:03:18.1660409+00:00",
"SubmitDate": "2026-08-31T15:03:18.1660409+00:00",
"ReportPeriodStart": "2026-08-31T15:03:18.1660409+00:00",
"ReportPeriodEnd": "2026-08-31T15:03:18.1660409+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dcd7ed26-c918-4c68-ba15-e2588a848872",
"Rows": [
{
"ItemId": "ddcdf3e4-a9f5-4d3a-89e0-478889a23c01",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ddcdf3e4-a9f5-4d3a-89e0-478889a23c01",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dcd7ed26-c918-4c68-ba15-e2588a848872",
"Rows": [
{
"ItemId": "ddcdf3e4-a9f5-4d3a-89e0-478889a23c01",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ddcdf3e4-a9f5-4d3a-89e0-478889a23c01",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c889a762-fec1-4c42-8d82-9ea965385942",
"88b4885a-ec91-4219-abf8-7fc63ba650dd"
],
"Approvers": [
"3faaff65-dc7b-4a0d-b1aa-f048e987e924",
"42b0b27f-c014-4bba-9e2e-46fd66f0d441"
],
"ApprovedBy": "6f08c549-9e48-4409-af9f-57cfb5b3070c",
"ApprovalDate": "2026-08-31T15:03:18.1660409+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "a9a6a3fc-403f-42f2-9c6e-aae9ee265d57",
"WorkPlanId": "032fff37-bb4c-4aa4-8674-8ab03f31b6bc",
"id": "89016e0f-bc28-4b3e-8aae-cf3330a6ab12",
"ConfigId": "c06cf6ca-74a3-4742-8bc3-5628449e9c84"
}