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-16T13:26:42.6393585+00:00",
"SubmitDate": "2026-09-16T13:26:42.6393585+00:00",
"ReportPeriodStart": "2026-09-16T13:26:42.6393585+00:00",
"ReportPeriodEnd": "2026-09-16T13:26:42.6393585+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "17d1bf3b-5e62-4a87-88f2-2ee6bd5de239",
"Rows": [
{
"ItemId": "4c86c2a4-afe4-42f3-b069-959effb46289",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4c86c2a4-afe4-42f3-b069-959effb46289",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "17d1bf3b-5e62-4a87-88f2-2ee6bd5de239",
"Rows": [
{
"ItemId": "4c86c2a4-afe4-42f3-b069-959effb46289",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4c86c2a4-afe4-42f3-b069-959effb46289",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"39302581-029e-44e1-84b4-0e8adedd6af3",
"401ed014-1272-4887-8a2e-397ea6c388c6"
],
"Approvers": [
"4905db24-c29c-48f5-bf40-4ef5c9cb9f58",
"69780e8b-bd03-4bea-bd15-e03a306bdd96"
],
"ApprovedBy": "a03bc599-31de-42f9-8825-77a98845e580",
"ApprovalDate": "2026-09-16T13:26:42.6393585+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "63934f07-9991-434e-8e69-2914f295e4a8",
"WorkPlanId": "b08f2910-9043-4587-8ce7-234b2c4f0d2d",
"id": "882d056c-008f-4ec9-82dd-c2d737417000",
"ConfigId": "444c5dfa-d18a-4d70-be46-6311b3083424"
}