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-31T06:51:27.0270295+00:00",
"SubmitDate": "2026-07-31T06:51:27.0270295+00:00",
"ReportPeriodStart": "2026-07-31T06:51:27.0270295+00:00",
"ReportPeriodEnd": "2026-07-31T06:51:27.0270295+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f3be3591-7fee-4d69-94dd-8239933996ee",
"Rows": [
{
"ItemId": "1b745d7c-0c18-465c-bd7f-56d9e489e1a9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1b745d7c-0c18-465c-bd7f-56d9e489e1a9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f3be3591-7fee-4d69-94dd-8239933996ee",
"Rows": [
{
"ItemId": "1b745d7c-0c18-465c-bd7f-56d9e489e1a9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1b745d7c-0c18-465c-bd7f-56d9e489e1a9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d0b86558-d54a-4516-bf7a-2c8de6f8b540",
"fc99bd37-3789-4db3-a5db-67f430c26583"
],
"Approvers": [
"3318f50f-8d88-4886-9821-2b6e41c593c9",
"bf16ee65-b26d-4485-a73e-3441bd34542e"
],
"ApprovedBy": "f6f9ad11-bcbc-4af7-a43f-fc51fb488c06",
"ApprovalDate": "2026-07-31T06:51:27.0270295+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "047ea9ad-939b-4f79-a4b1-e720d2466fb6",
"WorkPlanId": "0eec02b5-4eb3-48a4-8600-e5a373f93f60",
"id": "4cf64ae1-3f04-4618-a7cd-91c5a9e0701b",
"ConfigId": "abca7a0d-15fa-4966-b745-1cb65f3f4470"
}