POST api/report/front-view-html-content
Request Information
URI Parameters
None.
Body Parameters
ReportFrontViewFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportName | string |
None. |
|
| CountryId | integer |
None. |
|
| BenefitTemplateIds | Collection of integer |
None. |
|
| BenefitPlanId | integer |
None. |
|
| BenefitProgramIds | Collection of integer |
None. |
|
| TierName | string |
None. |
|
| ViewMarketPractice | boolean |
None. |
|
| ViewStatutoryRequirements | boolean |
None. |
|
| IsSpecific | boolean |
None. |
|
| HtmlExport | string |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReportName": "sample string 1",
"CountryId": 2,
"BenefitTemplateIds": [
1,
2
],
"BenefitPlanId": 3,
"BenefitProgramIds": [
1,
2
],
"TierName": "sample string 4",
"ViewMarketPractice": true,
"ViewStatutoryRequirements": true,
"IsSpecific": true,
"HtmlExport": "sample string 8",
"UserId": 1
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.