5.TourPackages

Version 11.2 by Giorgi Mdivnishvili on 2024/04/16 09:10

Introduction - Reservation of TourPackages

This section contains information which you can use to book tour packages. TourPackage -  consists of three combined services, namely:

  1. Avia Tickets,
  2. transfers ,
  3. hotel services

Tour package requirements can vary based on the destination country, necessitating the inclusion of additional mandatory services such as Visa, Insurance, and Tour Code and ctr... When querying for tour packages through the API, the response payload will dynamically include fields indicating whether these services are mandatory. For instance, the API may return a structure like this:

1713191255012-154.png

in the given example it means that insurance service is mandatory for the tourpackage

For reservation, it is necessary to go through several stages, namely: processing and transfer of the received datafrom  using the catalog section methods.

  • Make request for finding available tour packages;
  • Choose the package and make a calculation on the selected tour package;
  • Make reservation request, by confirmation of the selected tour package;
  • Get information about the booked package.

Here is the list of request methods which is required to make a reservation.