POST api/Policy/GetPolicyInformationPdfFromHtml

Gets the Policy Information Pdf for download

Request Information

URI Parameters

None.

Body Parameters

RetrievalParamsPolicypdf
NameDescriptionTypeAdditional information
PolicyNumber

integer

None.

MembershipNumber

string

None.

IsFromPortolio

boolean

None.

IsActiveOrInactive

boolean

None.

FilterParam

string

None.

EffectiveDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PolicyNumber": 1,
  "MembershipNumber": "sample string 2",
  "IsFromPortolio": true,
  "IsActiveOrInactive": true,
  "FilterParam": "sample string 5",
  "EffectiveDate": "sample string 6"
}

application/xml, text/xml

Sample:
<RetrievalParamsPolicypdf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GBG.AS.AgentPortal.Data.Models.Policy">
  <EffectiveDate>sample string 6</EffectiveDate>
  <FilterParam>sample string 5</FilterParam>
  <IsActiveOrInactive>true</IsActiveOrInactive>
  <IsFromPortolio>true</IsFromPortolio>
  <MembershipNumber>sample string 2</MembershipNumber>
  <PolicyNumber>1</PolicyNumber>
</RetrievalParamsPolicypdf>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.