HSP Post Booking Requests
Post Booking
After successfully booking a hotel using the recommended booking flow, there are further optional requests you can use after the booking made .
Cancel a Segment
This function submits a request to cancel an existing Segment with Status 'OK'.
reservations with multi rooms:
(1) there are suppliers that return a single booking confirmation id for all rooms together - on HSP all rooms will be under single Segment ID.
(2) there are suppliers that return for each room a unique booking confirmation id - on HSP each room will have wis own single Segment ID (correlated with supplier).
'Cancel Book' request supports single Segment ID only.
for case (1): all rooms will be cancelled at once
for case (2): requires to send multi calls for 'Cancel Book' in order to cancel all rooms / Segments,
or can cancel part of the rooms by relevant Segment ID
Cancel Segment examples (Postman) - Click here.
Check Status
This function submits a request to retrieve the updated status and booking data.
Check Status examples (Postman) - Click here.
Updated 25 days ago