POST api/Policy/GetPolicyPremiumNoticeLetterForDownload

to download Policy Premium Notice Letter

Request Information

URI Parameters

None.

Body Parameters

RetrievalParamsPremiumNoticeLetter
NameDescriptionTypeAdditional information
Amount

decimal number

None.

Date

string

None.

FirstName

string

None.

LastName

string

None.

LanguageId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Amount": 1.0,
  "Date": "sample string 2",
  "FirstName": "sample string 3",
  "LastName": "sample string 4",
  "LanguageId": 5
}

application/xml, text/xml

Sample:
<RetrievalParamsPremiumNoticeLetter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GBG.AS.AgentPortal.Data.Models.Policy">
  <Amount>1</Amount>
  <Date>sample string 2</Date>
  <FirstName>sample string 3</FirstName>
  <LanguageId>5</LanguageId>
  <LastName>sample string 4</LastName>
</RetrievalParamsPremiumNoticeLetter>

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.