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-05T18:29:27.202678+00:00",
"SubmitDate": "2026-07-05T18:29:27.202678+00:00",
"ReportPeriodStart": "2026-07-05T18:29:27.202678+00:00",
"ReportPeriodEnd": "2026-07-05T18:29:27.202678+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "979ad256-5e22-4366-822b-6b3c382649c4",
"Rows": [
{
"ItemId": "df63eb53-b4d2-4a69-9bc4-4c96399c7fdc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "df63eb53-b4d2-4a69-9bc4-4c96399c7fdc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "979ad256-5e22-4366-822b-6b3c382649c4",
"Rows": [
{
"ItemId": "df63eb53-b4d2-4a69-9bc4-4c96399c7fdc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "df63eb53-b4d2-4a69-9bc4-4c96399c7fdc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b73888e4-a68b-46eb-8fdf-821009fd164d",
"3119528f-e757-4d0f-810d-37cd19ddd139"
],
"Approvers": [
"60623d81-8bd9-4668-8d5f-ecbcda8349b6",
"322b2369-dc56-4728-8500-3c445c172945"
],
"ApprovedBy": "e236b765-01ec-4bcc-a7c2-d1b2f15ba603",
"ApprovalDate": "2026-07-05T18:29:27.202678+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "83bafc0b-bcfd-4f6a-873d-56471aff84bc",
"WorkPlanId": "80b841d1-80c0-4bca-99b0-70ce799ad588",
"id": "ac071b9c-57bc-407e-92f2-7f29435cc2f3",
"ConfigId": "5a9d1da8-dba2-43c0-bdaf-996367a06dee"
}