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-09-06T13:32:41.4586833+00:00",
"SubmitDate": "2026-09-06T13:32:41.4586833+00:00",
"ReportPeriodStart": "2026-09-06T13:32:41.4586833+00:00",
"ReportPeriodEnd": "2026-09-06T13:32:41.4586833+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e08cd1a7-6f36-4b4f-9fe1-cb3b2f5bc605",
"Rows": [
{
"ItemId": "3220ba2c-4785-4edd-94e3-ac89b3f1e2df",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3220ba2c-4785-4edd-94e3-ac89b3f1e2df",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e08cd1a7-6f36-4b4f-9fe1-cb3b2f5bc605",
"Rows": [
{
"ItemId": "3220ba2c-4785-4edd-94e3-ac89b3f1e2df",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3220ba2c-4785-4edd-94e3-ac89b3f1e2df",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"418f2ae9-27d4-407c-a556-a306b9b5d10a",
"0b2b93df-0c10-42a2-9a2b-ef10a9ce3b4e"
],
"Approvers": [
"c3ebadc7-6bad-4bbc-b574-9ac03725862a",
"c4d52c25-f235-4cba-9ed2-5488a2f6065a"
],
"ApprovedBy": "3d1a817a-08e1-43a1-a455-170947fe573d",
"ApprovalDate": "2026-09-06T13:32:41.4586833+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "52835510-3d47-44e3-926d-c7803a060970",
"WorkPlanId": "64229803-2ec5-4da2-9134-6fb336484bc7",
"id": "64fbe8cd-645d-468b-88e5-d9765cd9f178",
"ConfigId": "b0f627e5-95a4-4e80-81c5-db0e083e7058"
}