Loyalty ProcessingService

<back to all web services

GetCardBalanceInfo

The following routes are available for this service:
All Verbs/GetCardBalanceInfo

To override the Content-type in your clients HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/GetCardBalanceInfo HTTP/1.1 
Host: processing-preprod-mti.bpmonline.com 
Content-Type: application/xml
Content-Length: length

<GetCardBalanceInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Processing.WebApp">
  <BonusTypeCode>String</BonusTypeCode>
  <BusinessNet>String</BusinessNet>
  <BusinessNetworkName>String</BusinessNetworkName>
  <CardAccountNumber>String</CardAccountNumber>
  <CardNumber>String</CardNumber>
  <OnDate>0001-01-01T00:00:00</OnDate>
  <PhoneNumber>String</PhoneNumber>
</GetCardBalanceInfo>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<GetCardBalanceInfoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Processing.WebApp">
  <BonusesInfo xmlns:d2p1="http://schemas.datacontract.org/2004/07/Processing.Engine">
    <d2p1:BalanceInfo>
      <d2p1:BalanceBlockInfo>
        <d2p1:BalanceBlockInfo>
          <d2p1:BonusAmount>0</d2p1:BonusAmount>
          <d2p1:Date>0001-01-01T00:00:00</d2p1:Date>
        </d2p1:BalanceBlockInfo>
      </d2p1:BalanceBlockInfo>
      <d2p1:BonusAmount>0</d2p1:BonusAmount>
      <d2p1:BonusStatusCode>String</d2p1:BonusStatusCode>
      <d2p1:BonusTypeCode>String</d2p1:BonusTypeCode>
    </d2p1:BalanceInfo>
  </BonusesInfo>
  <CardNumber>String</CardNumber>
  <CardStatus>String</CardStatus>
  <Info>String</Info>
  <PhoneNumber>String</PhoneNumber>
</GetCardBalanceInfoResponse>