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-20T10:46:54.1035019+00:00",
"SubmitDate": "2026-07-20T10:46:54.1035019+00:00",
"ReportPeriodStart": "2026-07-20T10:46:54.1035019+00:00",
"ReportPeriodEnd": "2026-07-20T10:46:54.1035019+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "42bc9f3a-efd9-4705-a7a0-508bec3da070",
"Rows": [
{
"ItemId": "395a082a-4c72-47d9-96eb-5491951239fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "395a082a-4c72-47d9-96eb-5491951239fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "42bc9f3a-efd9-4705-a7a0-508bec3da070",
"Rows": [
{
"ItemId": "395a082a-4c72-47d9-96eb-5491951239fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "395a082a-4c72-47d9-96eb-5491951239fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3e24ae1a-9646-48c0-9c28-43b4359f9e3d",
"2a52f5d7-6d0a-4e76-9610-3ff7af9b4e54"
],
"Approvers": [
"14f4ee45-3186-4f2c-8a3e-222677d29edc",
"b4901e0f-4d79-4552-b4a7-fbecb547833b"
],
"ApprovedBy": "fd79e134-cfd8-466b-888a-1b2b34e0cc75",
"ApprovalDate": "2026-07-20T10:46:54.1035019+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "b9c3e784-4b2b-4a69-9e3a-88ddcc32f60a",
"WorkPlanId": "0c0332bf-3574-45a3-9dfc-b7e0cb67cba4",
"id": "0e4c1a3b-5247-4afc-84af-c2bbc30da87e",
"ConfigId": "d2e05ed7-7be4-4e3e-b634-555486dbab52"
}