Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Current »

This module code allows the third party to make a ticket sales transaction into EHORS system with the customer plan board & mapped packages.

 EHORS ticket sales have a back-end time out of 30 minutes, if the reservation from "add" until the payment has been confirmed is more than 30 minutes, reservation will be cancelled in the back-end. Thus third party may need to re-book again with payment details within 30 minutes.

Basic Flow

Available "command" Command Code

"command"Data DirectionFunctionOn Success Return
G_ATT_PlanboardRetrieveRetrieve available plan boardList of available attractions and sessions with the venue hosting the attractions, maximum pax and available left by a given date 
G_IND_AttractionsRetrieveRetrieve available individual attractionsList of available individual attractions by given date with sessions, and individual price
G_ATT_PackageRetrieveRetrieve available packageList of the available package by given date created and mapped to market segment "Internet" and segment source "Direct"
G_PKG_DetailsRetrieveRetrieve details of given package IDList of attractions and sessions bundled and designed within the given packageID
P_TKT_NewSalesSendCreate new ticket salesSuccess with reservationID which will be used for later payment or reservation cancellation or verification
P_TKT_CancelSalesSendCancel ticket salesSuccess with cancellation status, ONLY success if booking isn't canceled yet
P_TKT_ConfirmSalesSendConfirm ticket sales with payment detailsSuccess with a list of reserved tickets/wristband number and booking status
  • No labels