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-08T18:09:47.400066+00:00",
"SubmitDate": "2026-09-08T18:09:47.400066+00:00",
"ReportPeriodStart": "2026-09-08T18:09:47.400066+00:00",
"ReportPeriodEnd": "2026-09-08T18:09:47.400066+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8cff68a5-d903-4533-8c27-01129a6f5a93",
"Rows": [
{
"ItemId": "2f3ba587-8af8-4dfc-8992-b40a88089c77",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2f3ba587-8af8-4dfc-8992-b40a88089c77",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8cff68a5-d903-4533-8c27-01129a6f5a93",
"Rows": [
{
"ItemId": "2f3ba587-8af8-4dfc-8992-b40a88089c77",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2f3ba587-8af8-4dfc-8992-b40a88089c77",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"af050cb7-52aa-463d-a592-2b720d9bd4dc",
"f87ac3f4-1a5d-48e8-9d0e-bf3eba9ce112"
],
"Approvers": [
"97f1f519-5752-4d3d-a28b-1fad3d8004c9",
"2c975747-8e35-4173-b354-5dd5cf4ec06a"
],
"ApprovedBy": "e7de9824-28f9-4315-a5ba-ca7caa313a3f",
"ApprovalDate": "2026-09-08T18:09:47.400066+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "c10f5f54-d653-440f-8e83-fdeea8b88bcc",
"WorkPlanId": "e1f875dc-0e8c-4b7f-a3ad-28ee9f309988",
"id": "46c2cc7f-f977-4de0-bdfb-ce6564f03edd",
"ConfigId": "cd714a22-fbbc-4058-89bf-1bbbd1f09dd5"
}