POST api/Renewals/GetRenewalPaymentHistory

Get Previous Payments For PrimaryMember

Request Information

URI Parameters

None.

Body Parameters

RenewalPaymentHistoryRequestModel
NameDescriptionTypeAdditional information
PolicyId

integer

None.

EffectiveDate

string

None.

PaymentDate

string

None.

PaymentMethod

string

None.

Currency

string

None.

Amount

string

None.

Status

string

None.

SortParam

integer

None.

PageNumber

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PolicyId": 1,
  "EffectiveDate": "sample string 2",
  "PaymentDate": "sample string 3",
  "PaymentMethod": "sample string 4",
  "Currency": "sample string 5",
  "Amount": "sample string 6",
  "Status": "sample string 7",
  "SortParam": 1,
  "PageNumber": 1,
  "PageSize": 1
}

application/xml, text/xml

Sample:
<RenewalPaymentHistoryRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GBG.AS.AgentPortal.Data.Models.Renewals">
  <Amount>sample string 6</Amount>
  <Currency>sample string 5</Currency>
  <EffectiveDate>sample string 2</EffectiveDate>
  <PageNumber>1</PageNumber>
  <PageSize>1</PageSize>
  <PaymentDate>sample string 3</PaymentDate>
  <PaymentMethod>sample string 4</PaymentMethod>
  <PolicyId>1</PolicyId>
  <SortParam>1</SortParam>
  <Status>sample string 7</Status>
</RenewalPaymentHistoryRequestModel>

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.