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-03T20:50:26.6882642+00:00",
"SubmitDate": "2026-07-03T20:50:26.6882642+00:00",
"ReportPeriodStart": "2026-07-03T20:50:26.6882642+00:00",
"ReportPeriodEnd": "2026-07-03T20:50:26.6882642+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c1e4bac0-d6cc-4d3e-8290-ac25da95711b",
"Rows": [
{
"ItemId": "34c7979c-3570-4649-b170-e206bfcd2d5f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "34c7979c-3570-4649-b170-e206bfcd2d5f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c1e4bac0-d6cc-4d3e-8290-ac25da95711b",
"Rows": [
{
"ItemId": "34c7979c-3570-4649-b170-e206bfcd2d5f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "34c7979c-3570-4649-b170-e206bfcd2d5f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9e38e5ba-dcf6-4bd0-b9e1-ee87ec4a50be",
"545e7a13-6dba-4dbb-b66e-861052ab9e92"
],
"Approvers": [
"a7ee073b-8417-49a3-ad37-ffc342053dfd",
"9eb675a3-5eaf-4c9d-aa46-d51018782b38"
],
"ApprovedBy": "7ac58fad-369b-40ff-ab83-439d644d8551",
"ApprovalDate": "2026-07-03T20:50:26.7038722+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "dfb049bc-297b-4ba5-acab-15a1bf7f83a6",
"WorkPlanId": "f5ed1671-c9d1-4407-bc51-c5b7b0f49c0d",
"id": "4ea4cf07-18de-48d2-b379-9fbc3c72b870",
"ConfigId": "28380c7a-d543-4424-9aa3-dc448ddcc305"
}