CustomerServices


Click here for a complete list of operations.

GetCustomers

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
loginId:
macAddress:
customerName:
phoneNumber:
emailId:

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

<?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>
    <GetCustomers xmlns="http://semnox.com/">
      <loginId>string</loginId>
      <macAddress>string</macAddress>
      <customerName>string</customerName>
      <phoneNumber>string</phoneNumber>
      <emailId>string</emailId>
    </GetCustomers>
  </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>
    <GetCustomersResponse xmlns="http://semnox.com/">
      <GetCustomersResult>
        <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>
      </GetCustomersResult>
    </GetCustomersResponse>
  </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:Body>
    <GetCustomers xmlns="http://semnox.com/">
      <loginId>string</loginId>
      <macAddress>string</macAddress>
      <customerName>string</customerName>
      <phoneNumber>string</phoneNumber>
      <emailId>string</emailId>
    </GetCustomers>
  </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>
    <GetCustomersResponse xmlns="http://semnox.com/">
      <GetCustomersResult>
        <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>
      </GetCustomersResult>
    </GetCustomersResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

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

GET /CustomerServices.asmx/GetCustomers?loginId=string&macAddress=string&customerName=string&phoneNumber=string&emailId=string HTTP/1.1
Host: onlinesubscription.adventureparkusa.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfCustomerDTO xmlns="http://semnox.com/">
  <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>
        <Id>int</Id>
        <ProfileId>int</ProfileId>
        <AddressTypeId>int</AddressTypeId>
        <AddressType>NONE or WORK or HOME</AddressType>
        <Line1>string</Line1>
        <Line2>string</Line2>
        <Line3>string</Line3>
        <City>string</City>
        <StateId>int</StateId>
        <CountryId>int</CountryId>
        <PostalCode>string</PostalCode>
        <StateCode>string</StateCode>
        <StateName>string</StateName>
        <CountryName>string</CountryName>
        <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>
        <IsDefault>boolean</IsDefault>
        <ContactDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <IsChanged>boolean</IsChanged>
      </AddressDTO>
      <AddressDTO>
        <Id>int</Id>
        <ProfileId>int</ProfileId>
        <AddressTypeId>int</AddressTypeId>
        <AddressType>NONE or WORK or HOME</AddressType>
        <Line1>string</Line1>
        <Line2>string</Line2>
        <Line3>string</Line3>
        <City>string</City>
        <StateId>int</StateId>
        <CountryId>int</CountryId>
        <PostalCode>string</PostalCode>
        <StateCode>string</StateCode>
        <StateName>string</StateName>
        <CountryName>string</CountryName>
        <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>
        <IsDefault>boolean</IsDefault>
        <ContactDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <IsChanged>boolean</IsChanged>
      </AddressDTO>
    </AddressDTOList>
    <ContactDTOList>
      <ContactDTO>
        <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>
      </ContactDTO>
      <ContactDTO>
        <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>
      </ContactDTO>
    </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>
        <ContactDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ContactDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ContactDTOList>
      <AddressDTOList>
        <AddressDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AddressDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </AddressDTOList>
      <ProfileContentHistoryDTOList>
        <ProfileContentHistoryDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ProfileContentHistoryDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ProfileContentHistoryDTOList>
      <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>
        <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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AddressDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ProfileContentHistoryDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <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>
      <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>
        <CustomDataDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomDataDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </CustomDataDTOList>
    </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>
        <AccountId>int</AccountId>
        <TagNumber>string</TagNumber>
        <CustomerName>string</CustomerName>
        <IssueDate>dateTime</IssueDate>
        <FaceValue>decimal</FaceValue>
        <Credits>decimal</Credits>
        <Courtesy>decimal</Courtesy>
        <Bonus>decimal</Bonus>
        <Time>decimal</Time>
        <TicketCount>int</TicketCount>
        <LoyaltyPoints>decimal</LoyaltyPoints>
        <CreditsPlayed>decimal</CreditsPlayed>
        <RealTicketMode>boolean</RealTicketMode>
        <VipCustomer>boolean</VipCustomer>
        <TicketAllowed>boolean</TicketAllowed>
        <TechnicianCard>string</TechnicianCard>
        <TimerResetCard>boolean</TimerResetCard>
        <TechGames>int</TechGames>
        <ValidFlag>boolean</ValidFlag>
        <RefundFlag>boolean</RefundFlag>
        <RefundAmount>decimal</RefundAmount>
        <RefundDate>dateTime</RefundDate>
        <ExpiryDate>dateTime</ExpiryDate>
        <StartTime>dateTime</StartTime>
        <LastPlayedTime>dateTime</LastPlayedTime>
        <Notes>string</Notes>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <PrimaryAccount>boolean</PrimaryAccount>
        <AccountIdentifier>string</AccountIdentifier>
        <MembershipName>string</MembershipName>
        <MembershipId>int</MembershipId>
        <CustomerId>int</CustomerId>
        <UploadSiteId>int</UploadSiteId>
        <UploadTime>dateTime</UploadTime>
        <DownloadBatchId>int</DownloadBatchId>
        <RefreshFromHQTime>dateTime</RefreshFromHQTime>
        <SiteId>int</SiteId>
        <MasterEntityId>int</MasterEntityId>
        <SynchStatus>boolean</SynchStatus>
        <Guid>string</Guid>
        <CreationDate>dateTime</CreationDate>
        <CreatedBy>string</CreatedBy>
        <AccountDiscountDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountCreditPlusDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountGameDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountRelationshipDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RefundAccountGameDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RefundAccountCreditPlusDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GamePlayDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountActivityDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountSummaryDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TotalCreditPlusBalance>decimal</TotalCreditPlusBalance>
        <IsChanged>boolean</IsChanged>
        <TotalCreditsBalance>decimal</TotalCreditsBalance>
        <TotalBonusBalance>decimal</TotalBonusBalance>
        <TotalCourtesyBalance>decimal</TotalCourtesyBalance>
        <TotalTimeBalance>decimal</TotalTimeBalance>
        <TotalGamesBalance>decimal</TotalGamesBalance>
        <TotalTicketsBalance>decimal</TotalTicketsBalance>
        <TotalVirtualPointBalance>decimal</TotalVirtualPointBalance>
      </AccountDTO>
      <AccountDTO>
        <AccountId>int</AccountId>
        <TagNumber>string</TagNumber>
        <CustomerName>string</CustomerName>
        <IssueDate>dateTime</IssueDate>
        <FaceValue>decimal</FaceValue>
        <Credits>decimal</Credits>
        <Courtesy>decimal</Courtesy>
        <Bonus>decimal</Bonus>
        <Time>decimal</Time>
        <TicketCount>int</TicketCount>
        <LoyaltyPoints>decimal</LoyaltyPoints>
        <CreditsPlayed>decimal</CreditsPlayed>
        <RealTicketMode>boolean</RealTicketMode>
        <VipCustomer>boolean</VipCustomer>
        <TicketAllowed>boolean</TicketAllowed>
        <TechnicianCard>string</TechnicianCard>
        <TimerResetCard>boolean</TimerResetCard>
        <TechGames>int</TechGames>
        <ValidFlag>boolean</ValidFlag>
        <RefundFlag>boolean</RefundFlag>
        <RefundAmount>decimal</RefundAmount>
        <RefundDate>dateTime</RefundDate>
        <ExpiryDate>dateTime</ExpiryDate>
        <StartTime>dateTime</StartTime>
        <LastPlayedTime>dateTime</LastPlayedTime>
        <Notes>string</Notes>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <PrimaryAccount>boolean</PrimaryAccount>
        <AccountIdentifier>string</AccountIdentifier>
        <MembershipName>string</MembershipName>
        <MembershipId>int</MembershipId>
        <CustomerId>int</CustomerId>
        <UploadSiteId>int</UploadSiteId>
        <UploadTime>dateTime</UploadTime>
        <DownloadBatchId>int</DownloadBatchId>
        <RefreshFromHQTime>dateTime</RefreshFromHQTime>
        <SiteId>int</SiteId>
        <MasterEntityId>int</MasterEntityId>
        <SynchStatus>boolean</SynchStatus>
        <Guid>string</Guid>
        <CreationDate>dateTime</CreationDate>
        <CreatedBy>string</CreatedBy>
        <AccountDiscountDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountCreditPlusDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountGameDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountRelationshipDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RefundAccountGameDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RefundAccountCreditPlusDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GamePlayDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountActivityDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountSummaryDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TotalCreditPlusBalance>decimal</TotalCreditPlusBalance>
        <IsChanged>boolean</IsChanged>
        <TotalCreditsBalance>decimal</TotalCreditsBalance>
        <TotalBonusBalance>decimal</TotalBonusBalance>
        <TotalCourtesyBalance>decimal</TotalCourtesyBalance>
        <TotalTimeBalance>decimal</TotalTimeBalance>
        <TotalGamesBalance>decimal</TotalGamesBalance>
        <TotalTicketsBalance>decimal</TotalTicketsBalance>
        <TotalVirtualPointBalance>decimal</TotalVirtualPointBalance>
      </AccountDTO>
    </AccountDTOList>
    <CustomerMembershipProgressionDTOList>
      <CustomerMembershipProgressionDTO>
        <Id>int</Id>
        <CardId>int</CardId>
        <CardTypeId>int</CardTypeId>
        <EffectiveDate>dateTime</EffectiveDate>
        <Site_Id>int</Site_Id>
        <Guid>string</Guid>
        <MasterEntityId>int</MasterEntityId>
        <SynchStatus>boolean</SynchStatus>
        <MembershipId>int</MembershipId>
        <CustomerId>int</CustomerId>
        <EffectiveFromDate>dateTime</EffectiveFromDate>
        <EffectiveToDate>dateTime</EffectiveToDate>
        <LastRetentionDate>dateTime</LastRetentionDate>
        <CreatedBy>string</CreatedBy>
        <CreationDate>dateTime</CreationDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <IsChanged>boolean</IsChanged>
      </CustomerMembershipProgressionDTO>
      <CustomerMembershipProgressionDTO>
        <Id>int</Id>
        <CardId>int</CardId>
        <CardTypeId>int</CardTypeId>
        <EffectiveDate>dateTime</EffectiveDate>
        <Site_Id>int</Site_Id>
        <Guid>string</Guid>
        <MasterEntityId>int</MasterEntityId>
        <SynchStatus>boolean</SynchStatus>
        <MembershipId>int</MembershipId>
        <CustomerId>int</CustomerId>
        <EffectiveFromDate>dateTime</EffectiveFromDate>
        <EffectiveToDate>dateTime</EffectiveToDate>
        <LastRetentionDate>dateTime</LastRetentionDate>
        <CreatedBy>string</CreatedBy>
        <CreationDate>dateTime</CreationDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <IsChanged>boolean</IsChanged>
      </CustomerMembershipProgressionDTO>
    </CustomerMembershipProgressionDTOList>
    <CustomerMembershipRewardsLogDTOList>
      <CustomerMembershipRewardsLogDTO>
        <MembershipRewardsLogId>int</MembershipRewardsLogId>
        <CustomerId>int</CustomerId>
        <MembershipId>int</MembershipId>
        <MembershipRewardsId>int</MembershipRewardsId>
        <RewardAttributeProductID>int</RewardAttributeProductID>
        <RewardAttribute>string</RewardAttribute>
        <RewardAttributePercent>double</RewardAttributePercent>
        <RewardFunction>string</RewardFunction>
        <RewardFunctionPeriod>int</RewardFunctionPeriod>
        <UnitOfRewardFunctionPeriod>string</UnitOfRewardFunctionPeriod>
        <RewardFrequency>int</RewardFrequency>
        <UnitOfRewardFrequency>string</UnitOfRewardFrequency>
        <ExpireWithMembership>boolean</ExpireWithMembership>
        <TrxId>int</TrxId>
        <TrxLineId>int</TrxLineId>
        <CardCreditPlusId>int</CardCreditPlusId>
        <CardDiscountId>int</CardDiscountId>
        <CardGameId>int</CardGameId>
        <IsActive>boolean</IsActive>
        <CreatedBy>string</CreatedBy>
        <CreationDate>dateTime</CreationDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <LastUpdatedDate>dateTime</LastUpdatedDate>
        <Guid>string</Guid>
        <Site_id>int</Site_id>
        <SynchStatus>boolean</SynchStatus>
        <MasterEntityId>int</MasterEntityId>
        <CardId>int</CardId>
        <CardCreditPlusTag>string</CardCreditPlusTag>
        <IsChanged>boolean</IsChanged>
      </CustomerMembershipRewardsLogDTO>
      <CustomerMembershipRewardsLogDTO>
        <MembershipRewardsLogId>int</MembershipRewardsLogId>
        <CustomerId>int</CustomerId>
        <MembershipId>int</MembershipId>
        <MembershipRewardsId>int</MembershipRewardsId>
        <RewardAttributeProductID>int</RewardAttributeProductID>
        <RewardAttribute>string</RewardAttribute>
        <RewardAttributePercent>double</RewardAttributePercent>
        <RewardFunction>string</RewardFunction>
        <RewardFunctionPeriod>int</RewardFunctionPeriod>
        <UnitOfRewardFunctionPeriod>string</UnitOfRewardFunctionPeriod>
        <RewardFrequency>int</RewardFrequency>
        <UnitOfRewardFrequency>string</UnitOfRewardFrequency>
        <ExpireWithMembership>boolean</ExpireWithMembership>
        <TrxId>int</TrxId>
        <TrxLineId>int</TrxLineId>
        <CardCreditPlusId>int</CardCreditPlusId>
        <CardDiscountId>int</CardDiscountId>
        <CardGameId>int</CardGameId>
        <IsActive>boolean</IsActive>
        <CreatedBy>string</CreatedBy>
        <CreationDate>dateTime</CreationDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <LastUpdatedDate>dateTime</LastUpdatedDate>
        <Guid>string</Guid>
        <Site_id>int</Site_id>
        <SynchStatus>boolean</SynchStatus>
        <MasterEntityId>int</MasterEntityId>
        <CardId>int</CardId>
        <CardCreditPlusTag>string</CardCreditPlusTag>
        <IsChanged>boolean</IsChanged>
      </CustomerMembershipRewardsLogDTO>
    </CustomerMembershipRewardsLogDTOList>
    <CustomerSignedWaiverDTOList>
      <CustomerSignedWaiverDTO>
        <CustomerSignedWaiverId>int</CustomerSignedWaiverId>
        <CustomerSignedWaiverHeaderId>int</CustomerSignedWaiverHeaderId>
        <WaiverSetDetailId>int</WaiverSetDetailId>
        <SignedWaiverFileName>string</SignedWaiverFileName>
        <WaiverName>string</WaiverName>
        <WaiverFileName>string</WaiverFileName>
        <SignedFor>int</SignedFor>
        <SignedForName>string</SignedForName>
        <ExpiryDate>dateTime</ExpiryDate>
        <IsActive>boolean</IsActive>
        <DeactivatedBy>int</DeactivatedBy>
        <DeactivationDate>dateTime</DeactivationDate>
        <DeactivationApprovedBy>int</DeactivationApprovedBy>
        <Guid>string</Guid>
        <SynchStatus>boolean</SynchStatus>
        <MasterEntityId>int</MasterEntityId>
        <CreatedBy>string</CreatedBy>
        <CreationDate>dateTime</CreationDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <SiteId>int</SiteId>
        <WaiverSignedImageList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomerContentForWaiverDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SignedBy>int</SignedBy>
        <SignedByName>string</SignedByName>
        <SignedDate>dateTime</SignedDate>
        <WaiverCode>string</WaiverCode>
        <WaiverSetId>int</WaiverSetId>
        <WaiverSetDescription>string</WaiverSetDescription>
        <SignedWaiverFileContentInBase64Format>string</SignedWaiverFileContentInBase64Format>
        <GuardianId>int</GuardianId>
        <IsChanged>boolean</IsChanged>
      </CustomerSignedWaiverDTO>
      <CustomerSignedWaiverDTO>
        <CustomerSignedWaiverId>int</CustomerSignedWaiverId>
        <CustomerSignedWaiverHeaderId>int</CustomerSignedWaiverHeaderId>
        <WaiverSetDetailId>int</WaiverSetDetailId>
        <SignedWaiverFileName>string</SignedWaiverFileName>
        <WaiverName>string</WaiverName>
        <WaiverFileName>string</WaiverFileName>
        <SignedFor>int</SignedFor>
        <SignedForName>string</SignedForName>
        <ExpiryDate>dateTime</ExpiryDate>
        <IsActive>boolean</IsActive>
        <DeactivatedBy>int</DeactivatedBy>
        <DeactivationDate>dateTime</DeactivationDate>
        <DeactivationApprovedBy>int</DeactivationApprovedBy>
        <Guid>string</Guid>
        <SynchStatus>boolean</SynchStatus>
        <MasterEntityId>int</MasterEntityId>
        <CreatedBy>string</CreatedBy>
        <CreationDate>dateTime</CreationDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <SiteId>int</SiteId>
        <WaiverSignedImageList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomerContentForWaiverDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SignedBy>int</SignedBy>
        <SignedByName>string</SignedByName>
        <SignedDate>dateTime</SignedDate>
        <WaiverCode>string</WaiverCode>
        <WaiverSetId>int</WaiverSetId>
        <WaiverSetDescription>string</WaiverSetDescription>
        <SignedWaiverFileContentInBase64Format>string</SignedWaiverFileContentInBase64Format>
        <GuardianId>int</GuardianId>
        <IsChanged>boolean</IsChanged>
      </CustomerSignedWaiverDTO>
    </CustomerSignedWaiverDTOList>
    <ActiveCampaignCustomerInfoDTOList>
      <ActiveCampaignCustomerInfoDTO>
        <CustomerId>int</CustomerId>
        <LastPurchasedDate>dateTime</LastPurchasedDate>
        <Product>string</Product>
        <CountOfPurchases>int</CountOfPurchases>
        <SiteId>int</SiteId>
        <ActivityType>string</ActivityType>
      </ActiveCampaignCustomerInfoDTO>
      <ActiveCampaignCustomerInfoDTO>
        <CustomerId>int</CustomerId>
        <LastPurchasedDate>dateTime</LastPurchasedDate>
        <Product>string</Product>
        <CountOfPurchases>int</CountOfPurchases>
        <SiteId>int</SiteId>
        <ActivityType>string</ActivityType>
      </ActiveCampaignCustomerInfoDTO>
    </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>
        <Id>int</Id>
        <ProfileId>int</ProfileId>
        <AddressTypeId>int</AddressTypeId>
        <AddressType>NONE or WORK or HOME</AddressType>
        <Line1>string</Line1>
        <Line2>string</Line2>
        <Line3>string</Line3>
        <City>string</City>
        <StateId>int</StateId>
        <CountryId>int</CountryId>
        <PostalCode>string</PostalCode>
        <StateCode>string</StateCode>
        <StateName>string</StateName>
        <CountryName>string</CountryName>
        <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>
        <IsDefault>boolean</IsDefault>
        <ContactDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <IsChanged>boolean</IsChanged>
      </AddressDTO>
      <AddressDTO>
        <Id>int</Id>
        <ProfileId>int</ProfileId>
        <AddressTypeId>int</AddressTypeId>
        <AddressType>NONE or WORK or HOME</AddressType>
        <Line1>string</Line1>
        <Line2>string</Line2>
        <Line3>string</Line3>
        <City>string</City>
        <StateId>int</StateId>
        <CountryId>int</CountryId>
        <PostalCode>string</PostalCode>
        <StateCode>string</StateCode>
        <StateName>string</StateName>
        <CountryName>string</CountryName>
        <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>
        <IsDefault>boolean</IsDefault>
        <ContactDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <IsChanged>boolean</IsChanged>
      </AddressDTO>
    </AddressDTOList>
    <ContactDTOList>
      <ContactDTO>
        <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>
      </ContactDTO>
      <ContactDTO>
        <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>
      </ContactDTO>
    </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>
        <ContactDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ContactDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ContactDTOList>
      <AddressDTOList>
        <AddressDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AddressDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </AddressDTOList>
      <ProfileContentHistoryDTOList>
        <ProfileContentHistoryDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ProfileContentHistoryDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ProfileContentHistoryDTOList>
      <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>
        <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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AddressDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ProfileContentHistoryDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <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>
      <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>
        <CustomDataDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomDataDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </CustomDataDTOList>
    </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>
        <AccountId>int</AccountId>
        <TagNumber>string</TagNumber>
        <CustomerName>string</CustomerName>
        <IssueDate>dateTime</IssueDate>
        <FaceValue>decimal</FaceValue>
        <Credits>decimal</Credits>
        <Courtesy>decimal</Courtesy>
        <Bonus>decimal</Bonus>
        <Time>decimal</Time>
        <TicketCount>int</TicketCount>
        <LoyaltyPoints>decimal</LoyaltyPoints>
        <CreditsPlayed>decimal</CreditsPlayed>
        <RealTicketMode>boolean</RealTicketMode>
        <VipCustomer>boolean</VipCustomer>
        <TicketAllowed>boolean</TicketAllowed>
        <TechnicianCard>string</TechnicianCard>
        <TimerResetCard>boolean</TimerResetCard>
        <TechGames>int</TechGames>
        <ValidFlag>boolean</ValidFlag>
        <RefundFlag>boolean</RefundFlag>
        <RefundAmount>decimal</RefundAmount>
        <RefundDate>dateTime</RefundDate>
        <ExpiryDate>dateTime</ExpiryDate>
        <StartTime>dateTime</StartTime>
        <LastPlayedTime>dateTime</LastPlayedTime>
        <Notes>string</Notes>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <PrimaryAccount>boolean</PrimaryAccount>
        <AccountIdentifier>string</AccountIdentifier>
        <MembershipName>string</MembershipName>
        <MembershipId>int</MembershipId>
        <CustomerId>int</CustomerId>
        <UploadSiteId>int</UploadSiteId>
        <UploadTime>dateTime</UploadTime>
        <DownloadBatchId>int</DownloadBatchId>
        <RefreshFromHQTime>dateTime</RefreshFromHQTime>
        <SiteId>int</SiteId>
        <MasterEntityId>int</MasterEntityId>
        <SynchStatus>boolean</SynchStatus>
        <Guid>string</Guid>
        <CreationDate>dateTime</CreationDate>
        <CreatedBy>string</CreatedBy>
        <AccountDiscountDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountCreditPlusDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountGameDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountRelationshipDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RefundAccountGameDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RefundAccountCreditPlusDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GamePlayDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountActivityDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountSummaryDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TotalCreditPlusBalance>decimal</TotalCreditPlusBalance>
        <IsChanged>boolean</IsChanged>
        <TotalCreditsBalance>decimal</TotalCreditsBalance>
        <TotalBonusBalance>decimal</TotalBonusBalance>
        <TotalCourtesyBalance>decimal</TotalCourtesyBalance>
        <TotalTimeBalance>decimal</TotalTimeBalance>
        <TotalGamesBalance>decimal</TotalGamesBalance>
        <TotalTicketsBalance>decimal</TotalTicketsBalance>
        <TotalVirtualPointBalance>decimal</TotalVirtualPointBalance>
      </AccountDTO>
      <AccountDTO>
        <AccountId>int</AccountId>
        <TagNumber>string</TagNumber>
        <CustomerName>string</CustomerName>
        <IssueDate>dateTime</IssueDate>
        <FaceValue>decimal</FaceValue>
        <Credits>decimal</Credits>
        <Courtesy>decimal</Courtesy>
        <Bonus>decimal</Bonus>
        <Time>decimal</Time>
        <TicketCount>int</TicketCount>
        <LoyaltyPoints>decimal</LoyaltyPoints>
        <CreditsPlayed>decimal</CreditsPlayed>
        <RealTicketMode>boolean</RealTicketMode>
        <VipCustomer>boolean</VipCustomer>
        <TicketAllowed>boolean</TicketAllowed>
        <TechnicianCard>string</TechnicianCard>
        <TimerResetCard>boolean</TimerResetCard>
        <TechGames>int</TechGames>
        <ValidFlag>boolean</ValidFlag>
        <RefundFlag>boolean</RefundFlag>
        <RefundAmount>decimal</RefundAmount>
        <RefundDate>dateTime</RefundDate>
        <ExpiryDate>dateTime</ExpiryDate>
        <StartTime>dateTime</StartTime>
        <LastPlayedTime>dateTime</LastPlayedTime>
        <Notes>string</Notes>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <PrimaryAccount>boolean</PrimaryAccount>
        <AccountIdentifier>string</AccountIdentifier>
        <MembershipName>string</MembershipName>
        <MembershipId>int</MembershipId>
        <CustomerId>int</CustomerId>
        <UploadSiteId>int</UploadSiteId>
        <UploadTime>dateTime</UploadTime>
        <DownloadBatchId>int</DownloadBatchId>
        <RefreshFromHQTime>dateTime</RefreshFromHQTime>
        <SiteId>int</SiteId>
        <MasterEntityId>int</MasterEntityId>
        <SynchStatus>boolean</SynchStatus>
        <Guid>string</Guid>
        <CreationDate>dateTime</CreationDate>
        <CreatedBy>string</CreatedBy>
        <AccountDiscountDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountCreditPlusDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountGameDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountRelationshipDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RefundAccountGameDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RefundAccountCreditPlusDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GamePlayDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountActivityDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountSummaryDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TotalCreditPlusBalance>decimal</TotalCreditPlusBalance>
        <IsChanged>boolean</IsChanged>
        <TotalCreditsBalance>decimal</TotalCreditsBalance>
        <TotalBonusBalance>decimal</TotalBonusBalance>
        <TotalCourtesyBalance>decimal</TotalCourtesyBalance>
        <TotalTimeBalance>decimal</TotalTimeBalance>
        <TotalGamesBalance>decimal</TotalGamesBalance>
        <TotalTicketsBalance>decimal</TotalTicketsBalance>
        <TotalVirtualPointBalance>decimal</TotalVirtualPointBalance>
      </AccountDTO>
    </AccountDTOList>
    <CustomerMembershipProgressionDTOList>
      <CustomerMembershipProgressionDTO>
        <Id>int</Id>
        <CardId>int</CardId>
        <CardTypeId>int</CardTypeId>
        <EffectiveDate>dateTime</EffectiveDate>
        <Site_Id>int</Site_Id>
        <Guid>string</Guid>
        <MasterEntityId>int</MasterEntityId>
        <SynchStatus>boolean</SynchStatus>
        <MembershipId>int</MembershipId>
        <CustomerId>int</CustomerId>
        <EffectiveFromDate>dateTime</EffectiveFromDate>
        <EffectiveToDate>dateTime</EffectiveToDate>
        <LastRetentionDate>dateTime</LastRetentionDate>
        <CreatedBy>string</CreatedBy>
        <CreationDate>dateTime</CreationDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <IsChanged>boolean</IsChanged>
      </CustomerMembershipProgressionDTO>
      <CustomerMembershipProgressionDTO>
        <Id>int</Id>
        <CardId>int</CardId>
        <CardTypeId>int</CardTypeId>
        <EffectiveDate>dateTime</EffectiveDate>
        <Site_Id>int</Site_Id>
        <Guid>string</Guid>
        <MasterEntityId>int</MasterEntityId>
        <SynchStatus>boolean</SynchStatus>
        <MembershipId>int</MembershipId>
        <CustomerId>int</CustomerId>
        <EffectiveFromDate>dateTime</EffectiveFromDate>
        <EffectiveToDate>dateTime</EffectiveToDate>
        <LastRetentionDate>dateTime</LastRetentionDate>
        <CreatedBy>string</CreatedBy>
        <CreationDate>dateTime</CreationDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <IsChanged>boolean</IsChanged>
      </CustomerMembershipProgressionDTO>
    </CustomerMembershipProgressionDTOList>
    <CustomerMembershipRewardsLogDTOList>
      <CustomerMembershipRewardsLogDTO>
        <MembershipRewardsLogId>int</MembershipRewardsLogId>
        <CustomerId>int</CustomerId>
        <MembershipId>int</MembershipId>
        <MembershipRewardsId>int</MembershipRewardsId>
        <RewardAttributeProductID>int</RewardAttributeProductID>
        <RewardAttribute>string</RewardAttribute>
        <RewardAttributePercent>double</RewardAttributePercent>
        <RewardFunction>string</RewardFunction>
        <RewardFunctionPeriod>int</RewardFunctionPeriod>
        <UnitOfRewardFunctionPeriod>string</UnitOfRewardFunctionPeriod>
        <RewardFrequency>int</RewardFrequency>
        <UnitOfRewardFrequency>string</UnitOfRewardFrequency>
        <ExpireWithMembership>boolean</ExpireWithMembership>
        <TrxId>int</TrxId>
        <TrxLineId>int</TrxLineId>
        <CardCreditPlusId>int</CardCreditPlusId>
        <CardDiscountId>int</CardDiscountId>
        <CardGameId>int</CardGameId>
        <IsActive>boolean</IsActive>
        <CreatedBy>string</CreatedBy>
        <CreationDate>dateTime</CreationDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <LastUpdatedDate>dateTime</LastUpdatedDate>
        <Guid>string</Guid>
        <Site_id>int</Site_id>
        <SynchStatus>boolean</SynchStatus>
        <MasterEntityId>int</MasterEntityId>
        <CardId>int</CardId>
        <CardCreditPlusTag>string</CardCreditPlusTag>
        <IsChanged>boolean</IsChanged>
      </CustomerMembershipRewardsLogDTO>
      <CustomerMembershipRewardsLogDTO>
        <MembershipRewardsLogId>int</MembershipRewardsLogId>
        <CustomerId>int</CustomerId>
        <MembershipId>int</MembershipId>
        <MembershipRewardsId>int</MembershipRewardsId>
        <RewardAttributeProductID>int</RewardAttributeProductID>
        <RewardAttribute>string</RewardAttribute>
        <RewardAttributePercent>double</RewardAttributePercent>
        <RewardFunction>string</RewardFunction>
        <RewardFunctionPeriod>int</RewardFunctionPeriod>
        <UnitOfRewardFunctionPeriod>string</UnitOfRewardFunctionPeriod>
        <RewardFrequency>int</RewardFrequency>
        <UnitOfRewardFrequency>string</UnitOfRewardFrequency>
        <ExpireWithMembership>boolean</ExpireWithMembership>
        <TrxId>int</TrxId>
        <TrxLineId>int</TrxLineId>
        <CardCreditPlusId>int</CardCreditPlusId>
        <CardDiscountId>int</CardDiscountId>
        <CardGameId>int</CardGameId>
        <IsActive>boolean</IsActive>
        <CreatedBy>string</CreatedBy>
        <CreationDate>dateTime</CreationDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <LastUpdatedDate>dateTime</LastUpdatedDate>
        <Guid>string</Guid>
        <Site_id>int</Site_id>
        <SynchStatus>boolean</SynchStatus>
        <MasterEntityId>int</MasterEntityId>
        <CardId>int</CardId>
        <CardCreditPlusTag>string</CardCreditPlusTag>
        <IsChanged>boolean</IsChanged>
      </CustomerMembershipRewardsLogDTO>
    </CustomerMembershipRewardsLogDTOList>
    <CustomerSignedWaiverDTOList>
      <CustomerSignedWaiverDTO>
        <CustomerSignedWaiverId>int</CustomerSignedWaiverId>
        <CustomerSignedWaiverHeaderId>int</CustomerSignedWaiverHeaderId>
        <WaiverSetDetailId>int</WaiverSetDetailId>
        <SignedWaiverFileName>string</SignedWaiverFileName>
        <WaiverName>string</WaiverName>
        <WaiverFileName>string</WaiverFileName>
        <SignedFor>int</SignedFor>
        <SignedForName>string</SignedForName>
        <ExpiryDate>dateTime</ExpiryDate>
        <IsActive>boolean</IsActive>
        <DeactivatedBy>int</DeactivatedBy>
        <DeactivationDate>dateTime</DeactivationDate>
        <DeactivationApprovedBy>int</DeactivationApprovedBy>
        <Guid>string</Guid>
        <SynchStatus>boolean</SynchStatus>
        <MasterEntityId>int</MasterEntityId>
        <CreatedBy>string</CreatedBy>
        <CreationDate>dateTime</CreationDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <SiteId>int</SiteId>
        <WaiverSignedImageList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomerContentForWaiverDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SignedBy>int</SignedBy>
        <SignedByName>string</SignedByName>
        <SignedDate>dateTime</SignedDate>
        <WaiverCode>string</WaiverCode>
        <WaiverSetId>int</WaiverSetId>
        <WaiverSetDescription>string</WaiverSetDescription>
        <SignedWaiverFileContentInBase64Format>string</SignedWaiverFileContentInBase64Format>
        <GuardianId>int</GuardianId>
        <IsChanged>boolean</IsChanged>
      </CustomerSignedWaiverDTO>
      <CustomerSignedWaiverDTO>
        <CustomerSignedWaiverId>int</CustomerSignedWaiverId>
        <CustomerSignedWaiverHeaderId>int</CustomerSignedWaiverHeaderId>
        <WaiverSetDetailId>int</WaiverSetDetailId>
        <SignedWaiverFileName>string</SignedWaiverFileName>
        <WaiverName>string</WaiverName>
        <WaiverFileName>string</WaiverFileName>
        <SignedFor>int</SignedFor>
        <SignedForName>string</SignedForName>
        <ExpiryDate>dateTime</ExpiryDate>
        <IsActive>boolean</IsActive>
        <DeactivatedBy>int</DeactivatedBy>
        <DeactivationDate>dateTime</DeactivationDate>
        <DeactivationApprovedBy>int</DeactivationApprovedBy>
        <Guid>string</Guid>
        <SynchStatus>boolean</SynchStatus>
        <MasterEntityId>int</MasterEntityId>
        <CreatedBy>string</CreatedBy>
        <CreationDate>dateTime</CreationDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <SiteId>int</SiteId>
        <WaiverSignedImageList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomerContentForWaiverDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SignedBy>int</SignedBy>
        <SignedByName>string</SignedByName>
        <SignedDate>dateTime</SignedDate>
        <WaiverCode>string</WaiverCode>
        <WaiverSetId>int</WaiverSetId>
        <WaiverSetDescription>string</WaiverSetDescription>
        <SignedWaiverFileContentInBase64Format>string</SignedWaiverFileContentInBase64Format>
        <GuardianId>int</GuardianId>
        <IsChanged>boolean</IsChanged>
      </CustomerSignedWaiverDTO>
    </CustomerSignedWaiverDTOList>
    <ActiveCampaignCustomerInfoDTOList>
      <ActiveCampaignCustomerInfoDTO>
        <CustomerId>int</CustomerId>
        <LastPurchasedDate>dateTime</LastPurchasedDate>
        <Product>string</Product>
        <CountOfPurchases>int</CountOfPurchases>
        <SiteId>int</SiteId>
        <ActivityType>string</ActivityType>
      </ActiveCampaignCustomerInfoDTO>
      <ActiveCampaignCustomerInfoDTO>
        <CustomerId>int</CustomerId>
        <LastPurchasedDate>dateTime</LastPurchasedDate>
        <Product>string</Product>
        <CountOfPurchases>int</CountOfPurchases>
        <SiteId>int</SiteId>
        <ActivityType>string</ActivityType>
      </ActiveCampaignCustomerInfoDTO>
    </ActiveCampaignCustomerInfoDTOList>
    <LastVisitedDate>dateTime</LastVisitedDate>
  </CustomerDTO>
</ArrayOfCustomerDTO>

HTTP POST

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

POST /CustomerServices.asmx/GetCustomers HTTP/1.1
Host: onlinesubscription.adventureparkusa.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

loginId=string&macAddress=string&customerName=string&phoneNumber=string&emailId=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfCustomerDTO xmlns="http://semnox.com/">
  <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>
        <Id>int</Id>
        <ProfileId>int</ProfileId>
        <AddressTypeId>int</AddressTypeId>
        <AddressType>NONE or WORK or HOME</AddressType>
        <Line1>string</Line1>
        <Line2>string</Line2>
        <Line3>string</Line3>
        <City>string</City>
        <StateId>int</StateId>
        <CountryId>int</CountryId>
        <PostalCode>string</PostalCode>
        <StateCode>string</StateCode>
        <StateName>string</StateName>
        <CountryName>string</CountryName>
        <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>
        <IsDefault>boolean</IsDefault>
        <ContactDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <IsChanged>boolean</IsChanged>
      </AddressDTO>
      <AddressDTO>
        <Id>int</Id>
        <ProfileId>int</ProfileId>
        <AddressTypeId>int</AddressTypeId>
        <AddressType>NONE or WORK or HOME</AddressType>
        <Line1>string</Line1>
        <Line2>string</Line2>
        <Line3>string</Line3>
        <City>string</City>
        <StateId>int</StateId>
        <CountryId>int</CountryId>
        <PostalCode>string</PostalCode>
        <StateCode>string</StateCode>
        <StateName>string</StateName>
        <CountryName>string</CountryName>
        <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>
        <IsDefault>boolean</IsDefault>
        <ContactDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <IsChanged>boolean</IsChanged>
      </AddressDTO>
    </AddressDTOList>
    <ContactDTOList>
      <ContactDTO>
        <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>
      </ContactDTO>
      <ContactDTO>
        <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>
      </ContactDTO>
    </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>
        <ContactDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ContactDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ContactDTOList>
      <AddressDTOList>
        <AddressDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AddressDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </AddressDTOList>
      <ProfileContentHistoryDTOList>
        <ProfileContentHistoryDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ProfileContentHistoryDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ProfileContentHistoryDTOList>
      <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>
        <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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AddressDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ProfileContentHistoryDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <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>
      <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>
        <CustomDataDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomDataDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </CustomDataDTOList>
    </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>
        <AccountId>int</AccountId>
        <TagNumber>string</TagNumber>
        <CustomerName>string</CustomerName>
        <IssueDate>dateTime</IssueDate>
        <FaceValue>decimal</FaceValue>
        <Credits>decimal</Credits>
        <Courtesy>decimal</Courtesy>
        <Bonus>decimal</Bonus>
        <Time>decimal</Time>
        <TicketCount>int</TicketCount>
        <LoyaltyPoints>decimal</LoyaltyPoints>
        <CreditsPlayed>decimal</CreditsPlayed>
        <RealTicketMode>boolean</RealTicketMode>
        <VipCustomer>boolean</VipCustomer>
        <TicketAllowed>boolean</TicketAllowed>
        <TechnicianCard>string</TechnicianCard>
        <TimerResetCard>boolean</TimerResetCard>
        <TechGames>int</TechGames>
        <ValidFlag>boolean</ValidFlag>
        <RefundFlag>boolean</RefundFlag>
        <RefundAmount>decimal</RefundAmount>
        <RefundDate>dateTime</RefundDate>
        <ExpiryDate>dateTime</ExpiryDate>
        <StartTime>dateTime</StartTime>
        <LastPlayedTime>dateTime</LastPlayedTime>
        <Notes>string</Notes>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <PrimaryAccount>boolean</PrimaryAccount>
        <AccountIdentifier>string</AccountIdentifier>
        <MembershipName>string</MembershipName>
        <MembershipId>int</MembershipId>
        <CustomerId>int</CustomerId>
        <UploadSiteId>int</UploadSiteId>
        <UploadTime>dateTime</UploadTime>
        <DownloadBatchId>int</DownloadBatchId>
        <RefreshFromHQTime>dateTime</RefreshFromHQTime>
        <SiteId>int</SiteId>
        <MasterEntityId>int</MasterEntityId>
        <SynchStatus>boolean</SynchStatus>
        <Guid>string</Guid>
        <CreationDate>dateTime</CreationDate>
        <CreatedBy>string</CreatedBy>
        <AccountDiscountDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountCreditPlusDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountGameDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountRelationshipDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RefundAccountGameDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RefundAccountCreditPlusDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GamePlayDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountActivityDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountSummaryDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TotalCreditPlusBalance>decimal</TotalCreditPlusBalance>
        <IsChanged>boolean</IsChanged>
        <TotalCreditsBalance>decimal</TotalCreditsBalance>
        <TotalBonusBalance>decimal</TotalBonusBalance>
        <TotalCourtesyBalance>decimal</TotalCourtesyBalance>
        <TotalTimeBalance>decimal</TotalTimeBalance>
        <TotalGamesBalance>decimal</TotalGamesBalance>
        <TotalTicketsBalance>decimal</TotalTicketsBalance>
        <TotalVirtualPointBalance>decimal</TotalVirtualPointBalance>
      </AccountDTO>
      <AccountDTO>
        <AccountId>int</AccountId>
        <TagNumber>string</TagNumber>
        <CustomerName>string</CustomerName>
        <IssueDate>dateTime</IssueDate>
        <FaceValue>decimal</FaceValue>
        <Credits>decimal</Credits>
        <Courtesy>decimal</Courtesy>
        <Bonus>decimal</Bonus>
        <Time>decimal</Time>
        <TicketCount>int</TicketCount>
        <LoyaltyPoints>decimal</LoyaltyPoints>
        <CreditsPlayed>decimal</CreditsPlayed>
        <RealTicketMode>boolean</RealTicketMode>
        <VipCustomer>boolean</VipCustomer>
        <TicketAllowed>boolean</TicketAllowed>
        <TechnicianCard>string</TechnicianCard>
        <TimerResetCard>boolean</TimerResetCard>
        <TechGames>int</TechGames>
        <ValidFlag>boolean</ValidFlag>
        <RefundFlag>boolean</RefundFlag>
        <RefundAmount>decimal</RefundAmount>
        <RefundDate>dateTime</RefundDate>
        <ExpiryDate>dateTime</ExpiryDate>
        <StartTime>dateTime</StartTime>
        <LastPlayedTime>dateTime</LastPlayedTime>
        <Notes>string</Notes>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <PrimaryAccount>boolean</PrimaryAccount>
        <AccountIdentifier>string</AccountIdentifier>
        <MembershipName>string</MembershipName>
        <MembershipId>int</MembershipId>
        <CustomerId>int</CustomerId>
        <UploadSiteId>int</UploadSiteId>
        <UploadTime>dateTime</UploadTime>
        <DownloadBatchId>int</DownloadBatchId>
        <RefreshFromHQTime>dateTime</RefreshFromHQTime>
        <SiteId>int</SiteId>
        <MasterEntityId>int</MasterEntityId>
        <SynchStatus>boolean</SynchStatus>
        <Guid>string</Guid>
        <CreationDate>dateTime</CreationDate>
        <CreatedBy>string</CreatedBy>
        <AccountDiscountDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountCreditPlusDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountGameDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountRelationshipDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RefundAccountGameDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RefundAccountCreditPlusDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GamePlayDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountActivityDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountSummaryDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TotalCreditPlusBalance>decimal</TotalCreditPlusBalance>
        <IsChanged>boolean</IsChanged>
        <TotalCreditsBalance>decimal</TotalCreditsBalance>
        <TotalBonusBalance>decimal</TotalBonusBalance>
        <TotalCourtesyBalance>decimal</TotalCourtesyBalance>
        <TotalTimeBalance>decimal</TotalTimeBalance>
        <TotalGamesBalance>decimal</TotalGamesBalance>
        <TotalTicketsBalance>decimal</TotalTicketsBalance>
        <TotalVirtualPointBalance>decimal</TotalVirtualPointBalance>
      </AccountDTO>
    </AccountDTOList>
    <CustomerMembershipProgressionDTOList>
      <CustomerMembershipProgressionDTO>
        <Id>int</Id>
        <CardId>int</CardId>
        <CardTypeId>int</CardTypeId>
        <EffectiveDate>dateTime</EffectiveDate>
        <Site_Id>int</Site_Id>
        <Guid>string</Guid>
        <MasterEntityId>int</MasterEntityId>
        <SynchStatus>boolean</SynchStatus>
        <MembershipId>int</MembershipId>
        <CustomerId>int</CustomerId>
        <EffectiveFromDate>dateTime</EffectiveFromDate>
        <EffectiveToDate>dateTime</EffectiveToDate>
        <LastRetentionDate>dateTime</LastRetentionDate>
        <CreatedBy>string</CreatedBy>
        <CreationDate>dateTime</CreationDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <IsChanged>boolean</IsChanged>
      </CustomerMembershipProgressionDTO>
      <CustomerMembershipProgressionDTO>
        <Id>int</Id>
        <CardId>int</CardId>
        <CardTypeId>int</CardTypeId>
        <EffectiveDate>dateTime</EffectiveDate>
        <Site_Id>int</Site_Id>
        <Guid>string</Guid>
        <MasterEntityId>int</MasterEntityId>
        <SynchStatus>boolean</SynchStatus>
        <MembershipId>int</MembershipId>
        <CustomerId>int</CustomerId>
        <EffectiveFromDate>dateTime</EffectiveFromDate>
        <EffectiveToDate>dateTime</EffectiveToDate>
        <LastRetentionDate>dateTime</LastRetentionDate>
        <CreatedBy>string</CreatedBy>
        <CreationDate>dateTime</CreationDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <IsChanged>boolean</IsChanged>
      </CustomerMembershipProgressionDTO>
    </CustomerMembershipProgressionDTOList>
    <CustomerMembershipRewardsLogDTOList>
      <CustomerMembershipRewardsLogDTO>
        <MembershipRewardsLogId>int</MembershipRewardsLogId>
        <CustomerId>int</CustomerId>
        <MembershipId>int</MembershipId>
        <MembershipRewardsId>int</MembershipRewardsId>
        <RewardAttributeProductID>int</RewardAttributeProductID>
        <RewardAttribute>string</RewardAttribute>
        <RewardAttributePercent>double</RewardAttributePercent>
        <RewardFunction>string</RewardFunction>
        <RewardFunctionPeriod>int</RewardFunctionPeriod>
        <UnitOfRewardFunctionPeriod>string</UnitOfRewardFunctionPeriod>
        <RewardFrequency>int</RewardFrequency>
        <UnitOfRewardFrequency>string</UnitOfRewardFrequency>
        <ExpireWithMembership>boolean</ExpireWithMembership>
        <TrxId>int</TrxId>
        <TrxLineId>int</TrxLineId>
        <CardCreditPlusId>int</CardCreditPlusId>
        <CardDiscountId>int</CardDiscountId>
        <CardGameId>int</CardGameId>
        <IsActive>boolean</IsActive>
        <CreatedBy>string</CreatedBy>
        <CreationDate>dateTime</CreationDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <LastUpdatedDate>dateTime</LastUpdatedDate>
        <Guid>string</Guid>
        <Site_id>int</Site_id>
        <SynchStatus>boolean</SynchStatus>
        <MasterEntityId>int</MasterEntityId>
        <CardId>int</CardId>
        <CardCreditPlusTag>string</CardCreditPlusTag>
        <IsChanged>boolean</IsChanged>
      </CustomerMembershipRewardsLogDTO>
      <CustomerMembershipRewardsLogDTO>
        <MembershipRewardsLogId>int</MembershipRewardsLogId>
        <CustomerId>int</CustomerId>
        <MembershipId>int</MembershipId>
        <MembershipRewardsId>int</MembershipRewardsId>
        <RewardAttributeProductID>int</RewardAttributeProductID>
        <RewardAttribute>string</RewardAttribute>
        <RewardAttributePercent>double</RewardAttributePercent>
        <RewardFunction>string</RewardFunction>
        <RewardFunctionPeriod>int</RewardFunctionPeriod>
        <UnitOfRewardFunctionPeriod>string</UnitOfRewardFunctionPeriod>
        <RewardFrequency>int</RewardFrequency>
        <UnitOfRewardFrequency>string</UnitOfRewardFrequency>
        <ExpireWithMembership>boolean</ExpireWithMembership>
        <TrxId>int</TrxId>
        <TrxLineId>int</TrxLineId>
        <CardCreditPlusId>int</CardCreditPlusId>
        <CardDiscountId>int</CardDiscountId>
        <CardGameId>int</CardGameId>
        <IsActive>boolean</IsActive>
        <CreatedBy>string</CreatedBy>
        <CreationDate>dateTime</CreationDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <LastUpdatedDate>dateTime</LastUpdatedDate>
        <Guid>string</Guid>
        <Site_id>int</Site_id>
        <SynchStatus>boolean</SynchStatus>
        <MasterEntityId>int</MasterEntityId>
        <CardId>int</CardId>
        <CardCreditPlusTag>string</CardCreditPlusTag>
        <IsChanged>boolean</IsChanged>
      </CustomerMembershipRewardsLogDTO>
    </CustomerMembershipRewardsLogDTOList>
    <CustomerSignedWaiverDTOList>
      <CustomerSignedWaiverDTO>
        <CustomerSignedWaiverId>int</CustomerSignedWaiverId>
        <CustomerSignedWaiverHeaderId>int</CustomerSignedWaiverHeaderId>
        <WaiverSetDetailId>int</WaiverSetDetailId>
        <SignedWaiverFileName>string</SignedWaiverFileName>
        <WaiverName>string</WaiverName>
        <WaiverFileName>string</WaiverFileName>
        <SignedFor>int</SignedFor>
        <SignedForName>string</SignedForName>
        <ExpiryDate>dateTime</ExpiryDate>
        <IsActive>boolean</IsActive>
        <DeactivatedBy>int</DeactivatedBy>
        <DeactivationDate>dateTime</DeactivationDate>
        <DeactivationApprovedBy>int</DeactivationApprovedBy>
        <Guid>string</Guid>
        <SynchStatus>boolean</SynchStatus>
        <MasterEntityId>int</MasterEntityId>
        <CreatedBy>string</CreatedBy>
        <CreationDate>dateTime</CreationDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <SiteId>int</SiteId>
        <WaiverSignedImageList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomerContentForWaiverDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SignedBy>int</SignedBy>
        <SignedByName>string</SignedByName>
        <SignedDate>dateTime</SignedDate>
        <WaiverCode>string</WaiverCode>
        <WaiverSetId>int</WaiverSetId>
        <WaiverSetDescription>string</WaiverSetDescription>
        <SignedWaiverFileContentInBase64Format>string</SignedWaiverFileContentInBase64Format>
        <GuardianId>int</GuardianId>
        <IsChanged>boolean</IsChanged>
      </CustomerSignedWaiverDTO>
      <CustomerSignedWaiverDTO>
        <CustomerSignedWaiverId>int</CustomerSignedWaiverId>
        <CustomerSignedWaiverHeaderId>int</CustomerSignedWaiverHeaderId>
        <WaiverSetDetailId>int</WaiverSetDetailId>
        <SignedWaiverFileName>string</SignedWaiverFileName>
        <WaiverName>string</WaiverName>
        <WaiverFileName>string</WaiverFileName>
        <SignedFor>int</SignedFor>
        <SignedForName>string</SignedForName>
        <ExpiryDate>dateTime</ExpiryDate>
        <IsActive>boolean</IsActive>
        <DeactivatedBy>int</DeactivatedBy>
        <DeactivationDate>dateTime</DeactivationDate>
        <DeactivationApprovedBy>int</DeactivationApprovedBy>
        <Guid>string</Guid>
        <SynchStatus>boolean</SynchStatus>
        <MasterEntityId>int</MasterEntityId>
        <CreatedBy>string</CreatedBy>
        <CreationDate>dateTime</CreationDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <SiteId>int</SiteId>
        <WaiverSignedImageList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomerContentForWaiverDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SignedBy>int</SignedBy>
        <SignedByName>string</SignedByName>
        <SignedDate>dateTime</SignedDate>
        <WaiverCode>string</WaiverCode>
        <WaiverSetId>int</WaiverSetId>
        <WaiverSetDescription>string</WaiverSetDescription>
        <SignedWaiverFileContentInBase64Format>string</SignedWaiverFileContentInBase64Format>
        <GuardianId>int</GuardianId>
        <IsChanged>boolean</IsChanged>
      </CustomerSignedWaiverDTO>
    </CustomerSignedWaiverDTOList>
    <ActiveCampaignCustomerInfoDTOList>
      <ActiveCampaignCustomerInfoDTO>
        <CustomerId>int</CustomerId>
        <LastPurchasedDate>dateTime</LastPurchasedDate>
        <Product>string</Product>
        <CountOfPurchases>int</CountOfPurchases>
        <SiteId>int</SiteId>
        <ActivityType>string</ActivityType>
      </ActiveCampaignCustomerInfoDTO>
      <ActiveCampaignCustomerInfoDTO>
        <CustomerId>int</CustomerId>
        <LastPurchasedDate>dateTime</LastPurchasedDate>
        <Product>string</Product>
        <CountOfPurchases>int</CountOfPurchases>
        <SiteId>int</SiteId>
        <ActivityType>string</ActivityType>
      </ActiveCampaignCustomerInfoDTO>
    </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>
        <Id>int</Id>
        <ProfileId>int</ProfileId>
        <AddressTypeId>int</AddressTypeId>
        <AddressType>NONE or WORK or HOME</AddressType>
        <Line1>string</Line1>
        <Line2>string</Line2>
        <Line3>string</Line3>
        <City>string</City>
        <StateId>int</StateId>
        <CountryId>int</CountryId>
        <PostalCode>string</PostalCode>
        <StateCode>string</StateCode>
        <StateName>string</StateName>
        <CountryName>string</CountryName>
        <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>
        <IsDefault>boolean</IsDefault>
        <ContactDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <IsChanged>boolean</IsChanged>
      </AddressDTO>
      <AddressDTO>
        <Id>int</Id>
        <ProfileId>int</ProfileId>
        <AddressTypeId>int</AddressTypeId>
        <AddressType>NONE or WORK or HOME</AddressType>
        <Line1>string</Line1>
        <Line2>string</Line2>
        <Line3>string</Line3>
        <City>string</City>
        <StateId>int</StateId>
        <CountryId>int</CountryId>
        <PostalCode>string</PostalCode>
        <StateCode>string</StateCode>
        <StateName>string</StateName>
        <CountryName>string</CountryName>
        <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>
        <IsDefault>boolean</IsDefault>
        <ContactDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <IsChanged>boolean</IsChanged>
      </AddressDTO>
    </AddressDTOList>
    <ContactDTOList>
      <ContactDTO>
        <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>
      </ContactDTO>
      <ContactDTO>
        <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>
      </ContactDTO>
    </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>
        <ContactDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ContactDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ContactDTOList>
      <AddressDTOList>
        <AddressDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AddressDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </AddressDTOList>
      <ProfileContentHistoryDTOList>
        <ProfileContentHistoryDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ProfileContentHistoryDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ProfileContentHistoryDTOList>
      <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>
        <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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AddressDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ProfileContentHistoryDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <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>
      <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>
        <CustomDataDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomDataDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </CustomDataDTOList>
    </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>
        <AccountId>int</AccountId>
        <TagNumber>string</TagNumber>
        <CustomerName>string</CustomerName>
        <IssueDate>dateTime</IssueDate>
        <FaceValue>decimal</FaceValue>
        <Credits>decimal</Credits>
        <Courtesy>decimal</Courtesy>
        <Bonus>decimal</Bonus>
        <Time>decimal</Time>
        <TicketCount>int</TicketCount>
        <LoyaltyPoints>decimal</LoyaltyPoints>
        <CreditsPlayed>decimal</CreditsPlayed>
        <RealTicketMode>boolean</RealTicketMode>
        <VipCustomer>boolean</VipCustomer>
        <TicketAllowed>boolean</TicketAllowed>
        <TechnicianCard>string</TechnicianCard>
        <TimerResetCard>boolean</TimerResetCard>
        <TechGames>int</TechGames>
        <ValidFlag>boolean</ValidFlag>
        <RefundFlag>boolean</RefundFlag>
        <RefundAmount>decimal</RefundAmount>
        <RefundDate>dateTime</RefundDate>
        <ExpiryDate>dateTime</ExpiryDate>
        <StartTime>dateTime</StartTime>
        <LastPlayedTime>dateTime</LastPlayedTime>
        <Notes>string</Notes>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <PrimaryAccount>boolean</PrimaryAccount>
        <AccountIdentifier>string</AccountIdentifier>
        <MembershipName>string</MembershipName>
        <MembershipId>int</MembershipId>
        <CustomerId>int</CustomerId>
        <UploadSiteId>int</UploadSiteId>
        <UploadTime>dateTime</UploadTime>
        <DownloadBatchId>int</DownloadBatchId>
        <RefreshFromHQTime>dateTime</RefreshFromHQTime>
        <SiteId>int</SiteId>
        <MasterEntityId>int</MasterEntityId>
        <SynchStatus>boolean</SynchStatus>
        <Guid>string</Guid>
        <CreationDate>dateTime</CreationDate>
        <CreatedBy>string</CreatedBy>
        <AccountDiscountDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountCreditPlusDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountGameDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountRelationshipDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RefundAccountGameDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RefundAccountCreditPlusDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GamePlayDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountActivityDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountSummaryDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TotalCreditPlusBalance>decimal</TotalCreditPlusBalance>
        <IsChanged>boolean</IsChanged>
        <TotalCreditsBalance>decimal</TotalCreditsBalance>
        <TotalBonusBalance>decimal</TotalBonusBalance>
        <TotalCourtesyBalance>decimal</TotalCourtesyBalance>
        <TotalTimeBalance>decimal</TotalTimeBalance>
        <TotalGamesBalance>decimal</TotalGamesBalance>
        <TotalTicketsBalance>decimal</TotalTicketsBalance>
        <TotalVirtualPointBalance>decimal</TotalVirtualPointBalance>
      </AccountDTO>
      <AccountDTO>
        <AccountId>int</AccountId>
        <TagNumber>string</TagNumber>
        <CustomerName>string</CustomerName>
        <IssueDate>dateTime</IssueDate>
        <FaceValue>decimal</FaceValue>
        <Credits>decimal</Credits>
        <Courtesy>decimal</Courtesy>
        <Bonus>decimal</Bonus>
        <Time>decimal</Time>
        <TicketCount>int</TicketCount>
        <LoyaltyPoints>decimal</LoyaltyPoints>
        <CreditsPlayed>decimal</CreditsPlayed>
        <RealTicketMode>boolean</RealTicketMode>
        <VipCustomer>boolean</VipCustomer>
        <TicketAllowed>boolean</TicketAllowed>
        <TechnicianCard>string</TechnicianCard>
        <TimerResetCard>boolean</TimerResetCard>
        <TechGames>int</TechGames>
        <ValidFlag>boolean</ValidFlag>
        <RefundFlag>boolean</RefundFlag>
        <RefundAmount>decimal</RefundAmount>
        <RefundDate>dateTime</RefundDate>
        <ExpiryDate>dateTime</ExpiryDate>
        <StartTime>dateTime</StartTime>
        <LastPlayedTime>dateTime</LastPlayedTime>
        <Notes>string</Notes>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <PrimaryAccount>boolean</PrimaryAccount>
        <AccountIdentifier>string</AccountIdentifier>
        <MembershipName>string</MembershipName>
        <MembershipId>int</MembershipId>
        <CustomerId>int</CustomerId>
        <UploadSiteId>int</UploadSiteId>
        <UploadTime>dateTime</UploadTime>
        <DownloadBatchId>int</DownloadBatchId>
        <RefreshFromHQTime>dateTime</RefreshFromHQTime>
        <SiteId>int</SiteId>
        <MasterEntityId>int</MasterEntityId>
        <SynchStatus>boolean</SynchStatus>
        <Guid>string</Guid>
        <CreationDate>dateTime</CreationDate>
        <CreatedBy>string</CreatedBy>
        <AccountDiscountDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountCreditPlusDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountGameDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountRelationshipDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RefundAccountGameDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RefundAccountCreditPlusDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GamePlayDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountActivityDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountSummaryDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TotalCreditPlusBalance>decimal</TotalCreditPlusBalance>
        <IsChanged>boolean</IsChanged>
        <TotalCreditsBalance>decimal</TotalCreditsBalance>
        <TotalBonusBalance>decimal</TotalBonusBalance>
        <TotalCourtesyBalance>decimal</TotalCourtesyBalance>
        <TotalTimeBalance>decimal</TotalTimeBalance>
        <TotalGamesBalance>decimal</TotalGamesBalance>
        <TotalTicketsBalance>decimal</TotalTicketsBalance>
        <TotalVirtualPointBalance>decimal</TotalVirtualPointBalance>
      </AccountDTO>
    </AccountDTOList>
    <CustomerMembershipProgressionDTOList>
      <CustomerMembershipProgressionDTO>
        <Id>int</Id>
        <CardId>int</CardId>
        <CardTypeId>int</CardTypeId>
        <EffectiveDate>dateTime</EffectiveDate>
        <Site_Id>int</Site_Id>
        <Guid>string</Guid>
        <MasterEntityId>int</MasterEntityId>
        <SynchStatus>boolean</SynchStatus>
        <MembershipId>int</MembershipId>
        <CustomerId>int</CustomerId>
        <EffectiveFromDate>dateTime</EffectiveFromDate>
        <EffectiveToDate>dateTime</EffectiveToDate>
        <LastRetentionDate>dateTime</LastRetentionDate>
        <CreatedBy>string</CreatedBy>
        <CreationDate>dateTime</CreationDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <IsChanged>boolean</IsChanged>
      </CustomerMembershipProgressionDTO>
      <CustomerMembershipProgressionDTO>
        <Id>int</Id>
        <CardId>int</CardId>
        <CardTypeId>int</CardTypeId>
        <EffectiveDate>dateTime</EffectiveDate>
        <Site_Id>int</Site_Id>
        <Guid>string</Guid>
        <MasterEntityId>int</MasterEntityId>
        <SynchStatus>boolean</SynchStatus>
        <MembershipId>int</MembershipId>
        <CustomerId>int</CustomerId>
        <EffectiveFromDate>dateTime</EffectiveFromDate>
        <EffectiveToDate>dateTime</EffectiveToDate>
        <LastRetentionDate>dateTime</LastRetentionDate>
        <CreatedBy>string</CreatedBy>
        <CreationDate>dateTime</CreationDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <IsChanged>boolean</IsChanged>
      </CustomerMembershipProgressionDTO>
    </CustomerMembershipProgressionDTOList>
    <CustomerMembershipRewardsLogDTOList>
      <CustomerMembershipRewardsLogDTO>
        <MembershipRewardsLogId>int</MembershipRewardsLogId>
        <CustomerId>int</CustomerId>
        <MembershipId>int</MembershipId>
        <MembershipRewardsId>int</MembershipRewardsId>
        <RewardAttributeProductID>int</RewardAttributeProductID>
        <RewardAttribute>string</RewardAttribute>
        <RewardAttributePercent>double</RewardAttributePercent>
        <RewardFunction>string</RewardFunction>
        <RewardFunctionPeriod>int</RewardFunctionPeriod>
        <UnitOfRewardFunctionPeriod>string</UnitOfRewardFunctionPeriod>
        <RewardFrequency>int</RewardFrequency>
        <UnitOfRewardFrequency>string</UnitOfRewardFrequency>
        <ExpireWithMembership>boolean</ExpireWithMembership>
        <TrxId>int</TrxId>
        <TrxLineId>int</TrxLineId>
        <CardCreditPlusId>int</CardCreditPlusId>
        <CardDiscountId>int</CardDiscountId>
        <CardGameId>int</CardGameId>
        <IsActive>boolean</IsActive>
        <CreatedBy>string</CreatedBy>
        <CreationDate>dateTime</CreationDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <LastUpdatedDate>dateTime</LastUpdatedDate>
        <Guid>string</Guid>
        <Site_id>int</Site_id>
        <SynchStatus>boolean</SynchStatus>
        <MasterEntityId>int</MasterEntityId>
        <CardId>int</CardId>
        <CardCreditPlusTag>string</CardCreditPlusTag>
        <IsChanged>boolean</IsChanged>
      </CustomerMembershipRewardsLogDTO>
      <CustomerMembershipRewardsLogDTO>
        <MembershipRewardsLogId>int</MembershipRewardsLogId>
        <CustomerId>int</CustomerId>
        <MembershipId>int</MembershipId>
        <MembershipRewardsId>int</MembershipRewardsId>
        <RewardAttributeProductID>int</RewardAttributeProductID>
        <RewardAttribute>string</RewardAttribute>
        <RewardAttributePercent>double</RewardAttributePercent>
        <RewardFunction>string</RewardFunction>
        <RewardFunctionPeriod>int</RewardFunctionPeriod>
        <UnitOfRewardFunctionPeriod>string</UnitOfRewardFunctionPeriod>
        <RewardFrequency>int</RewardFrequency>
        <UnitOfRewardFrequency>string</UnitOfRewardFrequency>
        <ExpireWithMembership>boolean</ExpireWithMembership>
        <TrxId>int</TrxId>
        <TrxLineId>int</TrxLineId>
        <CardCreditPlusId>int</CardCreditPlusId>
        <CardDiscountId>int</CardDiscountId>
        <CardGameId>int</CardGameId>
        <IsActive>boolean</IsActive>
        <CreatedBy>string</CreatedBy>
        <CreationDate>dateTime</CreationDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <LastUpdatedDate>dateTime</LastUpdatedDate>
        <Guid>string</Guid>
        <Site_id>int</Site_id>
        <SynchStatus>boolean</SynchStatus>
        <MasterEntityId>int</MasterEntityId>
        <CardId>int</CardId>
        <CardCreditPlusTag>string</CardCreditPlusTag>
        <IsChanged>boolean</IsChanged>
      </CustomerMembershipRewardsLogDTO>
    </CustomerMembershipRewardsLogDTOList>
    <CustomerSignedWaiverDTOList>
      <CustomerSignedWaiverDTO>
        <CustomerSignedWaiverId>int</CustomerSignedWaiverId>
        <CustomerSignedWaiverHeaderId>int</CustomerSignedWaiverHeaderId>
        <WaiverSetDetailId>int</WaiverSetDetailId>
        <SignedWaiverFileName>string</SignedWaiverFileName>
        <WaiverName>string</WaiverName>
        <WaiverFileName>string</WaiverFileName>
        <SignedFor>int</SignedFor>
        <SignedForName>string</SignedForName>
        <ExpiryDate>dateTime</ExpiryDate>
        <IsActive>boolean</IsActive>
        <DeactivatedBy>int</DeactivatedBy>
        <DeactivationDate>dateTime</DeactivationDate>
        <DeactivationApprovedBy>int</DeactivationApprovedBy>
        <Guid>string</Guid>
        <SynchStatus>boolean</SynchStatus>
        <MasterEntityId>int</MasterEntityId>
        <CreatedBy>string</CreatedBy>
        <CreationDate>dateTime</CreationDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <SiteId>int</SiteId>
        <WaiverSignedImageList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomerContentForWaiverDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SignedBy>int</SignedBy>
        <SignedByName>string</SignedByName>
        <SignedDate>dateTime</SignedDate>
        <WaiverCode>string</WaiverCode>
        <WaiverSetId>int</WaiverSetId>
        <WaiverSetDescription>string</WaiverSetDescription>
        <SignedWaiverFileContentInBase64Format>string</SignedWaiverFileContentInBase64Format>
        <GuardianId>int</GuardianId>
        <IsChanged>boolean</IsChanged>
      </CustomerSignedWaiverDTO>
      <CustomerSignedWaiverDTO>
        <CustomerSignedWaiverId>int</CustomerSignedWaiverId>
        <CustomerSignedWaiverHeaderId>int</CustomerSignedWaiverHeaderId>
        <WaiverSetDetailId>int</WaiverSetDetailId>
        <SignedWaiverFileName>string</SignedWaiverFileName>
        <WaiverName>string</WaiverName>
        <WaiverFileName>string</WaiverFileName>
        <SignedFor>int</SignedFor>
        <SignedForName>string</SignedForName>
        <ExpiryDate>dateTime</ExpiryDate>
        <IsActive>boolean</IsActive>
        <DeactivatedBy>int</DeactivatedBy>
        <DeactivationDate>dateTime</DeactivationDate>
        <DeactivationApprovedBy>int</DeactivationApprovedBy>
        <Guid>string</Guid>
        <SynchStatus>boolean</SynchStatus>
        <MasterEntityId>int</MasterEntityId>
        <CreatedBy>string</CreatedBy>
        <CreationDate>dateTime</CreationDate>
        <LastUpdatedBy>string</LastUpdatedBy>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <SiteId>int</SiteId>
        <WaiverSignedImageList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomerContentForWaiverDTOList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SignedBy>int</SignedBy>
        <SignedByName>string</SignedByName>
        <SignedDate>dateTime</SignedDate>
        <WaiverCode>string</WaiverCode>
        <WaiverSetId>int</WaiverSetId>
        <WaiverSetDescription>string</WaiverSetDescription>
        <SignedWaiverFileContentInBase64Format>string</SignedWaiverFileContentInBase64Format>
        <GuardianId>int</GuardianId>
        <IsChanged>boolean</IsChanged>
      </CustomerSignedWaiverDTO>
    </CustomerSignedWaiverDTOList>
    <ActiveCampaignCustomerInfoDTOList>
      <ActiveCampaignCustomerInfoDTO>
        <CustomerId>int</CustomerId>
        <LastPurchasedDate>dateTime</LastPurchasedDate>
        <Product>string</Product>
        <CountOfPurchases>int</CountOfPurchases>
        <SiteId>int</SiteId>
        <ActivityType>string</ActivityType>
      </ActiveCampaignCustomerInfoDTO>
      <ActiveCampaignCustomerInfoDTO>
        <CustomerId>int</CustomerId>
        <LastPurchasedDate>dateTime</LastPurchasedDate>
        <Product>string</Product>
        <CountOfPurchases>int</CountOfPurchases>
        <SiteId>int</SiteId>
        <ActivityType>string</ActivityType>
      </ActiveCampaignCustomerInfoDTO>
    </ActiveCampaignCustomerInfoDTOList>
    <LastVisitedDate>dateTime</LastVisitedDate>
  </CustomerDTO>
</ArrayOfCustomerDTO>