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-06-29T16:33:22.454002+00:00",
"SubmitDate": "2026-06-29T16:33:22.454002+00:00",
"ReportPeriodStart": "2026-06-29T16:33:22.454002+00:00",
"ReportPeriodEnd": "2026-06-29T16:33:22.454002+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5eed9c39-b941-44ba-aa05-5b3bd34355d0",
"Rows": [
{
"ItemId": "46579aac-9c93-4ad9-b8c2-6ede9a3a3271",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "46579aac-9c93-4ad9-b8c2-6ede9a3a3271",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5eed9c39-b941-44ba-aa05-5b3bd34355d0",
"Rows": [
{
"ItemId": "46579aac-9c93-4ad9-b8c2-6ede9a3a3271",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "46579aac-9c93-4ad9-b8c2-6ede9a3a3271",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"40fee2ed-780f-49c0-a6b9-bda589f8de55",
"ae5044fc-c8e9-47b7-ac01-c9a7e50c0cbc"
],
"Approvers": [
"f2707257-4e9a-450a-a1c3-a9d89f8cb51d",
"a94f361e-94bf-4aec-b9db-b2451b37e9fa"
],
"ApprovedBy": "26954a22-9bf9-4e4b-849c-52fdd729425c",
"ApprovalDate": "2026-06-29T16:33:22.454002+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "9e5331e4-ed10-4c55-9b84-2a08335aeb19",
"WorkPlanId": "bd02ceb3-779c-4ff3-8009-b2b168425db5",
"id": "ba97e5bf-21f3-4b83-a8c2-ad717cac2928",
"ConfigId": "607141ab-5bd6-40d4-b322-203b0c0d697c"
}