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-11T00:55:40.1510568+00:00",
"SubmitDate": "2026-09-11T00:55:40.1510568+00:00",
"ReportPeriodStart": "2026-09-11T00:55:40.1510568+00:00",
"ReportPeriodEnd": "2026-09-11T00:55:40.1510568+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7f62f344-b8a2-4257-a1fe-457630d33dc4",
"Rows": [
{
"ItemId": "4dcc610a-b521-4197-a94d-6b08012ce8e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4dcc610a-b521-4197-a94d-6b08012ce8e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7f62f344-b8a2-4257-a1fe-457630d33dc4",
"Rows": [
{
"ItemId": "4dcc610a-b521-4197-a94d-6b08012ce8e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4dcc610a-b521-4197-a94d-6b08012ce8e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5c7710a8-fbbc-482b-80db-09222e7fe3eb",
"51eb85ab-da38-440a-825c-877408065586"
],
"Approvers": [
"4c00e32e-2d45-4e69-b7a2-5bcd16e85331",
"ee61e82d-8d24-45cf-8c8e-53e9eb63ed1f"
],
"ApprovedBy": "98558d5c-951e-4bca-9baa-87b07b3f2b47",
"ApprovalDate": "2026-09-11T00:55:40.1510568+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "489bf39d-6958-4258-9311-1e3fc2a8e86c",
"WorkPlanId": "37f952c9-f39a-4bf5-a837-4c580e652aa5",
"id": "16e52f98-14bb-494d-a337-2bd0ceb3e9d6",
"ConfigId": "ca8254c4-03f6-4eb9-a4d4-3f94349680bc"
}