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-21T22:19:01.3807906+00:00",
"SubmitDate": "2026-09-21T22:19:01.3807906+00:00",
"ReportPeriodStart": "2026-09-21T22:19:01.3807906+00:00",
"ReportPeriodEnd": "2026-09-21T22:19:01.3807906+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "95153c11-473c-4fb0-9d73-ec0e476aa2fb",
"Rows": [
{
"ItemId": "c9d1bd2f-40c9-4d76-b6ff-9bf75e6213ff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c9d1bd2f-40c9-4d76-b6ff-9bf75e6213ff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "95153c11-473c-4fb0-9d73-ec0e476aa2fb",
"Rows": [
{
"ItemId": "c9d1bd2f-40c9-4d76-b6ff-9bf75e6213ff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c9d1bd2f-40c9-4d76-b6ff-9bf75e6213ff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d9ba1528-c26d-49cf-b4e9-057064d7e7bf",
"39120efa-5347-4264-a8c7-18c894d14ff0"
],
"Approvers": [
"b7fe0db0-96c6-490d-bef7-6b2a0564faff",
"10ecb8e4-f65b-42a2-b385-8ba863465841"
],
"ApprovedBy": "2f09cb06-4629-40e1-885b-e669e01e6d50",
"ApprovalDate": "2026-09-21T22:19:01.3807906+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "68eae71d-3c27-43f7-b32d-6ac7e8292052",
"WorkPlanId": "64eba759-cf9a-4b2f-922e-3f500d6000c4",
"id": "f7c91b4e-1758-46da-b9b7-6a03262db001",
"ConfigId": "4ea73142-441d-462f-81b7-6551e5e0a9c8"
}