Last modified by Giorgi Mdivnishvili on 2024/07/11 12:45

From version 7.1
edited by Giorgi Mdivnishvili
on 2024/04/11 11:05
Change comment: There is no comment for this version
To version 6.1
edited by Giorgi Mdivnishvili
on 2024/04/11 10:33
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -713,7 +713,6 @@
713 713  
714 714  === **Request Parameters ** ===
715 715  
716 -(% class="table-bordered" %)
717 717  |=Key|=Type|=Nullable|=Description
718 718  |departureCountryCode|String|No|The ISO 3166-1 alpha-2 code of the departure country. For example, "KZ" for Kazakhstan.
719 719  |departureCityUID|String (UUID)|No|The unique identifier of the departure city. This is a UUID, such as "f0ba6324-f337-405c-8cc7-23d62cf664e8".
... ... @@ -734,7 +734,6 @@
734 734  
735 735  === **Response Parameters** ===
736 736  
737 -(% class="table-bordered" %)
738 738  |=Key|=Type|=Description
739 739  |packages|Array|An array of travel packages. Each package includes various details about the package.
740 740  |packages[].id|String|A unique identifier for the package. This is used to uniquely identify each package.
... ... @@ -812,6 +812,7 @@
812 812  |totalCount|Number|The total count of packages. This is the total number of packages in all pages of results.
813 813  |error|Boolean|A boolean indicating whether there was an error. If true, it means that there was an error in retrieving the packages.
814 814  
813 +
815 815  ==== first request ====
816 816  
817 817  {{code language="Json"}}