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-25T10:00:07.0856174+00:00",
"SubmitDate": "2026-08-25T10:00:07.0856174+00:00",
"ReportPeriodStart": "2026-08-25T10:00:07.0856174+00:00",
"ReportPeriodEnd": "2026-08-25T10:00:07.0856174+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "74000eb0-d52a-4ec8-b525-0b4bfc241c05",
"Rows": [
{
"ItemId": "e19a431c-d8f4-4394-82b6-a8405cfa906f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e19a431c-d8f4-4394-82b6-a8405cfa906f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "74000eb0-d52a-4ec8-b525-0b4bfc241c05",
"Rows": [
{
"ItemId": "e19a431c-d8f4-4394-82b6-a8405cfa906f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e19a431c-d8f4-4394-82b6-a8405cfa906f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0126d770-e335-44f6-9aad-e5fa94ed93da",
"459ed102-d9fb-4b2e-b54e-4e728a318ba4"
],
"Approvers": [
"3784c503-0ab7-4512-8934-51723b588fe1",
"7a9eb788-f97b-4c91-af9b-b862c0fa531d"
],
"ApprovedBy": "663f109a-791a-4845-8ad2-99ab3415400e",
"ApprovalDate": "2026-08-25T10:00:07.0856174+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "e3c8831d-278e-4df9-b2fb-6d0b3226be92",
"WorkPlanId": "ff09c4ee-250e-423e-b7b9-69769d7e28bb",
"id": "471de769-b9fe-45f5-802c-6d04003f484f",
"ConfigId": "72650404-a782-42c9-a154-a26516486ed9"
}