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-12T06:19:00.4444265+00:00",
"SubmitDate": "2026-07-12T06:19:00.4444265+00:00",
"ReportPeriodStart": "2026-07-12T06:19:00.4444265+00:00",
"ReportPeriodEnd": "2026-07-12T06:19:00.4444265+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7a210dd6-f082-4956-a66d-3c105014f98c",
"Rows": [
{
"ItemId": "1cfa06d9-ace9-4243-8412-bba13dc4069e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1cfa06d9-ace9-4243-8412-bba13dc4069e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7a210dd6-f082-4956-a66d-3c105014f98c",
"Rows": [
{
"ItemId": "1cfa06d9-ace9-4243-8412-bba13dc4069e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1cfa06d9-ace9-4243-8412-bba13dc4069e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a83232f6-cd43-4f3e-8076-5a117877054a",
"21a3bbbc-12e3-46bb-b6e0-7b67faa0aef8"
],
"Approvers": [
"0955f9b0-6c19-4130-9fa5-61009e7fb8db",
"aeeb0a07-3336-4acc-8948-4542fda2ca39"
],
"ApprovedBy": "2391e3c8-2fa2-4919-a255-01f0d21639c1",
"ApprovalDate": "2026-07-12T06:19:00.4444265+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "4ad92b7d-4e48-4986-bbef-ac85ebddf9c9",
"WorkPlanId": "331590e2-887d-4b96-b0af-0ecaf2409182",
"id": "2379275b-2c7b-43b6-b705-52f8987bba88",
"ConfigId": "4d1733d1-6e0d-4ff0-9f85-763a1f3b2286"
}