GET api/Cybersource/GetMissedPaymentsTelephone?policyNumber={policyNumber}&postcodeDigits={postcodeDigits}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
policyNumber

string

Required

postcodeDigits

string

Required

Body Parameters

None.

Response Information

Resource Description

MissedPaymentTelephoneDetails
NameDescriptionTypeAdditional information
MerchantId

integer

None.

Email

string

None.

MerchantReferenceCode

string

None.

GrandTotalAmount

decimal number

None.

HolderName

string

None.

BillToFirstName

string

None.

BillToLastName

string

None.

BillToStreet1

string

None.

BillToStreet2

string

None.

BillToCity

string

None.

BillToState

string

None.

BillToPostalCode

string

None.

BillToCountry

string

None.

BillToEmail

string

None.

PAWSPaymentDetails

Collection of PAWSPaymentDetails

None.

Response Formats

application/json, text/json

Sample:
{
  "MerchantId": 1,
  "Email": "sample string 2",
  "MerchantReferenceCode": "sample string 3",
  "GrandTotalAmount": 4.0,
  "HolderName": "sample string 5",
  "BillToFirstName": "sample string 6",
  "BillToLastName": "sample string 7",
  "BillToStreet1": "sample string 8",
  "BillToStreet2": "sample string 9",
  "BillToCity": "sample string 10",
  "BillToState": "sample string 11",
  "BillToPostalCode": "sample string 12",
  "BillToCountry": "sample string 13",
  "BillToEmail": "sample string 14",
  "PAWSPaymentDetails": [
    {
      "PaymentId": "c4b44b66-1bc1-47af-8fa3-e258f6ac2abe"
    },
    {
      "PaymentId": "c4b44b66-1bc1-47af-8fa3-e258f6ac2abe"
    }
  ]
}

application/xml, text/xml

Sample:
<MissedPaymentTelephoneDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models">
  <BillToCity>sample string 10</BillToCity>
  <BillToCountry>sample string 13</BillToCountry>
  <BillToEmail>sample string 14</BillToEmail>
  <BillToFirstName>sample string 6</BillToFirstName>
  <BillToLastName>sample string 7</BillToLastName>
  <BillToPostalCode>sample string 12</BillToPostalCode>
  <BillToState>sample string 11</BillToState>
  <BillToStreet1>sample string 8</BillToStreet1>
  <BillToStreet2>sample string 9</BillToStreet2>
  <Email>sample string 2</Email>
  <GrandTotalAmount>4</GrandTotalAmount>
  <HolderName>sample string 5</HolderName>
  <MerchantId>1</MerchantId>
  <MerchantReferenceCode>sample string 3</MerchantReferenceCode>
  <PAWSPaymentDetails>
    <PAWSPaymentDetails>
      <PaymentId>c4b44b66-1bc1-47af-8fa3-e258f6ac2abe</PaymentId>
    </PAWSPaymentDetails>
    <PAWSPaymentDetails>
      <PaymentId>c4b44b66-1bc1-47af-8fa3-e258f6ac2abe</PaymentId>
    </PAWSPaymentDetails>
  </PAWSPaymentDetails>
</MissedPaymentTelephoneDetails>