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-01T02:48:13.4138035+00:00",
"SubmitDate": "2026-09-01T02:48:13.4138035+00:00",
"ReportPeriodStart": "2026-09-01T02:48:13.4138035+00:00",
"ReportPeriodEnd": "2026-09-01T02:48:13.4138035+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b2f59f3c-c6ad-42c5-a200-c1633831a1f1",
"Rows": [
{
"ItemId": "f8198a3e-2292-4326-96c5-8cbe53705bc3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f8198a3e-2292-4326-96c5-8cbe53705bc3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b2f59f3c-c6ad-42c5-a200-c1633831a1f1",
"Rows": [
{
"ItemId": "f8198a3e-2292-4326-96c5-8cbe53705bc3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f8198a3e-2292-4326-96c5-8cbe53705bc3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"335d3473-5651-4610-9db1-daff81f7bb04",
"d01137cc-f1e6-4508-b56b-4caedffc26c8"
],
"Approvers": [
"580f4372-cd0a-44b2-9b3f-fb34d7887589",
"c5867334-9ffb-4d34-bc03-f2b079938faa"
],
"ApprovedBy": "a5fd477c-c3b0-4b9f-879f-5b63eff4917c",
"ApprovalDate": "2026-09-01T02:48:13.4138035+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "e9dae528-4db0-4be5-96ef-4b813e015f3e",
"WorkPlanId": "c934ee63-d67c-4a02-b2fe-bdc978139205",
"id": "89db3804-d2e3-4be0-9445-2a5dc17dd3d4",
"ConfigId": "1f0105c7-bf80-4405-81a4-a43bb4ac0077"
}