OrderProcessing


Click here for a complete list of operations.

GetAllClubMembershipsByCustomer

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 /ws14/orderprocessing.asmx HTTP/1.1
Host: ws.bloyal.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://bloyal.com/GetAllClubMembershipsByCustomer"

<?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>
    <GetAllClubMembershipsByCustomer xmlns="http://bloyal.com/">
      <customerId>int</customerId>
      <associatedEntities>None or Properties or Customer or Club or Sponsor or Referral or InventoryLocation or All</associatedEntities>
    </GetAllClubMembershipsByCustomer>
  </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>
    <GetAllClubMembershipsByCustomerResponse xmlns="http://bloyal.com/">
      <GetAllClubMembershipsByCustomerResult>
        <ClubMembership>
          <ClubId>int</ClubId>
          <Club>
            <Code>string</Code>
            <Name>string</Name>
            <Description>string</Description>
            <WebDescription>string</WebDescription>
            <StoreId>int</StoreId>
            <Store xsi:nil="true" />
            <SignupAllowed>None or Other or Console or WebSite or Kiosk or Handheld or POS or Import or Fax or Event or Email or Tour or Restaurant or Phone or Mobile or SocialNetwork</SignupAllowed>
            <SignupNotify>None or Other or Console or WebSite or Kiosk or Handheld or POS or Import or Fax or Event or Email or Tour or Restaurant or Phone or Mobile or SocialNetwork</SignupNotify>
            <CodeDefinitions xsi:nil="true" />
            <RequirePaymentMethod>boolean</RequirePaymentMethod>
            <RequireShippingAddress>boolean</RequireShippingAddress>
            <ActiveMembers>int</ActiveMembers>
          </Club>
          <Status>Active or Inactive or Closed</Status>
          <PaymentMethodId>int</PaymentMethodId>
          <PaymentMethod>
            <UEMethodId>string</UEMethodId>
            <Type>None or Customer or Club</Type>
            <Valid>boolean</Valid>
            <CardPresent>boolean</CardPresent>
            <Primary>boolean</Primary>
            <CustomerId>int</CustomerId>
            <Title>string</Title>
            <PaymentType>CreditCard or GiftCard or Checking or PayPal</PaymentType>
            <PaymentProblem>NoProblem or ExpiredCC or InvalidCC</PaymentProblem>
            <CreditCardType>Visa or Discover or MasterCard or AmericanExpress</CreditCardType>
            <CreditCardStatus>Unknown or Validated or Invalid or Expired</CreditCardStatus>
            <CreditCardMask>string</CreditCardMask>
            <CreditCardName>string</CreditCardName>
            <CreditCardCode>string</CreditCardCode>
            <CreditCardNumber>string</CreditCardNumber>
            <CreditCardExpiration>dateTime</CreditCardExpiration>
            <GiftCardNumber>string</GiftCardNumber>
            <GiftCardBalance>decimal</GiftCardBalance>
            <AccountNumber>string</AccountNumber>
            <RoutingNumber>string</RoutingNumber>
            <BillingAddress1>string</BillingAddress1>
            <BillingAddress2>string</BillingAddress2>
            <BillingCity>string</BillingCity>
            <BillingState>string</BillingState>
            <BillingZipCode>string</BillingZipCode>
            <BillingCountry>string</BillingCountry>
            <Track1Data>string</Track1Data>
            <Track2Data>string</Track2Data>
            <ClubUseCount>int</ClubUseCount>
          </PaymentMethod>
          <ShippingServiceId>int</ShippingServiceId>
          <ShippingAddress>
            <Uid>guid</Uid>
            <Type>None or Customer or Club</Type>
            <CustomerUid>guid</CustomerUid>
            <CustomerId>int</CustomerId>
            <Primary>boolean</Primary>
            <Title>string</Title>
            <FirstName>string</FirstName>
            <LastName>string</LastName>
            <CompanyName>string</CompanyName>
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <ZipCode>string</ZipCode>
            <ZipPlus4>string</ZipPlus4>
            <Country>string</Country>
            <BirthDate>dateTime</BirthDate>
            <FaxNumber>string</FaxNumber>
            <Phone1>string</Phone1>
            <Phone2>string</Phone2>
            <MobilePhone>string</MobilePhone>
            <EmailAddress>string</EmailAddress>
            <ClubUseCount>int</ClubUseCount>
            <Instructions>string</Instructions>
            <AddressValidated>boolean</AddressValidated>
          </ShippingAddress>
          <SponsorUid>guid</SponsorUid>
          <SponsorId>int</SponsorId>
          <Sponsor>
            <Uid>guid</Uid>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <ParentUid>guid</ParentUid>
            <ParentId>int</ParentId>
            <FirstName>string</FirstName>
            <LastName>string</LastName>
            <FirstName2>string</FirstName2>
            <LastName2>string</LastName2>
            <CompanyName>string</CompanyName>
            <BirthDate>dateTime</BirthDate>
            <Title>string</Title>
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <ZipCode>string</ZipCode>
            <ZipPlus4>string</ZipPlus4>
            <Country>string</Country>
            <Phone1>string</Phone1>
            <Phone2>string</Phone2>
            <MobilePhone>string</MobilePhone>
            <FaxNumber>string</FaxNumber>
            <PhoneExt1>string</PhoneExt1>
            <EmailAddress>string</EmailAddress>
            <WebAddress>string</WebAddress>
            <LoyaltyCardNumber>string</LoyaltyCardNumber>
            <LoyaltyPoints>int</LoyaltyPoints>
            <LoyaltyDollars>decimal</LoyaltyDollars>
            <SignupSource>None or Other or Console or WebSite or Kiosk or Handheld or POS or Import or Fax or Event or Email or Tour or Restaurant or Phone or Mobile or SocialNetwork</SignupSource>
            <Parent xsi:nil="true" />
            <AccountNumber>string</AccountNumber>
            <CreditBalance>decimal</CreditBalance>
            <CreditLimit>decimal</CreditLimit>
            <TotalSales>decimal</TotalSales>
            <TotalTransactions>int</TotalTransactions>
            <LastPurchase>dateTime</LastPurchase>
            <PriceLevel>Base or LevelA or LevelB or LevelC or MSRP</PriceLevel>
            <Type>Consumer or Family or Corporate or Wholesale or Employee or Supplier or Shareholder or NonRevenue or MarkOutOfStock or Partner</Type>
            <IsTaxExempt>boolean</IsTaxExempt>
            <PrimaryShippingAddressId>int</PrimaryShippingAddressId>
            <PrimaryShippingAddress xsi:nil="true" />
            <ShippingAddresses xsi:nil="true" />
            <PrimaryPaymentMethodId>int</PrimaryPaymentMethodId>
            <PrimaryPaymentMethod xsi:nil="true" />
            <PaymentMethods xsi:nil="true" />
            <ClubMemberships xsi:nil="true" />
            <EventMemberships xsi:nil="true" />
            <ListMemberships xsi:nil="true" />
            <GroupMemberships xsi:nil="true" />
            <ProgramMemberships xsi:nil="true" />
            <Notes xsi:nil="true" />
            <DiscountRules xsi:nil="true" />
            <PickupOrders xsi:nil="true" />
            <PurchaseHistory xsi:nil="true" />
            <CustomCode1>int</CustomCode1>
            <CustomCode2>int</CustomCode2>
            <CustomCode3>int</CustomCode3>
            <CustomCode4>int</CustomCode4>
            <CustomCode5>int</CustomCode5>
            <CustomCode6>int</CustomCode6>
            <CustomCode7>int</CustomCode7>
            <CustomCode8>int</CustomCode8>
            <ActivityLogs xsi:nil="true" />
            <AddressValidated>boolean</AddressValidated>
            <ReferredBy xsi:nil="true" />
            <ReferredBy2 xsi:nil="true" />
            <ActiveAlertNotificationCount>int</ActiveAlertNotificationCount>
            <EditAtPOS>boolean</EditAtPOS>
            <ExternalId>string</ExternalId>
            <Salutation>string</Salutation>
            <FacebookId>string</FacebookId>
            <TwitterId>string</TwitterId>
            <MobileDeviceId>string</MobileDeviceId>
            <GuestCustomer>boolean</GuestCustomer>
          </Sponsor>
          <ShippingAddressId>int</ShippingAddressId>
          <ReferralUid>guid</ReferralUid>
          <ReferralId>int</ReferralId>
          <Referral>
            <Uid>guid</Uid>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <ParentUid>guid</ParentUid>
            <ParentId>int</ParentId>
            <FirstName>string</FirstName>
            <LastName>string</LastName>
            <FirstName2>string</FirstName2>
            <LastName2>string</LastName2>
            <CompanyName>string</CompanyName>
            <BirthDate>dateTime</BirthDate>
            <Title>string</Title>
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <ZipCode>string</ZipCode>
            <ZipPlus4>string</ZipPlus4>
            <Country>string</Country>
            <Phone1>string</Phone1>
            <Phone2>string</Phone2>
            <MobilePhone>string</MobilePhone>
            <FaxNumber>string</FaxNumber>
            <PhoneExt1>string</PhoneExt1>
            <EmailAddress>string</EmailAddress>
            <WebAddress>string</WebAddress>
            <LoyaltyCardNumber>string</LoyaltyCardNumber>
            <LoyaltyPoints>int</LoyaltyPoints>
            <LoyaltyDollars>decimal</LoyaltyDollars>
            <SignupSource>None or Other or Console or WebSite or Kiosk or Handheld or POS or Import or Fax or Event or Email or Tour or Restaurant or Phone or Mobile or SocialNetwork</SignupSource>
            <Parent xsi:nil="true" />
            <AccountNumber>string</AccountNumber>
            <CreditBalance>decimal</CreditBalance>
            <CreditLimit>decimal</CreditLimit>
            <TotalSales>decimal</TotalSales>
            <TotalTransactions>int</TotalTransactions>
            <LastPurchase>dateTime</LastPurchase>
            <PriceLevel>Base or LevelA or LevelB or LevelC or MSRP</PriceLevel>
            <Type>Consumer or Family or Corporate or Wholesale or Employee or Supplier or Shareholder or NonRevenue or MarkOutOfStock or Partner</Type>
            <IsTaxExempt>boolean</IsTaxExempt>
            <PrimaryShippingAddressId>int</PrimaryShippingAddressId>
            <PrimaryShippingAddress xsi:nil="true" />
            <ShippingAddresses xsi:nil="true" />
            <PrimaryPaymentMethodId>int</PrimaryPaymentMethodId>
            <PrimaryPaymentMethod xsi:nil="true" />
            <PaymentMethods xsi:nil="true" />
            <ClubMemberships xsi:nil="true" />
            <EventMemberships xsi:nil="true" />
            <ListMemberships xsi:nil="true" />
            <GroupMemberships xsi:nil="true" />
            <ProgramMemberships xsi:nil="true" />
            <Notes xsi:nil="true" />
            <DiscountRules xsi:nil="true" />
            <PickupOrders xsi:nil="true" />
            <PurchaseHistory xsi:nil="true" />
            <CustomCode1>int</CustomCode1>
            <CustomCode2>int</CustomCode2>
            <CustomCode3>int</CustomCode3>
            <CustomCode4>int</CustomCode4>
            <CustomCode5>int</CustomCode5>
            <CustomCode6>int</CustomCode6>
            <CustomCode7>int</CustomCode7>
            <CustomCode8>int</CustomCode8>
            <ActivityLogs xsi:nil="true" />
            <AddressValidated>boolean</AddressValidated>
            <ReferredBy xsi:nil="true" />
            <ReferredBy2 xsi:nil="true" />
            <ActiveAlertNotificationCount>int</ActiveAlertNotificationCount>
            <EditAtPOS>boolean</EditAtPOS>
            <ExternalId>string</ExternalId>
            <Salutation>string</Salutation>
            <FacebookId>string</FacebookId>
            <TwitterId>string</TwitterId>
            <MobileDeviceId>string</MobileDeviceId>
            <GuestCustomer>boolean</GuestCustomer>
          </Referral>
          <InventoryLocationId>int</InventoryLocationId>
          <InventoryLocation>
            <Code>string</Code>
            <Name>string</Name>
            <Description>string</Description>
            <PickupAllowed>boolean</PickupAllowed>
            <ShippingAllowed>boolean</ShippingAllowed>
            <ReplicationAllowed>boolean</ReplicationAllowed>
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <ZipCode>string</ZipCode>
            <Country>string</Country>
            <Phone1>string</Phone1>
            <Phone2>string</Phone2>
            <Stores xsi:nil="true" />
            <TransactionMasterStoreId>int</TransactionMasterStoreId>
            <CommittedMasterStoreId>int</CommittedMasterStoreId>
          </InventoryLocation>
          <ApplyLoyalty>boolean</ApplyLoyalty>
          <Comment>string</Comment>
          <ProductOption>Default or Replace or Append</ProductOption>
          <OrderLines>
            <OrderLine xsi:nil="true" />
            <OrderLine xsi:nil="true" />
          </OrderLines>
          <ReferenceNumber>string</ReferenceNumber>
          <StartDate>dateTime</StartDate>
          <ActiveDate>dateTime</ActiveDate>
          <ExpireDate>dateTime</ExpireDate>
          <CloseDate>dateTime</CloseDate>
          <SignupSource>None or Other or Console or WebSite or Kiosk or Handheld or POS or Import or Fax or Event or Email or Tour or Restaurant or Phone or Mobile or SocialNetwork</SignupSource>
          <BillingDay>int</BillingDay>
          <BillingStartDate>dateTime</BillingStartDate>
        </ClubMembership>
        <ClubMembership>
          <ClubId>int</ClubId>
          <Club>
            <Code>string</Code>
            <Name>string</Name>
            <Description>string</Description>
            <WebDescription>string</WebDescription>
            <StoreId>int</StoreId>
            <Store xsi:nil="true" />
            <SignupAllowed>None or Other or Console or WebSite or Kiosk or Handheld or POS or Import or Fax or Event or Email or Tour or Restaurant or Phone or Mobile or SocialNetwork</SignupAllowed>
            <SignupNotify>None or Other or Console or WebSite or Kiosk or Handheld or POS or Import or Fax or Event or Email or Tour or Restaurant or Phone or Mobile or SocialNetwork</SignupNotify>
            <CodeDefinitions xsi:nil="true" />
            <RequirePaymentMethod>boolean</RequirePaymentMethod>
            <RequireShippingAddress>boolean</RequireShippingAddress>
            <ActiveMembers>int</ActiveMembers>
          </Club>
          <Status>Active or Inactive or Closed</Status>
          <PaymentMethodId>int</PaymentMethodId>
          <PaymentMethod>
            <UEMethodId>string</UEMethodId>
            <Type>None or Customer or Club</Type>
            <Valid>boolean</Valid>
            <CardPresent>boolean</CardPresent>
            <Primary>boolean</Primary>
            <CustomerId>int</CustomerId>
            <Title>string</Title>
            <PaymentType>CreditCard or GiftCard or Checking or PayPal</PaymentType>
            <PaymentProblem>NoProblem or ExpiredCC or InvalidCC</PaymentProblem>
            <CreditCardType>Visa or Discover or MasterCard or AmericanExpress</CreditCardType>
            <CreditCardStatus>Unknown or Validated or Invalid or Expired</CreditCardStatus>
            <CreditCardMask>string</CreditCardMask>
            <CreditCardName>string</CreditCardName>
            <CreditCardCode>string</CreditCardCode>
            <CreditCardNumber>string</CreditCardNumber>
            <CreditCardExpiration>dateTime</CreditCardExpiration>
            <GiftCardNumber>string</GiftCardNumber>
            <GiftCardBalance>decimal</GiftCardBalance>
            <AccountNumber>string</AccountNumber>
            <RoutingNumber>string</RoutingNumber>
            <BillingAddress1>string</BillingAddress1>
            <BillingAddress2>string</BillingAddress2>
            <BillingCity>string</BillingCity>
            <BillingState>string</BillingState>
            <BillingZipCode>string</BillingZipCode>
            <BillingCountry>string</BillingCountry>
            <Track1Data>string</Track1Data>
            <Track2Data>string</Track2Data>
            <ClubUseCount>int</ClubUseCount>
          </PaymentMethod>
          <ShippingServiceId>int</ShippingServiceId>
          <ShippingAddress>
            <Uid>guid</Uid>
            <Type>None or Customer or Club</Type>
            <CustomerUid>guid</CustomerUid>
            <CustomerId>int</CustomerId>
            <Primary>boolean</Primary>
            <Title>string</Title>
            <FirstName>string</FirstName>
            <LastName>string</LastName>
            <CompanyName>string</CompanyName>
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <ZipCode>string</ZipCode>
            <ZipPlus4>string</ZipPlus4>
            <Country>string</Country>
            <BirthDate>dateTime</BirthDate>
            <FaxNumber>string</FaxNumber>
            <Phone1>string</Phone1>
            <Phone2>string</Phone2>
            <MobilePhone>string</MobilePhone>
            <EmailAddress>string</EmailAddress>
            <ClubUseCount>int</ClubUseCount>
            <Instructions>string</Instructions>
            <AddressValidated>boolean</AddressValidated>
          </ShippingAddress>
          <SponsorUid>guid</SponsorUid>
          <SponsorId>int</SponsorId>
          <Sponsor>
            <Uid>guid</Uid>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <ParentUid>guid</ParentUid>
            <ParentId>int</ParentId>
            <FirstName>string</FirstName>
            <LastName>string</LastName>
            <FirstName2>string</FirstName2>
            <LastName2>string</LastName2>
            <CompanyName>string</CompanyName>
            <BirthDate>dateTime</BirthDate>
            <Title>string</Title>
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <ZipCode>string</ZipCode>
            <ZipPlus4>string</ZipPlus4>
            <Country>string</Country>
            <Phone1>string</Phone1>
            <Phone2>string</Phone2>
            <MobilePhone>string</MobilePhone>
            <FaxNumber>string</FaxNumber>
            <PhoneExt1>string</PhoneExt1>
            <EmailAddress>string</EmailAddress>
            <WebAddress>string</WebAddress>
            <LoyaltyCardNumber>string</LoyaltyCardNumber>
            <LoyaltyPoints>int</LoyaltyPoints>
            <LoyaltyDollars>decimal</LoyaltyDollars>
            <SignupSource>None or Other or Console or WebSite or Kiosk or Handheld or POS or Import or Fax or Event or Email or Tour or Restaurant or Phone or Mobile or SocialNetwork</SignupSource>
            <Parent xsi:nil="true" />
            <AccountNumber>string</AccountNumber>
            <CreditBalance>decimal</CreditBalance>
            <CreditLimit>decimal</CreditLimit>
            <TotalSales>decimal</TotalSales>
            <TotalTransactions>int</TotalTransactions>
            <LastPurchase>dateTime</LastPurchase>
            <PriceLevel>Base or LevelA or LevelB or LevelC or MSRP</PriceLevel>
            <Type>Consumer or Family or Corporate or Wholesale or Employee or Supplier or Shareholder or NonRevenue or MarkOutOfStock or Partner</Type>
            <IsTaxExempt>boolean</IsTaxExempt>
            <PrimaryShippingAddressId>int</PrimaryShippingAddressId>
            <PrimaryShippingAddress xsi:nil="true" />
            <ShippingAddresses xsi:nil="true" />
            <PrimaryPaymentMethodId>int</PrimaryPaymentMethodId>
            <PrimaryPaymentMethod xsi:nil="true" />
            <PaymentMethods xsi:nil="true" />
            <ClubMemberships xsi:nil="true" />
            <EventMemberships xsi:nil="true" />
            <ListMemberships xsi:nil="true" />
            <GroupMemberships xsi:nil="true" />
            <ProgramMemberships xsi:nil="true" />
            <Notes xsi:nil="true" />
            <DiscountRules xsi:nil="true" />
            <PickupOrders xsi:nil="true" />
            <PurchaseHistory xsi:nil="true" />
            <CustomCode1>int</CustomCode1>
            <CustomCode2>int</CustomCode2>
            <CustomCode3>int</CustomCode3>
            <CustomCode4>int</CustomCode4>
            <CustomCode5>int</CustomCode5>
            <CustomCode6>int</CustomCode6>
            <CustomCode7>int</CustomCode7>
            <CustomCode8>int</CustomCode8>
            <ActivityLogs xsi:nil="true" />
            <AddressValidated>boolean</AddressValidated>
            <ReferredBy xsi:nil="true" />
            <ReferredBy2 xsi:nil="true" />
            <ActiveAlertNotificationCount>int</ActiveAlertNotificationCount>
            <EditAtPOS>boolean</EditAtPOS>
            <ExternalId>string</ExternalId>
            <Salutation>string</Salutation>
            <FacebookId>string</FacebookId>
            <TwitterId>string</TwitterId>
            <MobileDeviceId>string</MobileDeviceId>
            <GuestCustomer>boolean</GuestCustomer>
          </Sponsor>
          <ShippingAddressId>int</ShippingAddressId>
          <ReferralUid>guid</ReferralUid>
          <ReferralId>int</ReferralId>
          <Referral>
            <Uid>guid</Uid>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <ParentUid>guid</ParentUid>
            <ParentId>int</ParentId>
            <FirstName>string</FirstName>
            <LastName>string</LastName>
            <FirstName2>string</FirstName2>
            <LastName2>string</LastName2>
            <CompanyName>string</CompanyName>
            <BirthDate>dateTime</BirthDate>
            <Title>string</Title>
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <ZipCode>string</ZipCode>
            <ZipPlus4>string</ZipPlus4>
            <Country>string</Country>
            <Phone1>string</Phone1>
            <Phone2>string</Phone2>
            <MobilePhone>string</MobilePhone>
            <FaxNumber>string</FaxNumber>
            <PhoneExt1>string</PhoneExt1>
            <EmailAddress>string</EmailAddress>
            <WebAddress>string</WebAddress>
            <LoyaltyCardNumber>string</LoyaltyCardNumber>
            <LoyaltyPoints>int</LoyaltyPoints>
            <LoyaltyDollars>decimal</LoyaltyDollars>
            <SignupSource>None or Other or Console or WebSite or Kiosk or Handheld or POS or Import or Fax or Event or Email or Tour or Restaurant or Phone or Mobile or SocialNetwork</SignupSource>
            <Parent xsi:nil="true" />
            <AccountNumber>string</AccountNumber>
            <CreditBalance>decimal</CreditBalance>
            <CreditLimit>decimal</CreditLimit>
            <TotalSales>decimal</TotalSales>
            <TotalTransactions>int</TotalTransactions>
            <LastPurchase>dateTime</LastPurchase>
            <PriceLevel>Base or LevelA or LevelB or LevelC or MSRP</PriceLevel>
            <Type>Consumer or Family or Corporate or Wholesale or Employee or Supplier or Shareholder or NonRevenue or MarkOutOfStock or Partner</Type>
            <IsTaxExempt>boolean</IsTaxExempt>
            <PrimaryShippingAddressId>int</PrimaryShippingAddressId>
            <PrimaryShippingAddress xsi:nil="true" />
            <ShippingAddresses xsi:nil="true" />
            <PrimaryPaymentMethodId>int</PrimaryPaymentMethodId>
            <PrimaryPaymentMethod xsi:nil="true" />
            <PaymentMethods xsi:nil="true" />
            <ClubMemberships xsi:nil="true" />
            <EventMemberships xsi:nil="true" />
            <ListMemberships xsi:nil="true" />
            <GroupMemberships xsi:nil="true" />
            <ProgramMemberships xsi:nil="true" />
            <Notes xsi:nil="true" />
            <DiscountRules xsi:nil="true" />
            <PickupOrders xsi:nil="true" />
            <PurchaseHistory xsi:nil="true" />
            <CustomCode1>int</CustomCode1>
            <CustomCode2>int</CustomCode2>
            <CustomCode3>int</CustomCode3>
            <CustomCode4>int</CustomCode4>
            <CustomCode5>int</CustomCode5>
            <CustomCode6>int</CustomCode6>
            <CustomCode7>int</CustomCode7>
            <CustomCode8>int</CustomCode8>
            <ActivityLogs xsi:nil="true" />
            <AddressValidated>boolean</AddressValidated>
            <ReferredBy xsi:nil="true" />
            <ReferredBy2 xsi:nil="true" />
            <ActiveAlertNotificationCount>int</ActiveAlertNotificationCount>
            <EditAtPOS>boolean</EditAtPOS>
            <ExternalId>string</ExternalId>
            <Salutation>string</Salutation>
            <FacebookId>string</FacebookId>
            <TwitterId>string</TwitterId>
            <MobileDeviceId>string</MobileDeviceId>
            <GuestCustomer>boolean</GuestCustomer>
          </Referral>
          <InventoryLocationId>int</InventoryLocationId>
          <InventoryLocation>
            <Code>string</Code>
            <Name>string</Name>
            <Description>string</Description>
            <PickupAllowed>boolean</PickupAllowed>
            <ShippingAllowed>boolean</ShippingAllowed>
            <ReplicationAllowed>boolean</ReplicationAllowed>
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <ZipCode>string</ZipCode>
            <Country>string</Country>
            <Phone1>string</Phone1>
            <Phone2>string</Phone2>
            <Stores xsi:nil="true" />
            <TransactionMasterStoreId>int</TransactionMasterStoreId>
            <CommittedMasterStoreId>int</CommittedMasterStoreId>
          </InventoryLocation>
          <ApplyLoyalty>boolean</ApplyLoyalty>
          <Comment>string</Comment>
          <ProductOption>Default or Replace or Append</ProductOption>
          <OrderLines>
            <OrderLine xsi:nil="true" />
            <OrderLine xsi:nil="true" />
          </OrderLines>
          <ReferenceNumber>string</ReferenceNumber>
          <StartDate>dateTime</StartDate>
          <ActiveDate>dateTime</ActiveDate>
          <ExpireDate>dateTime</ExpireDate>
          <CloseDate>dateTime</CloseDate>
          <SignupSource>None or Other or Console or WebSite or Kiosk or Handheld or POS or Import or Fax or Event or Email or Tour or Restaurant or Phone or Mobile or SocialNetwork</SignupSource>
          <BillingDay>int</BillingDay>
          <BillingStartDate>dateTime</BillingStartDate>
        </ClubMembership>
      </GetAllClubMembershipsByCustomerResult>
    </GetAllClubMembershipsByCustomerResponse>
  </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 /ws14/orderprocessing.asmx HTTP/1.1
Host: ws.bloyal.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>
    <GetAllClubMembershipsByCustomer xmlns="http://bloyal.com/">
      <customerId>int</customerId>
      <associatedEntities>None or Properties or Customer or Club or Sponsor or Referral or InventoryLocation or All</associatedEntities>
    </GetAllClubMembershipsByCustomer>
  </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>
    <GetAllClubMembershipsByCustomerResponse xmlns="http://bloyal.com/">
      <GetAllClubMembershipsByCustomerResult>
        <ClubMembership>
          <ClubId>int</ClubId>
          <Club>
            <Code>string</Code>
            <Name>string</Name>
            <Description>string</Description>
            <WebDescription>string</WebDescription>
            <StoreId>int</StoreId>
            <Store xsi:nil="true" />
            <SignupAllowed>None or Other or Console or WebSite or Kiosk or Handheld or POS or Import or Fax or Event or Email or Tour or Restaurant or Phone or Mobile or SocialNetwork</SignupAllowed>
            <SignupNotify>None or Other or Console or WebSite or Kiosk or Handheld or POS or Import or Fax or Event or Email or Tour or Restaurant or Phone or Mobile or SocialNetwork</SignupNotify>
            <CodeDefinitions xsi:nil="true" />
            <RequirePaymentMethod>boolean</RequirePaymentMethod>
            <RequireShippingAddress>boolean</RequireShippingAddress>
            <ActiveMembers>int</ActiveMembers>
          </Club>
          <Status>Active or Inactive or Closed</Status>
          <PaymentMethodId>int</PaymentMethodId>
          <PaymentMethod>
            <UEMethodId>string</UEMethodId>
            <Type>None or Customer or Club</Type>
            <Valid>boolean</Valid>
            <CardPresent>boolean</CardPresent>
            <Primary>boolean</Primary>
            <CustomerId>int</CustomerId>
            <Title>string</Title>
            <PaymentType>CreditCard or GiftCard or Checking or PayPal</PaymentType>
            <PaymentProblem>NoProblem or ExpiredCC or InvalidCC</PaymentProblem>
            <CreditCardType>Visa or Discover or MasterCard or AmericanExpress</CreditCardType>
            <CreditCardStatus>Unknown or Validated or Invalid or Expired</CreditCardStatus>
            <CreditCardMask>string</CreditCardMask>
            <CreditCardName>string</CreditCardName>
            <CreditCardCode>string</CreditCardCode>
            <CreditCardNumber>string</CreditCardNumber>
            <CreditCardExpiration>dateTime</CreditCardExpiration>
            <GiftCardNumber>string</GiftCardNumber>
            <GiftCardBalance>decimal</GiftCardBalance>
            <AccountNumber>string</AccountNumber>
            <RoutingNumber>string</RoutingNumber>
            <BillingAddress1>string</BillingAddress1>
            <BillingAddress2>string</BillingAddress2>
            <BillingCity>string</BillingCity>
            <BillingState>string</BillingState>
            <BillingZipCode>string</BillingZipCode>
            <BillingCountry>string</BillingCountry>
            <Track1Data>string</Track1Data>
            <Track2Data>string</Track2Data>
            <ClubUseCount>int</ClubUseCount>
          </PaymentMethod>
          <ShippingServiceId>int</ShippingServiceId>
          <ShippingAddress>
            <Uid>guid</Uid>
            <Type>None or Customer or Club</Type>
            <CustomerUid>guid</CustomerUid>
            <CustomerId>int</CustomerId>
            <Primary>boolean</Primary>
            <Title>string</Title>
            <FirstName>string</FirstName>
            <LastName>string</LastName>
            <CompanyName>string</CompanyName>
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <ZipCode>string</ZipCode>
            <ZipPlus4>string</ZipPlus4>
            <Country>string</Country>
            <BirthDate>dateTime</BirthDate>
            <FaxNumber>string</FaxNumber>
            <Phone1>string</Phone1>
            <Phone2>string</Phone2>
            <MobilePhone>string</MobilePhone>
            <EmailAddress>string</EmailAddress>
            <ClubUseCount>int</ClubUseCount>
            <Instructions>string</Instructions>
            <AddressValidated>boolean</AddressValidated>
          </ShippingAddress>
          <SponsorUid>guid</SponsorUid>
          <SponsorId>int</SponsorId>
          <Sponsor>
            <Uid>guid</Uid>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <ParentUid>guid</ParentUid>
            <ParentId>int</ParentId>
            <FirstName>string</FirstName>
            <LastName>string</LastName>
            <FirstName2>string</FirstName2>
            <LastName2>string</LastName2>
            <CompanyName>string</CompanyName>
            <BirthDate>dateTime</BirthDate>
            <Title>string</Title>
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <ZipCode>string</ZipCode>
            <ZipPlus4>string</ZipPlus4>
            <Country>string</Country>
            <Phone1>string</Phone1>
            <Phone2>string</Phone2>
            <MobilePhone>string</MobilePhone>
            <FaxNumber>string</FaxNumber>
            <PhoneExt1>string</PhoneExt1>
            <EmailAddress>string</EmailAddress>
            <WebAddress>string</WebAddress>
            <LoyaltyCardNumber>string</LoyaltyCardNumber>
            <LoyaltyPoints>int</LoyaltyPoints>
            <LoyaltyDollars>decimal</LoyaltyDollars>
            <SignupSource>None or Other or Console or WebSite or Kiosk or Handheld or POS or Import or Fax or Event or Email or Tour or Restaurant or Phone or Mobile or SocialNetwork</SignupSource>
            <Parent xsi:nil="true" />
            <AccountNumber>string</AccountNumber>
            <CreditBalance>decimal</CreditBalance>
            <CreditLimit>decimal</CreditLimit>
            <TotalSales>decimal</TotalSales>
            <TotalTransactions>int</TotalTransactions>
            <LastPurchase>dateTime</LastPurchase>
            <PriceLevel>Base or LevelA or LevelB or LevelC or MSRP</PriceLevel>
            <Type>Consumer or Family or Corporate or Wholesale or Employee or Supplier or Shareholder or NonRevenue or MarkOutOfStock or Partner</Type>
            <IsTaxExempt>boolean</IsTaxExempt>
            <PrimaryShippingAddressId>int</PrimaryShippingAddressId>
            <PrimaryShippingAddress xsi:nil="true" />
            <ShippingAddresses xsi:nil="true" />
            <PrimaryPaymentMethodId>int</PrimaryPaymentMethodId>
            <PrimaryPaymentMethod xsi:nil="true" />
            <PaymentMethods xsi:nil="true" />
            <ClubMemberships xsi:nil="true" />
            <EventMemberships xsi:nil="true" />
            <ListMemberships xsi:nil="true" />
            <GroupMemberships xsi:nil="true" />
            <ProgramMemberships xsi:nil="true" />
            <Notes xsi:nil="true" />
            <DiscountRules xsi:nil="true" />
            <PickupOrders xsi:nil="true" />
            <PurchaseHistory xsi:nil="true" />
            <CustomCode1>int</CustomCode1>
            <CustomCode2>int</CustomCode2>
            <CustomCode3>int</CustomCode3>
            <CustomCode4>int</CustomCode4>
            <CustomCode5>int</CustomCode5>
            <CustomCode6>int</CustomCode6>
            <CustomCode7>int</CustomCode7>
            <CustomCode8>int</CustomCode8>
            <ActivityLogs xsi:nil="true" />
            <AddressValidated>boolean</AddressValidated>
            <ReferredBy xsi:nil="true" />
            <ReferredBy2 xsi:nil="true" />
            <ActiveAlertNotificationCount>int</ActiveAlertNotificationCount>
            <EditAtPOS>boolean</EditAtPOS>
            <ExternalId>string</ExternalId>
            <Salutation>string</Salutation>
            <FacebookId>string</FacebookId>
            <TwitterId>string</TwitterId>
            <MobileDeviceId>string</MobileDeviceId>
            <GuestCustomer>boolean</GuestCustomer>
          </Sponsor>
          <ShippingAddressId>int</ShippingAddressId>
          <ReferralUid>guid</ReferralUid>
          <ReferralId>int</ReferralId>
          <Referral>
            <Uid>guid</Uid>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <ParentUid>guid</ParentUid>
            <ParentId>int</ParentId>
            <FirstName>string</FirstName>
            <LastName>string</LastName>
            <FirstName2>string</FirstName2>
            <LastName2>string</LastName2>
            <CompanyName>string</CompanyName>
            <BirthDate>dateTime</BirthDate>
            <Title>string</Title>
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <ZipCode>string</ZipCode>
            <ZipPlus4>string</ZipPlus4>
            <Country>string</Country>
            <Phone1>string</Phone1>
            <Phone2>string</Phone2>
            <MobilePhone>string</MobilePhone>
            <FaxNumber>string</FaxNumber>
            <PhoneExt1>string</PhoneExt1>
            <EmailAddress>string</EmailAddress>
            <WebAddress>string</WebAddress>
            <LoyaltyCardNumber>string</LoyaltyCardNumber>
            <LoyaltyPoints>int</LoyaltyPoints>
            <LoyaltyDollars>decimal</LoyaltyDollars>
            <SignupSource>None or Other or Console or WebSite or Kiosk or Handheld or POS or Import or Fax or Event or Email or Tour or Restaurant or Phone or Mobile or SocialNetwork</SignupSource>
            <Parent xsi:nil="true" />
            <AccountNumber>string</AccountNumber>
            <CreditBalance>decimal</CreditBalance>
            <CreditLimit>decimal</CreditLimit>
            <TotalSales>decimal</TotalSales>
            <TotalTransactions>int</TotalTransactions>
            <LastPurchase>dateTime</LastPurchase>
            <PriceLevel>Base or LevelA or LevelB or LevelC or MSRP</PriceLevel>
            <Type>Consumer or Family or Corporate or Wholesale or Employee or Supplier or Shareholder or NonRevenue or MarkOutOfStock or Partner</Type>
            <IsTaxExempt>boolean</IsTaxExempt>
            <PrimaryShippingAddressId>int</PrimaryShippingAddressId>
            <PrimaryShippingAddress xsi:nil="true" />
            <ShippingAddresses xsi:nil="true" />
            <PrimaryPaymentMethodId>int</PrimaryPaymentMethodId>
            <PrimaryPaymentMethod xsi:nil="true" />
            <PaymentMethods xsi:nil="true" />
            <ClubMemberships xsi:nil="true" />
            <EventMemberships xsi:nil="true" />
            <ListMemberships xsi:nil="true" />
            <GroupMemberships xsi:nil="true" />
            <ProgramMemberships xsi:nil="true" />
            <Notes xsi:nil="true" />
            <DiscountRules xsi:nil="true" />
            <PickupOrders xsi:nil="true" />
            <PurchaseHistory xsi:nil="true" />
            <CustomCode1>int</CustomCode1>
            <CustomCode2>int</CustomCode2>
            <CustomCode3>int</CustomCode3>
            <CustomCode4>int</CustomCode4>
            <CustomCode5>int</CustomCode5>
            <CustomCode6>int</CustomCode6>
            <CustomCode7>int</CustomCode7>
            <CustomCode8>int</CustomCode8>
            <ActivityLogs xsi:nil="true" />
            <AddressValidated>boolean</AddressValidated>
            <ReferredBy xsi:nil="true" />
            <ReferredBy2 xsi:nil="true" />
            <ActiveAlertNotificationCount>int</ActiveAlertNotificationCount>
            <EditAtPOS>boolean</EditAtPOS>
            <ExternalId>string</ExternalId>
            <Salutation>string</Salutation>
            <FacebookId>string</FacebookId>
            <TwitterId>string</TwitterId>
            <MobileDeviceId>string</MobileDeviceId>
            <GuestCustomer>boolean</GuestCustomer>
          </Referral>
          <InventoryLocationId>int</InventoryLocationId>
          <InventoryLocation>
            <Code>string</Code>
            <Name>string</Name>
            <Description>string</Description>
            <PickupAllowed>boolean</PickupAllowed>
            <ShippingAllowed>boolean</ShippingAllowed>
            <ReplicationAllowed>boolean</ReplicationAllowed>
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <ZipCode>string</ZipCode>
            <Country>string</Country>
            <Phone1>string</Phone1>
            <Phone2>string</Phone2>
            <Stores xsi:nil="true" />
            <TransactionMasterStoreId>int</TransactionMasterStoreId>
            <CommittedMasterStoreId>int</CommittedMasterStoreId>
          </InventoryLocation>
          <ApplyLoyalty>boolean</ApplyLoyalty>
          <Comment>string</Comment>
          <ProductOption>Default or Replace or Append</ProductOption>
          <OrderLines>
            <OrderLine xsi:nil="true" />
            <OrderLine xsi:nil="true" />
          </OrderLines>
          <ReferenceNumber>string</ReferenceNumber>
          <StartDate>dateTime</StartDate>
          <ActiveDate>dateTime</ActiveDate>
          <ExpireDate>dateTime</ExpireDate>
          <CloseDate>dateTime</CloseDate>
          <SignupSource>None or Other or Console or WebSite or Kiosk or Handheld or POS or Import or Fax or Event or Email or Tour or Restaurant or Phone or Mobile or SocialNetwork</SignupSource>
          <BillingDay>int</BillingDay>
          <BillingStartDate>dateTime</BillingStartDate>
        </ClubMembership>
        <ClubMembership>
          <ClubId>int</ClubId>
          <Club>
            <Code>string</Code>
            <Name>string</Name>
            <Description>string</Description>
            <WebDescription>string</WebDescription>
            <StoreId>int</StoreId>
            <Store xsi:nil="true" />
            <SignupAllowed>None or Other or Console or WebSite or Kiosk or Handheld or POS or Import or Fax or Event or Email or Tour or Restaurant or Phone or Mobile or SocialNetwork</SignupAllowed>
            <SignupNotify>None or Other or Console or WebSite or Kiosk or Handheld or POS or Import or Fax or Event or Email or Tour or Restaurant or Phone or Mobile or SocialNetwork</SignupNotify>
            <CodeDefinitions xsi:nil="true" />
            <RequirePaymentMethod>boolean</RequirePaymentMethod>
            <RequireShippingAddress>boolean</RequireShippingAddress>
            <ActiveMembers>int</ActiveMembers>
          </Club>
          <Status>Active or Inactive or Closed</Status>
          <PaymentMethodId>int</PaymentMethodId>
          <PaymentMethod>
            <UEMethodId>string</UEMethodId>
            <Type>None or Customer or Club</Type>
            <Valid>boolean</Valid>
            <CardPresent>boolean</CardPresent>
            <Primary>boolean</Primary>
            <CustomerId>int</CustomerId>
            <Title>string</Title>
            <PaymentType>CreditCard or GiftCard or Checking or PayPal</PaymentType>
            <PaymentProblem>NoProblem or ExpiredCC or InvalidCC</PaymentProblem>
            <CreditCardType>Visa or Discover or MasterCard or AmericanExpress</CreditCardType>
            <CreditCardStatus>Unknown or Validated or Invalid or Expired</CreditCardStatus>
            <CreditCardMask>string</CreditCardMask>
            <CreditCardName>string</CreditCardName>
            <CreditCardCode>string</CreditCardCode>
            <CreditCardNumber>string</CreditCardNumber>
            <CreditCardExpiration>dateTime</CreditCardExpiration>
            <GiftCardNumber>string</GiftCardNumber>
            <GiftCardBalance>decimal</GiftCardBalance>
            <AccountNumber>string</AccountNumber>
            <RoutingNumber>string</RoutingNumber>
            <BillingAddress1>string</BillingAddress1>
            <BillingAddress2>string</BillingAddress2>
            <BillingCity>string</BillingCity>
            <BillingState>string</BillingState>
            <BillingZipCode>string</BillingZipCode>
            <BillingCountry>string</BillingCountry>
            <Track1Data>string</Track1Data>
            <Track2Data>string</Track2Data>
            <ClubUseCount>int</ClubUseCount>
          </PaymentMethod>
          <ShippingServiceId>int</ShippingServiceId>
          <ShippingAddress>
            <Uid>guid</Uid>
            <Type>None or Customer or Club</Type>
            <CustomerUid>guid</CustomerUid>
            <CustomerId>int</CustomerId>
            <Primary>boolean</Primary>
            <Title>string</Title>
            <FirstName>string</FirstName>
            <LastName>string</LastName>
            <CompanyName>string</CompanyName>
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <ZipCode>string</ZipCode>
            <ZipPlus4>string</ZipPlus4>
            <Country>string</Country>
            <BirthDate>dateTime</BirthDate>
            <FaxNumber>string</FaxNumber>
            <Phone1>string</Phone1>
            <Phone2>string</Phone2>
            <MobilePhone>string</MobilePhone>
            <EmailAddress>string</EmailAddress>
            <ClubUseCount>int</ClubUseCount>
            <Instructions>string</Instructions>
            <AddressValidated>boolean</AddressValidated>
          </ShippingAddress>
          <SponsorUid>guid</SponsorUid>
          <SponsorId>int</SponsorId>
          <Sponsor>
            <Uid>guid</Uid>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <ParentUid>guid</ParentUid>
            <ParentId>int</ParentId>
            <FirstName>string</FirstName>
            <LastName>string</LastName>
            <FirstName2>string</FirstName2>
            <LastName2>string</LastName2>
            <CompanyName>string</CompanyName>
            <BirthDate>dateTime</BirthDate>
            <Title>string</Title>
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <ZipCode>string</ZipCode>
            <ZipPlus4>string</ZipPlus4>
            <Country>string</Country>
            <Phone1>string</Phone1>
            <Phone2>string</Phone2>
            <MobilePhone>string</MobilePhone>
            <FaxNumber>string</FaxNumber>
            <PhoneExt1>string</PhoneExt1>
            <EmailAddress>string</EmailAddress>
            <WebAddress>string</WebAddress>
            <LoyaltyCardNumber>string</LoyaltyCardNumber>
            <LoyaltyPoints>int</LoyaltyPoints>
            <LoyaltyDollars>decimal</LoyaltyDollars>
            <SignupSource>None or Other or Console or WebSite or Kiosk or Handheld or POS or Import or Fax or Event or Email or Tour or Restaurant or Phone or Mobile or SocialNetwork</SignupSource>
            <Parent xsi:nil="true" />
            <AccountNumber>string</AccountNumber>
            <CreditBalance>decimal</CreditBalance>
            <CreditLimit>decimal</CreditLimit>
            <TotalSales>decimal</TotalSales>
            <TotalTransactions>int</TotalTransactions>
            <LastPurchase>dateTime</LastPurchase>
            <PriceLevel>Base or LevelA or LevelB or LevelC or MSRP</PriceLevel>
            <Type>Consumer or Family or Corporate or Wholesale or Employee or Supplier or Shareholder or NonRevenue or MarkOutOfStock or Partner</Type>
            <IsTaxExempt>boolean</IsTaxExempt>
            <PrimaryShippingAddressId>int</PrimaryShippingAddressId>
            <PrimaryShippingAddress xsi:nil="true" />
            <ShippingAddresses xsi:nil="true" />
            <PrimaryPaymentMethodId>int</PrimaryPaymentMethodId>
            <PrimaryPaymentMethod xsi:nil="true" />
            <PaymentMethods xsi:nil="true" />
            <ClubMemberships xsi:nil="true" />
            <EventMemberships xsi:nil="true" />
            <ListMemberships xsi:nil="true" />
            <GroupMemberships xsi:nil="true" />
            <ProgramMemberships xsi:nil="true" />
            <Notes xsi:nil="true" />
            <DiscountRules xsi:nil="true" />
            <PickupOrders xsi:nil="true" />
            <PurchaseHistory xsi:nil="true" />
            <CustomCode1>int</CustomCode1>
            <CustomCode2>int</CustomCode2>
            <CustomCode3>int</CustomCode3>
            <CustomCode4>int</CustomCode4>
            <CustomCode5>int</CustomCode5>
            <CustomCode6>int</CustomCode6>
            <CustomCode7>int</CustomCode7>
            <CustomCode8>int</CustomCode8>
            <ActivityLogs xsi:nil="true" />
            <AddressValidated>boolean</AddressValidated>
            <ReferredBy xsi:nil="true" />
            <ReferredBy2 xsi:nil="true" />
            <ActiveAlertNotificationCount>int</ActiveAlertNotificationCount>
            <EditAtPOS>boolean</EditAtPOS>
            <ExternalId>string</ExternalId>
            <Salutation>string</Salutation>
            <FacebookId>string</FacebookId>
            <TwitterId>string</TwitterId>
            <MobileDeviceId>string</MobileDeviceId>
            <GuestCustomer>boolean</GuestCustomer>
          </Sponsor>
          <ShippingAddressId>int</ShippingAddressId>
          <ReferralUid>guid</ReferralUid>
          <ReferralId>int</ReferralId>
          <Referral>
            <Uid>guid</Uid>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <ParentUid>guid</ParentUid>
            <ParentId>int</ParentId>
            <FirstName>string</FirstName>
            <LastName>string</LastName>
            <FirstName2>string</FirstName2>
            <LastName2>string</LastName2>
            <CompanyName>string</CompanyName>
            <BirthDate>dateTime</BirthDate>
            <Title>string</Title>
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <ZipCode>string</ZipCode>
            <ZipPlus4>string</ZipPlus4>
            <Country>string</Country>
            <Phone1>string</Phone1>
            <Phone2>string</Phone2>
            <MobilePhone>string</MobilePhone>
            <FaxNumber>string</FaxNumber>
            <PhoneExt1>string</PhoneExt1>
            <EmailAddress>string</EmailAddress>
            <WebAddress>string</WebAddress>
            <LoyaltyCardNumber>string</LoyaltyCardNumber>
            <LoyaltyPoints>int</LoyaltyPoints>
            <LoyaltyDollars>decimal</LoyaltyDollars>
            <SignupSource>None or Other or Console or WebSite or Kiosk or Handheld or POS or Import or Fax or Event or Email or Tour or Restaurant or Phone or Mobile or SocialNetwork</SignupSource>
            <Parent xsi:nil="true" />
            <AccountNumber>string</AccountNumber>
            <CreditBalance>decimal</CreditBalance>
            <CreditLimit>decimal</CreditLimit>
            <TotalSales>decimal</TotalSales>
            <TotalTransactions>int</TotalTransactions>
            <LastPurchase>dateTime</LastPurchase>
            <PriceLevel>Base or LevelA or LevelB or LevelC or MSRP</PriceLevel>
            <Type>Consumer or Family or Corporate or Wholesale or Employee or Supplier or Shareholder or NonRevenue or MarkOutOfStock or Partner</Type>
            <IsTaxExempt>boolean</IsTaxExempt>
            <PrimaryShippingAddressId>int</PrimaryShippingAddressId>
            <PrimaryShippingAddress xsi:nil="true" />
            <ShippingAddresses xsi:nil="true" />
            <PrimaryPaymentMethodId>int</PrimaryPaymentMethodId>
            <PrimaryPaymentMethod xsi:nil="true" />
            <PaymentMethods xsi:nil="true" />
            <ClubMemberships xsi:nil="true" />
            <EventMemberships xsi:nil="true" />
            <ListMemberships xsi:nil="true" />
            <GroupMemberships xsi:nil="true" />
            <ProgramMemberships xsi:nil="true" />
            <Notes xsi:nil="true" />
            <DiscountRules xsi:nil="true" />
            <PickupOrders xsi:nil="true" />
            <PurchaseHistory xsi:nil="true" />
            <CustomCode1>int</CustomCode1>
            <CustomCode2>int</CustomCode2>
            <CustomCode3>int</CustomCode3>
            <CustomCode4>int</CustomCode4>
            <CustomCode5>int</CustomCode5>
            <CustomCode6>int</CustomCode6>
            <CustomCode7>int</CustomCode7>
            <CustomCode8>int</CustomCode8>
            <ActivityLogs xsi:nil="true" />
            <AddressValidated>boolean</AddressValidated>
            <ReferredBy xsi:nil="true" />
            <ReferredBy2 xsi:nil="true" />
            <ActiveAlertNotificationCount>int</ActiveAlertNotificationCount>
            <EditAtPOS>boolean</EditAtPOS>
            <ExternalId>string</ExternalId>
            <Salutation>string</Salutation>
            <FacebookId>string</FacebookId>
            <TwitterId>string</TwitterId>
            <MobileDeviceId>string</MobileDeviceId>
            <GuestCustomer>boolean</GuestCustomer>
          </Referral>
          <InventoryLocationId>int</InventoryLocationId>
          <InventoryLocation>
            <Code>string</Code>
            <Name>string</Name>
            <Description>string</Description>
            <PickupAllowed>boolean</PickupAllowed>
            <ShippingAllowed>boolean</ShippingAllowed>
            <ReplicationAllowed>boolean</ReplicationAllowed>
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <ZipCode>string</ZipCode>
            <Country>string</Country>
            <Phone1>string</Phone1>
            <Phone2>string</Phone2>
            <Stores xsi:nil="true" />
            <TransactionMasterStoreId>int</TransactionMasterStoreId>
            <CommittedMasterStoreId>int</CommittedMasterStoreId>
          </InventoryLocation>
          <ApplyLoyalty>boolean</ApplyLoyalty>
          <Comment>string</Comment>
          <ProductOption>Default or Replace or Append</ProductOption>
          <OrderLines>
            <OrderLine xsi:nil="true" />
            <OrderLine xsi:nil="true" />
          </OrderLines>
          <ReferenceNumber>string</ReferenceNumber>
          <StartDate>dateTime</StartDate>
          <ActiveDate>dateTime</ActiveDate>
          <ExpireDate>dateTime</ExpireDate>
          <CloseDate>dateTime</CloseDate>
          <SignupSource>None or Other or Console or WebSite or Kiosk or Handheld or POS or Import or Fax or Event or Email or Tour or Restaurant or Phone or Mobile or SocialNetwork</SignupSource>
          <BillingDay>int</BillingDay>
          <BillingStartDate>dateTime</BillingStartDate>
        </ClubMembership>
      </GetAllClubMembershipsByCustomerResult>
    </GetAllClubMembershipsByCustomerResponse>
  </soap12:Body>
</soap12:Envelope>