CustomerServices
Click here for a complete list of operations.
Login
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /CustomerServices.asmx HTTP/1.1 Host: onlinesubscription.adventureparkusa.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://semnox.com/Login" <?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> <Login xmlns="http://semnox.com/"> <customerParams> <CardNumber>string</CardNumber> <VerificationCode>string</VerificationCode> <LoginId>string</LoginId> <UserName>string</UserName> <FirstName>string</FirstName> <MiddleName>string</MiddleName> <LastName>string</LastName> <Email>string</Email> <Phone>string</Phone> <PhoneExact>string</PhoneExact> <SiteId>int</SiteId> <Password>string</Password> <SetRoamingCustomer>boolean</SetRoamingCustomer> <SearchCriteriaMethod>string</SearchCriteriaMethod> <CustomerId>int</CustomerId> <CustomerIdFrom>int</CustomerIdFrom> <CustomerIdTo>int</CustomerIdTo> <OrderBylastUpdatedDate>boolean</OrderBylastUpdatedDate> <OrderByUsername>boolean</OrderByUsername> <NewPassword>string</NewPassword> <Token>string</Token> <LastErrorMessage>string</LastErrorMessage> <UniqueId>string</UniqueId> </customerParams> </Login> </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> <LoginResponse xmlns="http://semnox.com/"> <LoginResult> <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 xsi:nil="true" /> <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 xsi:nil="true" /> <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 xsi:nil="true" /> <ContactDTO xsi:nil="true" /> </ContactDTOList> <AddressDTOList> <AddressDTO xsi:nil="true" /> <AddressDTO xsi:nil="true" /> </AddressDTOList> <ProfileContentHistoryDTOList> <ProfileContentHistoryDTO xsi:nil="true" /> <ProfileContentHistoryDTO xsi:nil="true" /> </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 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> <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 xsi:nil="true" /> <CustomDataDTO xsi:nil="true" /> </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 xsi:nil="true" /> <AccountCreditPlusDTOList xsi:nil="true" /> <AccountGameDTOList xsi:nil="true" /> <AccountRelationshipDTOList xsi:nil="true" /> <RefundAccountGameDTOList xsi:nil="true" /> <RefundAccountCreditPlusDTOList xsi:nil="true" /> <GamePlayDTOList xsi:nil="true" /> <AccountActivityDTOList xsi:nil="true" /> <AccountSummaryDTO xsi:nil="true" /> <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 xsi:nil="true" /> <AccountCreditPlusDTOList xsi:nil="true" /> <AccountGameDTOList xsi:nil="true" /> <AccountRelationshipDTOList xsi:nil="true" /> <RefundAccountGameDTOList xsi:nil="true" /> <RefundAccountCreditPlusDTOList xsi:nil="true" /> <GamePlayDTOList xsi:nil="true" /> <AccountActivityDTOList xsi:nil="true" /> <AccountSummaryDTO xsi:nil="true" /> <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 xsi:nil="true" /> <CustomerContentForWaiverDTOList xsi:nil="true" /> <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 xsi:nil="true" /> <CustomerContentForWaiverDTOList xsi:nil="true" /> <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> </LoginResult> </LoginResponse> </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> <Login xmlns="http://semnox.com/"> <customerParams> <CardNumber>string</CardNumber> <VerificationCode>string</VerificationCode> <LoginId>string</LoginId> <UserName>string</UserName> <FirstName>string</FirstName> <MiddleName>string</MiddleName> <LastName>string</LastName> <Email>string</Email> <Phone>string</Phone> <PhoneExact>string</PhoneExact> <SiteId>int</SiteId> <Password>string</Password> <SetRoamingCustomer>boolean</SetRoamingCustomer> <SearchCriteriaMethod>string</SearchCriteriaMethod> <CustomerId>int</CustomerId> <CustomerIdFrom>int</CustomerIdFrom> <CustomerIdTo>int</CustomerIdTo> <OrderBylastUpdatedDate>boolean</OrderBylastUpdatedDate> <OrderByUsername>boolean</OrderByUsername> <NewPassword>string</NewPassword> <Token>string</Token> <LastErrorMessage>string</LastErrorMessage> <UniqueId>string</UniqueId> </customerParams> </Login> </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> <LoginResponse xmlns="http://semnox.com/"> <LoginResult> <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 xsi:nil="true" /> <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 xsi:nil="true" /> <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 xsi:nil="true" /> <ContactDTO xsi:nil="true" /> </ContactDTOList> <AddressDTOList> <AddressDTO xsi:nil="true" /> <AddressDTO xsi:nil="true" /> </AddressDTOList> <ProfileContentHistoryDTOList> <ProfileContentHistoryDTO xsi:nil="true" /> <ProfileContentHistoryDTO xsi:nil="true" /> </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 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> <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 xsi:nil="true" /> <CustomDataDTO xsi:nil="true" /> </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 xsi:nil="true" /> <AccountCreditPlusDTOList xsi:nil="true" /> <AccountGameDTOList xsi:nil="true" /> <AccountRelationshipDTOList xsi:nil="true" /> <RefundAccountGameDTOList xsi:nil="true" /> <RefundAccountCreditPlusDTOList xsi:nil="true" /> <GamePlayDTOList xsi:nil="true" /> <AccountActivityDTOList xsi:nil="true" /> <AccountSummaryDTO xsi:nil="true" /> <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 xsi:nil="true" /> <AccountCreditPlusDTOList xsi:nil="true" /> <AccountGameDTOList xsi:nil="true" /> <AccountRelationshipDTOList xsi:nil="true" /> <RefundAccountGameDTOList xsi:nil="true" /> <RefundAccountCreditPlusDTOList xsi:nil="true" /> <GamePlayDTOList xsi:nil="true" /> <AccountActivityDTOList xsi:nil="true" /> <AccountSummaryDTO xsi:nil="true" /> <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 xsi:nil="true" /> <CustomerContentForWaiverDTOList xsi:nil="true" /> <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 xsi:nil="true" /> <CustomerContentForWaiverDTOList xsi:nil="true" /> <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> </LoginResult> </LoginResponse> </soap12:Body> </soap12:Envelope>