OrderProcessing


Click here for a complete list of operations.

SaveClubMembership

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/SaveClubMembership"

<?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>
    <SaveClubMembership xmlns="http://bloyal.com/">
      <membership>
        <ClubId>int</ClubId>
        <Club>
          <Code>string</Code>
          <Name>string</Name>
          <Description>string</Description>
          <WebDescription>string</WebDescription>
          <StoreId>int</StoreId>
          <Store>
            <Type>PhysicalStore or ExternalWebStore or InternalWebStore or VirtualStore or BackOffice</Type>
            <Code>string</Code>
            <Name>string</Name>
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <ZipCode>string</ZipCode>
            <Country>string</Country>
            <WebStoreUrl>string</WebStoreUrl>
            <ReplicationLocationId>int</ReplicationLocationId>
            <DefaultShippingLocationId>int</DefaultShippingLocationId>
            <DefaultPickupLocationId>int</DefaultPickupLocationId>
            <Locations xsi:nil="true" />
            <StockOutHandling>Unknown or AcceptSales or AcceptSalesWithWarning or RejectSalesWithWarning or DoNotDisplay</StockOutHandling>
            <PickupType>Unknown or Standard or ShipToLocation</PickupType>
          </Store>
          <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>
            <CustomCodeDefinition xsi:nil="true" />
            <CustomCodeDefinition xsi:nil="true" />
          </CodeDefinitions>
          <ActiveMembers>int</ActiveMembers>
          <Members>
            <ClubMembership xsi:nil="true" />
            <ClubMembership xsi:nil="true" />
          </Members>
        </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>
          <Type>None or Customer or Club</Type>
          <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>
        <SponsorId>int</SponsorId>
        <Sponsor>
          <AccountType>None or Email or UserName or Loyalty</AccountType>
          <AccountId>int</AccountId>
          <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>
          <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>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <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>
            <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>
          </Parent>
          <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>
            <Type>None or Customer or Club</Type>
            <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>
          </PrimaryShippingAddress>
          <ShippingAddresses>
            <ShippingAddress xsi:nil="true" />
            <ShippingAddress xsi:nil="true" />
          </ShippingAddresses>
          <PrimaryPaymentMethodId>int</PrimaryPaymentMethodId>
          <PrimaryPaymentMethod>
            <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>
          </PrimaryPaymentMethod>
          <PaymentMethods>
            <PaymentMethod xsi:nil="true" />
            <PaymentMethod xsi:nil="true" />
          </PaymentMethods>
          <ClubMemberships>
            <ClubMembership xsi:nil="true" />
            <ClubMembership xsi:nil="true" />
          </ClubMemberships>
          <EventMemberships>
            <EventMembership xsi:nil="true" />
            <EventMembership xsi:nil="true" />
          </EventMemberships>
          <ListMemberships>
            <CustomerListMembership xsi:nil="true" />
            <CustomerListMembership xsi:nil="true" />
          </ListMemberships>
          <GroupMemberships>
            <SubscriberGroupMembership xsi:nil="true" />
            <SubscriberGroupMembership xsi:nil="true" />
          </GroupMemberships>
          <ProgramMemberships>
            <LoyaltyProgramMembership xsi:nil="true" />
            <LoyaltyProgramMembership xsi:nil="true" />
          </ProgramMemberships>
          <Notes>
            <CustomerNote xsi:nil="true" />
            <CustomerNote xsi:nil="true" />
          </Notes>
          <DiscountRules>
            <DiscountRule xsi:nil="true" />
            <DiscountRule xsi:nil="true" />
          </DiscountRules>
          <PickupOrders>
            <Order xsi:nil="true" />
            <Order xsi:nil="true" />
          </PickupOrders>
          <PurchaseHistory>
            <Transaction xsi:nil="true" />
            <Transaction xsi:nil="true" />
          </PurchaseHistory>
          <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>
            <ActivityLog xsi:nil="true" />
            <ActivityLog xsi:nil="true" />
          </ActivityLogs>
          <AddressValidated>boolean</AddressValidated>
          <ReferredBy>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <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>
            <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>
          </ReferredBy>
          <ReferredBy2>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <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>
            <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>
          </ReferredBy2>
          <ActiveAlertNotificationCount>int</ActiveAlertNotificationCount>
          <EditAtPOS>boolean</EditAtPOS>
          <ExternalId>string</ExternalId>
          <Salutation>string</Salutation>
          <FacebookId>string</FacebookId>
          <TwitterId>string</TwitterId>
          <MobileDeviceId>string</MobileDeviceId>
        </Sponsor>
        <ShippingAddressId>int</ShippingAddressId>
        <ReferralId>int</ReferralId>
        <Referral>
          <AccountType>None or Email or UserName or Loyalty</AccountType>
          <AccountId>int</AccountId>
          <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>
          <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>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <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>
            <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>
          </Parent>
          <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>
            <Type>None or Customer or Club</Type>
            <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>
          </PrimaryShippingAddress>
          <ShippingAddresses>
            <ShippingAddress xsi:nil="true" />
            <ShippingAddress xsi:nil="true" />
          </ShippingAddresses>
          <PrimaryPaymentMethodId>int</PrimaryPaymentMethodId>
          <PrimaryPaymentMethod>
            <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>
          </PrimaryPaymentMethod>
          <PaymentMethods>
            <PaymentMethod xsi:nil="true" />
            <PaymentMethod xsi:nil="true" />
          </PaymentMethods>
          <ClubMemberships>
            <ClubMembership xsi:nil="true" />
            <ClubMembership xsi:nil="true" />
          </ClubMemberships>
          <EventMemberships>
            <EventMembership xsi:nil="true" />
            <EventMembership xsi:nil="true" />
          </EventMemberships>
          <ListMemberships>
            <CustomerListMembership xsi:nil="true" />
            <CustomerListMembership xsi:nil="true" />
          </ListMemberships>
          <GroupMemberships>
            <SubscriberGroupMembership xsi:nil="true" />
            <SubscriberGroupMembership xsi:nil="true" />
          </GroupMemberships>
          <ProgramMemberships>
            <LoyaltyProgramMembership xsi:nil="true" />
            <LoyaltyProgramMembership xsi:nil="true" />
          </ProgramMemberships>
          <Notes>
            <CustomerNote xsi:nil="true" />
            <CustomerNote xsi:nil="true" />
          </Notes>
          <DiscountRules>
            <DiscountRule xsi:nil="true" />
            <DiscountRule xsi:nil="true" />
          </DiscountRules>
          <PickupOrders>
            <Order xsi:nil="true" />
            <Order xsi:nil="true" />
          </PickupOrders>
          <PurchaseHistory>
            <Transaction xsi:nil="true" />
            <Transaction xsi:nil="true" />
          </PurchaseHistory>
          <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>
            <ActivityLog xsi:nil="true" />
            <ActivityLog xsi:nil="true" />
          </ActivityLogs>
          <AddressValidated>boolean</AddressValidated>
          <ReferredBy>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <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>
            <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>
          </ReferredBy>
          <ReferredBy2>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <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>
            <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>
          </ReferredBy2>
          <ActiveAlertNotificationCount>int</ActiveAlertNotificationCount>
          <EditAtPOS>boolean</EditAtPOS>
          <ExternalId>string</ExternalId>
          <Salutation>string</Salutation>
          <FacebookId>string</FacebookId>
          <TwitterId>string</TwitterId>
          <MobileDeviceId>string</MobileDeviceId>
        </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>
            <Store xsi:nil="true" />
            <Store xsi:nil="true" />
          </Stores>
          <TransactionMasterStoreId>int</TransactionMasterStoreId>
          <CommittedMasterStoreId>int</CommittedMasterStoreId>
        </InventoryLocation>
        <ApplyLoyalty>boolean</ApplyLoyalty>
        <Comment>string</Comment>
        <ProductOption>Default or Replace or Append</ProductOption>
        <OrderLines>
          <OrderLine>
            <PackageNumber>int</PackageNumber>
            <ProductItemType>Standard or NonInventory or Assembly or Kit or GiftCard or GiftCertificate or Coupon or ShippingCharge</ProductItemType>
            <ProductFlags>int</ProductFlags>
            <ProductId>int</ProductId>
            <ProductName>string</ProductName>
            <Comment>string</Comment>
            <ExternalKey>string</ExternalKey>
            <WebAlias>string</WebAlias>
            <LookupCode>string</LookupCode>
            <BrandCode>string</BrandCode>
            <Variant>string</Variant>
            <VariantParentId>int</VariantParentId>
            <Cost>decimal</Cost>
            <LastCost>decimal</LastCost>
            <ReplacementCost>decimal</ReplacementCost>
            <FullPrice>decimal</FullPrice>
            <Price>decimal</Price>
            <Quantity>decimal</Quantity>
            <Weight>decimal</Weight>
            <Tax>decimal</Tax>
            <PriceLevel>Override or Base or LevelA or LevelB or LevelC or MSRP</PriceLevel>
            <TaxExempt>boolean</TaxExempt>
            <TaxDetails xsi:nil="true" />
            <DiscountRule xsi:nil="true" />
            <ProductDiscount>decimal</ProductDiscount>
            <OrderDiscount>decimal</OrderDiscount>
            <DiscountOverride>decimal</DiscountOverride>
            <ReasonId>int</ReasonId>
            <ReasonCode>string</ReasonCode>
            <AssemblyId>int</AssemblyId>
            <Coupon xsi:nil="true" />
            <SerialNumbers xsi:nil="true" />
            <Number>string</Number>
            <SalesRepCode>string</SalesRepCode>
          </OrderLine>
          <OrderLine>
            <PackageNumber>int</PackageNumber>
            <ProductItemType>Standard or NonInventory or Assembly or Kit or GiftCard or GiftCertificate or Coupon or ShippingCharge</ProductItemType>
            <ProductFlags>int</ProductFlags>
            <ProductId>int</ProductId>
            <ProductName>string</ProductName>
            <Comment>string</Comment>
            <ExternalKey>string</ExternalKey>
            <WebAlias>string</WebAlias>
            <LookupCode>string</LookupCode>
            <BrandCode>string</BrandCode>
            <Variant>string</Variant>
            <VariantParentId>int</VariantParentId>
            <Cost>decimal</Cost>
            <LastCost>decimal</LastCost>
            <ReplacementCost>decimal</ReplacementCost>
            <FullPrice>decimal</FullPrice>
            <Price>decimal</Price>
            <Quantity>decimal</Quantity>
            <Weight>decimal</Weight>
            <Tax>decimal</Tax>
            <PriceLevel>Override or Base or LevelA or LevelB or LevelC or MSRP</PriceLevel>
            <TaxExempt>boolean</TaxExempt>
            <TaxDetails xsi:nil="true" />
            <DiscountRule xsi:nil="true" />
            <ProductDiscount>decimal</ProductDiscount>
            <OrderDiscount>decimal</OrderDiscount>
            <DiscountOverride>decimal</DiscountOverride>
            <ReasonId>int</ReasonId>
            <ReasonCode>string</ReasonCode>
            <AssemblyId>int</AssemblyId>
            <Coupon xsi:nil="true" />
            <SerialNumbers xsi:nil="true" />
            <Number>string</Number>
            <SalesRepCode>string</SalesRepCode>
          </OrderLine>
        </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>
      </membership>
      <queueExceptions>boolean</queueExceptions>
      <createNeededEntities>boolean</createNeededEntities>
    </SaveClubMembership>
  </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>
    <SaveClubMembershipResponse xmlns="http://bloyal.com/">
      <SaveClubMembershipResult>
        <ClubId>int</ClubId>
        <Club>
          <Code>string</Code>
          <Name>string</Name>
          <Description>string</Description>
          <WebDescription>string</WebDescription>
          <StoreId>int</StoreId>
          <Store>
            <Type>PhysicalStore or ExternalWebStore or InternalWebStore or VirtualStore or BackOffice</Type>
            <Code>string</Code>
            <Name>string</Name>
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <ZipCode>string</ZipCode>
            <Country>string</Country>
            <WebStoreUrl>string</WebStoreUrl>
            <ReplicationLocationId>int</ReplicationLocationId>
            <DefaultShippingLocationId>int</DefaultShippingLocationId>
            <DefaultPickupLocationId>int</DefaultPickupLocationId>
            <Locations xsi:nil="true" />
            <StockOutHandling>Unknown or AcceptSales or AcceptSalesWithWarning or RejectSalesWithWarning or DoNotDisplay</StockOutHandling>
            <PickupType>Unknown or Standard or ShipToLocation</PickupType>
          </Store>
          <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>
            <CustomCodeDefinition xsi:nil="true" />
            <CustomCodeDefinition xsi:nil="true" />
          </CodeDefinitions>
          <ActiveMembers>int</ActiveMembers>
          <Members>
            <ClubMembership xsi:nil="true" />
            <ClubMembership xsi:nil="true" />
          </Members>
        </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>
          <Type>None or Customer or Club</Type>
          <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>
        <SponsorId>int</SponsorId>
        <Sponsor>
          <AccountType>None or Email or UserName or Loyalty</AccountType>
          <AccountId>int</AccountId>
          <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>
          <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>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <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>
            <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>
          </Parent>
          <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>
            <Type>None or Customer or Club</Type>
            <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>
          </PrimaryShippingAddress>
          <ShippingAddresses>
            <ShippingAddress xsi:nil="true" />
            <ShippingAddress xsi:nil="true" />
          </ShippingAddresses>
          <PrimaryPaymentMethodId>int</PrimaryPaymentMethodId>
          <PrimaryPaymentMethod>
            <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>
          </PrimaryPaymentMethod>
          <PaymentMethods>
            <PaymentMethod xsi:nil="true" />
            <PaymentMethod xsi:nil="true" />
          </PaymentMethods>
          <ClubMemberships>
            <ClubMembership xsi:nil="true" />
            <ClubMembership xsi:nil="true" />
          </ClubMemberships>
          <EventMemberships>
            <EventMembership xsi:nil="true" />
            <EventMembership xsi:nil="true" />
          </EventMemberships>
          <ListMemberships>
            <CustomerListMembership xsi:nil="true" />
            <CustomerListMembership xsi:nil="true" />
          </ListMemberships>
          <GroupMemberships>
            <SubscriberGroupMembership xsi:nil="true" />
            <SubscriberGroupMembership xsi:nil="true" />
          </GroupMemberships>
          <ProgramMemberships>
            <LoyaltyProgramMembership xsi:nil="true" />
            <LoyaltyProgramMembership xsi:nil="true" />
          </ProgramMemberships>
          <Notes>
            <CustomerNote xsi:nil="true" />
            <CustomerNote xsi:nil="true" />
          </Notes>
          <DiscountRules>
            <DiscountRule xsi:nil="true" />
            <DiscountRule xsi:nil="true" />
          </DiscountRules>
          <PickupOrders>
            <Order xsi:nil="true" />
            <Order xsi:nil="true" />
          </PickupOrders>
          <PurchaseHistory>
            <Transaction xsi:nil="true" />
            <Transaction xsi:nil="true" />
          </PurchaseHistory>
          <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>
            <ActivityLog xsi:nil="true" />
            <ActivityLog xsi:nil="true" />
          </ActivityLogs>
          <AddressValidated>boolean</AddressValidated>
          <ReferredBy>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <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>
            <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>
          </ReferredBy>
          <ReferredBy2>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <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>
            <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>
          </ReferredBy2>
          <ActiveAlertNotificationCount>int</ActiveAlertNotificationCount>
          <EditAtPOS>boolean</EditAtPOS>
          <ExternalId>string</ExternalId>
          <Salutation>string</Salutation>
          <FacebookId>string</FacebookId>
          <TwitterId>string</TwitterId>
          <MobileDeviceId>string</MobileDeviceId>
        </Sponsor>
        <ShippingAddressId>int</ShippingAddressId>
        <ReferralId>int</ReferralId>
        <Referral>
          <AccountType>None or Email or UserName or Loyalty</AccountType>
          <AccountId>int</AccountId>
          <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>
          <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>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <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>
            <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>
          </Parent>
          <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>
            <Type>None or Customer or Club</Type>
            <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>
          </PrimaryShippingAddress>
          <ShippingAddresses>
            <ShippingAddress xsi:nil="true" />
            <ShippingAddress xsi:nil="true" />
          </ShippingAddresses>
          <PrimaryPaymentMethodId>int</PrimaryPaymentMethodId>
          <PrimaryPaymentMethod>
            <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>
          </PrimaryPaymentMethod>
          <PaymentMethods>
            <PaymentMethod xsi:nil="true" />
            <PaymentMethod xsi:nil="true" />
          </PaymentMethods>
          <ClubMemberships>
            <ClubMembership xsi:nil="true" />
            <ClubMembership xsi:nil="true" />
          </ClubMemberships>
          <EventMemberships>
            <EventMembership xsi:nil="true" />
            <EventMembership xsi:nil="true" />
          </EventMemberships>
          <ListMemberships>
            <CustomerListMembership xsi:nil="true" />
            <CustomerListMembership xsi:nil="true" />
          </ListMemberships>
          <GroupMemberships>
            <SubscriberGroupMembership xsi:nil="true" />
            <SubscriberGroupMembership xsi:nil="true" />
          </GroupMemberships>
          <ProgramMemberships>
            <LoyaltyProgramMembership xsi:nil="true" />
            <LoyaltyProgramMembership xsi:nil="true" />
          </ProgramMemberships>
          <Notes>
            <CustomerNote xsi:nil="true" />
            <CustomerNote xsi:nil="true" />
          </Notes>
          <DiscountRules>
            <DiscountRule xsi:nil="true" />
            <DiscountRule xsi:nil="true" />
          </DiscountRules>
          <PickupOrders>
            <Order xsi:nil="true" />
            <Order xsi:nil="true" />
          </PickupOrders>
          <PurchaseHistory>
            <Transaction xsi:nil="true" />
            <Transaction xsi:nil="true" />
          </PurchaseHistory>
          <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>
            <ActivityLog xsi:nil="true" />
            <ActivityLog xsi:nil="true" />
          </ActivityLogs>
          <AddressValidated>boolean</AddressValidated>
          <ReferredBy>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <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>
            <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>
          </ReferredBy>
          <ReferredBy2>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <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>
            <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>
          </ReferredBy2>
          <ActiveAlertNotificationCount>int</ActiveAlertNotificationCount>
          <EditAtPOS>boolean</EditAtPOS>
          <ExternalId>string</ExternalId>
          <Salutation>string</Salutation>
          <FacebookId>string</FacebookId>
          <TwitterId>string</TwitterId>
          <MobileDeviceId>string</MobileDeviceId>
        </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>
            <Store xsi:nil="true" />
            <Store xsi:nil="true" />
          </Stores>
          <TransactionMasterStoreId>int</TransactionMasterStoreId>
          <CommittedMasterStoreId>int</CommittedMasterStoreId>
        </InventoryLocation>
        <ApplyLoyalty>boolean</ApplyLoyalty>
        <Comment>string</Comment>
        <ProductOption>Default or Replace or Append</ProductOption>
        <OrderLines>
          <OrderLine>
            <PackageNumber>int</PackageNumber>
            <ProductItemType>Standard or NonInventory or Assembly or Kit or GiftCard or GiftCertificate or Coupon or ShippingCharge</ProductItemType>
            <ProductFlags>int</ProductFlags>
            <ProductId>int</ProductId>
            <ProductName>string</ProductName>
            <Comment>string</Comment>
            <ExternalKey>string</ExternalKey>
            <WebAlias>string</WebAlias>
            <LookupCode>string</LookupCode>
            <BrandCode>string</BrandCode>
            <Variant>string</Variant>
            <VariantParentId>int</VariantParentId>
            <Cost>decimal</Cost>
            <LastCost>decimal</LastCost>
            <ReplacementCost>decimal</ReplacementCost>
            <FullPrice>decimal</FullPrice>
            <Price>decimal</Price>
            <Quantity>decimal</Quantity>
            <Weight>decimal</Weight>
            <Tax>decimal</Tax>
            <PriceLevel>Override or Base or LevelA or LevelB or LevelC or MSRP</PriceLevel>
            <TaxExempt>boolean</TaxExempt>
            <TaxDetails xsi:nil="true" />
            <DiscountRule xsi:nil="true" />
            <ProductDiscount>decimal</ProductDiscount>
            <OrderDiscount>decimal</OrderDiscount>
            <DiscountOverride>decimal</DiscountOverride>
            <ReasonId>int</ReasonId>
            <ReasonCode>string</ReasonCode>
            <AssemblyId>int</AssemblyId>
            <Coupon xsi:nil="true" />
            <SerialNumbers xsi:nil="true" />
            <Number>string</Number>
            <SalesRepCode>string</SalesRepCode>
          </OrderLine>
          <OrderLine>
            <PackageNumber>int</PackageNumber>
            <ProductItemType>Standard or NonInventory or Assembly or Kit or GiftCard or GiftCertificate or Coupon or ShippingCharge</ProductItemType>
            <ProductFlags>int</ProductFlags>
            <ProductId>int</ProductId>
            <ProductName>string</ProductName>
            <Comment>string</Comment>
            <ExternalKey>string</ExternalKey>
            <WebAlias>string</WebAlias>
            <LookupCode>string</LookupCode>
            <BrandCode>string</BrandCode>
            <Variant>string</Variant>
            <VariantParentId>int</VariantParentId>
            <Cost>decimal</Cost>
            <LastCost>decimal</LastCost>
            <ReplacementCost>decimal</ReplacementCost>
            <FullPrice>decimal</FullPrice>
            <Price>decimal</Price>
            <Quantity>decimal</Quantity>
            <Weight>decimal</Weight>
            <Tax>decimal</Tax>
            <PriceLevel>Override or Base or LevelA or LevelB or LevelC or MSRP</PriceLevel>
            <TaxExempt>boolean</TaxExempt>
            <TaxDetails xsi:nil="true" />
            <DiscountRule xsi:nil="true" />
            <ProductDiscount>decimal</ProductDiscount>
            <OrderDiscount>decimal</OrderDiscount>
            <DiscountOverride>decimal</DiscountOverride>
            <ReasonId>int</ReasonId>
            <ReasonCode>string</ReasonCode>
            <AssemblyId>int</AssemblyId>
            <Coupon xsi:nil="true" />
            <SerialNumbers xsi:nil="true" />
            <Number>string</Number>
            <SalesRepCode>string</SalesRepCode>
          </OrderLine>
        </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>
      </SaveClubMembershipResult>
      <problems>
        <ProblemReport>
          <Number>int</Number>
          <Code>string</Code>
          <Message>string</Message>
        </ProblemReport>
        <ProblemReport>
          <Number>int</Number>
          <Code>string</Code>
          <Message>string</Message>
        </ProblemReport>
      </problems>
    </SaveClubMembershipResponse>
  </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>
    <SaveClubMembership xmlns="http://bloyal.com/">
      <membership>
        <ClubId>int</ClubId>
        <Club>
          <Code>string</Code>
          <Name>string</Name>
          <Description>string</Description>
          <WebDescription>string</WebDescription>
          <StoreId>int</StoreId>
          <Store>
            <Type>PhysicalStore or ExternalWebStore or InternalWebStore or VirtualStore or BackOffice</Type>
            <Code>string</Code>
            <Name>string</Name>
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <ZipCode>string</ZipCode>
            <Country>string</Country>
            <WebStoreUrl>string</WebStoreUrl>
            <ReplicationLocationId>int</ReplicationLocationId>
            <DefaultShippingLocationId>int</DefaultShippingLocationId>
            <DefaultPickupLocationId>int</DefaultPickupLocationId>
            <Locations xsi:nil="true" />
            <StockOutHandling>Unknown or AcceptSales or AcceptSalesWithWarning or RejectSalesWithWarning or DoNotDisplay</StockOutHandling>
            <PickupType>Unknown or Standard or ShipToLocation</PickupType>
          </Store>
          <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>
            <CustomCodeDefinition xsi:nil="true" />
            <CustomCodeDefinition xsi:nil="true" />
          </CodeDefinitions>
          <ActiveMembers>int</ActiveMembers>
          <Members>
            <ClubMembership xsi:nil="true" />
            <ClubMembership xsi:nil="true" />
          </Members>
        </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>
          <Type>None or Customer or Club</Type>
          <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>
        <SponsorId>int</SponsorId>
        <Sponsor>
          <AccountType>None or Email or UserName or Loyalty</AccountType>
          <AccountId>int</AccountId>
          <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>
          <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>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <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>
            <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>
          </Parent>
          <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>
            <Type>None or Customer or Club</Type>
            <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>
          </PrimaryShippingAddress>
          <ShippingAddresses>
            <ShippingAddress xsi:nil="true" />
            <ShippingAddress xsi:nil="true" />
          </ShippingAddresses>
          <PrimaryPaymentMethodId>int</PrimaryPaymentMethodId>
          <PrimaryPaymentMethod>
            <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>
          </PrimaryPaymentMethod>
          <PaymentMethods>
            <PaymentMethod xsi:nil="true" />
            <PaymentMethod xsi:nil="true" />
          </PaymentMethods>
          <ClubMemberships>
            <ClubMembership xsi:nil="true" />
            <ClubMembership xsi:nil="true" />
          </ClubMemberships>
          <EventMemberships>
            <EventMembership xsi:nil="true" />
            <EventMembership xsi:nil="true" />
          </EventMemberships>
          <ListMemberships>
            <CustomerListMembership xsi:nil="true" />
            <CustomerListMembership xsi:nil="true" />
          </ListMemberships>
          <GroupMemberships>
            <SubscriberGroupMembership xsi:nil="true" />
            <SubscriberGroupMembership xsi:nil="true" />
          </GroupMemberships>
          <ProgramMemberships>
            <LoyaltyProgramMembership xsi:nil="true" />
            <LoyaltyProgramMembership xsi:nil="true" />
          </ProgramMemberships>
          <Notes>
            <CustomerNote xsi:nil="true" />
            <CustomerNote xsi:nil="true" />
          </Notes>
          <DiscountRules>
            <DiscountRule xsi:nil="true" />
            <DiscountRule xsi:nil="true" />
          </DiscountRules>
          <PickupOrders>
            <Order xsi:nil="true" />
            <Order xsi:nil="true" />
          </PickupOrders>
          <PurchaseHistory>
            <Transaction xsi:nil="true" />
            <Transaction xsi:nil="true" />
          </PurchaseHistory>
          <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>
            <ActivityLog xsi:nil="true" />
            <ActivityLog xsi:nil="true" />
          </ActivityLogs>
          <AddressValidated>boolean</AddressValidated>
          <ReferredBy>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <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>
            <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>
          </ReferredBy>
          <ReferredBy2>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <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>
            <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>
          </ReferredBy2>
          <ActiveAlertNotificationCount>int</ActiveAlertNotificationCount>
          <EditAtPOS>boolean</EditAtPOS>
          <ExternalId>string</ExternalId>
          <Salutation>string</Salutation>
          <FacebookId>string</FacebookId>
          <TwitterId>string</TwitterId>
          <MobileDeviceId>string</MobileDeviceId>
        </Sponsor>
        <ShippingAddressId>int</ShippingAddressId>
        <ReferralId>int</ReferralId>
        <Referral>
          <AccountType>None or Email or UserName or Loyalty</AccountType>
          <AccountId>int</AccountId>
          <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>
          <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>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <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>
            <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>
          </Parent>
          <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>
            <Type>None or Customer or Club</Type>
            <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>
          </PrimaryShippingAddress>
          <ShippingAddresses>
            <ShippingAddress xsi:nil="true" />
            <ShippingAddress xsi:nil="true" />
          </ShippingAddresses>
          <PrimaryPaymentMethodId>int</PrimaryPaymentMethodId>
          <PrimaryPaymentMethod>
            <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>
          </PrimaryPaymentMethod>
          <PaymentMethods>
            <PaymentMethod xsi:nil="true" />
            <PaymentMethod xsi:nil="true" />
          </PaymentMethods>
          <ClubMemberships>
            <ClubMembership xsi:nil="true" />
            <ClubMembership xsi:nil="true" />
          </ClubMemberships>
          <EventMemberships>
            <EventMembership xsi:nil="true" />
            <EventMembership xsi:nil="true" />
          </EventMemberships>
          <ListMemberships>
            <CustomerListMembership xsi:nil="true" />
            <CustomerListMembership xsi:nil="true" />
          </ListMemberships>
          <GroupMemberships>
            <SubscriberGroupMembership xsi:nil="true" />
            <SubscriberGroupMembership xsi:nil="true" />
          </GroupMemberships>
          <ProgramMemberships>
            <LoyaltyProgramMembership xsi:nil="true" />
            <LoyaltyProgramMembership xsi:nil="true" />
          </ProgramMemberships>
          <Notes>
            <CustomerNote xsi:nil="true" />
            <CustomerNote xsi:nil="true" />
          </Notes>
          <DiscountRules>
            <DiscountRule xsi:nil="true" />
            <DiscountRule xsi:nil="true" />
          </DiscountRules>
          <PickupOrders>
            <Order xsi:nil="true" />
            <Order xsi:nil="true" />
          </PickupOrders>
          <PurchaseHistory>
            <Transaction xsi:nil="true" />
            <Transaction xsi:nil="true" />
          </PurchaseHistory>
          <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>
            <ActivityLog xsi:nil="true" />
            <ActivityLog xsi:nil="true" />
          </ActivityLogs>
          <AddressValidated>boolean</AddressValidated>
          <ReferredBy>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <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>
            <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>
          </ReferredBy>
          <ReferredBy2>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <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>
            <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>
          </ReferredBy2>
          <ActiveAlertNotificationCount>int</ActiveAlertNotificationCount>
          <EditAtPOS>boolean</EditAtPOS>
          <ExternalId>string</ExternalId>
          <Salutation>string</Salutation>
          <FacebookId>string</FacebookId>
          <TwitterId>string</TwitterId>
          <MobileDeviceId>string</MobileDeviceId>
        </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>
            <Store xsi:nil="true" />
            <Store xsi:nil="true" />
          </Stores>
          <TransactionMasterStoreId>int</TransactionMasterStoreId>
          <CommittedMasterStoreId>int</CommittedMasterStoreId>
        </InventoryLocation>
        <ApplyLoyalty>boolean</ApplyLoyalty>
        <Comment>string</Comment>
        <ProductOption>Default or Replace or Append</ProductOption>
        <OrderLines>
          <OrderLine>
            <PackageNumber>int</PackageNumber>
            <ProductItemType>Standard or NonInventory or Assembly or Kit or GiftCard or GiftCertificate or Coupon or ShippingCharge</ProductItemType>
            <ProductFlags>int</ProductFlags>
            <ProductId>int</ProductId>
            <ProductName>string</ProductName>
            <Comment>string</Comment>
            <ExternalKey>string</ExternalKey>
            <WebAlias>string</WebAlias>
            <LookupCode>string</LookupCode>
            <BrandCode>string</BrandCode>
            <Variant>string</Variant>
            <VariantParentId>int</VariantParentId>
            <Cost>decimal</Cost>
            <LastCost>decimal</LastCost>
            <ReplacementCost>decimal</ReplacementCost>
            <FullPrice>decimal</FullPrice>
            <Price>decimal</Price>
            <Quantity>decimal</Quantity>
            <Weight>decimal</Weight>
            <Tax>decimal</Tax>
            <PriceLevel>Override or Base or LevelA or LevelB or LevelC or MSRP</PriceLevel>
            <TaxExempt>boolean</TaxExempt>
            <TaxDetails xsi:nil="true" />
            <DiscountRule xsi:nil="true" />
            <ProductDiscount>decimal</ProductDiscount>
            <OrderDiscount>decimal</OrderDiscount>
            <DiscountOverride>decimal</DiscountOverride>
            <ReasonId>int</ReasonId>
            <ReasonCode>string</ReasonCode>
            <AssemblyId>int</AssemblyId>
            <Coupon xsi:nil="true" />
            <SerialNumbers xsi:nil="true" />
            <Number>string</Number>
            <SalesRepCode>string</SalesRepCode>
          </OrderLine>
          <OrderLine>
            <PackageNumber>int</PackageNumber>
            <ProductItemType>Standard or NonInventory or Assembly or Kit or GiftCard or GiftCertificate or Coupon or ShippingCharge</ProductItemType>
            <ProductFlags>int</ProductFlags>
            <ProductId>int</ProductId>
            <ProductName>string</ProductName>
            <Comment>string</Comment>
            <ExternalKey>string</ExternalKey>
            <WebAlias>string</WebAlias>
            <LookupCode>string</LookupCode>
            <BrandCode>string</BrandCode>
            <Variant>string</Variant>
            <VariantParentId>int</VariantParentId>
            <Cost>decimal</Cost>
            <LastCost>decimal</LastCost>
            <ReplacementCost>decimal</ReplacementCost>
            <FullPrice>decimal</FullPrice>
            <Price>decimal</Price>
            <Quantity>decimal</Quantity>
            <Weight>decimal</Weight>
            <Tax>decimal</Tax>
            <PriceLevel>Override or Base or LevelA or LevelB or LevelC or MSRP</PriceLevel>
            <TaxExempt>boolean</TaxExempt>
            <TaxDetails xsi:nil="true" />
            <DiscountRule xsi:nil="true" />
            <ProductDiscount>decimal</ProductDiscount>
            <OrderDiscount>decimal</OrderDiscount>
            <DiscountOverride>decimal</DiscountOverride>
            <ReasonId>int</ReasonId>
            <ReasonCode>string</ReasonCode>
            <AssemblyId>int</AssemblyId>
            <Coupon xsi:nil="true" />
            <SerialNumbers xsi:nil="true" />
            <Number>string</Number>
            <SalesRepCode>string</SalesRepCode>
          </OrderLine>
        </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>
      </membership>
      <queueExceptions>boolean</queueExceptions>
      <createNeededEntities>boolean</createNeededEntities>
    </SaveClubMembership>
  </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>
    <SaveClubMembershipResponse xmlns="http://bloyal.com/">
      <SaveClubMembershipResult>
        <ClubId>int</ClubId>
        <Club>
          <Code>string</Code>
          <Name>string</Name>
          <Description>string</Description>
          <WebDescription>string</WebDescription>
          <StoreId>int</StoreId>
          <Store>
            <Type>PhysicalStore or ExternalWebStore or InternalWebStore or VirtualStore or BackOffice</Type>
            <Code>string</Code>
            <Name>string</Name>
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <ZipCode>string</ZipCode>
            <Country>string</Country>
            <WebStoreUrl>string</WebStoreUrl>
            <ReplicationLocationId>int</ReplicationLocationId>
            <DefaultShippingLocationId>int</DefaultShippingLocationId>
            <DefaultPickupLocationId>int</DefaultPickupLocationId>
            <Locations xsi:nil="true" />
            <StockOutHandling>Unknown or AcceptSales or AcceptSalesWithWarning or RejectSalesWithWarning or DoNotDisplay</StockOutHandling>
            <PickupType>Unknown or Standard or ShipToLocation</PickupType>
          </Store>
          <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>
            <CustomCodeDefinition xsi:nil="true" />
            <CustomCodeDefinition xsi:nil="true" />
          </CodeDefinitions>
          <ActiveMembers>int</ActiveMembers>
          <Members>
            <ClubMembership xsi:nil="true" />
            <ClubMembership xsi:nil="true" />
          </Members>
        </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>
          <Type>None or Customer or Club</Type>
          <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>
        <SponsorId>int</SponsorId>
        <Sponsor>
          <AccountType>None or Email or UserName or Loyalty</AccountType>
          <AccountId>int</AccountId>
          <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>
          <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>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <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>
            <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>
          </Parent>
          <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>
            <Type>None or Customer or Club</Type>
            <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>
          </PrimaryShippingAddress>
          <ShippingAddresses>
            <ShippingAddress xsi:nil="true" />
            <ShippingAddress xsi:nil="true" />
          </ShippingAddresses>
          <PrimaryPaymentMethodId>int</PrimaryPaymentMethodId>
          <PrimaryPaymentMethod>
            <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>
          </PrimaryPaymentMethod>
          <PaymentMethods>
            <PaymentMethod xsi:nil="true" />
            <PaymentMethod xsi:nil="true" />
          </PaymentMethods>
          <ClubMemberships>
            <ClubMembership xsi:nil="true" />
            <ClubMembership xsi:nil="true" />
          </ClubMemberships>
          <EventMemberships>
            <EventMembership xsi:nil="true" />
            <EventMembership xsi:nil="true" />
          </EventMemberships>
          <ListMemberships>
            <CustomerListMembership xsi:nil="true" />
            <CustomerListMembership xsi:nil="true" />
          </ListMemberships>
          <GroupMemberships>
            <SubscriberGroupMembership xsi:nil="true" />
            <SubscriberGroupMembership xsi:nil="true" />
          </GroupMemberships>
          <ProgramMemberships>
            <LoyaltyProgramMembership xsi:nil="true" />
            <LoyaltyProgramMembership xsi:nil="true" />
          </ProgramMemberships>
          <Notes>
            <CustomerNote xsi:nil="true" />
            <CustomerNote xsi:nil="true" />
          </Notes>
          <DiscountRules>
            <DiscountRule xsi:nil="true" />
            <DiscountRule xsi:nil="true" />
          </DiscountRules>
          <PickupOrders>
            <Order xsi:nil="true" />
            <Order xsi:nil="true" />
          </PickupOrders>
          <PurchaseHistory>
            <Transaction xsi:nil="true" />
            <Transaction xsi:nil="true" />
          </PurchaseHistory>
          <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>
            <ActivityLog xsi:nil="true" />
            <ActivityLog xsi:nil="true" />
          </ActivityLogs>
          <AddressValidated>boolean</AddressValidated>
          <ReferredBy>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <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>
            <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>
          </ReferredBy>
          <ReferredBy2>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <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>
            <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>
          </ReferredBy2>
          <ActiveAlertNotificationCount>int</ActiveAlertNotificationCount>
          <EditAtPOS>boolean</EditAtPOS>
          <ExternalId>string</ExternalId>
          <Salutation>string</Salutation>
          <FacebookId>string</FacebookId>
          <TwitterId>string</TwitterId>
          <MobileDeviceId>string</MobileDeviceId>
        </Sponsor>
        <ShippingAddressId>int</ShippingAddressId>
        <ReferralId>int</ReferralId>
        <Referral>
          <AccountType>None or Email or UserName or Loyalty</AccountType>
          <AccountId>int</AccountId>
          <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>
          <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>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <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>
            <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>
          </Parent>
          <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>
            <Type>None or Customer or Club</Type>
            <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>
          </PrimaryShippingAddress>
          <ShippingAddresses>
            <ShippingAddress xsi:nil="true" />
            <ShippingAddress xsi:nil="true" />
          </ShippingAddresses>
          <PrimaryPaymentMethodId>int</PrimaryPaymentMethodId>
          <PrimaryPaymentMethod>
            <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>
          </PrimaryPaymentMethod>
          <PaymentMethods>
            <PaymentMethod xsi:nil="true" />
            <PaymentMethod xsi:nil="true" />
          </PaymentMethods>
          <ClubMemberships>
            <ClubMembership xsi:nil="true" />
            <ClubMembership xsi:nil="true" />
          </ClubMemberships>
          <EventMemberships>
            <EventMembership xsi:nil="true" />
            <EventMembership xsi:nil="true" />
          </EventMemberships>
          <ListMemberships>
            <CustomerListMembership xsi:nil="true" />
            <CustomerListMembership xsi:nil="true" />
          </ListMemberships>
          <GroupMemberships>
            <SubscriberGroupMembership xsi:nil="true" />
            <SubscriberGroupMembership xsi:nil="true" />
          </GroupMemberships>
          <ProgramMemberships>
            <LoyaltyProgramMembership xsi:nil="true" />
            <LoyaltyProgramMembership xsi:nil="true" />
          </ProgramMemberships>
          <Notes>
            <CustomerNote xsi:nil="true" />
            <CustomerNote xsi:nil="true" />
          </Notes>
          <DiscountRules>
            <DiscountRule xsi:nil="true" />
            <DiscountRule xsi:nil="true" />
          </DiscountRules>
          <PickupOrders>
            <Order xsi:nil="true" />
            <Order xsi:nil="true" />
          </PickupOrders>
          <PurchaseHistory>
            <Transaction xsi:nil="true" />
            <Transaction xsi:nil="true" />
          </PurchaseHistory>
          <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>
            <ActivityLog xsi:nil="true" />
            <ActivityLog xsi:nil="true" />
          </ActivityLogs>
          <AddressValidated>boolean</AddressValidated>
          <ReferredBy>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <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>
            <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>
          </ReferredBy>
          <ReferredBy2>
            <AccountType>None or Email or UserName or Loyalty</AccountType>
            <AccountId>int</AccountId>
            <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>
            <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>
          </ReferredBy2>
          <ActiveAlertNotificationCount>int</ActiveAlertNotificationCount>
          <EditAtPOS>boolean</EditAtPOS>
          <ExternalId>string</ExternalId>
          <Salutation>string</Salutation>
          <FacebookId>string</FacebookId>
          <TwitterId>string</TwitterId>
          <MobileDeviceId>string</MobileDeviceId>
        </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>
            <Store xsi:nil="true" />
            <Store xsi:nil="true" />
          </Stores>
          <TransactionMasterStoreId>int</TransactionMasterStoreId>
          <CommittedMasterStoreId>int</CommittedMasterStoreId>
        </InventoryLocation>
        <ApplyLoyalty>boolean</ApplyLoyalty>
        <Comment>string</Comment>
        <ProductOption>Default or Replace or Append</ProductOption>
        <OrderLines>
          <OrderLine>
            <PackageNumber>int</PackageNumber>
            <ProductItemType>Standard or NonInventory or Assembly or Kit or GiftCard or GiftCertificate or Coupon or ShippingCharge</ProductItemType>
            <ProductFlags>int</ProductFlags>
            <ProductId>int</ProductId>
            <ProductName>string</ProductName>
            <Comment>string</Comment>
            <ExternalKey>string</ExternalKey>
            <WebAlias>string</WebAlias>
            <LookupCode>string</LookupCode>
            <BrandCode>string</BrandCode>
            <Variant>string</Variant>
            <VariantParentId>int</VariantParentId>
            <Cost>decimal</Cost>
            <LastCost>decimal</LastCost>
            <ReplacementCost>decimal</ReplacementCost>
            <FullPrice>decimal</FullPrice>
            <Price>decimal</Price>
            <Quantity>decimal</Quantity>
            <Weight>decimal</Weight>
            <Tax>decimal</Tax>
            <PriceLevel>Override or Base or LevelA or LevelB or LevelC or MSRP</PriceLevel>
            <TaxExempt>boolean</TaxExempt>
            <TaxDetails xsi:nil="true" />
            <DiscountRule xsi:nil="true" />
            <ProductDiscount>decimal</ProductDiscount>
            <OrderDiscount>decimal</OrderDiscount>
            <DiscountOverride>decimal</DiscountOverride>
            <ReasonId>int</ReasonId>
            <ReasonCode>string</ReasonCode>
            <AssemblyId>int</AssemblyId>
            <Coupon xsi:nil="true" />
            <SerialNumbers xsi:nil="true" />
            <Number>string</Number>
            <SalesRepCode>string</SalesRepCode>
          </OrderLine>
          <OrderLine>
            <PackageNumber>int</PackageNumber>
            <ProductItemType>Standard or NonInventory or Assembly or Kit or GiftCard or GiftCertificate or Coupon or ShippingCharge</ProductItemType>
            <ProductFlags>int</ProductFlags>
            <ProductId>int</ProductId>
            <ProductName>string</ProductName>
            <Comment>string</Comment>
            <ExternalKey>string</ExternalKey>
            <WebAlias>string</WebAlias>
            <LookupCode>string</LookupCode>
            <BrandCode>string</BrandCode>
            <Variant>string</Variant>
            <VariantParentId>int</VariantParentId>
            <Cost>decimal</Cost>
            <LastCost>decimal</LastCost>
            <ReplacementCost>decimal</ReplacementCost>
            <FullPrice>decimal</FullPrice>
            <Price>decimal</Price>
            <Quantity>decimal</Quantity>
            <Weight>decimal</Weight>
            <Tax>decimal</Tax>
            <PriceLevel>Override or Base or LevelA or LevelB or LevelC or MSRP</PriceLevel>
            <TaxExempt>boolean</TaxExempt>
            <TaxDetails xsi:nil="true" />
            <DiscountRule xsi:nil="true" />
            <ProductDiscount>decimal</ProductDiscount>
            <OrderDiscount>decimal</OrderDiscount>
            <DiscountOverride>decimal</DiscountOverride>
            <ReasonId>int</ReasonId>
            <ReasonCode>string</ReasonCode>
            <AssemblyId>int</AssemblyId>
            <Coupon xsi:nil="true" />
            <SerialNumbers xsi:nil="true" />
            <Number>string</Number>
            <SalesRepCode>string</SalesRepCode>
          </OrderLine>
        </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>
      </SaveClubMembershipResult>
      <problems>
        <ProblemReport>
          <Number>int</Number>
          <Code>string</Code>
          <Message>string</Message>
        </ProblemReport>
        <ProblemReport>
          <Number>int</Number>
          <Code>string</Code>
          <Message>string</Message>
        </ProblemReport>
      </problems>
    </SaveClubMembershipResponse>
  </soap12:Body>
</soap12:Envelope>