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-06-28T02:48:41.9712605+00:00",
"SubmitDate": "2026-06-28T02:48:41.9712605+00:00",
"ReportPeriodStart": "2026-06-28T02:48:41.9712605+00:00",
"ReportPeriodEnd": "2026-06-28T02:48:41.9712605+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c315d53c-cb4b-4a70-92f4-8e6f116b1be1",
"Rows": [
{
"ItemId": "d81c0b8d-a4ad-4534-8fa4-237e56eb89cc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d81c0b8d-a4ad-4534-8fa4-237e56eb89cc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c315d53c-cb4b-4a70-92f4-8e6f116b1be1",
"Rows": [
{
"ItemId": "d81c0b8d-a4ad-4534-8fa4-237e56eb89cc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d81c0b8d-a4ad-4534-8fa4-237e56eb89cc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9be4235e-7017-4991-b22d-5960f7f97107",
"619a451b-7ec7-469e-8619-fd218a74f355"
],
"Approvers": [
"cbb8acc1-488f-4aaa-a35a-093c3e9169d5",
"e195bf4d-a936-42b3-a333-fc4ed337c9af"
],
"ApprovedBy": "90c3e12a-abb4-4b25-9ee5-330b3c9de3a3",
"ApprovalDate": "2026-06-28T02:48:41.9712605+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "34e01a17-473a-4028-b4cc-7542d2fb6653",
"WorkPlanId": "70bf39b5-c3a1-4dd3-9f38-6147811217ea",
"id": "14741530-b454-4c19-ae9a-ee9332bb5a01",
"ConfigId": "5954de34-6a10-4486-a88a-e0f93b892cf8"
}