Trip Booking
Trip Booking is the initialisation process of getting a trip quote and creating a trip. Booking configuration (such as; configured trip types, vehicle category settings, and pricing configuration per vehicle category size) make up the algorithm to book a trip.
There are some major requirements considered for trip booking such as; selecting a vehicle category size, selecting a trip type, and fetching the source and destination. These compulsory requirements enable the trip booking process.
The source and destination parameters are two required object parameters that make up the location information of the trip.
A customer may choose to get a quote for the trip before proceeding to booking and paying for the trip. The trip quote provides details and a breakdown of the cost of the trip. To get the trip quote, all required parameters are considered when generating the quote.
Types of trip booking
Booking a standard trip (i.e. intrastate and interstate trips).
Booking a business trip.
Last updated