Bus Book

Bus Book

The Bus Book system confirms the ticket that was previously reserved tentatively. The client is required to contact the book method, providing all the necessary details as well as the seat numbers and boarding point. Following this, the system will provide the confirmed ticket details, including the Ticket number.

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

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