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-11T18:35:38.3000851+00:00",
"SubmitDate": "2026-07-11T18:35:38.3000851+00:00",
"ReportPeriodStart": "2026-07-11T18:35:38.3000851+00:00",
"ReportPeriodEnd": "2026-07-11T18:35:38.3000851+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a0801eb8-c84e-4997-b683-56194eeb26fc",
"Rows": [
{
"ItemId": "e71acdd6-9a0c-4db6-9066-0f5cd08e4698",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e71acdd6-9a0c-4db6-9066-0f5cd08e4698",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a0801eb8-c84e-4997-b683-56194eeb26fc",
"Rows": [
{
"ItemId": "e71acdd6-9a0c-4db6-9066-0f5cd08e4698",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e71acdd6-9a0c-4db6-9066-0f5cd08e4698",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a9e6f371-ac04-4053-a216-ccd19c170462",
"505f699c-f4da-4b5a-a806-2fefdf95817d"
],
"Approvers": [
"3e4a6c0a-d092-412a-89a0-1f2670875a62",
"86900085-7f54-4707-96fe-9b72a20afb24"
],
"ApprovedBy": "6dc26333-2e62-4cfb-95f8-a5b65fc34c64",
"ApprovalDate": "2026-07-11T18:35:38.3000851+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "2003e8da-3966-4869-92a1-dcb4accfcd69",
"WorkPlanId": "6cd000e6-50ea-4b9a-bc4e-be709230b547",
"id": "dfe6f547-0dee-4786-a927-46184856187a",
"ConfigId": "0b4a0437-30e1-496d-b84a-12c997fe9dc1"
}