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-27T12:33:26.7101213+00:00",
"SubmitDate": "2026-06-27T12:33:26.7101213+00:00",
"ReportPeriodStart": "2026-06-27T12:33:26.7101213+00:00",
"ReportPeriodEnd": "2026-06-27T12:33:26.7101213+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1fe77fc3-6c65-49ff-a733-0344216bc4ee",
"Rows": [
{
"ItemId": "8d8eec7b-276a-4343-b47a-c598bb243830",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8d8eec7b-276a-4343-b47a-c598bb243830",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1fe77fc3-6c65-49ff-a733-0344216bc4ee",
"Rows": [
{
"ItemId": "8d8eec7b-276a-4343-b47a-c598bb243830",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8d8eec7b-276a-4343-b47a-c598bb243830",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"78b4962a-fca3-4e67-8eb9-df036b779569",
"6fcef59c-07fd-413d-a4e7-43272f0f694a"
],
"Approvers": [
"a0f8fc77-dc37-4eb4-b6b4-61fd1b737cc5",
"e8233f63-b1bf-409f-996f-62d38a7ca4a8"
],
"ApprovedBy": "1fbc2ad1-7249-41a5-991f-27b171494d65",
"ApprovalDate": "2026-06-27T12:33:26.7101213+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "1f47828f-769c-4f94-b649-7e39baff0f8d",
"WorkPlanId": "96d8adc9-5e67-40f4-b143-713888f531e5",
"id": "4574709e-ba37-4039-80c6-81d7b7eecdd0",
"ConfigId": "1c4d9e25-2845-4545-af78-45f93f9d3100"
}