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-14T22:21:54.8875924+00:00",
"SubmitDate": "2026-07-14T22:21:54.8875924+00:00",
"ReportPeriodStart": "2026-07-14T22:21:54.8875924+00:00",
"ReportPeriodEnd": "2026-07-14T22:21:54.8875924+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6f1a1fca-6871-4c80-acd3-d7283cff7d53",
"Rows": [
{
"ItemId": "2be3ec82-b476-46d1-9f04-a68e92cd7e73",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2be3ec82-b476-46d1-9f04-a68e92cd7e73",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6f1a1fca-6871-4c80-acd3-d7283cff7d53",
"Rows": [
{
"ItemId": "2be3ec82-b476-46d1-9f04-a68e92cd7e73",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2be3ec82-b476-46d1-9f04-a68e92cd7e73",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1db4c956-59d8-4793-b649-8730931bf415",
"de5f7668-6242-4ad7-8d47-a8d09c4ba0ae"
],
"Approvers": [
"d1e5bdda-71ec-42ef-a951-35cf085ae59b",
"9b05cee0-8202-4c92-99eb-68fc17624c75"
],
"ApprovedBy": "aa6c2fcd-a30c-42b0-86b4-ffb34426e285",
"ApprovalDate": "2026-07-14T22:21:54.8875924+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "e49a0282-02e6-45b0-9272-6621872b94ff",
"WorkPlanId": "7b22c18f-5470-4c54-925c-3ef57b05670d",
"id": "d3dd5fcb-437a-4f73-adc9-0bfa45c42d3e",
"ConfigId": "c03f136a-3160-47d2-a61e-8dd2bd2ef05f"
}