CustomerServices


Click here for a complete list of operations.

GetCustomerList

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 /CustomerServices.asmx HTTP/1.1
Host: onlinesubscription.adventureparkusa.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://semnox.com/GetCustomerList"

<?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:Header>
    <ParafitToken xmlns="http://semnox.com/">
      <Token>string</Token>
    </ParafitToken>
  </soap:Header>
  <soap:Body>
    <GetCustomerList xmlns="http://semnox.com/">
      <customerParams>
        <CardNumber>string</CardNumber>
        <VerificationCode>string</VerificationCode>
        <LoginId>string</LoginId>
        <UserName>string</UserName>
        <FirstName>string</FirstName>
        <MiddleName>string</MiddleName>
        <LastName>string</LastName>
        <Email>string</Email>
        <Phone>string</Phone>
        <PhoneExact>string</PhoneExact>
        <SiteId>int</SiteId>
        <Password>string</Password>
        <SetRoamingCustomer>boolean</SetRoamingCustomer>
        <SearchCriteriaMethod>string</SearchCriteriaMethod>
        <CustomerId>int</CustomerId>
        <CustomerIdFrom>int</CustomerIdFrom>
        <CustomerIdTo>int</CustomerIdTo>
        <OrderBylastUpdatedDate>boolean</OrderBylastUpdatedDate>
        <OrderByUsername>boolean</OrderByUsername>
        <NewPassword>string</NewPassword>
        <Token>string</Token>
        <LastErrorMessage>string</LastErrorMessage>
        <UniqueId>string</UniqueId>
      </customerParams>
    </GetCustomerList>
  </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>
    <GetCustomerListResponse xmlns="http://semnox.com/">
      <GetCustomerListResult>
        <CustomerDTO>
          <Id>int</Id>
          <IsActive>boolean</IsActive>
          <ProfileId>int</ProfileId>
          <MembershipId>int</MembershipId>
          <Title>string</Title>
          <FirstName>string</FirstName>
          <MiddleName>string</MiddleName>
          <LastName>string</LastName>
          <ExternalSystemReference>string</ExternalSystemReference>
          <CustomerType>REGISTERED or UNREGISTERED</CustomerType>
          <UniqueIdentifier>string</UniqueIdentifier>
          <TaxCode>string</TaxCode>
          <DateOfBirth>dateTime</DateOfBirth>
          <Gender>string</Gender>
          <Anniversary>dateTime</Anniversary>
          <TeamUser>boolean</TeamUser>
          <RightHanded>boolean</RightHanded>
          <OptInPromotions>boolean</OptInPromotions>
          <OptInPromotionsMode>string</OptInPromotionsMode>
          <PolicyTermsAccepted>boolean</PolicyTermsAccepted>
          <Company>string</Company>
          <UserName>string</UserName>
          <PhotoURL>string</PhotoURL>
          <IdProofFileURL>string</IdProofFileURL>
          <LastLoginTime>dateTime</LastLoginTime>
          <Designation>string</Designation>
          <CustomDataSetId>int</CustomDataSetId>
          <Notes>string</Notes>
          <CardNumber>string</CardNumber>
          <Channel>string</Channel>
          <Verified>boolean</Verified>
          <AddressDTOList>
            <AddressDTO xsi:nil="true" />
            <AddressDTO xsi:nil="true" />
          </AddressDTOList>
          <ContactDTOList>
            <ContactDTO xsi:nil="true" />
            <ContactDTO xsi:nil="true" />
          </ContactDTOList>
          <ProfileDTO>
            <Id>int</Id>
            <ProfileTypeId>int</ProfileTypeId>
            <ProfileType>NONE or PERSON or ORGANIZATION</ProfileType>
            <Title>string</Title>
            <FirstName>string</FirstName>
            <MiddleName>string</MiddleName>
            <LastName>string</LastName>
            <Notes>string</Notes>
            <DateOfBirth>dateTime</DateOfBirth>
            <Gender>string</Gender>
            <Anniversary>dateTime</Anniversary>
            <PhotoURL>string</PhotoURL>
            <RightHanded>boolean</RightHanded>
            <TeamUser>boolean</TeamUser>
            <UniqueIdentifier>string</UniqueIdentifier>
            <IdProofFileURL>string</IdProofFileURL>
            <TaxCode>string</TaxCode>
            <Designation>string</Designation>
            <Company>string</Company>
            <UserName>string</UserName>
            <Password>string</Password>
            <LastLoginTime>dateTime</LastLoginTime>
            <ContactDTOList xsi:nil="true" />
            <AddressDTOList xsi:nil="true" />
            <ProfileContentHistoryDTOList xsi:nil="true" />
            <OptInPromotions>boolean</OptInPromotions>
            <OptInPromotionsMode>string</OptInPromotionsMode>
            <OptInLastUpdatedDate>dateTime</OptInLastUpdatedDate>
            <PolicyTermsAccepted>boolean</PolicyTermsAccepted>
            <IsActive>boolean</IsActive>
            <CreatedBy>string</CreatedBy>
            <CreationDate>dateTime</CreationDate>
            <LastUpdatedBy>string</LastUpdatedBy>
            <LastUpdateDate>dateTime</LastUpdateDate>
            <SiteId>int</SiteId>
            <MasterEntityId>int</MasterEntityId>
            <SynchStatus>boolean</SynchStatus>
            <Guid>string</Guid>
            <ExternalSystemReference>string</ExternalSystemReference>
            <OptOutWhatsApp>boolean</OptOutWhatsApp>
            <UserStatus>string</UserStatus>
            <PasswordChangeDate>dateTime</PasswordChangeDate>
            <InvalidAccessAttempts>int</InvalidAccessAttempts>
            <LockedOutTime>dateTime</LockedOutTime>
            <PasswordChangeOnNextLogin>boolean</PasswordChangeOnNextLogin>
            <IsChanged>boolean</IsChanged>
          </ProfileDTO>
          <CustomerVerificationDTO>
            <Id>int</Id>
            <CustomerId>int</CustomerId>
            <ProfileId>int</ProfileId>
            <Source>string</Source>
            <VerificationCode>string</VerificationCode>
            <ExpiryDate>dateTime</ExpiryDate>
            <IsActive>boolean</IsActive>
            <ResendEmailToken>boolean</ResendEmailToken>
            <ProfileDTO xsi:nil="true" />
            <CreatedBy>string</CreatedBy>
            <CreationDate>dateTime</CreationDate>
            <LastUpdatedBy>string</LastUpdatedBy>
            <LastUpdateDate>dateTime</LastUpdateDate>
            <SiteId>int</SiteId>
            <MasterEntityId>int</MasterEntityId>
            <SynchStatus>boolean</SynchStatus>
            <Guid>string</Guid>
            <IsChanged>boolean</IsChanged>
          </CustomerVerificationDTO>
          <CustomDataSetDTO>
            <CustomDataSetId>int</CustomDataSetId>
            <Dummy>string</Dummy>
            <CreatedBy>string</CreatedBy>
            <CreationDate>dateTime</CreationDate>
            <LastUpdatedBy>string</LastUpdatedBy>
            <LastUpdateDate>dateTime</LastUpdateDate>
            <SiteId>int</SiteId>
            <MasterEntityId>int</MasterEntityId>
            <SynchStatus>boolean</SynchStatus>
            <Guid>string</Guid>
            <IsChanged>boolean</IsChanged>
            <CustomDataDTOList xsi:nil="true" />
          </CustomDataSetDTO>
          <CreatedBy>string</CreatedBy>
          <CreationDate>dateTime</CreationDate>
          <LastUpdatedBy>string</LastUpdatedBy>
          <LastUpdateDate>dateTime</LastUpdateDate>
          <SiteId>int</SiteId>
          <MasterEntityId>int</MasterEntityId>
          <SynchStatus>boolean</SynchStatus>
          <Guid>string</Guid>
          <PhoneNumber>string</PhoneNumber>
          <PhoneContactDTO>
            <Id>int</Id>
            <ProfileId>int</ProfileId>
            <AddressId>int</AddressId>
            <CountryId>int</CountryId>
            <ContactType>NONE or EMAIL or PHONE or FACEBOOK or TWITTER or WECHAT or PHONE_OR_EMAIL</ContactType>
            <Attribute1>string</Attribute1>
            <Attribute2>string</Attribute2>
            <IsActive>boolean</IsActive>
            <CreatedBy>string</CreatedBy>
            <CreationDate>dateTime</CreationDate>
            <LastUpdatedBy>string</LastUpdatedBy>
            <LastUpdateDate>dateTime</LastUpdateDate>
            <SiteId>int</SiteId>
            <MasterEntityId>int</MasterEntityId>
            <SynchStatus>boolean</SynchStatus>
            <Guid>string</Guid>
            <UUID>string</UUID>
            <WhatsAppEnabled>boolean</WhatsAppEnabled>
            <IsChanged>boolean</IsChanged>
          </PhoneContactDTO>
          <Password>string</Password>
          <SecondaryPhoneNumber>string</SecondaryPhoneNumber>
          <FBUserId>string</FBUserId>
          <FBAccessToken>string</FBAccessToken>
          <TWAccessToken>string</TWAccessToken>
          <TWAccessSecret>string</TWAccessSecret>
          <Email>string</Email>
          <WeChatAccessToken>string</WeChatAccessToken>
          <IsChanged>boolean</IsChanged>
          <CustomerCuponsDT>xmlxml</CustomerCuponsDT>
          <AccountDTOList>
            <AccountDTO xsi:nil="true" />
            <AccountDTO xsi:nil="true" />
          </AccountDTOList>
          <CustomerMembershipProgressionDTOList>
            <CustomerMembershipProgressionDTO xsi:nil="true" />
            <CustomerMembershipProgressionDTO xsi:nil="true" />
          </CustomerMembershipProgressionDTOList>
          <CustomerMembershipRewardsLogDTOList>
            <CustomerMembershipRewardsLogDTO xsi:nil="true" />
            <CustomerMembershipRewardsLogDTO xsi:nil="true" />
          </CustomerMembershipRewardsLogDTOList>
          <CustomerSignedWaiverDTOList>
            <CustomerSignedWaiverDTO xsi:nil="true" />
            <CustomerSignedWaiverDTO xsi:nil="true" />
          </CustomerSignedWaiverDTOList>
          <ActiveCampaignCustomerInfoDTOList>
            <ActiveCampaignCustomerInfoDTO xsi:nil="true" />
            <ActiveCampaignCustomerInfoDTO xsi:nil="true" />
          </ActiveCampaignCustomerInfoDTOList>
          <LastVisitedDate>dateTime</LastVisitedDate>
        </CustomerDTO>
        <CustomerDTO>
          <Id>int</Id>
          <IsActive>boolean</IsActive>
          <ProfileId>int</ProfileId>
          <MembershipId>int</MembershipId>
          <Title>string</Title>
          <FirstName>string</FirstName>
          <MiddleName>string</MiddleName>
          <LastName>string</LastName>
          <ExternalSystemReference>string</ExternalSystemReference>
          <CustomerType>REGISTERED or UNREGISTERED</CustomerType>
          <UniqueIdentifier>string</UniqueIdentifier>
          <TaxCode>string</TaxCode>
          <DateOfBirth>dateTime</DateOfBirth>
          <Gender>string</Gender>
          <Anniversary>dateTime</Anniversary>
          <TeamUser>boolean</TeamUser>
          <RightHanded>boolean</RightHanded>
          <OptInPromotions>boolean</OptInPromotions>
          <OptInPromotionsMode>string</OptInPromotionsMode>
          <PolicyTermsAccepted>boolean</PolicyTermsAccepted>
          <Company>string</Company>
          <UserName>string</UserName>
          <PhotoURL>string</PhotoURL>
          <IdProofFileURL>string</IdProofFileURL>
          <LastLoginTime>dateTime</LastLoginTime>
          <Designation>string</Designation>
          <CustomDataSetId>int</CustomDataSetId>
          <Notes>string</Notes>
          <CardNumber>string</CardNumber>
          <Channel>string</Channel>
          <Verified>boolean</Verified>
          <AddressDTOList>
            <AddressDTO xsi:nil="true" />
            <AddressDTO xsi:nil="true" />
          </AddressDTOList>
          <ContactDTOList>
            <ContactDTO xsi:nil="true" />
            <ContactDTO xsi:nil="true" />
          </ContactDTOList>
          <ProfileDTO>
            <Id>int</Id>
            <ProfileTypeId>int</ProfileTypeId>
            <ProfileType>NONE or PERSON or ORGANIZATION</ProfileType>
            <Title>string</Title>
            <FirstName>string</FirstName>
            <MiddleName>string</MiddleName>
            <LastName>string</LastName>
            <Notes>string</Notes>
            <DateOfBirth>dateTime</DateOfBirth>
            <Gender>string</Gender>
            <Anniversary>dateTime</Anniversary>
            <PhotoURL>string</PhotoURL>
            <RightHanded>boolean</RightHanded>
            <TeamUser>boolean</TeamUser>
            <UniqueIdentifier>string</UniqueIdentifier>
            <IdProofFileURL>string</IdProofFileURL>
            <TaxCode>string</TaxCode>
            <Designation>string</Designation>
            <Company>string</Company>
            <UserName>string</UserName>
            <Password>string</Password>
            <LastLoginTime>dateTime</LastLoginTime>
            <ContactDTOList xsi:nil="true" />
            <AddressDTOList xsi:nil="true" />
            <ProfileContentHistoryDTOList xsi:nil="true" />
            <OptInPromotions>boolean</OptInPromotions>
            <OptInPromotionsMode>string</OptInPromotionsMode>
            <OptInLastUpdatedDate>dateTime</OptInLastUpdatedDate>
            <PolicyTermsAccepted>boolean</PolicyTermsAccepted>
            <IsActive>boolean</IsActive>
            <CreatedBy>string</CreatedBy>
            <CreationDate>dateTime</CreationDate>
            <LastUpdatedBy>string</LastUpdatedBy>
            <LastUpdateDate>dateTime</LastUpdateDate>
            <SiteId>int</SiteId>
            <MasterEntityId>int</MasterEntityId>
            <SynchStatus>boolean</SynchStatus>
            <Guid>string</Guid>
            <ExternalSystemReference>string</ExternalSystemReference>
            <OptOutWhatsApp>boolean</OptOutWhatsApp>
            <UserStatus>string</UserStatus>
            <PasswordChangeDate>dateTime</PasswordChangeDate>
            <InvalidAccessAttempts>int</InvalidAccessAttempts>
            <LockedOutTime>dateTime</LockedOutTime>
            <PasswordChangeOnNextLogin>boolean</PasswordChangeOnNextLogin>
            <IsChanged>boolean</IsChanged>
          </ProfileDTO>
          <CustomerVerificationDTO>
            <Id>int</Id>
            <CustomerId>int</CustomerId>
            <ProfileId>int</ProfileId>
            <Source>string</Source>
            <VerificationCode>string</VerificationCode>
            <ExpiryDate>dateTime</ExpiryDate>
            <IsActive>boolean</IsActive>
            <ResendEmailToken>boolean</ResendEmailToken>
            <ProfileDTO xsi:nil="true" />
            <CreatedBy>string</CreatedBy>
            <CreationDate>dateTime</CreationDate>
            <LastUpdatedBy>string</LastUpdatedBy>
            <LastUpdateDate>dateTime</LastUpdateDate>
            <SiteId>int</SiteId>
            <MasterEntityId>int</MasterEntityId>
            <SynchStatus>boolean</SynchStatus>
            <Guid>string</Guid>
            <IsChanged>boolean</IsChanged>
          </CustomerVerificationDTO>
          <CustomDataSetDTO>
            <CustomDataSetId>int</CustomDataSetId>
            <Dummy>string</Dummy>
            <CreatedBy>string</CreatedBy>
            <CreationDate>dateTime</CreationDate>
            <LastUpdatedBy>string</LastUpdatedBy>
            <LastUpdateDate>dateTime</LastUpdateDate>
            <SiteId>int</SiteId>
            <MasterEntityId>int</MasterEntityId>
            <SynchStatus>boolean</SynchStatus>
            <Guid>string</Guid>
            <IsChanged>boolean</IsChanged>
            <CustomDataDTOList xsi:nil="true" />
          </CustomDataSetDTO>
          <CreatedBy>string</CreatedBy>
          <CreationDate>dateTime</CreationDate>
          <LastUpdatedBy>string</LastUpdatedBy>
          <LastUpdateDate>dateTime</LastUpdateDate>
          <SiteId>int</SiteId>
          <MasterEntityId>int</MasterEntityId>
          <SynchStatus>boolean</SynchStatus>
          <Guid>string</Guid>
          <PhoneNumber>string</PhoneNumber>
          <PhoneContactDTO>
            <Id>int</Id>
            <ProfileId>int</ProfileId>
            <AddressId>int</AddressId>
            <CountryId>int</CountryId>
            <ContactType>NONE or EMAIL or PHONE or FACEBOOK or TWITTER or WECHAT or PHONE_OR_EMAIL</ContactType>
            <Attribute1>string</Attribute1>
            <Attribute2>string</Attribute2>
            <IsActive>boolean</IsActive>
            <CreatedBy>string</CreatedBy>
            <CreationDate>dateTime</CreationDate>
            <LastUpdatedBy>string</LastUpdatedBy>
            <LastUpdateDate>dateTime</LastUpdateDate>
            <SiteId>int</SiteId>
            <MasterEntityId>int</MasterEntityId>
            <SynchStatus>boolean</SynchStatus>
            <Guid>string</Guid>
            <UUID>string</UUID>
            <WhatsAppEnabled>boolean</WhatsAppEnabled>
            <IsChanged>boolean</IsChanged>
          </PhoneContactDTO>
          <Password>string</Password>
          <SecondaryPhoneNumber>string</SecondaryPhoneNumber>
          <FBUserId>string</FBUserId>
          <FBAccessToken>string</FBAccessToken>
          <TWAccessToken>string</TWAccessToken>
          <TWAccessSecret>string</TWAccessSecret>
          <Email>string</Email>
          <WeChatAccessToken>string</WeChatAccessToken>
          <IsChanged>boolean</IsChanged>
          <CustomerCuponsDT>xmlxml</CustomerCuponsDT>
          <AccountDTOList>
            <AccountDTO xsi:nil="true" />
            <AccountDTO xsi:nil="true" />
          </AccountDTOList>
          <CustomerMembershipProgressionDTOList>
            <CustomerMembershipProgressionDTO xsi:nil="true" />
            <CustomerMembershipProgressionDTO xsi:nil="true" />
          </CustomerMembershipProgressionDTOList>
          <CustomerMembershipRewardsLogDTOList>
            <CustomerMembershipRewardsLogDTO xsi:nil="true" />
            <CustomerMembershipRewardsLogDTO xsi:nil="true" />
          </CustomerMembershipRewardsLogDTOList>
          <CustomerSignedWaiverDTOList>
            <CustomerSignedWaiverDTO xsi:nil="true" />
            <CustomerSignedWaiverDTO xsi:nil="true" />
          </CustomerSignedWaiverDTOList>
          <ActiveCampaignCustomerInfoDTOList>
            <ActiveCampaignCustomerInfoDTO xsi:nil="true" />
            <ActiveCampaignCustomerInfoDTO xsi:nil="true" />
          </ActiveCampaignCustomerInfoDTOList>
          <LastVisitedDate>dateTime</LastVisitedDate>
        </CustomerDTO>
      </GetCustomerListResult>
    </GetCustomerListResponse>
  </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 /CustomerServices.asmx HTTP/1.1
Host: onlinesubscription.adventureparkusa.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:Header>
    <ParafitToken xmlns="http://semnox.com/">
      <Token>string</Token>
    </ParafitToken>
  </soap12:Header>
  <soap12:Body>
    <GetCustomerList xmlns="http://semnox.com/">
      <customerParams>
        <CardNumber>string</CardNumber>
        <VerificationCode>string</VerificationCode>
        <LoginId>string</LoginId>
        <UserName>string</UserName>
        <FirstName>string</FirstName>
        <MiddleName>string</MiddleName>
        <LastName>string</LastName>
        <Email>string</Email>
        <Phone>string</Phone>
        <PhoneExact>string</PhoneExact>
        <SiteId>int</SiteId>
        <Password>string</Password>
        <SetRoamingCustomer>boolean</SetRoamingCustomer>
        <SearchCriteriaMethod>string</SearchCriteriaMethod>
        <CustomerId>int</CustomerId>
        <CustomerIdFrom>int</CustomerIdFrom>
        <CustomerIdTo>int</CustomerIdTo>
        <OrderBylastUpdatedDate>boolean</OrderBylastUpdatedDate>
        <OrderByUsername>boolean</OrderByUsername>
        <NewPassword>string</NewPassword>
        <Token>string</Token>
        <LastErrorMessage>string</LastErrorMessage>
        <UniqueId>string</UniqueId>
      </customerParams>
    </GetCustomerList>
  </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>
    <GetCustomerListResponse xmlns="http://semnox.com/">
      <GetCustomerListResult>
        <CustomerDTO>
          <Id>int</Id>
          <IsActive>boolean</IsActive>
          <ProfileId>int</ProfileId>
          <MembershipId>int</MembershipId>
          <Title>string</Title>
          <FirstName>string</FirstName>
          <MiddleName>string</MiddleName>
          <LastName>string</LastName>
          <ExternalSystemReference>string</ExternalSystemReference>
          <CustomerType>REGISTERED or UNREGISTERED</CustomerType>
          <UniqueIdentifier>string</UniqueIdentifier>
          <TaxCode>string</TaxCode>
          <DateOfBirth>dateTime</DateOfBirth>
          <Gender>string</Gender>
          <Anniversary>dateTime</Anniversary>
          <TeamUser>boolean</TeamUser>
          <RightHanded>boolean</RightHanded>
          <OptInPromotions>boolean</OptInPromotions>
          <OptInPromotionsMode>string</OptInPromotionsMode>
          <PolicyTermsAccepted>boolean</PolicyTermsAccepted>
          <Company>string</Company>
          <UserName>string</UserName>
          <PhotoURL>string</PhotoURL>
          <IdProofFileURL>string</IdProofFileURL>
          <LastLoginTime>dateTime</LastLoginTime>
          <Designation>string</Designation>
          <CustomDataSetId>int</CustomDataSetId>
          <Notes>string</Notes>
          <CardNumber>string</CardNumber>
          <Channel>string</Channel>
          <Verified>boolean</Verified>
          <AddressDTOList>
            <AddressDTO xsi:nil="true" />
            <AddressDTO xsi:nil="true" />
          </AddressDTOList>
          <ContactDTOList>
            <ContactDTO xsi:nil="true" />
            <ContactDTO xsi:nil="true" />
          </ContactDTOList>
          <ProfileDTO>
            <Id>int</Id>
            <ProfileTypeId>int</ProfileTypeId>
            <ProfileType>NONE or PERSON or ORGANIZATION</ProfileType>
            <Title>string</Title>
            <FirstName>string</FirstName>
            <MiddleName>string</MiddleName>
            <LastName>string</LastName>
            <Notes>string</Notes>
            <DateOfBirth>dateTime</DateOfBirth>
            <Gender>string</Gender>
            <Anniversary>dateTime</Anniversary>
            <PhotoURL>string</PhotoURL>
            <RightHanded>boolean</RightHanded>
            <TeamUser>boolean</TeamUser>
            <UniqueIdentifier>string</UniqueIdentifier>
            <IdProofFileURL>string</IdProofFileURL>
            <TaxCode>string</TaxCode>
            <Designation>string</Designation>
            <Company>string</Company>
            <UserName>string</UserName>
            <Password>string</Password>
            <LastLoginTime>dateTime</LastLoginTime>
            <ContactDTOList xsi:nil="true" />
            <AddressDTOList xsi:nil="true" />
            <ProfileContentHistoryDTOList xsi:nil="true" />
            <OptInPromotions>boolean</OptInPromotions>
            <OptInPromotionsMode>string</OptInPromotionsMode>
            <OptInLastUpdatedDate>dateTime</OptInLastUpdatedDate>
            <PolicyTermsAccepted>boolean</PolicyTermsAccepted>
            <IsActive>boolean</IsActive>
            <CreatedBy>string</CreatedBy>
            <CreationDate>dateTime</CreationDate>
            <LastUpdatedBy>string</LastUpdatedBy>
            <LastUpdateDate>dateTime</LastUpdateDate>
            <SiteId>int</SiteId>
            <MasterEntityId>int</MasterEntityId>
            <SynchStatus>boolean</SynchStatus>
            <Guid>string</Guid>
            <ExternalSystemReference>string</ExternalSystemReference>
            <OptOutWhatsApp>boolean</OptOutWhatsApp>
            <UserStatus>string</UserStatus>
            <PasswordChangeDate>dateTime</PasswordChangeDate>
            <InvalidAccessAttempts>int</InvalidAccessAttempts>
            <LockedOutTime>dateTime</LockedOutTime>
            <PasswordChangeOnNextLogin>boolean</PasswordChangeOnNextLogin>
            <IsChanged>boolean</IsChanged>
          </ProfileDTO>
          <CustomerVerificationDTO>
            <Id>int</Id>
            <CustomerId>int</CustomerId>
            <ProfileId>int</ProfileId>
            <Source>string</Source>
            <VerificationCode>string</VerificationCode>
            <ExpiryDate>dateTime</ExpiryDate>
            <IsActive>boolean</IsActive>
            <ResendEmailToken>boolean</ResendEmailToken>
            <ProfileDTO xsi:nil="true" />
            <CreatedBy>string</CreatedBy>
            <CreationDate>dateTime</CreationDate>
            <LastUpdatedBy>string</LastUpdatedBy>
            <LastUpdateDate>dateTime</LastUpdateDate>
            <SiteId>int</SiteId>
            <MasterEntityId>int</MasterEntityId>
            <SynchStatus>boolean</SynchStatus>
            <Guid>string</Guid>
            <IsChanged>boolean</IsChanged>
          </CustomerVerificationDTO>
          <CustomDataSetDTO>
            <CustomDataSetId>int</CustomDataSetId>
            <Dummy>string</Dummy>
            <CreatedBy>string</CreatedBy>
            <CreationDate>dateTime</CreationDate>
            <LastUpdatedBy>string</LastUpdatedBy>
            <LastUpdateDate>dateTime</LastUpdateDate>
            <SiteId>int</SiteId>
            <MasterEntityId>int</MasterEntityId>
            <SynchStatus>boolean</SynchStatus>
            <Guid>string</Guid>
            <IsChanged>boolean</IsChanged>
            <CustomDataDTOList xsi:nil="true" />
          </CustomDataSetDTO>
          <CreatedBy>string</CreatedBy>
          <CreationDate>dateTime</CreationDate>
          <LastUpdatedBy>string</LastUpdatedBy>
          <LastUpdateDate>dateTime</LastUpdateDate>
          <SiteId>int</SiteId>
          <MasterEntityId>int</MasterEntityId>
          <SynchStatus>boolean</SynchStatus>
          <Guid>string</Guid>
          <PhoneNumber>string</PhoneNumber>
          <PhoneContactDTO>
            <Id>int</Id>
            <ProfileId>int</ProfileId>
            <AddressId>int</AddressId>
            <CountryId>int</CountryId>
            <ContactType>NONE or EMAIL or PHONE or FACEBOOK or TWITTER or WECHAT or PHONE_OR_EMAIL</ContactType>
            <Attribute1>string</Attribute1>
            <Attribute2>string</Attribute2>
            <IsActive>boolean</IsActive>
            <CreatedBy>string</CreatedBy>
            <CreationDate>dateTime</CreationDate>
            <LastUpdatedBy>string</LastUpdatedBy>
            <LastUpdateDate>dateTime</LastUpdateDate>
            <SiteId>int</SiteId>
            <MasterEntityId>int</MasterEntityId>
            <SynchStatus>boolean</SynchStatus>
            <Guid>string</Guid>
            <UUID>string</UUID>
            <WhatsAppEnabled>boolean</WhatsAppEnabled>
            <IsChanged>boolean</IsChanged>
          </PhoneContactDTO>
          <Password>string</Password>
          <SecondaryPhoneNumber>string</SecondaryPhoneNumber>
          <FBUserId>string</FBUserId>
          <FBAccessToken>string</FBAccessToken>
          <TWAccessToken>string</TWAccessToken>
          <TWAccessSecret>string</TWAccessSecret>
          <Email>string</Email>
          <WeChatAccessToken>string</WeChatAccessToken>
          <IsChanged>boolean</IsChanged>
          <CustomerCuponsDT>xmlxml</CustomerCuponsDT>
          <AccountDTOList>
            <AccountDTO xsi:nil="true" />
            <AccountDTO xsi:nil="true" />
          </AccountDTOList>
          <CustomerMembershipProgressionDTOList>
            <CustomerMembershipProgressionDTO xsi:nil="true" />
            <CustomerMembershipProgressionDTO xsi:nil="true" />
          </CustomerMembershipProgressionDTOList>
          <CustomerMembershipRewardsLogDTOList>
            <CustomerMembershipRewardsLogDTO xsi:nil="true" />
            <CustomerMembershipRewardsLogDTO xsi:nil="true" />
          </CustomerMembershipRewardsLogDTOList>
          <CustomerSignedWaiverDTOList>
            <CustomerSignedWaiverDTO xsi:nil="true" />
            <CustomerSignedWaiverDTO xsi:nil="true" />
          </CustomerSignedWaiverDTOList>
          <ActiveCampaignCustomerInfoDTOList>
            <ActiveCampaignCustomerInfoDTO xsi:nil="true" />
            <ActiveCampaignCustomerInfoDTO xsi:nil="true" />
          </ActiveCampaignCustomerInfoDTOList>
          <LastVisitedDate>dateTime</LastVisitedDate>
        </CustomerDTO>
        <CustomerDTO>
          <Id>int</Id>
          <IsActive>boolean</IsActive>
          <ProfileId>int</ProfileId>
          <MembershipId>int</MembershipId>
          <Title>string</Title>
          <FirstName>string</FirstName>
          <MiddleName>string</MiddleName>
          <LastName>string</LastName>
          <ExternalSystemReference>string</ExternalSystemReference>
          <CustomerType>REGISTERED or UNREGISTERED</CustomerType>
          <UniqueIdentifier>string</UniqueIdentifier>
          <TaxCode>string</TaxCode>
          <DateOfBirth>dateTime</DateOfBirth>
          <Gender>string</Gender>
          <Anniversary>dateTime</Anniversary>
          <TeamUser>boolean</TeamUser>
          <RightHanded>boolean</RightHanded>
          <OptInPromotions>boolean</OptInPromotions>
          <OptInPromotionsMode>string</OptInPromotionsMode>
          <PolicyTermsAccepted>boolean</PolicyTermsAccepted>
          <Company>string</Company>
          <UserName>string</UserName>
          <PhotoURL>string</PhotoURL>
          <IdProofFileURL>string</IdProofFileURL>
          <LastLoginTime>dateTime</LastLoginTime>
          <Designation>string</Designation>
          <CustomDataSetId>int</CustomDataSetId>
          <Notes>string</Notes>
          <CardNumber>string</CardNumber>
          <Channel>string</Channel>
          <Verified>boolean</Verified>
          <AddressDTOList>
            <AddressDTO xsi:nil="true" />
            <AddressDTO xsi:nil="true" />
          </AddressDTOList>
          <ContactDTOList>
            <ContactDTO xsi:nil="true" />
            <ContactDTO xsi:nil="true" />
          </ContactDTOList>
          <ProfileDTO>
            <Id>int</Id>
            <ProfileTypeId>int</ProfileTypeId>
            <ProfileType>NONE or PERSON or ORGANIZATION</ProfileType>
            <Title>string</Title>
            <FirstName>string</FirstName>
            <MiddleName>string</MiddleName>
            <LastName>string</LastName>
            <Notes>string</Notes>
            <DateOfBirth>dateTime</DateOfBirth>
            <Gender>string</Gender>
            <Anniversary>dateTime</Anniversary>
            <PhotoURL>string</PhotoURL>
            <RightHanded>boolean</RightHanded>
            <TeamUser>boolean</TeamUser>
            <UniqueIdentifier>string</UniqueIdentifier>
            <IdProofFileURL>string</IdProofFileURL>
            <TaxCode>string</TaxCode>
            <Designation>string</Designation>
            <Company>string</Company>
            <UserName>string</UserName>
            <Password>string</Password>
            <LastLoginTime>dateTime</LastLoginTime>
            <ContactDTOList xsi:nil="true" />
            <AddressDTOList xsi:nil="true" />
            <ProfileContentHistoryDTOList xsi:nil="true" />
            <OptInPromotions>boolean</OptInPromotions>
            <OptInPromotionsMode>string</OptInPromotionsMode>
            <OptInLastUpdatedDate>dateTime</OptInLastUpdatedDate>
            <PolicyTermsAccepted>boolean</PolicyTermsAccepted>
            <IsActive>boolean</IsActive>
            <CreatedBy>string</CreatedBy>
            <CreationDate>dateTime</CreationDate>
            <LastUpdatedBy>string</LastUpdatedBy>
            <LastUpdateDate>dateTime</LastUpdateDate>
            <SiteId>int</SiteId>
            <MasterEntityId>int</MasterEntityId>
            <SynchStatus>boolean</SynchStatus>
            <Guid>string</Guid>
            <ExternalSystemReference>string</ExternalSystemReference>
            <OptOutWhatsApp>boolean</OptOutWhatsApp>
            <UserStatus>string</UserStatus>
            <PasswordChangeDate>dateTime</PasswordChangeDate>
            <InvalidAccessAttempts>int</InvalidAccessAttempts>
            <LockedOutTime>dateTime</LockedOutTime>
            <PasswordChangeOnNextLogin>boolean</PasswordChangeOnNextLogin>
            <IsChanged>boolean</IsChanged>
          </ProfileDTO>
          <CustomerVerificationDTO>
            <Id>int</Id>
            <CustomerId>int</CustomerId>
            <ProfileId>int</ProfileId>
            <Source>string</Source>
            <VerificationCode>string</VerificationCode>
            <ExpiryDate>dateTime</ExpiryDate>
            <IsActive>boolean</IsActive>
            <ResendEmailToken>boolean</ResendEmailToken>
            <ProfileDTO xsi:nil="true" />
            <CreatedBy>string</CreatedBy>
            <CreationDate>dateTime</CreationDate>
            <LastUpdatedBy>string</LastUpdatedBy>
            <LastUpdateDate>dateTime</LastUpdateDate>
            <SiteId>int</SiteId>
            <MasterEntityId>int</MasterEntityId>
            <SynchStatus>boolean</SynchStatus>
            <Guid>string</Guid>
            <IsChanged>boolean</IsChanged>
          </CustomerVerificationDTO>
          <CustomDataSetDTO>
            <CustomDataSetId>int</CustomDataSetId>
            <Dummy>string</Dummy>
            <CreatedBy>string</CreatedBy>
            <CreationDate>dateTime</CreationDate>
            <LastUpdatedBy>string</LastUpdatedBy>
            <LastUpdateDate>dateTime</LastUpdateDate>
            <SiteId>int</SiteId>
            <MasterEntityId>int</MasterEntityId>
            <SynchStatus>boolean</SynchStatus>
            <Guid>string</Guid>
            <IsChanged>boolean</IsChanged>
            <CustomDataDTOList xsi:nil="true" />
          </CustomDataSetDTO>
          <CreatedBy>string</CreatedBy>
          <CreationDate>dateTime</CreationDate>
          <LastUpdatedBy>string</LastUpdatedBy>
          <LastUpdateDate>dateTime</LastUpdateDate>
          <SiteId>int</SiteId>
          <MasterEntityId>int</MasterEntityId>
          <SynchStatus>boolean</SynchStatus>
          <Guid>string</Guid>
          <PhoneNumber>string</PhoneNumber>
          <PhoneContactDTO>
            <Id>int</Id>
            <ProfileId>int</ProfileId>
            <AddressId>int</AddressId>
            <CountryId>int</CountryId>
            <ContactType>NONE or EMAIL or PHONE or FACEBOOK or TWITTER or WECHAT or PHONE_OR_EMAIL</ContactType>
            <Attribute1>string</Attribute1>
            <Attribute2>string</Attribute2>
            <IsActive>boolean</IsActive>
            <CreatedBy>string</CreatedBy>
            <CreationDate>dateTime</CreationDate>
            <LastUpdatedBy>string</LastUpdatedBy>
            <LastUpdateDate>dateTime</LastUpdateDate>
            <SiteId>int</SiteId>
            <MasterEntityId>int</MasterEntityId>
            <SynchStatus>boolean</SynchStatus>
            <Guid>string</Guid>
            <UUID>string</UUID>
            <WhatsAppEnabled>boolean</WhatsAppEnabled>
            <IsChanged>boolean</IsChanged>
          </PhoneContactDTO>
          <Password>string</Password>
          <SecondaryPhoneNumber>string</SecondaryPhoneNumber>
          <FBUserId>string</FBUserId>
          <FBAccessToken>string</FBAccessToken>
          <TWAccessToken>string</TWAccessToken>
          <TWAccessSecret>string</TWAccessSecret>
          <Email>string</Email>
          <WeChatAccessToken>string</WeChatAccessToken>
          <IsChanged>boolean</IsChanged>
          <CustomerCuponsDT>xmlxml</CustomerCuponsDT>
          <AccountDTOList>
            <AccountDTO xsi:nil="true" />
            <AccountDTO xsi:nil="true" />
          </AccountDTOList>
          <CustomerMembershipProgressionDTOList>
            <CustomerMembershipProgressionDTO xsi:nil="true" />
            <CustomerMembershipProgressionDTO xsi:nil="true" />
          </CustomerMembershipProgressionDTOList>
          <CustomerMembershipRewardsLogDTOList>
            <CustomerMembershipRewardsLogDTO xsi:nil="true" />
            <CustomerMembershipRewardsLogDTO xsi:nil="true" />
          </CustomerMembershipRewardsLogDTOList>
          <CustomerSignedWaiverDTOList>
            <CustomerSignedWaiverDTO xsi:nil="true" />
            <CustomerSignedWaiverDTO xsi:nil="true" />
          </CustomerSignedWaiverDTOList>
          <ActiveCampaignCustomerInfoDTOList>
            <ActiveCampaignCustomerInfoDTO xsi:nil="true" />
            <ActiveCampaignCustomerInfoDTO xsi:nil="true" />
          </ActiveCampaignCustomerInfoDTOList>
          <LastVisitedDate>dateTime</LastVisitedDate>
        </CustomerDTO>
      </GetCustomerListResult>
    </GetCustomerListResponse>
  </soap12:Body>
</soap12:Envelope>