Changes for page 4. CalcCheckout

Last modified by Giorgi Mdivnishvili on 2024/04/11 16:59

From version 7.1
edited by Giorgi Mdivnishvili
on 2024/04/11 12:48
Change comment: There is no comment for this version
To version 9.1
edited by Giorgi Mdivnishvili
on 2024/04/11 13:22
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,9 +6,10 @@
6 6  
7 7  = Method Description =
8 8  
9 -This method is used to calculate full package with hotels and flights, to recheck prices, availability, prices and cancelation policy before book.
10 10  
10 +Once the desired tour variation has been selected, the next step involves calculating the package price in greater detail, typically just before proceeding with the reservation. To accomplish this, the CalcCheckout method must be utilized. This stage marks the pre-booking phase of the process.
11 11  
12 +
12 12  == Endpoint URL - [POST] ==
13 13  
14 14  {{info}}
... ... @@ -824,12 +824,12 @@
824 824  
825 825  == Descriptions ==
826 826  
827 -=== ===
828 828  
829 829  === Request ===
830 830  
831 831  Here's a table describing each parameter of the JSON request:
832 832  
833 +(% class="table-bordered" %)
833 833  |=Parameter|=Data Type|=Description
834 834  |calcTourPackageRequests|Array|An array of objects, each representing a tour package request.
835 835  |refreshPrices|Boolean|If true, the prices for the tour package will be refreshed.
... ... @@ -843,10 +843,9 @@
843 843  |calcOnlyHotelPackageRequests|Array|An array of objects, each representing a hotel-only package request. If empty, no hotel-only packages are requested.
844 844  |calcOnlyAviaPackageRequests|Array|An array of objects, each representing an avia-only package request. If empty, no avia-only packages are requested.
845 845  
846 -=== ===
847 -
848 848  === Response ===
849 849  
849 +(% class="table-bordered" %)
850 850  |=Parameter|=Data Type|=Description
851 851  |priceCurrency|String|The currency code (ISO 4217) for all prices mentioned in the response.
852 852  |totalPrice|Number|The total price of the booking.