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-13T18:06:42.6747798+00:00",
"SubmitDate": "2026-09-13T18:06:42.6747798+00:00",
"ReportPeriodStart": "2026-09-13T18:06:42.6747798+00:00",
"ReportPeriodEnd": "2026-09-13T18:06:42.6747798+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9f769a45-87d9-417c-ab72-e04af9345cf7",
"Rows": [
{
"ItemId": "ab3791da-ce2b-4da3-8745-9c3baf043675",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ab3791da-ce2b-4da3-8745-9c3baf043675",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9f769a45-87d9-417c-ab72-e04af9345cf7",
"Rows": [
{
"ItemId": "ab3791da-ce2b-4da3-8745-9c3baf043675",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ab3791da-ce2b-4da3-8745-9c3baf043675",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"097f7a05-2e28-425b-bab6-3f855b03d642",
"2e2718ac-88f6-47ef-ac82-89a2392ad46b"
],
"Approvers": [
"dfbcdddf-513b-47e4-8f8e-e345ceb2c349",
"418adae2-7571-4c78-939b-36cf735b7362"
],
"ApprovedBy": "8537de0e-d3f1-4ad3-817b-d0c09f3c9a2c",
"ApprovalDate": "2026-09-13T18:06:42.6747798+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "d2558790-2cd0-4795-83d9-2b6804453465",
"WorkPlanId": "ed0a87d9-7fa5-4f6e-9160-b6d86406757d",
"id": "2996af72-4706-4391-88de-a0fc68b92575",
"ConfigId": "6dc9b901-8ccf-4afc-9a01-05a23fa03be1"
}