Bus GetBooking Details

Bus GetBooking Details

This method retrieves the reservation details based on Busid, or Confirmation No, or Trace ID

Note: If you don't have a valid bus-id or confirmation number, you can still retrieve booking details by using the trace id that was used during booking.

Service URL (REST) to be used: https://staging.travelxmlapi.com/V3/busservice/busrest/get_booking_detail

Authorization Method

With this method, the sender places a username:password into the request header. The username and password are encoded with Base64, which is an encoding technique that converts the username and password into a set of 64 characters to ensure safe transmission. Here’s an example of a Basic Auth in a request header: Authorization: Basic ABCD*******************