Bus SeatLayout

Method Structure

The method of Bus Seat Layout provides seat details of the selected bus. Clients need to pass the ResultIndex in the request and in response, where they can receive complete seat details of the requested bus. It includes the number of seats available, number of seats reserved for female passengers, and price details.

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

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*******************