Bus Boarding point

Method Structure

Here you can find the list of boarding and their respective boarding times, landmark, complete address, and contact numbers for the specified route. While Boarding Point is mandatory for all the buses, Dropping Point is mandatory for a few RTCs buses.

Note: Whether the dropping point is required or not, will be based on the IsDropPointMandatory node of search response. If the value of this node is true, then dropping point is mandatory and has to pass in a book request.

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

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