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-07-07T20:08:30.1004107+00:00",
"SubmitDate": "2026-07-07T20:08:30.1004107+00:00",
"ReportPeriodStart": "2026-07-07T20:08:30.1004107+00:00",
"ReportPeriodEnd": "2026-07-07T20:08:30.1004107+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3e7d6999-4482-42d2-ad29-a31b635002f9",
"Rows": [
{
"ItemId": "364f1633-568b-481f-afb6-0b50e9854fe4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "364f1633-568b-481f-afb6-0b50e9854fe4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3e7d6999-4482-42d2-ad29-a31b635002f9",
"Rows": [
{
"ItemId": "364f1633-568b-481f-afb6-0b50e9854fe4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "364f1633-568b-481f-afb6-0b50e9854fe4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0477be77-28c4-4aa8-893f-cb1ae9c66d13",
"cc37799a-6db5-476a-945e-5aec662c5af7"
],
"Approvers": [
"524062dd-657e-4532-ae89-e271f906c7de",
"e37c7791-b175-42dd-989e-ba37145d45bb"
],
"ApprovedBy": "56acb9de-9710-44c9-a894-9bb82668eccc",
"ApprovalDate": "2026-07-07T20:08:30.1004107+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "5a0d0908-fba6-4318-8f2a-d24c996c8e8b",
"WorkPlanId": "d57f543f-8894-4e5d-a67b-59b81d5cacc4",
"id": "bed4d2d3-6175-4b19-9fd8-ff9e22377370",
"ConfigId": "9d2ba73c-a672-4642-b89c-241a7a5fa3ee"
}