CardServices
Click here for a complete list of operations.
CheckBalance
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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 /CardServices.asmx HTTP/1.1 Host: onlinesubscription.adventureparkusa.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://semnox.com/CheckBalance" <?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> <CheckBalance xmlns="http://semnox.com/"> <tagNumber>string</tagNumber> </CheckBalance> </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> <CheckBalanceResponse xmlns="http://semnox.com/"> <CheckBalanceResult> <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> <AccountDiscountDTO> <AccountDiscountId>int</AccountDiscountId> <AccountId>int</AccountId> <DiscountId>int</DiscountId> <ExpiryDate>dateTime</ExpiryDate> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedUser>string</LastUpdatedUser> <LastUpdatedDate>dateTime</LastUpdatedDate> <InternetKey>int</InternetKey> <AccountTypeId>int</AccountTypeId> <TransactionId>int</TransactionId> <LineId>int</LineId> <TaskId>int</TaskId> <IsActive>boolean</IsActive> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <Guid>string</Guid> <ExpireWithMembership>string</ExpireWithMembership> <ValidityStatus>Valid or Hold</ValidityStatus> <MembershipRewardsId>int</MembershipRewardsId> <MembershipId>int</MembershipId> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> <IsChanged>boolean</IsChanged> </AccountDiscountDTO> <AccountDiscountDTO> <AccountDiscountId>int</AccountDiscountId> <AccountId>int</AccountId> <DiscountId>int</DiscountId> <ExpiryDate>dateTime</ExpiryDate> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedUser>string</LastUpdatedUser> <LastUpdatedDate>dateTime</LastUpdatedDate> <InternetKey>int</InternetKey> <AccountTypeId>int</AccountTypeId> <TransactionId>int</TransactionId> <LineId>int</LineId> <TaskId>int</TaskId> <IsActive>boolean</IsActive> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <Guid>string</Guid> <ExpireWithMembership>string</ExpireWithMembership> <ValidityStatus>Valid or Hold</ValidityStatus> <MembershipRewardsId>int</MembershipRewardsId> <MembershipId>int</MembershipId> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> <IsChanged>boolean</IsChanged> </AccountDiscountDTO> </AccountDiscountDTOList> <AccountCreditPlusDTOList> <AccountCreditPlusDTO> <AccountCreditPlusId>int</AccountCreditPlusId> <AccountId>int</AccountId> <CreditPlusType>CARD_BALANCE or LOYALTY_POINT or TICKET or GAME_PLAY_CREDIT or COUNTER_ITEM or GAME_PLAY_BONUS or TIME or VIRTUAL_POINT or USER_DEFINED_LICENSE_TYPE_D or USER_DEFINED_LICENSE_TYPE_E or USER_DEFINED_LICENSE_TYPE_F or USER_DEFINED_LICENSE_TYPE_H or USER_DEFINED_LICENSE_TYPE_I or USER_DEFINED_LICENSE_TYPE_J or USER_DEFINED_LICENSE_TYPE_K or USER_DEFINED_LICENSE_TYPE_N or USER_DEFINED_LICENSE_TYPE_O or USER_DEFINED_LICENSE_TYPE_Q or USER_DEFINED_LICENSE_TYPE_R or USER_DEFINED_LICENSE_TYPE_S or USER_DEFINED_LICENSE_TYPE_U or USER_DEFINED_LICENSE_TYPE_W or USER_DEFINED_LICENSE_TYPE_X or USER_DEFINED_LICENSE_TYPE_Y or USER_DEFINED_LICENSE_TYPE_Z</CreditPlusType> <CreditPlus>decimal</CreditPlus> <CreditPlusBalance>decimal</CreditPlusBalance> <PeriodFrom>dateTime</PeriodFrom> <PeriodTo>dateTime</PeriodTo> <ExtendOnReload>boolean</ExtendOnReload> <Refundable>boolean</Refundable> <TimeFrom>decimal</TimeFrom> <TimeTo>decimal</TimeTo> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <TicketAllowed>boolean</TicketAllowed> <PauseAllowed>boolean</PauseAllowed> <Remarks>string</Remarks> <ExpireWithMembership>boolean</ExpireWithMembership> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <NumberOfDays>int</NumberOfDays> <MinimumSaleAmount>decimal</MinimumSaleAmount> <LoyaltyRuleId>int</LoyaltyRuleId> <PlayStartTime>dateTime</PlayStartTime> <ValidityStatus>Valid or Hold</ValidityStatus> <ForMembershipOnly>boolean</ForMembershipOnly> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <AccountCreditPlusConsumptionDTOList xsi:nil="true" /> <AccountCreditPlusPurchaseCriteriaDTOList xsi:nil="true" /> <EntityOverrideDatesDTOList xsi:nil="true" /> <IsChanged>boolean</IsChanged> <SourceCreditPlusId>int</SourceCreditPlusId> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> </AccountCreditPlusDTO> <AccountCreditPlusDTO> <AccountCreditPlusId>int</AccountCreditPlusId> <AccountId>int</AccountId> <CreditPlusType>CARD_BALANCE or LOYALTY_POINT or TICKET or GAME_PLAY_CREDIT or COUNTER_ITEM or GAME_PLAY_BONUS or TIME or VIRTUAL_POINT or USER_DEFINED_LICENSE_TYPE_D or USER_DEFINED_LICENSE_TYPE_E or USER_DEFINED_LICENSE_TYPE_F or USER_DEFINED_LICENSE_TYPE_H or USER_DEFINED_LICENSE_TYPE_I or USER_DEFINED_LICENSE_TYPE_J or USER_DEFINED_LICENSE_TYPE_K or USER_DEFINED_LICENSE_TYPE_N or USER_DEFINED_LICENSE_TYPE_O or USER_DEFINED_LICENSE_TYPE_Q or USER_DEFINED_LICENSE_TYPE_R or USER_DEFINED_LICENSE_TYPE_S or USER_DEFINED_LICENSE_TYPE_U or USER_DEFINED_LICENSE_TYPE_W or USER_DEFINED_LICENSE_TYPE_X or USER_DEFINED_LICENSE_TYPE_Y or USER_DEFINED_LICENSE_TYPE_Z</CreditPlusType> <CreditPlus>decimal</CreditPlus> <CreditPlusBalance>decimal</CreditPlusBalance> <PeriodFrom>dateTime</PeriodFrom> <PeriodTo>dateTime</PeriodTo> <ExtendOnReload>boolean</ExtendOnReload> <Refundable>boolean</Refundable> <TimeFrom>decimal</TimeFrom> <TimeTo>decimal</TimeTo> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <TicketAllowed>boolean</TicketAllowed> <PauseAllowed>boolean</PauseAllowed> <Remarks>string</Remarks> <ExpireWithMembership>boolean</ExpireWithMembership> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <NumberOfDays>int</NumberOfDays> <MinimumSaleAmount>decimal</MinimumSaleAmount> <LoyaltyRuleId>int</LoyaltyRuleId> <PlayStartTime>dateTime</PlayStartTime> <ValidityStatus>Valid or Hold</ValidityStatus> <ForMembershipOnly>boolean</ForMembershipOnly> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <AccountCreditPlusConsumptionDTOList xsi:nil="true" /> <AccountCreditPlusPurchaseCriteriaDTOList xsi:nil="true" /> <EntityOverrideDatesDTOList xsi:nil="true" /> <IsChanged>boolean</IsChanged> <SourceCreditPlusId>int</SourceCreditPlusId> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> </AccountCreditPlusDTO> </AccountCreditPlusDTOList> <AccountGameDTOList> <AccountGameDTO> <AccountGameId>int</AccountGameId> <GameProfileId>int</GameProfileId> <GameId>int</GameId> <Quantity>decimal</Quantity> <Frequency>string</Frequency> <BalanceGames>int</BalanceGames> <LastPlayedTime>dateTime</LastPlayedTime> <FromDate>dateTime</FromDate> <ExpiryDate>dateTime</ExpiryDate> <EntitlementType>string</EntitlementType> <TicketAllowed>boolean</TicketAllowed> <OptionalAttribute>string</OptionalAttribute> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <ExpireWithMembership>boolean</ExpireWithMembership> <ValidityStatus>Valid or Hold</ValidityStatus> <AccountId>int</AccountId> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <CustomDataSetId>int</CustomDataSetId> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <AccountGameExtendedDTOList xsi:nil="true" /> <EntityOverrideDatesDTOList xsi:nil="true" /> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> <IsChanged>boolean</IsChanged> </AccountGameDTO> <AccountGameDTO> <AccountGameId>int</AccountGameId> <GameProfileId>int</GameProfileId> <GameId>int</GameId> <Quantity>decimal</Quantity> <Frequency>string</Frequency> <BalanceGames>int</BalanceGames> <LastPlayedTime>dateTime</LastPlayedTime> <FromDate>dateTime</FromDate> <ExpiryDate>dateTime</ExpiryDate> <EntitlementType>string</EntitlementType> <TicketAllowed>boolean</TicketAllowed> <OptionalAttribute>string</OptionalAttribute> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <ExpireWithMembership>boolean</ExpireWithMembership> <ValidityStatus>Valid or Hold</ValidityStatus> <AccountId>int</AccountId> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <CustomDataSetId>int</CustomDataSetId> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <AccountGameExtendedDTOList xsi:nil="true" /> <EntityOverrideDatesDTOList xsi:nil="true" /> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> <IsChanged>boolean</IsChanged> </AccountGameDTO> </AccountGameDTOList> <AccountRelationshipDTOList> <AccountRelationshipDTO> <AccountRelationshipId>int</AccountRelationshipId> <AccountId>int</AccountId> <RelatedAccountId>int</RelatedAccountId> <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> <IsChanged>boolean</IsChanged> </AccountRelationshipDTO> <AccountRelationshipDTO> <AccountRelationshipId>int</AccountRelationshipId> <AccountId>int</AccountId> <RelatedAccountId>int</RelatedAccountId> <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> <IsChanged>boolean</IsChanged> </AccountRelationshipDTO> </AccountRelationshipDTOList> <RefundAccountGameDTOList> <AccountGameDTO> <AccountGameId>int</AccountGameId> <GameProfileId>int</GameProfileId> <GameId>int</GameId> <Quantity>decimal</Quantity> <Frequency>string</Frequency> <BalanceGames>int</BalanceGames> <LastPlayedTime>dateTime</LastPlayedTime> <FromDate>dateTime</FromDate> <ExpiryDate>dateTime</ExpiryDate> <EntitlementType>string</EntitlementType> <TicketAllowed>boolean</TicketAllowed> <OptionalAttribute>string</OptionalAttribute> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <ExpireWithMembership>boolean</ExpireWithMembership> <ValidityStatus>Valid or Hold</ValidityStatus> <AccountId>int</AccountId> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <CustomDataSetId>int</CustomDataSetId> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <AccountGameExtendedDTOList xsi:nil="true" /> <EntityOverrideDatesDTOList xsi:nil="true" /> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> <IsChanged>boolean</IsChanged> </AccountGameDTO> <AccountGameDTO> <AccountGameId>int</AccountGameId> <GameProfileId>int</GameProfileId> <GameId>int</GameId> <Quantity>decimal</Quantity> <Frequency>string</Frequency> <BalanceGames>int</BalanceGames> <LastPlayedTime>dateTime</LastPlayedTime> <FromDate>dateTime</FromDate> <ExpiryDate>dateTime</ExpiryDate> <EntitlementType>string</EntitlementType> <TicketAllowed>boolean</TicketAllowed> <OptionalAttribute>string</OptionalAttribute> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <ExpireWithMembership>boolean</ExpireWithMembership> <ValidityStatus>Valid or Hold</ValidityStatus> <AccountId>int</AccountId> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <CustomDataSetId>int</CustomDataSetId> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <AccountGameExtendedDTOList xsi:nil="true" /> <EntityOverrideDatesDTOList xsi:nil="true" /> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> <IsChanged>boolean</IsChanged> </AccountGameDTO> </RefundAccountGameDTOList> <RefundAccountCreditPlusDTOList> <AccountCreditPlusDTO> <AccountCreditPlusId>int</AccountCreditPlusId> <AccountId>int</AccountId> <CreditPlusType>CARD_BALANCE or LOYALTY_POINT or TICKET or GAME_PLAY_CREDIT or COUNTER_ITEM or GAME_PLAY_BONUS or TIME or VIRTUAL_POINT or USER_DEFINED_LICENSE_TYPE_D or USER_DEFINED_LICENSE_TYPE_E or USER_DEFINED_LICENSE_TYPE_F or USER_DEFINED_LICENSE_TYPE_H or USER_DEFINED_LICENSE_TYPE_I or USER_DEFINED_LICENSE_TYPE_J or USER_DEFINED_LICENSE_TYPE_K or USER_DEFINED_LICENSE_TYPE_N or USER_DEFINED_LICENSE_TYPE_O or USER_DEFINED_LICENSE_TYPE_Q or USER_DEFINED_LICENSE_TYPE_R or USER_DEFINED_LICENSE_TYPE_S or USER_DEFINED_LICENSE_TYPE_U or USER_DEFINED_LICENSE_TYPE_W or USER_DEFINED_LICENSE_TYPE_X or USER_DEFINED_LICENSE_TYPE_Y or USER_DEFINED_LICENSE_TYPE_Z</CreditPlusType> <CreditPlus>decimal</CreditPlus> <CreditPlusBalance>decimal</CreditPlusBalance> <PeriodFrom>dateTime</PeriodFrom> <PeriodTo>dateTime</PeriodTo> <ExtendOnReload>boolean</ExtendOnReload> <Refundable>boolean</Refundable> <TimeFrom>decimal</TimeFrom> <TimeTo>decimal</TimeTo> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <TicketAllowed>boolean</TicketAllowed> <PauseAllowed>boolean</PauseAllowed> <Remarks>string</Remarks> <ExpireWithMembership>boolean</ExpireWithMembership> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <NumberOfDays>int</NumberOfDays> <MinimumSaleAmount>decimal</MinimumSaleAmount> <LoyaltyRuleId>int</LoyaltyRuleId> <PlayStartTime>dateTime</PlayStartTime> <ValidityStatus>Valid or Hold</ValidityStatus> <ForMembershipOnly>boolean</ForMembershipOnly> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <AccountCreditPlusConsumptionDTOList xsi:nil="true" /> <AccountCreditPlusPurchaseCriteriaDTOList xsi:nil="true" /> <EntityOverrideDatesDTOList xsi:nil="true" /> <IsChanged>boolean</IsChanged> <SourceCreditPlusId>int</SourceCreditPlusId> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> </AccountCreditPlusDTO> <AccountCreditPlusDTO> <AccountCreditPlusId>int</AccountCreditPlusId> <AccountId>int</AccountId> <CreditPlusType>CARD_BALANCE or LOYALTY_POINT or TICKET or GAME_PLAY_CREDIT or COUNTER_ITEM or GAME_PLAY_BONUS or TIME or VIRTUAL_POINT or USER_DEFINED_LICENSE_TYPE_D or USER_DEFINED_LICENSE_TYPE_E or USER_DEFINED_LICENSE_TYPE_F or USER_DEFINED_LICENSE_TYPE_H or USER_DEFINED_LICENSE_TYPE_I or USER_DEFINED_LICENSE_TYPE_J or USER_DEFINED_LICENSE_TYPE_K or USER_DEFINED_LICENSE_TYPE_N or USER_DEFINED_LICENSE_TYPE_O or USER_DEFINED_LICENSE_TYPE_Q or USER_DEFINED_LICENSE_TYPE_R or USER_DEFINED_LICENSE_TYPE_S or USER_DEFINED_LICENSE_TYPE_U or USER_DEFINED_LICENSE_TYPE_W or USER_DEFINED_LICENSE_TYPE_X or USER_DEFINED_LICENSE_TYPE_Y or USER_DEFINED_LICENSE_TYPE_Z</CreditPlusType> <CreditPlus>decimal</CreditPlus> <CreditPlusBalance>decimal</CreditPlusBalance> <PeriodFrom>dateTime</PeriodFrom> <PeriodTo>dateTime</PeriodTo> <ExtendOnReload>boolean</ExtendOnReload> <Refundable>boolean</Refundable> <TimeFrom>decimal</TimeFrom> <TimeTo>decimal</TimeTo> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <TicketAllowed>boolean</TicketAllowed> <PauseAllowed>boolean</PauseAllowed> <Remarks>string</Remarks> <ExpireWithMembership>boolean</ExpireWithMembership> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <NumberOfDays>int</NumberOfDays> <MinimumSaleAmount>decimal</MinimumSaleAmount> <LoyaltyRuleId>int</LoyaltyRuleId> <PlayStartTime>dateTime</PlayStartTime> <ValidityStatus>Valid or Hold</ValidityStatus> <ForMembershipOnly>boolean</ForMembershipOnly> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <AccountCreditPlusConsumptionDTOList xsi:nil="true" /> <AccountCreditPlusPurchaseCriteriaDTOList xsi:nil="true" /> <EntityOverrideDatesDTOList xsi:nil="true" /> <IsChanged>boolean</IsChanged> <SourceCreditPlusId>int</SourceCreditPlusId> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> </AccountCreditPlusDTO> </RefundAccountCreditPlusDTOList> <GamePlayDTOList> <GamePlayDTO> <GameplayId>int</GameplayId> <MachineId>int</MachineId> <CardId>int</CardId> <CardNumber>string</CardNumber> <Credits>double</Credits> <Courtesy>double</Courtesy> <Bonus>double</Bonus> <Time>double</Time> <PlayDate>dateTime</PlayDate> <Notes>string</Notes> <TicketCount>int</TicketCount> <TicketMode>string</TicketMode> <Guid>string</Guid> <SiteId>int</SiteId> <SynchStatus>boolean</SynchStatus> <CardGame>double</CardGame> <CPCardBalance>double</CPCardBalance> <CPCredits>double</CPCredits> <CPBonus>double</CPBonus> <CardGameId>int</CardGameId> <PayoutCost>double</PayoutCost> <MasterEntityId>int</MasterEntityId> <GamePlayInfoDTOList xsi:nil="true" /> <LastUpdatedDate>dateTime</LastUpdatedDate> <LastUpdatedBy>string</LastUpdatedBy> <PromotionId>int</PromotionId> <PlayRequestTime>dateTime</PlayRequestTime> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <Game>string</Game> <Machine>string</Machine> <ETickets>double</ETickets> <ManualTickets>double</ManualTickets> <TicketEaterTickets>double</TicketEaterTickets> <Mode>string</Mode> <Site>string</Site> <TaskId>int</TaskId> <ExternalSystemReference>string</ExternalSystemReference> <IsChanged>boolean</IsChanged> </GamePlayDTO> <GamePlayDTO> <GameplayId>int</GameplayId> <MachineId>int</MachineId> <CardId>int</CardId> <CardNumber>string</CardNumber> <Credits>double</Credits> <Courtesy>double</Courtesy> <Bonus>double</Bonus> <Time>double</Time> <PlayDate>dateTime</PlayDate> <Notes>string</Notes> <TicketCount>int</TicketCount> <TicketMode>string</TicketMode> <Guid>string</Guid> <SiteId>int</SiteId> <SynchStatus>boolean</SynchStatus> <CardGame>double</CardGame> <CPCardBalance>double</CPCardBalance> <CPCredits>double</CPCredits> <CPBonus>double</CPBonus> <CardGameId>int</CardGameId> <PayoutCost>double</PayoutCost> <MasterEntityId>int</MasterEntityId> <GamePlayInfoDTOList xsi:nil="true" /> <LastUpdatedDate>dateTime</LastUpdatedDate> <LastUpdatedBy>string</LastUpdatedBy> <PromotionId>int</PromotionId> <PlayRequestTime>dateTime</PlayRequestTime> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <Game>string</Game> <Machine>string</Machine> <ETickets>double</ETickets> <ManualTickets>double</ManualTickets> <TicketEaterTickets>double</TicketEaterTickets> <Mode>string</Mode> <Site>string</Site> <TaskId>int</TaskId> <ExternalSystemReference>string</ExternalSystemReference> <IsChanged>boolean</IsChanged> </GamePlayDTO> </GamePlayDTOList> <AccountActivityDTOList> <AccountActivityDTO> <AccountId>int</AccountId> <Date>dateTime</Date> <Product>string</Product> <Amount>decimal</Amount> <Credits>decimal</Credits> <Courtesy>decimal</Courtesy> <Bonus>decimal</Bonus> <Time>decimal</Time> <Tokens>decimal</Tokens> <Tickets>int</Tickets> <LoyaltyPoints>decimal</LoyaltyPoints> <VirtualPoints>decimal</VirtualPoints> <Site>string</Site> <POS>string</POS> <UserName>string</UserName> <Quantity>decimal</Quantity> <Price>decimal</Price> <RefId>int</RefId> <RowNumber>int</RowNumber> <ActivityType>string</ActivityType> <PlayCredits>decimal</PlayCredits> <CounterItems>decimal</CounterItems> </AccountActivityDTO> <AccountActivityDTO> <AccountId>int</AccountId> <Date>dateTime</Date> <Product>string</Product> <Amount>decimal</Amount> <Credits>decimal</Credits> <Courtesy>decimal</Courtesy> <Bonus>decimal</Bonus> <Time>decimal</Time> <Tokens>decimal</Tokens> <Tickets>int</Tickets> <LoyaltyPoints>decimal</LoyaltyPoints> <VirtualPoints>decimal</VirtualPoints> <Site>string</Site> <POS>string</POS> <UserName>string</UserName> <Quantity>decimal</Quantity> <Price>decimal</Price> <RefId>int</RefId> <RowNumber>int</RowNumber> <ActivityType>string</ActivityType> <PlayCredits>decimal</PlayCredits> <CounterItems>decimal</CounterItems> </AccountActivityDTO> </AccountActivityDTOList> <AccountSummaryDTO> <CreditPlusCardBalance>decimal</CreditPlusCardBalance> <CreditPlusGamePlayCredits>decimal</CreditPlusGamePlayCredits> <CreditPlusItemPurchase>decimal</CreditPlusItemPurchase> <CreditPlusBonus>decimal</CreditPlusBonus> <CreditPlusLoyaltyPoints>decimal</CreditPlusLoyaltyPoints> <CreditPlusTickets>decimal</CreditPlusTickets> <CreditPlusVirtualPoints>decimal</CreditPlusVirtualPoints> <CreditPlusTime>decimal</CreditPlusTime> <CreditPlusRefundableBalance>decimal</CreditPlusRefundableBalance> <RedeemableCreditPlusLoyaltyPoints>decimal</RedeemableCreditPlusLoyaltyPoints> <AccountGameBalance>int</AccountGameBalance> <TotalGamePlayCreditsBalance>decimal</TotalGamePlayCreditsBalance> <TotalBonusBalance>decimal</TotalBonusBalance> <TotalCourtesyBalance>decimal</TotalCourtesyBalance> <TotalTimeBalance>decimal</TotalTimeBalance> <TotalVirtualPointBalance>decimal</TotalVirtualPointBalance> <TotalGamesBalance>decimal</TotalGamesBalance> <TotalTicketsBalance>decimal</TotalTicketsBalance> <TotalLoyaltyPointBalance>decimal</TotalLoyaltyPointBalance> <AccountExpiryDate>dateTime</AccountExpiryDate> <FormattedCreditPlusCardBalance>string</FormattedCreditPlusCardBalance> <FormattedCreditPlusVirtualPointBalance>string</FormattedCreditPlusVirtualPointBalance> <FormattedCreditPlusGamePlayCredits>string</FormattedCreditPlusGamePlayCredits> <FormattedCreditPlusItemPurchase>string</FormattedCreditPlusItemPurchase> <FormattedCreditPlusBonus>string</FormattedCreditPlusBonus> <FormattedCreditPlusLoyaltyPoints>string</FormattedCreditPlusLoyaltyPoints> <FormattedCreditPlusTickets>string</FormattedCreditPlusTickets> <FormattedCreditPlusTime>string</FormattedCreditPlusTime> <FormattedCreditPlusRefundableBalance>string</FormattedCreditPlusRefundableBalance> <FormattedRedeemableCreditPlusLoyaltyPoints>string</FormattedRedeemableCreditPlusLoyaltyPoints> <FormattedTotalGamePlayCreditsBalance>string</FormattedTotalGamePlayCreditsBalance> <FormattedTotalBonusBalance>string</FormattedTotalBonusBalance> <FormattedTotalCourtesyBalance>string</FormattedTotalCourtesyBalance> <FormattedTotalTimeBalance>string</FormattedTotalTimeBalance> <FormattedTotalGamesBalance>string</FormattedTotalGamesBalance> <FormattedTotalTicketsBalance>string</FormattedTotalTicketsBalance> <FormattedTotalLoyaltyPointBalance>string</FormattedTotalLoyaltyPointBalance> <FormattedAccountExpiryDate>string</FormattedAccountExpiryDate> </AccountSummaryDTO> <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> </CheckBalanceResult> </CheckBalanceResponse> </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 /CardServices.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> <CheckBalance xmlns="http://semnox.com/"> <tagNumber>string</tagNumber> </CheckBalance> </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> <CheckBalanceResponse xmlns="http://semnox.com/"> <CheckBalanceResult> <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> <AccountDiscountDTO> <AccountDiscountId>int</AccountDiscountId> <AccountId>int</AccountId> <DiscountId>int</DiscountId> <ExpiryDate>dateTime</ExpiryDate> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedUser>string</LastUpdatedUser> <LastUpdatedDate>dateTime</LastUpdatedDate> <InternetKey>int</InternetKey> <AccountTypeId>int</AccountTypeId> <TransactionId>int</TransactionId> <LineId>int</LineId> <TaskId>int</TaskId> <IsActive>boolean</IsActive> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <Guid>string</Guid> <ExpireWithMembership>string</ExpireWithMembership> <ValidityStatus>Valid or Hold</ValidityStatus> <MembershipRewardsId>int</MembershipRewardsId> <MembershipId>int</MembershipId> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> <IsChanged>boolean</IsChanged> </AccountDiscountDTO> <AccountDiscountDTO> <AccountDiscountId>int</AccountDiscountId> <AccountId>int</AccountId> <DiscountId>int</DiscountId> <ExpiryDate>dateTime</ExpiryDate> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedUser>string</LastUpdatedUser> <LastUpdatedDate>dateTime</LastUpdatedDate> <InternetKey>int</InternetKey> <AccountTypeId>int</AccountTypeId> <TransactionId>int</TransactionId> <LineId>int</LineId> <TaskId>int</TaskId> <IsActive>boolean</IsActive> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <Guid>string</Guid> <ExpireWithMembership>string</ExpireWithMembership> <ValidityStatus>Valid or Hold</ValidityStatus> <MembershipRewardsId>int</MembershipRewardsId> <MembershipId>int</MembershipId> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> <IsChanged>boolean</IsChanged> </AccountDiscountDTO> </AccountDiscountDTOList> <AccountCreditPlusDTOList> <AccountCreditPlusDTO> <AccountCreditPlusId>int</AccountCreditPlusId> <AccountId>int</AccountId> <CreditPlusType>CARD_BALANCE or LOYALTY_POINT or TICKET or GAME_PLAY_CREDIT or COUNTER_ITEM or GAME_PLAY_BONUS or TIME or VIRTUAL_POINT or USER_DEFINED_LICENSE_TYPE_D or USER_DEFINED_LICENSE_TYPE_E or USER_DEFINED_LICENSE_TYPE_F or USER_DEFINED_LICENSE_TYPE_H or USER_DEFINED_LICENSE_TYPE_I or USER_DEFINED_LICENSE_TYPE_J or USER_DEFINED_LICENSE_TYPE_K or USER_DEFINED_LICENSE_TYPE_N or USER_DEFINED_LICENSE_TYPE_O or USER_DEFINED_LICENSE_TYPE_Q or USER_DEFINED_LICENSE_TYPE_R or USER_DEFINED_LICENSE_TYPE_S or USER_DEFINED_LICENSE_TYPE_U or USER_DEFINED_LICENSE_TYPE_W or USER_DEFINED_LICENSE_TYPE_X or USER_DEFINED_LICENSE_TYPE_Y or USER_DEFINED_LICENSE_TYPE_Z</CreditPlusType> <CreditPlus>decimal</CreditPlus> <CreditPlusBalance>decimal</CreditPlusBalance> <PeriodFrom>dateTime</PeriodFrom> <PeriodTo>dateTime</PeriodTo> <ExtendOnReload>boolean</ExtendOnReload> <Refundable>boolean</Refundable> <TimeFrom>decimal</TimeFrom> <TimeTo>decimal</TimeTo> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <TicketAllowed>boolean</TicketAllowed> <PauseAllowed>boolean</PauseAllowed> <Remarks>string</Remarks> <ExpireWithMembership>boolean</ExpireWithMembership> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <NumberOfDays>int</NumberOfDays> <MinimumSaleAmount>decimal</MinimumSaleAmount> <LoyaltyRuleId>int</LoyaltyRuleId> <PlayStartTime>dateTime</PlayStartTime> <ValidityStatus>Valid or Hold</ValidityStatus> <ForMembershipOnly>boolean</ForMembershipOnly> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <AccountCreditPlusConsumptionDTOList xsi:nil="true" /> <AccountCreditPlusPurchaseCriteriaDTOList xsi:nil="true" /> <EntityOverrideDatesDTOList xsi:nil="true" /> <IsChanged>boolean</IsChanged> <SourceCreditPlusId>int</SourceCreditPlusId> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> </AccountCreditPlusDTO> <AccountCreditPlusDTO> <AccountCreditPlusId>int</AccountCreditPlusId> <AccountId>int</AccountId> <CreditPlusType>CARD_BALANCE or LOYALTY_POINT or TICKET or GAME_PLAY_CREDIT or COUNTER_ITEM or GAME_PLAY_BONUS or TIME or VIRTUAL_POINT or USER_DEFINED_LICENSE_TYPE_D or USER_DEFINED_LICENSE_TYPE_E or USER_DEFINED_LICENSE_TYPE_F or USER_DEFINED_LICENSE_TYPE_H or USER_DEFINED_LICENSE_TYPE_I or USER_DEFINED_LICENSE_TYPE_J or USER_DEFINED_LICENSE_TYPE_K or USER_DEFINED_LICENSE_TYPE_N or USER_DEFINED_LICENSE_TYPE_O or USER_DEFINED_LICENSE_TYPE_Q or USER_DEFINED_LICENSE_TYPE_R or USER_DEFINED_LICENSE_TYPE_S or USER_DEFINED_LICENSE_TYPE_U or USER_DEFINED_LICENSE_TYPE_W or USER_DEFINED_LICENSE_TYPE_X or USER_DEFINED_LICENSE_TYPE_Y or USER_DEFINED_LICENSE_TYPE_Z</CreditPlusType> <CreditPlus>decimal</CreditPlus> <CreditPlusBalance>decimal</CreditPlusBalance> <PeriodFrom>dateTime</PeriodFrom> <PeriodTo>dateTime</PeriodTo> <ExtendOnReload>boolean</ExtendOnReload> <Refundable>boolean</Refundable> <TimeFrom>decimal</TimeFrom> <TimeTo>decimal</TimeTo> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <TicketAllowed>boolean</TicketAllowed> <PauseAllowed>boolean</PauseAllowed> <Remarks>string</Remarks> <ExpireWithMembership>boolean</ExpireWithMembership> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <NumberOfDays>int</NumberOfDays> <MinimumSaleAmount>decimal</MinimumSaleAmount> <LoyaltyRuleId>int</LoyaltyRuleId> <PlayStartTime>dateTime</PlayStartTime> <ValidityStatus>Valid or Hold</ValidityStatus> <ForMembershipOnly>boolean</ForMembershipOnly> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <AccountCreditPlusConsumptionDTOList xsi:nil="true" /> <AccountCreditPlusPurchaseCriteriaDTOList xsi:nil="true" /> <EntityOverrideDatesDTOList xsi:nil="true" /> <IsChanged>boolean</IsChanged> <SourceCreditPlusId>int</SourceCreditPlusId> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> </AccountCreditPlusDTO> </AccountCreditPlusDTOList> <AccountGameDTOList> <AccountGameDTO> <AccountGameId>int</AccountGameId> <GameProfileId>int</GameProfileId> <GameId>int</GameId> <Quantity>decimal</Quantity> <Frequency>string</Frequency> <BalanceGames>int</BalanceGames> <LastPlayedTime>dateTime</LastPlayedTime> <FromDate>dateTime</FromDate> <ExpiryDate>dateTime</ExpiryDate> <EntitlementType>string</EntitlementType> <TicketAllowed>boolean</TicketAllowed> <OptionalAttribute>string</OptionalAttribute> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <ExpireWithMembership>boolean</ExpireWithMembership> <ValidityStatus>Valid or Hold</ValidityStatus> <AccountId>int</AccountId> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <CustomDataSetId>int</CustomDataSetId> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <AccountGameExtendedDTOList xsi:nil="true" /> <EntityOverrideDatesDTOList xsi:nil="true" /> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> <IsChanged>boolean</IsChanged> </AccountGameDTO> <AccountGameDTO> <AccountGameId>int</AccountGameId> <GameProfileId>int</GameProfileId> <GameId>int</GameId> <Quantity>decimal</Quantity> <Frequency>string</Frequency> <BalanceGames>int</BalanceGames> <LastPlayedTime>dateTime</LastPlayedTime> <FromDate>dateTime</FromDate> <ExpiryDate>dateTime</ExpiryDate> <EntitlementType>string</EntitlementType> <TicketAllowed>boolean</TicketAllowed> <OptionalAttribute>string</OptionalAttribute> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <ExpireWithMembership>boolean</ExpireWithMembership> <ValidityStatus>Valid or Hold</ValidityStatus> <AccountId>int</AccountId> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <CustomDataSetId>int</CustomDataSetId> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <AccountGameExtendedDTOList xsi:nil="true" /> <EntityOverrideDatesDTOList xsi:nil="true" /> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> <IsChanged>boolean</IsChanged> </AccountGameDTO> </AccountGameDTOList> <AccountRelationshipDTOList> <AccountRelationshipDTO> <AccountRelationshipId>int</AccountRelationshipId> <AccountId>int</AccountId> <RelatedAccountId>int</RelatedAccountId> <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> <IsChanged>boolean</IsChanged> </AccountRelationshipDTO> <AccountRelationshipDTO> <AccountRelationshipId>int</AccountRelationshipId> <AccountId>int</AccountId> <RelatedAccountId>int</RelatedAccountId> <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> <IsChanged>boolean</IsChanged> </AccountRelationshipDTO> </AccountRelationshipDTOList> <RefundAccountGameDTOList> <AccountGameDTO> <AccountGameId>int</AccountGameId> <GameProfileId>int</GameProfileId> <GameId>int</GameId> <Quantity>decimal</Quantity> <Frequency>string</Frequency> <BalanceGames>int</BalanceGames> <LastPlayedTime>dateTime</LastPlayedTime> <FromDate>dateTime</FromDate> <ExpiryDate>dateTime</ExpiryDate> <EntitlementType>string</EntitlementType> <TicketAllowed>boolean</TicketAllowed> <OptionalAttribute>string</OptionalAttribute> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <ExpireWithMembership>boolean</ExpireWithMembership> <ValidityStatus>Valid or Hold</ValidityStatus> <AccountId>int</AccountId> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <CustomDataSetId>int</CustomDataSetId> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <AccountGameExtendedDTOList xsi:nil="true" /> <EntityOverrideDatesDTOList xsi:nil="true" /> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> <IsChanged>boolean</IsChanged> </AccountGameDTO> <AccountGameDTO> <AccountGameId>int</AccountGameId> <GameProfileId>int</GameProfileId> <GameId>int</GameId> <Quantity>decimal</Quantity> <Frequency>string</Frequency> <BalanceGames>int</BalanceGames> <LastPlayedTime>dateTime</LastPlayedTime> <FromDate>dateTime</FromDate> <ExpiryDate>dateTime</ExpiryDate> <EntitlementType>string</EntitlementType> <TicketAllowed>boolean</TicketAllowed> <OptionalAttribute>string</OptionalAttribute> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <ExpireWithMembership>boolean</ExpireWithMembership> <ValidityStatus>Valid or Hold</ValidityStatus> <AccountId>int</AccountId> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <CustomDataSetId>int</CustomDataSetId> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <AccountGameExtendedDTOList xsi:nil="true" /> <EntityOverrideDatesDTOList xsi:nil="true" /> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> <IsChanged>boolean</IsChanged> </AccountGameDTO> </RefundAccountGameDTOList> <RefundAccountCreditPlusDTOList> <AccountCreditPlusDTO> <AccountCreditPlusId>int</AccountCreditPlusId> <AccountId>int</AccountId> <CreditPlusType>CARD_BALANCE or LOYALTY_POINT or TICKET or GAME_PLAY_CREDIT or COUNTER_ITEM or GAME_PLAY_BONUS or TIME or VIRTUAL_POINT or USER_DEFINED_LICENSE_TYPE_D or USER_DEFINED_LICENSE_TYPE_E or USER_DEFINED_LICENSE_TYPE_F or USER_DEFINED_LICENSE_TYPE_H or USER_DEFINED_LICENSE_TYPE_I or USER_DEFINED_LICENSE_TYPE_J or USER_DEFINED_LICENSE_TYPE_K or USER_DEFINED_LICENSE_TYPE_N or USER_DEFINED_LICENSE_TYPE_O or USER_DEFINED_LICENSE_TYPE_Q or USER_DEFINED_LICENSE_TYPE_R or USER_DEFINED_LICENSE_TYPE_S or USER_DEFINED_LICENSE_TYPE_U or USER_DEFINED_LICENSE_TYPE_W or USER_DEFINED_LICENSE_TYPE_X or USER_DEFINED_LICENSE_TYPE_Y or USER_DEFINED_LICENSE_TYPE_Z</CreditPlusType> <CreditPlus>decimal</CreditPlus> <CreditPlusBalance>decimal</CreditPlusBalance> <PeriodFrom>dateTime</PeriodFrom> <PeriodTo>dateTime</PeriodTo> <ExtendOnReload>boolean</ExtendOnReload> <Refundable>boolean</Refundable> <TimeFrom>decimal</TimeFrom> <TimeTo>decimal</TimeTo> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <TicketAllowed>boolean</TicketAllowed> <PauseAllowed>boolean</PauseAllowed> <Remarks>string</Remarks> <ExpireWithMembership>boolean</ExpireWithMembership> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <NumberOfDays>int</NumberOfDays> <MinimumSaleAmount>decimal</MinimumSaleAmount> <LoyaltyRuleId>int</LoyaltyRuleId> <PlayStartTime>dateTime</PlayStartTime> <ValidityStatus>Valid or Hold</ValidityStatus> <ForMembershipOnly>boolean</ForMembershipOnly> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <AccountCreditPlusConsumptionDTOList xsi:nil="true" /> <AccountCreditPlusPurchaseCriteriaDTOList xsi:nil="true" /> <EntityOverrideDatesDTOList xsi:nil="true" /> <IsChanged>boolean</IsChanged> <SourceCreditPlusId>int</SourceCreditPlusId> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> </AccountCreditPlusDTO> <AccountCreditPlusDTO> <AccountCreditPlusId>int</AccountCreditPlusId> <AccountId>int</AccountId> <CreditPlusType>CARD_BALANCE or LOYALTY_POINT or TICKET or GAME_PLAY_CREDIT or COUNTER_ITEM or GAME_PLAY_BONUS or TIME or VIRTUAL_POINT or USER_DEFINED_LICENSE_TYPE_D or USER_DEFINED_LICENSE_TYPE_E or USER_DEFINED_LICENSE_TYPE_F or USER_DEFINED_LICENSE_TYPE_H or USER_DEFINED_LICENSE_TYPE_I or USER_DEFINED_LICENSE_TYPE_J or USER_DEFINED_LICENSE_TYPE_K or USER_DEFINED_LICENSE_TYPE_N or USER_DEFINED_LICENSE_TYPE_O or USER_DEFINED_LICENSE_TYPE_Q or USER_DEFINED_LICENSE_TYPE_R or USER_DEFINED_LICENSE_TYPE_S or USER_DEFINED_LICENSE_TYPE_U or USER_DEFINED_LICENSE_TYPE_W or USER_DEFINED_LICENSE_TYPE_X or USER_DEFINED_LICENSE_TYPE_Y or USER_DEFINED_LICENSE_TYPE_Z</CreditPlusType> <CreditPlus>decimal</CreditPlus> <CreditPlusBalance>decimal</CreditPlusBalance> <PeriodFrom>dateTime</PeriodFrom> <PeriodTo>dateTime</PeriodTo> <ExtendOnReload>boolean</ExtendOnReload> <Refundable>boolean</Refundable> <TimeFrom>decimal</TimeFrom> <TimeTo>decimal</TimeTo> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <TicketAllowed>boolean</TicketAllowed> <PauseAllowed>boolean</PauseAllowed> <Remarks>string</Remarks> <ExpireWithMembership>boolean</ExpireWithMembership> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <NumberOfDays>int</NumberOfDays> <MinimumSaleAmount>decimal</MinimumSaleAmount> <LoyaltyRuleId>int</LoyaltyRuleId> <PlayStartTime>dateTime</PlayStartTime> <ValidityStatus>Valid or Hold</ValidityStatus> <ForMembershipOnly>boolean</ForMembershipOnly> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <AccountCreditPlusConsumptionDTOList xsi:nil="true" /> <AccountCreditPlusPurchaseCriteriaDTOList xsi:nil="true" /> <EntityOverrideDatesDTOList xsi:nil="true" /> <IsChanged>boolean</IsChanged> <SourceCreditPlusId>int</SourceCreditPlusId> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> </AccountCreditPlusDTO> </RefundAccountCreditPlusDTOList> <GamePlayDTOList> <GamePlayDTO> <GameplayId>int</GameplayId> <MachineId>int</MachineId> <CardId>int</CardId> <CardNumber>string</CardNumber> <Credits>double</Credits> <Courtesy>double</Courtesy> <Bonus>double</Bonus> <Time>double</Time> <PlayDate>dateTime</PlayDate> <Notes>string</Notes> <TicketCount>int</TicketCount> <TicketMode>string</TicketMode> <Guid>string</Guid> <SiteId>int</SiteId> <SynchStatus>boolean</SynchStatus> <CardGame>double</CardGame> <CPCardBalance>double</CPCardBalance> <CPCredits>double</CPCredits> <CPBonus>double</CPBonus> <CardGameId>int</CardGameId> <PayoutCost>double</PayoutCost> <MasterEntityId>int</MasterEntityId> <GamePlayInfoDTOList xsi:nil="true" /> <LastUpdatedDate>dateTime</LastUpdatedDate> <LastUpdatedBy>string</LastUpdatedBy> <PromotionId>int</PromotionId> <PlayRequestTime>dateTime</PlayRequestTime> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <Game>string</Game> <Machine>string</Machine> <ETickets>double</ETickets> <ManualTickets>double</ManualTickets> <TicketEaterTickets>double</TicketEaterTickets> <Mode>string</Mode> <Site>string</Site> <TaskId>int</TaskId> <ExternalSystemReference>string</ExternalSystemReference> <IsChanged>boolean</IsChanged> </GamePlayDTO> <GamePlayDTO> <GameplayId>int</GameplayId> <MachineId>int</MachineId> <CardId>int</CardId> <CardNumber>string</CardNumber> <Credits>double</Credits> <Courtesy>double</Courtesy> <Bonus>double</Bonus> <Time>double</Time> <PlayDate>dateTime</PlayDate> <Notes>string</Notes> <TicketCount>int</TicketCount> <TicketMode>string</TicketMode> <Guid>string</Guid> <SiteId>int</SiteId> <SynchStatus>boolean</SynchStatus> <CardGame>double</CardGame> <CPCardBalance>double</CPCardBalance> <CPCredits>double</CPCredits> <CPBonus>double</CPBonus> <CardGameId>int</CardGameId> <PayoutCost>double</PayoutCost> <MasterEntityId>int</MasterEntityId> <GamePlayInfoDTOList xsi:nil="true" /> <LastUpdatedDate>dateTime</LastUpdatedDate> <LastUpdatedBy>string</LastUpdatedBy> <PromotionId>int</PromotionId> <PlayRequestTime>dateTime</PlayRequestTime> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <Game>string</Game> <Machine>string</Machine> <ETickets>double</ETickets> <ManualTickets>double</ManualTickets> <TicketEaterTickets>double</TicketEaterTickets> <Mode>string</Mode> <Site>string</Site> <TaskId>int</TaskId> <ExternalSystemReference>string</ExternalSystemReference> <IsChanged>boolean</IsChanged> </GamePlayDTO> </GamePlayDTOList> <AccountActivityDTOList> <AccountActivityDTO> <AccountId>int</AccountId> <Date>dateTime</Date> <Product>string</Product> <Amount>decimal</Amount> <Credits>decimal</Credits> <Courtesy>decimal</Courtesy> <Bonus>decimal</Bonus> <Time>decimal</Time> <Tokens>decimal</Tokens> <Tickets>int</Tickets> <LoyaltyPoints>decimal</LoyaltyPoints> <VirtualPoints>decimal</VirtualPoints> <Site>string</Site> <POS>string</POS> <UserName>string</UserName> <Quantity>decimal</Quantity> <Price>decimal</Price> <RefId>int</RefId> <RowNumber>int</RowNumber> <ActivityType>string</ActivityType> <PlayCredits>decimal</PlayCredits> <CounterItems>decimal</CounterItems> </AccountActivityDTO> <AccountActivityDTO> <AccountId>int</AccountId> <Date>dateTime</Date> <Product>string</Product> <Amount>decimal</Amount> <Credits>decimal</Credits> <Courtesy>decimal</Courtesy> <Bonus>decimal</Bonus> <Time>decimal</Time> <Tokens>decimal</Tokens> <Tickets>int</Tickets> <LoyaltyPoints>decimal</LoyaltyPoints> <VirtualPoints>decimal</VirtualPoints> <Site>string</Site> <POS>string</POS> <UserName>string</UserName> <Quantity>decimal</Quantity> <Price>decimal</Price> <RefId>int</RefId> <RowNumber>int</RowNumber> <ActivityType>string</ActivityType> <PlayCredits>decimal</PlayCredits> <CounterItems>decimal</CounterItems> </AccountActivityDTO> </AccountActivityDTOList> <AccountSummaryDTO> <CreditPlusCardBalance>decimal</CreditPlusCardBalance> <CreditPlusGamePlayCredits>decimal</CreditPlusGamePlayCredits> <CreditPlusItemPurchase>decimal</CreditPlusItemPurchase> <CreditPlusBonus>decimal</CreditPlusBonus> <CreditPlusLoyaltyPoints>decimal</CreditPlusLoyaltyPoints> <CreditPlusTickets>decimal</CreditPlusTickets> <CreditPlusVirtualPoints>decimal</CreditPlusVirtualPoints> <CreditPlusTime>decimal</CreditPlusTime> <CreditPlusRefundableBalance>decimal</CreditPlusRefundableBalance> <RedeemableCreditPlusLoyaltyPoints>decimal</RedeemableCreditPlusLoyaltyPoints> <AccountGameBalance>int</AccountGameBalance> <TotalGamePlayCreditsBalance>decimal</TotalGamePlayCreditsBalance> <TotalBonusBalance>decimal</TotalBonusBalance> <TotalCourtesyBalance>decimal</TotalCourtesyBalance> <TotalTimeBalance>decimal</TotalTimeBalance> <TotalVirtualPointBalance>decimal</TotalVirtualPointBalance> <TotalGamesBalance>decimal</TotalGamesBalance> <TotalTicketsBalance>decimal</TotalTicketsBalance> <TotalLoyaltyPointBalance>decimal</TotalLoyaltyPointBalance> <AccountExpiryDate>dateTime</AccountExpiryDate> <FormattedCreditPlusCardBalance>string</FormattedCreditPlusCardBalance> <FormattedCreditPlusVirtualPointBalance>string</FormattedCreditPlusVirtualPointBalance> <FormattedCreditPlusGamePlayCredits>string</FormattedCreditPlusGamePlayCredits> <FormattedCreditPlusItemPurchase>string</FormattedCreditPlusItemPurchase> <FormattedCreditPlusBonus>string</FormattedCreditPlusBonus> <FormattedCreditPlusLoyaltyPoints>string</FormattedCreditPlusLoyaltyPoints> <FormattedCreditPlusTickets>string</FormattedCreditPlusTickets> <FormattedCreditPlusTime>string</FormattedCreditPlusTime> <FormattedCreditPlusRefundableBalance>string</FormattedCreditPlusRefundableBalance> <FormattedRedeemableCreditPlusLoyaltyPoints>string</FormattedRedeemableCreditPlusLoyaltyPoints> <FormattedTotalGamePlayCreditsBalance>string</FormattedTotalGamePlayCreditsBalance> <FormattedTotalBonusBalance>string</FormattedTotalBonusBalance> <FormattedTotalCourtesyBalance>string</FormattedTotalCourtesyBalance> <FormattedTotalTimeBalance>string</FormattedTotalTimeBalance> <FormattedTotalGamesBalance>string</FormattedTotalGamesBalance> <FormattedTotalTicketsBalance>string</FormattedTotalTicketsBalance> <FormattedTotalLoyaltyPointBalance>string</FormattedTotalLoyaltyPointBalance> <FormattedAccountExpiryDate>string</FormattedAccountExpiryDate> </AccountSummaryDTO> <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> </CheckBalanceResult> </CheckBalanceResponse> </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 /CardServices.asmx/CheckBalance?tagNumber=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"?> <AccountDTO xmlns="http://semnox.com/"> <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> <AccountDiscountDTO> <AccountDiscountId>int</AccountDiscountId> <AccountId>int</AccountId> <DiscountId>int</DiscountId> <ExpiryDate>dateTime</ExpiryDate> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedUser>string</LastUpdatedUser> <LastUpdatedDate>dateTime</LastUpdatedDate> <InternetKey>int</InternetKey> <AccountTypeId>int</AccountTypeId> <TransactionId>int</TransactionId> <LineId>int</LineId> <TaskId>int</TaskId> <IsActive>boolean</IsActive> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <Guid>string</Guid> <ExpireWithMembership>string</ExpireWithMembership> <ValidityStatus>Valid or Hold</ValidityStatus> <MembershipRewardsId>int</MembershipRewardsId> <MembershipId>int</MembershipId> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> <IsChanged>boolean</IsChanged> </AccountDiscountDTO> <AccountDiscountDTO> <AccountDiscountId>int</AccountDiscountId> <AccountId>int</AccountId> <DiscountId>int</DiscountId> <ExpiryDate>dateTime</ExpiryDate> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedUser>string</LastUpdatedUser> <LastUpdatedDate>dateTime</LastUpdatedDate> <InternetKey>int</InternetKey> <AccountTypeId>int</AccountTypeId> <TransactionId>int</TransactionId> <LineId>int</LineId> <TaskId>int</TaskId> <IsActive>boolean</IsActive> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <Guid>string</Guid> <ExpireWithMembership>string</ExpireWithMembership> <ValidityStatus>Valid or Hold</ValidityStatus> <MembershipRewardsId>int</MembershipRewardsId> <MembershipId>int</MembershipId> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> <IsChanged>boolean</IsChanged> </AccountDiscountDTO> </AccountDiscountDTOList> <AccountCreditPlusDTOList> <AccountCreditPlusDTO> <AccountCreditPlusId>int</AccountCreditPlusId> <AccountId>int</AccountId> <CreditPlusType>CARD_BALANCE or LOYALTY_POINT or TICKET or GAME_PLAY_CREDIT or COUNTER_ITEM or GAME_PLAY_BONUS or TIME or VIRTUAL_POINT or USER_DEFINED_LICENSE_TYPE_D or USER_DEFINED_LICENSE_TYPE_E or USER_DEFINED_LICENSE_TYPE_F or USER_DEFINED_LICENSE_TYPE_H or USER_DEFINED_LICENSE_TYPE_I or USER_DEFINED_LICENSE_TYPE_J or USER_DEFINED_LICENSE_TYPE_K or USER_DEFINED_LICENSE_TYPE_N or USER_DEFINED_LICENSE_TYPE_O or USER_DEFINED_LICENSE_TYPE_Q or USER_DEFINED_LICENSE_TYPE_R or USER_DEFINED_LICENSE_TYPE_S or USER_DEFINED_LICENSE_TYPE_U or USER_DEFINED_LICENSE_TYPE_W or USER_DEFINED_LICENSE_TYPE_X or USER_DEFINED_LICENSE_TYPE_Y or USER_DEFINED_LICENSE_TYPE_Z</CreditPlusType> <CreditPlus>decimal</CreditPlus> <CreditPlusBalance>decimal</CreditPlusBalance> <PeriodFrom>dateTime</PeriodFrom> <PeriodTo>dateTime</PeriodTo> <ExtendOnReload>boolean</ExtendOnReload> <Refundable>boolean</Refundable> <TimeFrom>decimal</TimeFrom> <TimeTo>decimal</TimeTo> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <TicketAllowed>boolean</TicketAllowed> <PauseAllowed>boolean</PauseAllowed> <Remarks>string</Remarks> <ExpireWithMembership>boolean</ExpireWithMembership> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <NumberOfDays>int</NumberOfDays> <MinimumSaleAmount>decimal</MinimumSaleAmount> <LoyaltyRuleId>int</LoyaltyRuleId> <PlayStartTime>dateTime</PlayStartTime> <ValidityStatus>Valid or Hold</ValidityStatus> <ForMembershipOnly>boolean</ForMembershipOnly> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <AccountCreditPlusConsumptionDTOList> <AccountCreditPlusConsumptionDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <AccountCreditPlusConsumptionDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </AccountCreditPlusConsumptionDTOList> <AccountCreditPlusPurchaseCriteriaDTOList> <AccountCreditPlusPurchaseCriteriaDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <AccountCreditPlusPurchaseCriteriaDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </AccountCreditPlusPurchaseCriteriaDTOList> <EntityOverrideDatesDTOList> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </EntityOverrideDatesDTOList> <IsChanged>boolean</IsChanged> <SourceCreditPlusId>int</SourceCreditPlusId> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> </AccountCreditPlusDTO> <AccountCreditPlusDTO> <AccountCreditPlusId>int</AccountCreditPlusId> <AccountId>int</AccountId> <CreditPlusType>CARD_BALANCE or LOYALTY_POINT or TICKET or GAME_PLAY_CREDIT or COUNTER_ITEM or GAME_PLAY_BONUS or TIME or VIRTUAL_POINT or USER_DEFINED_LICENSE_TYPE_D or USER_DEFINED_LICENSE_TYPE_E or USER_DEFINED_LICENSE_TYPE_F or USER_DEFINED_LICENSE_TYPE_H or USER_DEFINED_LICENSE_TYPE_I or USER_DEFINED_LICENSE_TYPE_J or USER_DEFINED_LICENSE_TYPE_K or USER_DEFINED_LICENSE_TYPE_N or USER_DEFINED_LICENSE_TYPE_O or USER_DEFINED_LICENSE_TYPE_Q or USER_DEFINED_LICENSE_TYPE_R or USER_DEFINED_LICENSE_TYPE_S or USER_DEFINED_LICENSE_TYPE_U or USER_DEFINED_LICENSE_TYPE_W or USER_DEFINED_LICENSE_TYPE_X or USER_DEFINED_LICENSE_TYPE_Y or USER_DEFINED_LICENSE_TYPE_Z</CreditPlusType> <CreditPlus>decimal</CreditPlus> <CreditPlusBalance>decimal</CreditPlusBalance> <PeriodFrom>dateTime</PeriodFrom> <PeriodTo>dateTime</PeriodTo> <ExtendOnReload>boolean</ExtendOnReload> <Refundable>boolean</Refundable> <TimeFrom>decimal</TimeFrom> <TimeTo>decimal</TimeTo> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <TicketAllowed>boolean</TicketAllowed> <PauseAllowed>boolean</PauseAllowed> <Remarks>string</Remarks> <ExpireWithMembership>boolean</ExpireWithMembership> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <NumberOfDays>int</NumberOfDays> <MinimumSaleAmount>decimal</MinimumSaleAmount> <LoyaltyRuleId>int</LoyaltyRuleId> <PlayStartTime>dateTime</PlayStartTime> <ValidityStatus>Valid or Hold</ValidityStatus> <ForMembershipOnly>boolean</ForMembershipOnly> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <AccountCreditPlusConsumptionDTOList> <AccountCreditPlusConsumptionDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <AccountCreditPlusConsumptionDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </AccountCreditPlusConsumptionDTOList> <AccountCreditPlusPurchaseCriteriaDTOList> <AccountCreditPlusPurchaseCriteriaDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <AccountCreditPlusPurchaseCriteriaDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </AccountCreditPlusPurchaseCriteriaDTOList> <EntityOverrideDatesDTOList> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </EntityOverrideDatesDTOList> <IsChanged>boolean</IsChanged> <SourceCreditPlusId>int</SourceCreditPlusId> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> </AccountCreditPlusDTO> </AccountCreditPlusDTOList> <AccountGameDTOList> <AccountGameDTO> <AccountGameId>int</AccountGameId> <GameProfileId>int</GameProfileId> <GameId>int</GameId> <Quantity>decimal</Quantity> <Frequency>string</Frequency> <BalanceGames>int</BalanceGames> <LastPlayedTime>dateTime</LastPlayedTime> <FromDate>dateTime</FromDate> <ExpiryDate>dateTime</ExpiryDate> <EntitlementType>string</EntitlementType> <TicketAllowed>boolean</TicketAllowed> <OptionalAttribute>string</OptionalAttribute> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <ExpireWithMembership>boolean</ExpireWithMembership> <ValidityStatus>Valid or Hold</ValidityStatus> <AccountId>int</AccountId> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <CustomDataSetId>int</CustomDataSetId> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <AccountGameExtendedDTOList> <AccountGameExtendedDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <AccountGameExtendedDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </AccountGameExtendedDTOList> <EntityOverrideDatesDTOList> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </EntityOverrideDatesDTOList> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> <IsChanged>boolean</IsChanged> </AccountGameDTO> <AccountGameDTO> <AccountGameId>int</AccountGameId> <GameProfileId>int</GameProfileId> <GameId>int</GameId> <Quantity>decimal</Quantity> <Frequency>string</Frequency> <BalanceGames>int</BalanceGames> <LastPlayedTime>dateTime</LastPlayedTime> <FromDate>dateTime</FromDate> <ExpiryDate>dateTime</ExpiryDate> <EntitlementType>string</EntitlementType> <TicketAllowed>boolean</TicketAllowed> <OptionalAttribute>string</OptionalAttribute> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <ExpireWithMembership>boolean</ExpireWithMembership> <ValidityStatus>Valid or Hold</ValidityStatus> <AccountId>int</AccountId> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <CustomDataSetId>int</CustomDataSetId> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <AccountGameExtendedDTOList> <AccountGameExtendedDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <AccountGameExtendedDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </AccountGameExtendedDTOList> <EntityOverrideDatesDTOList> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </EntityOverrideDatesDTOList> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> <IsChanged>boolean</IsChanged> </AccountGameDTO> </AccountGameDTOList> <AccountRelationshipDTOList> <AccountRelationshipDTO> <AccountRelationshipId>int</AccountRelationshipId> <AccountId>int</AccountId> <RelatedAccountId>int</RelatedAccountId> <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> <IsChanged>boolean</IsChanged> </AccountRelationshipDTO> <AccountRelationshipDTO> <AccountRelationshipId>int</AccountRelationshipId> <AccountId>int</AccountId> <RelatedAccountId>int</RelatedAccountId> <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> <IsChanged>boolean</IsChanged> </AccountRelationshipDTO> </AccountRelationshipDTOList> <RefundAccountGameDTOList> <AccountGameDTO> <AccountGameId>int</AccountGameId> <GameProfileId>int</GameProfileId> <GameId>int</GameId> <Quantity>decimal</Quantity> <Frequency>string</Frequency> <BalanceGames>int</BalanceGames> <LastPlayedTime>dateTime</LastPlayedTime> <FromDate>dateTime</FromDate> <ExpiryDate>dateTime</ExpiryDate> <EntitlementType>string</EntitlementType> <TicketAllowed>boolean</TicketAllowed> <OptionalAttribute>string</OptionalAttribute> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <ExpireWithMembership>boolean</ExpireWithMembership> <ValidityStatus>Valid or Hold</ValidityStatus> <AccountId>int</AccountId> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <CustomDataSetId>int</CustomDataSetId> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <AccountGameExtendedDTOList> <AccountGameExtendedDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <AccountGameExtendedDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </AccountGameExtendedDTOList> <EntityOverrideDatesDTOList> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </EntityOverrideDatesDTOList> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> <IsChanged>boolean</IsChanged> </AccountGameDTO> <AccountGameDTO> <AccountGameId>int</AccountGameId> <GameProfileId>int</GameProfileId> <GameId>int</GameId> <Quantity>decimal</Quantity> <Frequency>string</Frequency> <BalanceGames>int</BalanceGames> <LastPlayedTime>dateTime</LastPlayedTime> <FromDate>dateTime</FromDate> <ExpiryDate>dateTime</ExpiryDate> <EntitlementType>string</EntitlementType> <TicketAllowed>boolean</TicketAllowed> <OptionalAttribute>string</OptionalAttribute> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <ExpireWithMembership>boolean</ExpireWithMembership> <ValidityStatus>Valid or Hold</ValidityStatus> <AccountId>int</AccountId> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <CustomDataSetId>int</CustomDataSetId> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <AccountGameExtendedDTOList> <AccountGameExtendedDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <AccountGameExtendedDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </AccountGameExtendedDTOList> <EntityOverrideDatesDTOList> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </EntityOverrideDatesDTOList> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> <IsChanged>boolean</IsChanged> </AccountGameDTO> </RefundAccountGameDTOList> <RefundAccountCreditPlusDTOList> <AccountCreditPlusDTO> <AccountCreditPlusId>int</AccountCreditPlusId> <AccountId>int</AccountId> <CreditPlusType>CARD_BALANCE or LOYALTY_POINT or TICKET or GAME_PLAY_CREDIT or COUNTER_ITEM or GAME_PLAY_BONUS or TIME or VIRTUAL_POINT or USER_DEFINED_LICENSE_TYPE_D or USER_DEFINED_LICENSE_TYPE_E or USER_DEFINED_LICENSE_TYPE_F or USER_DEFINED_LICENSE_TYPE_H or USER_DEFINED_LICENSE_TYPE_I or USER_DEFINED_LICENSE_TYPE_J or USER_DEFINED_LICENSE_TYPE_K or USER_DEFINED_LICENSE_TYPE_N or USER_DEFINED_LICENSE_TYPE_O or USER_DEFINED_LICENSE_TYPE_Q or USER_DEFINED_LICENSE_TYPE_R or USER_DEFINED_LICENSE_TYPE_S or USER_DEFINED_LICENSE_TYPE_U or USER_DEFINED_LICENSE_TYPE_W or USER_DEFINED_LICENSE_TYPE_X or USER_DEFINED_LICENSE_TYPE_Y or USER_DEFINED_LICENSE_TYPE_Z</CreditPlusType> <CreditPlus>decimal</CreditPlus> <CreditPlusBalance>decimal</CreditPlusBalance> <PeriodFrom>dateTime</PeriodFrom> <PeriodTo>dateTime</PeriodTo> <ExtendOnReload>boolean</ExtendOnReload> <Refundable>boolean</Refundable> <TimeFrom>decimal</TimeFrom> <TimeTo>decimal</TimeTo> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <TicketAllowed>boolean</TicketAllowed> <PauseAllowed>boolean</PauseAllowed> <Remarks>string</Remarks> <ExpireWithMembership>boolean</ExpireWithMembership> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <NumberOfDays>int</NumberOfDays> <MinimumSaleAmount>decimal</MinimumSaleAmount> <LoyaltyRuleId>int</LoyaltyRuleId> <PlayStartTime>dateTime</PlayStartTime> <ValidityStatus>Valid or Hold</ValidityStatus> <ForMembershipOnly>boolean</ForMembershipOnly> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <AccountCreditPlusConsumptionDTOList> <AccountCreditPlusConsumptionDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <AccountCreditPlusConsumptionDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </AccountCreditPlusConsumptionDTOList> <AccountCreditPlusPurchaseCriteriaDTOList> <AccountCreditPlusPurchaseCriteriaDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <AccountCreditPlusPurchaseCriteriaDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </AccountCreditPlusPurchaseCriteriaDTOList> <EntityOverrideDatesDTOList> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </EntityOverrideDatesDTOList> <IsChanged>boolean</IsChanged> <SourceCreditPlusId>int</SourceCreditPlusId> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> </AccountCreditPlusDTO> <AccountCreditPlusDTO> <AccountCreditPlusId>int</AccountCreditPlusId> <AccountId>int</AccountId> <CreditPlusType>CARD_BALANCE or LOYALTY_POINT or TICKET or GAME_PLAY_CREDIT or COUNTER_ITEM or GAME_PLAY_BONUS or TIME or VIRTUAL_POINT or USER_DEFINED_LICENSE_TYPE_D or USER_DEFINED_LICENSE_TYPE_E or USER_DEFINED_LICENSE_TYPE_F or USER_DEFINED_LICENSE_TYPE_H or USER_DEFINED_LICENSE_TYPE_I or USER_DEFINED_LICENSE_TYPE_J or USER_DEFINED_LICENSE_TYPE_K or USER_DEFINED_LICENSE_TYPE_N or USER_DEFINED_LICENSE_TYPE_O or USER_DEFINED_LICENSE_TYPE_Q or USER_DEFINED_LICENSE_TYPE_R or USER_DEFINED_LICENSE_TYPE_S or USER_DEFINED_LICENSE_TYPE_U or USER_DEFINED_LICENSE_TYPE_W or USER_DEFINED_LICENSE_TYPE_X or USER_DEFINED_LICENSE_TYPE_Y or USER_DEFINED_LICENSE_TYPE_Z</CreditPlusType> <CreditPlus>decimal</CreditPlus> <CreditPlusBalance>decimal</CreditPlusBalance> <PeriodFrom>dateTime</PeriodFrom> <PeriodTo>dateTime</PeriodTo> <ExtendOnReload>boolean</ExtendOnReload> <Refundable>boolean</Refundable> <TimeFrom>decimal</TimeFrom> <TimeTo>decimal</TimeTo> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <TicketAllowed>boolean</TicketAllowed> <PauseAllowed>boolean</PauseAllowed> <Remarks>string</Remarks> <ExpireWithMembership>boolean</ExpireWithMembership> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <NumberOfDays>int</NumberOfDays> <MinimumSaleAmount>decimal</MinimumSaleAmount> <LoyaltyRuleId>int</LoyaltyRuleId> <PlayStartTime>dateTime</PlayStartTime> <ValidityStatus>Valid or Hold</ValidityStatus> <ForMembershipOnly>boolean</ForMembershipOnly> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <AccountCreditPlusConsumptionDTOList> <AccountCreditPlusConsumptionDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <AccountCreditPlusConsumptionDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </AccountCreditPlusConsumptionDTOList> <AccountCreditPlusPurchaseCriteriaDTOList> <AccountCreditPlusPurchaseCriteriaDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <AccountCreditPlusPurchaseCriteriaDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </AccountCreditPlusPurchaseCriteriaDTOList> <EntityOverrideDatesDTOList> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </EntityOverrideDatesDTOList> <IsChanged>boolean</IsChanged> <SourceCreditPlusId>int</SourceCreditPlusId> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> </AccountCreditPlusDTO> </RefundAccountCreditPlusDTOList> <GamePlayDTOList> <GamePlayDTO> <GameplayId>int</GameplayId> <MachineId>int</MachineId> <CardId>int</CardId> <CardNumber>string</CardNumber> <Credits>double</Credits> <Courtesy>double</Courtesy> <Bonus>double</Bonus> <Time>double</Time> <PlayDate>dateTime</PlayDate> <Notes>string</Notes> <TicketCount>int</TicketCount> <TicketMode>string</TicketMode> <Guid>string</Guid> <SiteId>int</SiteId> <SynchStatus>boolean</SynchStatus> <CardGame>double</CardGame> <CPCardBalance>double</CPCardBalance> <CPCredits>double</CPCredits> <CPBonus>double</CPBonus> <CardGameId>int</CardGameId> <PayoutCost>double</PayoutCost> <MasterEntityId>int</MasterEntityId> <GamePlayInfoDTOList> <GamePlayInfoDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <GamePlayInfoDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </GamePlayInfoDTOList> <LastUpdatedDate>dateTime</LastUpdatedDate> <LastUpdatedBy>string</LastUpdatedBy> <PromotionId>int</PromotionId> <PlayRequestTime>dateTime</PlayRequestTime> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <Game>string</Game> <Machine>string</Machine> <ETickets>double</ETickets> <ManualTickets>double</ManualTickets> <TicketEaterTickets>double</TicketEaterTickets> <Mode>string</Mode> <Site>string</Site> <TaskId>int</TaskId> <ExternalSystemReference>string</ExternalSystemReference> <IsChanged>boolean</IsChanged> </GamePlayDTO> <GamePlayDTO> <GameplayId>int</GameplayId> <MachineId>int</MachineId> <CardId>int</CardId> <CardNumber>string</CardNumber> <Credits>double</Credits> <Courtesy>double</Courtesy> <Bonus>double</Bonus> <Time>double</Time> <PlayDate>dateTime</PlayDate> <Notes>string</Notes> <TicketCount>int</TicketCount> <TicketMode>string</TicketMode> <Guid>string</Guid> <SiteId>int</SiteId> <SynchStatus>boolean</SynchStatus> <CardGame>double</CardGame> <CPCardBalance>double</CPCardBalance> <CPCredits>double</CPCredits> <CPBonus>double</CPBonus> <CardGameId>int</CardGameId> <PayoutCost>double</PayoutCost> <MasterEntityId>int</MasterEntityId> <GamePlayInfoDTOList> <GamePlayInfoDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <GamePlayInfoDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </GamePlayInfoDTOList> <LastUpdatedDate>dateTime</LastUpdatedDate> <LastUpdatedBy>string</LastUpdatedBy> <PromotionId>int</PromotionId> <PlayRequestTime>dateTime</PlayRequestTime> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <Game>string</Game> <Machine>string</Machine> <ETickets>double</ETickets> <ManualTickets>double</ManualTickets> <TicketEaterTickets>double</TicketEaterTickets> <Mode>string</Mode> <Site>string</Site> <TaskId>int</TaskId> <ExternalSystemReference>string</ExternalSystemReference> <IsChanged>boolean</IsChanged> </GamePlayDTO> </GamePlayDTOList> <AccountActivityDTOList> <AccountActivityDTO> <AccountId>int</AccountId> <Date>dateTime</Date> <Product>string</Product> <Amount>decimal</Amount> <Credits>decimal</Credits> <Courtesy>decimal</Courtesy> <Bonus>decimal</Bonus> <Time>decimal</Time> <Tokens>decimal</Tokens> <Tickets>int</Tickets> <LoyaltyPoints>decimal</LoyaltyPoints> <VirtualPoints>decimal</VirtualPoints> <Site>string</Site> <POS>string</POS> <UserName>string</UserName> <Quantity>decimal</Quantity> <Price>decimal</Price> <RefId>int</RefId> <RowNumber>int</RowNumber> <ActivityType>string</ActivityType> <PlayCredits>decimal</PlayCredits> <CounterItems>decimal</CounterItems> </AccountActivityDTO> <AccountActivityDTO> <AccountId>int</AccountId> <Date>dateTime</Date> <Product>string</Product> <Amount>decimal</Amount> <Credits>decimal</Credits> <Courtesy>decimal</Courtesy> <Bonus>decimal</Bonus> <Time>decimal</Time> <Tokens>decimal</Tokens> <Tickets>int</Tickets> <LoyaltyPoints>decimal</LoyaltyPoints> <VirtualPoints>decimal</VirtualPoints> <Site>string</Site> <POS>string</POS> <UserName>string</UserName> <Quantity>decimal</Quantity> <Price>decimal</Price> <RefId>int</RefId> <RowNumber>int</RowNumber> <ActivityType>string</ActivityType> <PlayCredits>decimal</PlayCredits> <CounterItems>decimal</CounterItems> </AccountActivityDTO> </AccountActivityDTOList> <AccountSummaryDTO> <CreditPlusCardBalance>decimal</CreditPlusCardBalance> <CreditPlusGamePlayCredits>decimal</CreditPlusGamePlayCredits> <CreditPlusItemPurchase>decimal</CreditPlusItemPurchase> <CreditPlusBonus>decimal</CreditPlusBonus> <CreditPlusLoyaltyPoints>decimal</CreditPlusLoyaltyPoints> <CreditPlusTickets>decimal</CreditPlusTickets> <CreditPlusVirtualPoints>decimal</CreditPlusVirtualPoints> <CreditPlusTime>decimal</CreditPlusTime> <CreditPlusRefundableBalance>decimal</CreditPlusRefundableBalance> <RedeemableCreditPlusLoyaltyPoints>decimal</RedeemableCreditPlusLoyaltyPoints> <AccountGameBalance>int</AccountGameBalance> <TotalGamePlayCreditsBalance>decimal</TotalGamePlayCreditsBalance> <TotalBonusBalance>decimal</TotalBonusBalance> <TotalCourtesyBalance>decimal</TotalCourtesyBalance> <TotalTimeBalance>decimal</TotalTimeBalance> <TotalVirtualPointBalance>decimal</TotalVirtualPointBalance> <TotalGamesBalance>decimal</TotalGamesBalance> <TotalTicketsBalance>decimal</TotalTicketsBalance> <TotalLoyaltyPointBalance>decimal</TotalLoyaltyPointBalance> <AccountExpiryDate>dateTime</AccountExpiryDate> <FormattedCreditPlusCardBalance>string</FormattedCreditPlusCardBalance> <FormattedCreditPlusVirtualPointBalance>string</FormattedCreditPlusVirtualPointBalance> <FormattedCreditPlusGamePlayCredits>string</FormattedCreditPlusGamePlayCredits> <FormattedCreditPlusItemPurchase>string</FormattedCreditPlusItemPurchase> <FormattedCreditPlusBonus>string</FormattedCreditPlusBonus> <FormattedCreditPlusLoyaltyPoints>string</FormattedCreditPlusLoyaltyPoints> <FormattedCreditPlusTickets>string</FormattedCreditPlusTickets> <FormattedCreditPlusTime>string</FormattedCreditPlusTime> <FormattedCreditPlusRefundableBalance>string</FormattedCreditPlusRefundableBalance> <FormattedRedeemableCreditPlusLoyaltyPoints>string</FormattedRedeemableCreditPlusLoyaltyPoints> <FormattedTotalGamePlayCreditsBalance>string</FormattedTotalGamePlayCreditsBalance> <FormattedTotalBonusBalance>string</FormattedTotalBonusBalance> <FormattedTotalCourtesyBalance>string</FormattedTotalCourtesyBalance> <FormattedTotalTimeBalance>string</FormattedTotalTimeBalance> <FormattedTotalGamesBalance>string</FormattedTotalGamesBalance> <FormattedTotalTicketsBalance>string</FormattedTotalTicketsBalance> <FormattedTotalLoyaltyPointBalance>string</FormattedTotalLoyaltyPointBalance> <FormattedAccountExpiryDate>string</FormattedAccountExpiryDate> </AccountSummaryDTO> <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>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /CardServices.asmx/CheckBalance HTTP/1.1 Host: onlinesubscription.adventureparkusa.com Content-Type: application/x-www-form-urlencoded Content-Length: length tagNumber=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <AccountDTO xmlns="http://semnox.com/"> <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> <AccountDiscountDTO> <AccountDiscountId>int</AccountDiscountId> <AccountId>int</AccountId> <DiscountId>int</DiscountId> <ExpiryDate>dateTime</ExpiryDate> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedUser>string</LastUpdatedUser> <LastUpdatedDate>dateTime</LastUpdatedDate> <InternetKey>int</InternetKey> <AccountTypeId>int</AccountTypeId> <TransactionId>int</TransactionId> <LineId>int</LineId> <TaskId>int</TaskId> <IsActive>boolean</IsActive> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <Guid>string</Guid> <ExpireWithMembership>string</ExpireWithMembership> <ValidityStatus>Valid or Hold</ValidityStatus> <MembershipRewardsId>int</MembershipRewardsId> <MembershipId>int</MembershipId> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> <IsChanged>boolean</IsChanged> </AccountDiscountDTO> <AccountDiscountDTO> <AccountDiscountId>int</AccountDiscountId> <AccountId>int</AccountId> <DiscountId>int</DiscountId> <ExpiryDate>dateTime</ExpiryDate> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedUser>string</LastUpdatedUser> <LastUpdatedDate>dateTime</LastUpdatedDate> <InternetKey>int</InternetKey> <AccountTypeId>int</AccountTypeId> <TransactionId>int</TransactionId> <LineId>int</LineId> <TaskId>int</TaskId> <IsActive>boolean</IsActive> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <Guid>string</Guid> <ExpireWithMembership>string</ExpireWithMembership> <ValidityStatus>Valid or Hold</ValidityStatus> <MembershipRewardsId>int</MembershipRewardsId> <MembershipId>int</MembershipId> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> <IsChanged>boolean</IsChanged> </AccountDiscountDTO> </AccountDiscountDTOList> <AccountCreditPlusDTOList> <AccountCreditPlusDTO> <AccountCreditPlusId>int</AccountCreditPlusId> <AccountId>int</AccountId> <CreditPlusType>CARD_BALANCE or LOYALTY_POINT or TICKET or GAME_PLAY_CREDIT or COUNTER_ITEM or GAME_PLAY_BONUS or TIME or VIRTUAL_POINT or USER_DEFINED_LICENSE_TYPE_D or USER_DEFINED_LICENSE_TYPE_E or USER_DEFINED_LICENSE_TYPE_F or USER_DEFINED_LICENSE_TYPE_H or USER_DEFINED_LICENSE_TYPE_I or USER_DEFINED_LICENSE_TYPE_J or USER_DEFINED_LICENSE_TYPE_K or USER_DEFINED_LICENSE_TYPE_N or USER_DEFINED_LICENSE_TYPE_O or USER_DEFINED_LICENSE_TYPE_Q or USER_DEFINED_LICENSE_TYPE_R or USER_DEFINED_LICENSE_TYPE_S or USER_DEFINED_LICENSE_TYPE_U or USER_DEFINED_LICENSE_TYPE_W or USER_DEFINED_LICENSE_TYPE_X or USER_DEFINED_LICENSE_TYPE_Y or USER_DEFINED_LICENSE_TYPE_Z</CreditPlusType> <CreditPlus>decimal</CreditPlus> <CreditPlusBalance>decimal</CreditPlusBalance> <PeriodFrom>dateTime</PeriodFrom> <PeriodTo>dateTime</PeriodTo> <ExtendOnReload>boolean</ExtendOnReload> <Refundable>boolean</Refundable> <TimeFrom>decimal</TimeFrom> <TimeTo>decimal</TimeTo> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <TicketAllowed>boolean</TicketAllowed> <PauseAllowed>boolean</PauseAllowed> <Remarks>string</Remarks> <ExpireWithMembership>boolean</ExpireWithMembership> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <NumberOfDays>int</NumberOfDays> <MinimumSaleAmount>decimal</MinimumSaleAmount> <LoyaltyRuleId>int</LoyaltyRuleId> <PlayStartTime>dateTime</PlayStartTime> <ValidityStatus>Valid or Hold</ValidityStatus> <ForMembershipOnly>boolean</ForMembershipOnly> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <AccountCreditPlusConsumptionDTOList> <AccountCreditPlusConsumptionDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <AccountCreditPlusConsumptionDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </AccountCreditPlusConsumptionDTOList> <AccountCreditPlusPurchaseCriteriaDTOList> <AccountCreditPlusPurchaseCriteriaDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <AccountCreditPlusPurchaseCriteriaDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </AccountCreditPlusPurchaseCriteriaDTOList> <EntityOverrideDatesDTOList> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </EntityOverrideDatesDTOList> <IsChanged>boolean</IsChanged> <SourceCreditPlusId>int</SourceCreditPlusId> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> </AccountCreditPlusDTO> <AccountCreditPlusDTO> <AccountCreditPlusId>int</AccountCreditPlusId> <AccountId>int</AccountId> <CreditPlusType>CARD_BALANCE or LOYALTY_POINT or TICKET or GAME_PLAY_CREDIT or COUNTER_ITEM or GAME_PLAY_BONUS or TIME or VIRTUAL_POINT or USER_DEFINED_LICENSE_TYPE_D or USER_DEFINED_LICENSE_TYPE_E or USER_DEFINED_LICENSE_TYPE_F or USER_DEFINED_LICENSE_TYPE_H or USER_DEFINED_LICENSE_TYPE_I or USER_DEFINED_LICENSE_TYPE_J or USER_DEFINED_LICENSE_TYPE_K or USER_DEFINED_LICENSE_TYPE_N or USER_DEFINED_LICENSE_TYPE_O or USER_DEFINED_LICENSE_TYPE_Q or USER_DEFINED_LICENSE_TYPE_R or USER_DEFINED_LICENSE_TYPE_S or USER_DEFINED_LICENSE_TYPE_U or USER_DEFINED_LICENSE_TYPE_W or USER_DEFINED_LICENSE_TYPE_X or USER_DEFINED_LICENSE_TYPE_Y or USER_DEFINED_LICENSE_TYPE_Z</CreditPlusType> <CreditPlus>decimal</CreditPlus> <CreditPlusBalance>decimal</CreditPlusBalance> <PeriodFrom>dateTime</PeriodFrom> <PeriodTo>dateTime</PeriodTo> <ExtendOnReload>boolean</ExtendOnReload> <Refundable>boolean</Refundable> <TimeFrom>decimal</TimeFrom> <TimeTo>decimal</TimeTo> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <TicketAllowed>boolean</TicketAllowed> <PauseAllowed>boolean</PauseAllowed> <Remarks>string</Remarks> <ExpireWithMembership>boolean</ExpireWithMembership> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <NumberOfDays>int</NumberOfDays> <MinimumSaleAmount>decimal</MinimumSaleAmount> <LoyaltyRuleId>int</LoyaltyRuleId> <PlayStartTime>dateTime</PlayStartTime> <ValidityStatus>Valid or Hold</ValidityStatus> <ForMembershipOnly>boolean</ForMembershipOnly> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <AccountCreditPlusConsumptionDTOList> <AccountCreditPlusConsumptionDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <AccountCreditPlusConsumptionDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </AccountCreditPlusConsumptionDTOList> <AccountCreditPlusPurchaseCriteriaDTOList> <AccountCreditPlusPurchaseCriteriaDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <AccountCreditPlusPurchaseCriteriaDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </AccountCreditPlusPurchaseCriteriaDTOList> <EntityOverrideDatesDTOList> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </EntityOverrideDatesDTOList> <IsChanged>boolean</IsChanged> <SourceCreditPlusId>int</SourceCreditPlusId> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> </AccountCreditPlusDTO> </AccountCreditPlusDTOList> <AccountGameDTOList> <AccountGameDTO> <AccountGameId>int</AccountGameId> <GameProfileId>int</GameProfileId> <GameId>int</GameId> <Quantity>decimal</Quantity> <Frequency>string</Frequency> <BalanceGames>int</BalanceGames> <LastPlayedTime>dateTime</LastPlayedTime> <FromDate>dateTime</FromDate> <ExpiryDate>dateTime</ExpiryDate> <EntitlementType>string</EntitlementType> <TicketAllowed>boolean</TicketAllowed> <OptionalAttribute>string</OptionalAttribute> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <ExpireWithMembership>boolean</ExpireWithMembership> <ValidityStatus>Valid or Hold</ValidityStatus> <AccountId>int</AccountId> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <CustomDataSetId>int</CustomDataSetId> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <AccountGameExtendedDTOList> <AccountGameExtendedDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <AccountGameExtendedDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </AccountGameExtendedDTOList> <EntityOverrideDatesDTOList> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </EntityOverrideDatesDTOList> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> <IsChanged>boolean</IsChanged> </AccountGameDTO> <AccountGameDTO> <AccountGameId>int</AccountGameId> <GameProfileId>int</GameProfileId> <GameId>int</GameId> <Quantity>decimal</Quantity> <Frequency>string</Frequency> <BalanceGames>int</BalanceGames> <LastPlayedTime>dateTime</LastPlayedTime> <FromDate>dateTime</FromDate> <ExpiryDate>dateTime</ExpiryDate> <EntitlementType>string</EntitlementType> <TicketAllowed>boolean</TicketAllowed> <OptionalAttribute>string</OptionalAttribute> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <ExpireWithMembership>boolean</ExpireWithMembership> <ValidityStatus>Valid or Hold</ValidityStatus> <AccountId>int</AccountId> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <CustomDataSetId>int</CustomDataSetId> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <AccountGameExtendedDTOList> <AccountGameExtendedDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <AccountGameExtendedDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </AccountGameExtendedDTOList> <EntityOverrideDatesDTOList> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </EntityOverrideDatesDTOList> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> <IsChanged>boolean</IsChanged> </AccountGameDTO> </AccountGameDTOList> <AccountRelationshipDTOList> <AccountRelationshipDTO> <AccountRelationshipId>int</AccountRelationshipId> <AccountId>int</AccountId> <RelatedAccountId>int</RelatedAccountId> <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> <IsChanged>boolean</IsChanged> </AccountRelationshipDTO> <AccountRelationshipDTO> <AccountRelationshipId>int</AccountRelationshipId> <AccountId>int</AccountId> <RelatedAccountId>int</RelatedAccountId> <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> <IsChanged>boolean</IsChanged> </AccountRelationshipDTO> </AccountRelationshipDTOList> <RefundAccountGameDTOList> <AccountGameDTO> <AccountGameId>int</AccountGameId> <GameProfileId>int</GameProfileId> <GameId>int</GameId> <Quantity>decimal</Quantity> <Frequency>string</Frequency> <BalanceGames>int</BalanceGames> <LastPlayedTime>dateTime</LastPlayedTime> <FromDate>dateTime</FromDate> <ExpiryDate>dateTime</ExpiryDate> <EntitlementType>string</EntitlementType> <TicketAllowed>boolean</TicketAllowed> <OptionalAttribute>string</OptionalAttribute> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <ExpireWithMembership>boolean</ExpireWithMembership> <ValidityStatus>Valid or Hold</ValidityStatus> <AccountId>int</AccountId> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <CustomDataSetId>int</CustomDataSetId> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <AccountGameExtendedDTOList> <AccountGameExtendedDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <AccountGameExtendedDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </AccountGameExtendedDTOList> <EntityOverrideDatesDTOList> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </EntityOverrideDatesDTOList> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> <IsChanged>boolean</IsChanged> </AccountGameDTO> <AccountGameDTO> <AccountGameId>int</AccountGameId> <GameProfileId>int</GameProfileId> <GameId>int</GameId> <Quantity>decimal</Quantity> <Frequency>string</Frequency> <BalanceGames>int</BalanceGames> <LastPlayedTime>dateTime</LastPlayedTime> <FromDate>dateTime</FromDate> <ExpiryDate>dateTime</ExpiryDate> <EntitlementType>string</EntitlementType> <TicketAllowed>boolean</TicketAllowed> <OptionalAttribute>string</OptionalAttribute> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <ExpireWithMembership>boolean</ExpireWithMembership> <ValidityStatus>Valid or Hold</ValidityStatus> <AccountId>int</AccountId> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <CustomDataSetId>int</CustomDataSetId> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <AccountGameExtendedDTOList> <AccountGameExtendedDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <AccountGameExtendedDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </AccountGameExtendedDTOList> <EntityOverrideDatesDTOList> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </EntityOverrideDatesDTOList> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> <IsChanged>boolean</IsChanged> </AccountGameDTO> </RefundAccountGameDTOList> <RefundAccountCreditPlusDTOList> <AccountCreditPlusDTO> <AccountCreditPlusId>int</AccountCreditPlusId> <AccountId>int</AccountId> <CreditPlusType>CARD_BALANCE or LOYALTY_POINT or TICKET or GAME_PLAY_CREDIT or COUNTER_ITEM or GAME_PLAY_BONUS or TIME or VIRTUAL_POINT or USER_DEFINED_LICENSE_TYPE_D or USER_DEFINED_LICENSE_TYPE_E or USER_DEFINED_LICENSE_TYPE_F or USER_DEFINED_LICENSE_TYPE_H or USER_DEFINED_LICENSE_TYPE_I or USER_DEFINED_LICENSE_TYPE_J or USER_DEFINED_LICENSE_TYPE_K or USER_DEFINED_LICENSE_TYPE_N or USER_DEFINED_LICENSE_TYPE_O or USER_DEFINED_LICENSE_TYPE_Q or USER_DEFINED_LICENSE_TYPE_R or USER_DEFINED_LICENSE_TYPE_S or USER_DEFINED_LICENSE_TYPE_U or USER_DEFINED_LICENSE_TYPE_W or USER_DEFINED_LICENSE_TYPE_X or USER_DEFINED_LICENSE_TYPE_Y or USER_DEFINED_LICENSE_TYPE_Z</CreditPlusType> <CreditPlus>decimal</CreditPlus> <CreditPlusBalance>decimal</CreditPlusBalance> <PeriodFrom>dateTime</PeriodFrom> <PeriodTo>dateTime</PeriodTo> <ExtendOnReload>boolean</ExtendOnReload> <Refundable>boolean</Refundable> <TimeFrom>decimal</TimeFrom> <TimeTo>decimal</TimeTo> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <TicketAllowed>boolean</TicketAllowed> <PauseAllowed>boolean</PauseAllowed> <Remarks>string</Remarks> <ExpireWithMembership>boolean</ExpireWithMembership> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <NumberOfDays>int</NumberOfDays> <MinimumSaleAmount>decimal</MinimumSaleAmount> <LoyaltyRuleId>int</LoyaltyRuleId> <PlayStartTime>dateTime</PlayStartTime> <ValidityStatus>Valid or Hold</ValidityStatus> <ForMembershipOnly>boolean</ForMembershipOnly> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <AccountCreditPlusConsumptionDTOList> <AccountCreditPlusConsumptionDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <AccountCreditPlusConsumptionDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </AccountCreditPlusConsumptionDTOList> <AccountCreditPlusPurchaseCriteriaDTOList> <AccountCreditPlusPurchaseCriteriaDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <AccountCreditPlusPurchaseCriteriaDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </AccountCreditPlusPurchaseCriteriaDTOList> <EntityOverrideDatesDTOList> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </EntityOverrideDatesDTOList> <IsChanged>boolean</IsChanged> <SourceCreditPlusId>int</SourceCreditPlusId> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> </AccountCreditPlusDTO> <AccountCreditPlusDTO> <AccountCreditPlusId>int</AccountCreditPlusId> <AccountId>int</AccountId> <CreditPlusType>CARD_BALANCE or LOYALTY_POINT or TICKET or GAME_PLAY_CREDIT or COUNTER_ITEM or GAME_PLAY_BONUS or TIME or VIRTUAL_POINT or USER_DEFINED_LICENSE_TYPE_D or USER_DEFINED_LICENSE_TYPE_E or USER_DEFINED_LICENSE_TYPE_F or USER_DEFINED_LICENSE_TYPE_H or USER_DEFINED_LICENSE_TYPE_I or USER_DEFINED_LICENSE_TYPE_J or USER_DEFINED_LICENSE_TYPE_K or USER_DEFINED_LICENSE_TYPE_N or USER_DEFINED_LICENSE_TYPE_O or USER_DEFINED_LICENSE_TYPE_Q or USER_DEFINED_LICENSE_TYPE_R or USER_DEFINED_LICENSE_TYPE_S or USER_DEFINED_LICENSE_TYPE_U or USER_DEFINED_LICENSE_TYPE_W or USER_DEFINED_LICENSE_TYPE_X or USER_DEFINED_LICENSE_TYPE_Y or USER_DEFINED_LICENSE_TYPE_Z</CreditPlusType> <CreditPlus>decimal</CreditPlus> <CreditPlusBalance>decimal</CreditPlusBalance> <PeriodFrom>dateTime</PeriodFrom> <PeriodTo>dateTime</PeriodTo> <ExtendOnReload>boolean</ExtendOnReload> <Refundable>boolean</Refundable> <TimeFrom>decimal</TimeFrom> <TimeTo>decimal</TimeTo> <Monday>boolean</Monday> <Tuesday>boolean</Tuesday> <Wednesday>boolean</Wednesday> <Thursday>boolean</Thursday> <Friday>boolean</Friday> <Saturday>boolean</Saturday> <Sunday>boolean</Sunday> <TicketAllowed>boolean</TicketAllowed> <PauseAllowed>boolean</PauseAllowed> <Remarks>string</Remarks> <ExpireWithMembership>boolean</ExpireWithMembership> <TransactionId>int</TransactionId> <TransactionLineId>int</TransactionLineId> <NumberOfDays>int</NumberOfDays> <MinimumSaleAmount>decimal</MinimumSaleAmount> <LoyaltyRuleId>int</LoyaltyRuleId> <PlayStartTime>dateTime</PlayStartTime> <ValidityStatus>Valid or Hold</ValidityStatus> <ForMembershipOnly>boolean</ForMembershipOnly> <MembershipId>int</MembershipId> <MembershipRewardsId>int</MembershipRewardsId> <CreationDate>dateTime</CreationDate> <LastUpdatedBy>string</LastUpdatedBy> <LastUpdateDate>dateTime</LastUpdateDate> <SiteId>int</SiteId> <MasterEntityId>int</MasterEntityId> <SynchStatus>boolean</SynchStatus> <Guid>string</Guid> <IsActive>boolean</IsActive> <CreatedBy>string</CreatedBy> <AccountCreditPlusConsumptionDTOList> <AccountCreditPlusConsumptionDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <AccountCreditPlusConsumptionDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </AccountCreditPlusConsumptionDTOList> <AccountCreditPlusPurchaseCriteriaDTOList> <AccountCreditPlusPurchaseCriteriaDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <AccountCreditPlusPurchaseCriteriaDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </AccountCreditPlusPurchaseCriteriaDTOList> <EntityOverrideDatesDTOList> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <EntityOverrideDatesDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </EntityOverrideDatesDTOList> <IsChanged>boolean</IsChanged> <SourceCreditPlusId>int</SourceCreditPlusId> <SubscriptionBillingScheduleId>int</SubscriptionBillingScheduleId> </AccountCreditPlusDTO> </RefundAccountCreditPlusDTOList> <GamePlayDTOList> <GamePlayDTO> <GameplayId>int</GameplayId> <MachineId>int</MachineId> <CardId>int</CardId> <CardNumber>string</CardNumber> <Credits>double</Credits> <Courtesy>double</Courtesy> <Bonus>double</Bonus> <Time>double</Time> <PlayDate>dateTime</PlayDate> <Notes>string</Notes> <TicketCount>int</TicketCount> <TicketMode>string</TicketMode> <Guid>string</Guid> <SiteId>int</SiteId> <SynchStatus>boolean</SynchStatus> <CardGame>double</CardGame> <CPCardBalance>double</CPCardBalance> <CPCredits>double</CPCredits> <CPBonus>double</CPBonus> <CardGameId>int</CardGameId> <PayoutCost>double</PayoutCost> <MasterEntityId>int</MasterEntityId> <GamePlayInfoDTOList> <GamePlayInfoDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <GamePlayInfoDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </GamePlayInfoDTOList> <LastUpdatedDate>dateTime</LastUpdatedDate> <LastUpdatedBy>string</LastUpdatedBy> <PromotionId>int</PromotionId> <PlayRequestTime>dateTime</PlayRequestTime> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <Game>string</Game> <Machine>string</Machine> <ETickets>double</ETickets> <ManualTickets>double</ManualTickets> <TicketEaterTickets>double</TicketEaterTickets> <Mode>string</Mode> <Site>string</Site> <TaskId>int</TaskId> <ExternalSystemReference>string</ExternalSystemReference> <IsChanged>boolean</IsChanged> </GamePlayDTO> <GamePlayDTO> <GameplayId>int</GameplayId> <MachineId>int</MachineId> <CardId>int</CardId> <CardNumber>string</CardNumber> <Credits>double</Credits> <Courtesy>double</Courtesy> <Bonus>double</Bonus> <Time>double</Time> <PlayDate>dateTime</PlayDate> <Notes>string</Notes> <TicketCount>int</TicketCount> <TicketMode>string</TicketMode> <Guid>string</Guid> <SiteId>int</SiteId> <SynchStatus>boolean</SynchStatus> <CardGame>double</CardGame> <CPCardBalance>double</CPCardBalance> <CPCredits>double</CPCredits> <CPBonus>double</CPBonus> <CardGameId>int</CardGameId> <PayoutCost>double</PayoutCost> <MasterEntityId>int</MasterEntityId> <GamePlayInfoDTOList> <GamePlayInfoDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <GamePlayInfoDTO d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </GamePlayInfoDTOList> <LastUpdatedDate>dateTime</LastUpdatedDate> <LastUpdatedBy>string</LastUpdatedBy> <PromotionId>int</PromotionId> <PlayRequestTime>dateTime</PlayRequestTime> <CreatedBy>string</CreatedBy> <CreationDate>dateTime</CreationDate> <Game>string</Game> <Machine>string</Machine> <ETickets>double</ETickets> <ManualTickets>double</ManualTickets> <TicketEaterTickets>double</TicketEaterTickets> <Mode>string</Mode> <Site>string</Site> <TaskId>int</TaskId> <ExternalSystemReference>string</ExternalSystemReference> <IsChanged>boolean</IsChanged> </GamePlayDTO> </GamePlayDTOList> <AccountActivityDTOList> <AccountActivityDTO> <AccountId>int</AccountId> <Date>dateTime</Date> <Product>string</Product> <Amount>decimal</Amount> <Credits>decimal</Credits> <Courtesy>decimal</Courtesy> <Bonus>decimal</Bonus> <Time>decimal</Time> <Tokens>decimal</Tokens> <Tickets>int</Tickets> <LoyaltyPoints>decimal</LoyaltyPoints> <VirtualPoints>decimal</VirtualPoints> <Site>string</Site> <POS>string</POS> <UserName>string</UserName> <Quantity>decimal</Quantity> <Price>decimal</Price> <RefId>int</RefId> <RowNumber>int</RowNumber> <ActivityType>string</ActivityType> <PlayCredits>decimal</PlayCredits> <CounterItems>decimal</CounterItems> </AccountActivityDTO> <AccountActivityDTO> <AccountId>int</AccountId> <Date>dateTime</Date> <Product>string</Product> <Amount>decimal</Amount> <Credits>decimal</Credits> <Courtesy>decimal</Courtesy> <Bonus>decimal</Bonus> <Time>decimal</Time> <Tokens>decimal</Tokens> <Tickets>int</Tickets> <LoyaltyPoints>decimal</LoyaltyPoints> <VirtualPoints>decimal</VirtualPoints> <Site>string</Site> <POS>string</POS> <UserName>string</UserName> <Quantity>decimal</Quantity> <Price>decimal</Price> <RefId>int</RefId> <RowNumber>int</RowNumber> <ActivityType>string</ActivityType> <PlayCredits>decimal</PlayCredits> <CounterItems>decimal</CounterItems> </AccountActivityDTO> </AccountActivityDTOList> <AccountSummaryDTO> <CreditPlusCardBalance>decimal</CreditPlusCardBalance> <CreditPlusGamePlayCredits>decimal</CreditPlusGamePlayCredits> <CreditPlusItemPurchase>decimal</CreditPlusItemPurchase> <CreditPlusBonus>decimal</CreditPlusBonus> <CreditPlusLoyaltyPoints>decimal</CreditPlusLoyaltyPoints> <CreditPlusTickets>decimal</CreditPlusTickets> <CreditPlusVirtualPoints>decimal</CreditPlusVirtualPoints> <CreditPlusTime>decimal</CreditPlusTime> <CreditPlusRefundableBalance>decimal</CreditPlusRefundableBalance> <RedeemableCreditPlusLoyaltyPoints>decimal</RedeemableCreditPlusLoyaltyPoints> <AccountGameBalance>int</AccountGameBalance> <TotalGamePlayCreditsBalance>decimal</TotalGamePlayCreditsBalance> <TotalBonusBalance>decimal</TotalBonusBalance> <TotalCourtesyBalance>decimal</TotalCourtesyBalance> <TotalTimeBalance>decimal</TotalTimeBalance> <TotalVirtualPointBalance>decimal</TotalVirtualPointBalance> <TotalGamesBalance>decimal</TotalGamesBalance> <TotalTicketsBalance>decimal</TotalTicketsBalance> <TotalLoyaltyPointBalance>decimal</TotalLoyaltyPointBalance> <AccountExpiryDate>dateTime</AccountExpiryDate> <FormattedCreditPlusCardBalance>string</FormattedCreditPlusCardBalance> <FormattedCreditPlusVirtualPointBalance>string</FormattedCreditPlusVirtualPointBalance> <FormattedCreditPlusGamePlayCredits>string</FormattedCreditPlusGamePlayCredits> <FormattedCreditPlusItemPurchase>string</FormattedCreditPlusItemPurchase> <FormattedCreditPlusBonus>string</FormattedCreditPlusBonus> <FormattedCreditPlusLoyaltyPoints>string</FormattedCreditPlusLoyaltyPoints> <FormattedCreditPlusTickets>string</FormattedCreditPlusTickets> <FormattedCreditPlusTime>string</FormattedCreditPlusTime> <FormattedCreditPlusRefundableBalance>string</FormattedCreditPlusRefundableBalance> <FormattedRedeemableCreditPlusLoyaltyPoints>string</FormattedRedeemableCreditPlusLoyaltyPoints> <FormattedTotalGamePlayCreditsBalance>string</FormattedTotalGamePlayCreditsBalance> <FormattedTotalBonusBalance>string</FormattedTotalBonusBalance> <FormattedTotalCourtesyBalance>string</FormattedTotalCourtesyBalance> <FormattedTotalTimeBalance>string</FormattedTotalTimeBalance> <FormattedTotalGamesBalance>string</FormattedTotalGamesBalance> <FormattedTotalTicketsBalance>string</FormattedTotalTicketsBalance> <FormattedTotalLoyaltyPointBalance>string</FormattedTotalLoyaltyPointBalance> <FormattedAccountExpiryDate>string</FormattedAccountExpiryDate> </AccountSummaryDTO> <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>