POST api/exporthtmlreport/{typereport}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
typereport

string

Required

Body Parameters

ReportFrontViewFilter
NameDescriptionTypeAdditional 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/xml, text/xml

Sample:
<ReportFrontViewFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ALTAMBS.Business.Entities.Models">
  <BenefitPlanId>3</BenefitPlanId>
  <BenefitProgramIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </BenefitProgramIds>
  <BenefitTemplateIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </BenefitTemplateIds>
  <CountryId>2</CountryId>
  <HtmlExport>sample string 8</HtmlExport>
  <IsSpecific>true</IsSpecific>
  <ReportName>sample string 1</ReportName>
  <TierName>sample string 4</TierName>
  <UserId>1</UserId>
  <ViewMarketPractice>true</ViewMarketPractice>
  <ViewStatutoryRequirements>true</ViewStatutoryRequirements>
</ReportFrontViewFilter>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ReportFrontViewFilter'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.