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-08-14T22:14:29.9898769+00:00",
"SubmitDate": "2026-08-14T22:14:30.0055015+00:00",
"ReportPeriodStart": "2026-08-14T22:14:30.0055015+00:00",
"ReportPeriodEnd": "2026-08-14T22:14:30.0055015+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e85bc972-939f-489a-bda7-8936b5186bbc",
"Rows": [
{
"ItemId": "7ebd63f9-cc26-4234-b179-d63ce13fdf9c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7ebd63f9-cc26-4234-b179-d63ce13fdf9c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e85bc972-939f-489a-bda7-8936b5186bbc",
"Rows": [
{
"ItemId": "7ebd63f9-cc26-4234-b179-d63ce13fdf9c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7ebd63f9-cc26-4234-b179-d63ce13fdf9c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a4f8511d-0d7c-422d-b02c-82bba93814c8",
"b3f425af-2b91-4329-b984-4871d6aee46d"
],
"Approvers": [
"72c1371f-ef2d-4acd-90ac-74fd0a5c9c45",
"a9418998-aa1c-456d-afbe-d85d2e8de90e"
],
"ApprovedBy": "102bc0b5-c623-4ec8-bb8b-0df3961310f9",
"ApprovalDate": "2026-08-14T22:14:30.0055015+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "93441781-22c0-4d4a-b102-a6236141e5d4",
"WorkPlanId": "e57c13b9-eefa-4340-9fed-0f6ac21a9216",
"id": "4ea4fb7e-14cc-4e59-aaf8-caff3c00c338",
"ConfigId": "d07b1142-e1a3-4c01-89cc-f2417bc11779"
}