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

From version 15.1
edited by Giorgi Mdivnishvili
on 2024/04/11 18:01
Change comment: There is no comment for this version
To version 16.2
edited by Giorgi Mdivnishvili
on 2024/04/16 09:15
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -913,7 +913,6 @@
913 913  ** To navigate through the dataset, adjust the pageNumber while keeping the pagingId constant.
914 914  ** To refresh the dataset and clear the cache, initiate a new request without a pagingId.
915 915  
916 -
917 917  **Example - Request with Caching**:
918 918  
919 919  {{{ {
... ... @@ -992,3 +992,14 @@
992 992  
993 993  Incorporating these headers with their respective values is essential for the successful processing of your API requests.
994 994  {{/error}}
994 +
995 +
996 +
997 +(% class="box errormessage" %)
998 +(((
999 +Tour package requirements can vary based on the destination country, necessitating the inclusion of additional mandatory services such as Visa, Insurance, etc. 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:
1000 +
1001 +[[image:https://xwiki.nugios.com/xwiki/bin/download/APIs/Online%20API/TourPackages/WebHome/1713191255012-154.png?rev=1.1||alt="1713191255012-154.png"]]
1002 +
1003 +in the given example it means that insurance service is mandatory for the tourpackage
1004 +)))