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-09-15T22:34:41.6431891+00:00",
"SubmitDate": "2026-09-15T22:34:41.6431891+00:00",
"ReportPeriodStart": "2026-09-15T22:34:41.6431891+00:00",
"ReportPeriodEnd": "2026-09-15T22:34:41.6431891+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3102e3ab-09c9-4f43-b662-bee4713a3866",
"Rows": [
{
"ItemId": "0ea38a0a-73c4-4ad9-bd9d-3b0d4f000333",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0ea38a0a-73c4-4ad9-bd9d-3b0d4f000333",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3102e3ab-09c9-4f43-b662-bee4713a3866",
"Rows": [
{
"ItemId": "0ea38a0a-73c4-4ad9-bd9d-3b0d4f000333",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0ea38a0a-73c4-4ad9-bd9d-3b0d4f000333",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"56e8afb6-62dc-48ab-85ce-e3746f35ff1f",
"daa23514-5f8a-4ab9-83ce-ed9f9f1a8682"
],
"Approvers": [
"764e30c9-d944-4c31-93a1-d71196cf1621",
"36bf2343-16ca-4050-8cce-cef3b4d21cf4"
],
"ApprovedBy": "25064fe1-0690-44bd-b359-a30c7347f9ce",
"ApprovalDate": "2026-09-15T22:34:41.6431891+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "4d3dca51-be80-4097-82e4-fa5a00754ddb",
"WorkPlanId": "7f35a140-9e27-4f75-9dbf-9ce5446c63a4",
"id": "21ac9f44-919c-46c2-b33c-8354def314ab",
"ConfigId": "9a4b66a3-f2e2-4da9-ab9c-74b9e729b3e5"
}