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-14T10:01:07.0531874+00:00",
"SubmitDate": "2026-07-14T10:01:07.0531874+00:00",
"ReportPeriodStart": "2026-07-14T10:01:07.0531874+00:00",
"ReportPeriodEnd": "2026-07-14T10:01:07.0531874+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8c90fc8d-7d39-4567-9e63-61acadecd029",
"Rows": [
{
"ItemId": "34c8f164-a844-48ef-b383-5df415a6b80d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "34c8f164-a844-48ef-b383-5df415a6b80d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8c90fc8d-7d39-4567-9e63-61acadecd029",
"Rows": [
{
"ItemId": "34c8f164-a844-48ef-b383-5df415a6b80d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "34c8f164-a844-48ef-b383-5df415a6b80d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0d9b1411-3ef3-4021-904e-23f0aaee9b70",
"665bac67-4586-430e-b03b-a75f1840f2b7"
],
"Approvers": [
"e72ece8c-a1e9-4576-9e17-3be860de1eff",
"c85b3360-0376-459a-954e-195ae1446bd8"
],
"ApprovedBy": "55426a54-d48a-4032-811f-8b2f448862fe",
"ApprovalDate": "2026-07-14T10:01:07.0531874+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "0859f3c0-bcf6-4ca1-a59a-a8d1671caae0",
"WorkPlanId": "e6aa8e18-fa1e-4ee0-a807-7c6c97e2591e",
"id": "04b4b651-0b3c-4a93-9d73-beb0d77972a6",
"ConfigId": "fb0fd938-f32f-40ab-bd1a-980e2411aa76"
}