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-18T17:26:36.5673068+00:00",
"SubmitDate": "2026-07-18T17:26:36.5673068+00:00",
"ReportPeriodStart": "2026-07-18T17:26:36.5673068+00:00",
"ReportPeriodEnd": "2026-07-18T17:26:36.5673068+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2e532abd-31e5-41d2-ac09-45ddca2e30f2",
"Rows": [
{
"ItemId": "7a44d261-55eb-4a71-acd3-01adc11606f9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7a44d261-55eb-4a71-acd3-01adc11606f9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2e532abd-31e5-41d2-ac09-45ddca2e30f2",
"Rows": [
{
"ItemId": "7a44d261-55eb-4a71-acd3-01adc11606f9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7a44d261-55eb-4a71-acd3-01adc11606f9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"005557d2-33ac-4ba6-a4aa-7e470661b30a",
"208bc2d3-c026-4abe-9589-7bb8ade8bd59"
],
"Approvers": [
"72506155-d86d-458c-a4cb-11f44a45e2a7",
"d401c2a8-ff40-41b6-a5d6-5b5bed003014"
],
"ApprovedBy": "88fd4d16-48e5-49a3-b127-9929959eec5e",
"ApprovalDate": "2026-07-18T17:26:36.5673068+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "a5e573f0-fa59-4bc8-9169-2c2607cb58fa",
"WorkPlanId": "dd5ec669-6083-4947-8729-09d1d47982aa",
"id": "29a118fc-0877-498e-ae33-cd4353a4e5b9",
"ConfigId": "b24310fb-c923-4de8-911d-163197b726f5"
}