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-26T23:43:14.4779267+00:00",
"SubmitDate": "2026-08-26T23:43:14.4779267+00:00",
"ReportPeriodStart": "2026-08-26T23:43:14.4779267+00:00",
"ReportPeriodEnd": "2026-08-26T23:43:14.4779267+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "02b577b9-8449-4ce2-aed3-0c53216d91f1",
"Rows": [
{
"ItemId": "ddfe4df0-20bd-4f0b-9302-9db14ee83021",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ddfe4df0-20bd-4f0b-9302-9db14ee83021",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "02b577b9-8449-4ce2-aed3-0c53216d91f1",
"Rows": [
{
"ItemId": "ddfe4df0-20bd-4f0b-9302-9db14ee83021",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ddfe4df0-20bd-4f0b-9302-9db14ee83021",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"678395bd-1f03-4ae6-ba8d-3af2caa0a381",
"3babd6b5-f0eb-405e-916f-47c23a0fff79"
],
"Approvers": [
"3aa9ec41-3916-4ebd-8990-e7833cf87b08",
"16c4d96d-24ba-43da-bc20-a0725fe707d9"
],
"ApprovedBy": "c5e8f9b3-01b0-40e7-bd00-5d84f81c910a",
"ApprovalDate": "2026-08-26T23:43:14.4779267+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "d65e63b8-e311-4ed5-b6d3-f90e4a41b2f6",
"WorkPlanId": "ede4ae14-df57-40d4-8593-e8fa56b35e12",
"id": "650057f5-c479-4442-b856-76b889dcae1d",
"ConfigId": "837a7eea-7e8c-4914-ba39-922041a78423"
}