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-06-29T16:47:41.8466198+00:00",
"SubmitDate": "2026-06-29T16:47:41.8466198+00:00",
"ReportPeriodStart": "2026-06-29T16:47:41.8466198+00:00",
"ReportPeriodEnd": "2026-06-29T16:47:41.8466198+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "24b1e888-f42a-473a-9c7f-44c3d717c96b",
"Rows": [
{
"ItemId": "27818c4b-4558-4026-b4db-f9546afd4665",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "27818c4b-4558-4026-b4db-f9546afd4665",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "24b1e888-f42a-473a-9c7f-44c3d717c96b",
"Rows": [
{
"ItemId": "27818c4b-4558-4026-b4db-f9546afd4665",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "27818c4b-4558-4026-b4db-f9546afd4665",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8d431732-f4cf-4cfd-a556-220938fef845",
"b9695b52-deb4-43a0-95b5-0463cf25a4ca"
],
"Approvers": [
"322547dc-ff8c-4a5e-815a-52a67603540b",
"2516dbf2-f6d2-41d2-b60f-df050dd50f1a"
],
"ApprovedBy": "0f044a44-793f-47ec-b888-b1ad170811c2",
"ApprovalDate": "2026-06-29T16:47:41.8466198+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "697d55d2-4117-450c-9d56-b60d6e666dd0",
"WorkPlanId": "76468550-d50b-4242-b29b-e7a999389fcc",
"id": "ebfa38d6-dab5-42ee-b7ce-1deb1526649e",
"ConfigId": "97f6b6cb-af32-4e4d-aac4-6991e35a479a"
}