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-03T03:44:08.0085229+00:00",
"SubmitDate": "2026-07-03T03:44:08.0085229+00:00",
"ReportPeriodStart": "2026-07-03T03:44:08.0085229+00:00",
"ReportPeriodEnd": "2026-07-03T03:44:08.0085229+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d86a8fcd-132e-4f48-818e-afcd6402c7bb",
"Rows": [
{
"ItemId": "ce462a55-c3f1-448c-afe5-e0729c6bfc71",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ce462a55-c3f1-448c-afe5-e0729c6bfc71",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d86a8fcd-132e-4f48-818e-afcd6402c7bb",
"Rows": [
{
"ItemId": "ce462a55-c3f1-448c-afe5-e0729c6bfc71",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ce462a55-c3f1-448c-afe5-e0729c6bfc71",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2ec30ff8-c7a4-4475-92c5-871a43310960",
"a38c4d3e-d88c-4ad9-8259-2a1f042044cd"
],
"Approvers": [
"3f71be46-7bfd-416d-b2ad-6f8fcc5b1c2d",
"4afcb2cf-f8c8-4b96-bea2-70beb247d942"
],
"ApprovedBy": "8c0da3a3-4123-439f-bc8e-21fa8fd351aa",
"ApprovalDate": "2026-07-03T03:44:08.0085229+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "1f97b83e-a6be-4054-a594-b5b8af4dd899",
"WorkPlanId": "2ef71936-1ca7-4d72-9f1d-39c0ce7e1112",
"id": "ee6a413c-1af0-48e4-89b6-f7fe42d8a489",
"ConfigId": "faa6338a-58a6-41b7-b3dd-0e6aed858d53"
}