LoyaltyPath


Click here for a complete list of operations.

LookupCardmembersV3

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /LoyaltyPath.asmx HTTP/1.1
Host: posapi.loyaltypath.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://posapi.loyaltypath.com/LookupCardmembersV3"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <LookupCardmembersV3 xmlns="https://posapi.loyaltypath.com/">
      <username>string</username>
      <password>string</password>
      <storeId>int</storeId>
      <cardNumber>string</cardNumber>
      <phoneNumber>string</phoneNumber>
      <firstName>string</firstName>
      <lastName>string</lastName>
      <stAddress>string</stAddress>
      <city>string</city>
      <state>string</state>
      <zip>string</zip>
      <emailAddress>string</emailAddress>
      <birthdayStart>string</birthdayStart>
      <birthdayEnd>string</birthdayEnd>
      <weddingAnniversaryStart>string</weddingAnniversaryStart>
      <weddingAnniversaryEnd>string</weddingAnniversaryEnd>
      <numInHouseholdStart>string</numInHouseholdStart>
      <numInHouseholdEnd>string</numInHouseholdEnd>
      <spouseFirstName>string</spouseFirstName>
      <spouseLastName>string</spouseLastName>
      <spouseEmail>string</spouseEmail>
      <spouseBirthdayStart>string</spouseBirthdayStart>
      <spouseBirthdayEnd>string</spouseBirthdayEnd>
      <clerkNum>string</clerkNum>
      <pointBalanceStart>string</pointBalanceStart>
      <pointBalanceEnd>string</pointBalanceEnd>
      <storedValueBalanceStart>string</storedValueBalanceStart>
      <storedValueBalanceEnd>string</storedValueBalanceEnd>
      <signUpDateStart>string</signUpDateStart>
      <signUpDateEnd>string</signUpDateEnd>
      <active>string</active>
      <emailUnsubscribed>string</emailUnsubscribed>
      <textOptIn>string</textOptIn>
      <bilingualOption>string</bilingualOption>
    </LookupCardmembersV3>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <LookupCardmembersV3Response xmlns="https://posapi.loyaltypath.com/">
      <LookupCardmembersV3Result>string</LookupCardmembersV3Result>
    </LookupCardmembersV3Response>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /LoyaltyPath.asmx HTTP/1.1
Host: posapi.loyaltypath.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <LookupCardmembersV3 xmlns="https://posapi.loyaltypath.com/">
      <username>string</username>
      <password>string</password>
      <storeId>int</storeId>
      <cardNumber>string</cardNumber>
      <phoneNumber>string</phoneNumber>
      <firstName>string</firstName>
      <lastName>string</lastName>
      <stAddress>string</stAddress>
      <city>string</city>
      <state>string</state>
      <zip>string</zip>
      <emailAddress>string</emailAddress>
      <birthdayStart>string</birthdayStart>
      <birthdayEnd>string</birthdayEnd>
      <weddingAnniversaryStart>string</weddingAnniversaryStart>
      <weddingAnniversaryEnd>string</weddingAnniversaryEnd>
      <numInHouseholdStart>string</numInHouseholdStart>
      <numInHouseholdEnd>string</numInHouseholdEnd>
      <spouseFirstName>string</spouseFirstName>
      <spouseLastName>string</spouseLastName>
      <spouseEmail>string</spouseEmail>
      <spouseBirthdayStart>string</spouseBirthdayStart>
      <spouseBirthdayEnd>string</spouseBirthdayEnd>
      <clerkNum>string</clerkNum>
      <pointBalanceStart>string</pointBalanceStart>
      <pointBalanceEnd>string</pointBalanceEnd>
      <storedValueBalanceStart>string</storedValueBalanceStart>
      <storedValueBalanceEnd>string</storedValueBalanceEnd>
      <signUpDateStart>string</signUpDateStart>
      <signUpDateEnd>string</signUpDateEnd>
      <active>string</active>
      <emailUnsubscribed>string</emailUnsubscribed>
      <textOptIn>string</textOptIn>
      <bilingualOption>string</bilingualOption>
    </LookupCardmembersV3>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <LookupCardmembersV3Response xmlns="https://posapi.loyaltypath.com/">
      <LookupCardmembersV3Result>string</LookupCardmembersV3Result>
    </LookupCardmembersV3Response>
  </soap12:Body>
</soap12:Envelope>