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-18T23:15:09.9241769+00:00",
"SubmitDate": "2026-08-18T23:15:09.9241769+00:00",
"ReportPeriodStart": "2026-08-18T23:15:09.9241769+00:00",
"ReportPeriodEnd": "2026-08-18T23:15:09.9241769+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7e19028c-3529-43df-8b06-9587b62be1b5",
"Rows": [
{
"ItemId": "f8dd1950-b2fd-40f9-ac48-0373941ace94",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f8dd1950-b2fd-40f9-ac48-0373941ace94",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7e19028c-3529-43df-8b06-9587b62be1b5",
"Rows": [
{
"ItemId": "f8dd1950-b2fd-40f9-ac48-0373941ace94",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f8dd1950-b2fd-40f9-ac48-0373941ace94",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"509351a1-07d8-4de1-8bb2-19ea35bd4291",
"ce8b3498-71bf-4556-8d25-e6164eba1307"
],
"Approvers": [
"662e77f7-7794-4260-bf75-9afec241638e",
"75b6b3fc-9030-4ead-a499-2eaed662f48d"
],
"ApprovedBy": "7de4e446-eb36-416b-90f6-e7680c036844",
"ApprovalDate": "2026-08-18T23:15:09.9241769+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "bd548176-e8be-45f1-b829-7cf73f549f71",
"WorkPlanId": "42b8068c-66a2-450a-82bd-8dc21938f6f9",
"id": "83dc4e20-6fee-423e-a334-2b26c4c3f6e3",
"ConfigId": "b1b47bad-732b-4b6c-be39-6bb689a12059"
}