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-03T20:22:01.2043021+00:00",
"SubmitDate": "2026-09-03T20:22:01.2043021+00:00",
"ReportPeriodStart": "2026-09-03T20:22:01.2043021+00:00",
"ReportPeriodEnd": "2026-09-03T20:22:01.2043021+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "084b59b9-3d91-42ac-8a72-5e231532a845",
"Rows": [
{
"ItemId": "0d8af6dc-f7ad-4ef5-8a7c-ab5435bc6ed4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0d8af6dc-f7ad-4ef5-8a7c-ab5435bc6ed4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "084b59b9-3d91-42ac-8a72-5e231532a845",
"Rows": [
{
"ItemId": "0d8af6dc-f7ad-4ef5-8a7c-ab5435bc6ed4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0d8af6dc-f7ad-4ef5-8a7c-ab5435bc6ed4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"68c23f81-47d6-46e1-9363-e085370e3fa8",
"9d143c5a-9a9a-45fc-8093-e8fa5f64fb18"
],
"Approvers": [
"7752e90b-d562-49e1-b726-771e44f95fb2",
"9077b015-8d97-42d3-9530-64283d2a794c"
],
"ApprovedBy": "28911466-67cf-4f5d-861a-dd202645eef6",
"ApprovalDate": "2026-09-03T20:22:01.2043021+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "9262346a-cf47-4c7a-bd1d-58c23c24e64f",
"WorkPlanId": "e40404b1-0829-419d-8326-a481a5aa6b8c",
"id": "5254c979-0d9f-490a-b0fb-3d29b319ce76",
"ConfigId": "815c983a-f224-4c2b-8f92-c90e6a762a96"
}