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-04T23:01:12.541492+00:00",
"SubmitDate": "2026-08-04T23:01:12.541492+00:00",
"ReportPeriodStart": "2026-08-04T23:01:12.541492+00:00",
"ReportPeriodEnd": "2026-08-04T23:01:12.541492+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2e890f13-fea6-4914-a1aa-4237cd94328d",
"Rows": [
{
"ItemId": "6e3d51c1-b7ec-4297-8d42-d67ccd02a733",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e3d51c1-b7ec-4297-8d42-d67ccd02a733",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2e890f13-fea6-4914-a1aa-4237cd94328d",
"Rows": [
{
"ItemId": "6e3d51c1-b7ec-4297-8d42-d67ccd02a733",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e3d51c1-b7ec-4297-8d42-d67ccd02a733",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1e31814d-232f-49b6-ae50-1a188141b38f",
"1048adc0-c692-4611-918f-9596774851c7"
],
"Approvers": [
"17ba7246-0456-4f16-9b82-d80461313536",
"9db371d1-91a5-498f-b75d-af7b4e2a7478"
],
"ApprovedBy": "f5ee2eb8-3a88-45d9-bd28-bd2e9f762c57",
"ApprovalDate": "2026-08-04T23:01:12.541492+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ff7168ad-5b0a-400e-ab0e-da76172e423c",
"WorkPlanId": "96355b74-ff67-486d-a227-1a786d2d8f1f",
"id": "ac324336-fdf6-4eee-9c3d-b86f4f0bc050",
"ConfigId": "22a76783-8ca1-4749-89f4-e696e194ae54"
}