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-08-11T23:08:21.1993202+00:00",
"SubmitDate": "2026-08-11T23:08:21.1993202+00:00",
"ReportPeriodStart": "2026-08-11T23:08:21.1993202+00:00",
"ReportPeriodEnd": "2026-08-11T23:08:21.1993202+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7a5848b3-f792-467b-8329-75a95bd13c6c",
"Rows": [
{
"ItemId": "955d33e7-874d-40a6-97a8-0d4fd1625fa9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "955d33e7-874d-40a6-97a8-0d4fd1625fa9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7a5848b3-f792-467b-8329-75a95bd13c6c",
"Rows": [
{
"ItemId": "955d33e7-874d-40a6-97a8-0d4fd1625fa9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "955d33e7-874d-40a6-97a8-0d4fd1625fa9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e8b834ef-60e5-45d9-aeb0-ba1b8d60df4f",
"3c5e52e9-5d48-42b8-a88d-d4f3901805a7"
],
"Approvers": [
"547ae632-018a-4490-be42-af8a6cabd9a9",
"4a31d363-4b39-43c3-b744-6b6b7a21df2d"
],
"ApprovedBy": "3eb8fd31-29a9-442d-937a-37e5a987bcbe",
"ApprovalDate": "2026-08-11T23:08:21.1993202+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "4c608a00-8fd7-4737-827f-aa9904806125",
"WorkPlanId": "2f656b1c-6b55-430f-bc40-e3cee2cb6873",
"id": "df3e084e-0bb7-46e3-90ca-105a79b10b4a",
"ConfigId": "299e2d68-a589-4a93-b992-5f4a3e084932"
}