Response
The respone from your booking cancellation request
Booking Cancel Response Fields
XML Node
Parent Node
Description
BookingCancelResponse
N/A
Root XML node
API Key
BookingCancelResponse
Your Unique API Key
ResellerId
BookingCancelResponse
Your Unique Reseller Id
SupplierId
BookingCancelResponse
String representing the unique supplier ID within the Zaui Marketplace
ExternalReference
BookingCancelResponse
String representing a unique transaction ID. Used to identify your original request
TimeStamp
BookingCancelResponse
Time of creation of request
• yyyy-MMddTHH:mm:ss.SSSZ(in UTC time)
or
• yyyy-MMddTHH:mm:ss.SSS[+/- ]hh:mm
Example:
2020-04- 28T13:10:12.123Z (UTC time)
2020-04- 28T13:10:12.123+10:00
RequestStatus
BookingCancelResponse
Request status root XML element
Status
RequestStatus
Status value for the request. Values are:
• Success
• Error
Error
RequestStatus
Root node for the error details on a non-successful request
ErrorCode
Error
String with the error code
ErrorMessage
Error
String with the error message
ErrorDetails
Error
String with additional details, and recommendation on the error
BookingReference
BookingCancelResponse
String containing the unique booking reference from your system
SupplierConfirmationNumber
BookingCancelResponse
String holding the original unique supplier confirmation number
SupplierCancellationNumber
BookingCancelResponse
String holding the unique cancellation number
TransactionStatus
BookingCancelResponse
Root node that holds data on the transaction
Status
TransactionStatus
Status of the transition. Options are:
• CONFIRMED
• REJECTED
RejectionReasonDetails
TransactionStatus
Extended details on the transaction rejection
RejectionReason
TransactionStatus
Reason transaction was rejected. Options are:
• PAST_CANCEL_DATE - Allowed cancellation date is in the past.
• PAST_TOUR_DATE - Tour date is in the past.
• TOUR_REDEEMED - Tour has already been redeemed.
• OTHER - Any other reason. Details must be provided in RejectionReasonDetails.
Last updated