Changes for page 3. CalcPackage

Last modified by Giorgi Mdivnishvili on 2024/04/11 17:03

From version 14.1
edited by Giorgi Mdivnishvili
on 2024/04/11 08:20
Change comment: There is no comment for this version
To version 15.2
edited by Giorgi Mdivnishvili
on 2024/04/11 16:47
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,8 +6,11 @@
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 +Upon selecting any of the package variations retrieved from the tour package search, users can delve deeper into the chosen option. This involves obtaining more comprehensive information about the package, including recalculating prices and option variations gaining a thorough understanding of the associated conditions.
11 +
12 +
13 +
11 11  == Endpoint URL - [POST] ==
12 12  
13 13  {{info}}
... ... @@ -2372,3 +2372,24 @@
2372 2372  
2373 2373  }
2374 2374  {{/success}}
2378 +
2379 +
2380 +== Important ==
2381 +
2382 +{{error}}
2383 +=== Implementing Authorization in Subsequent Requests ===
2384 +
2385 +For every API request after the initial authentication, it's crucial to include the authorization token in the request header. This ensures your requests are authorized and can access the necessary resources. Here's how to properly include your token:
2386 +
2387 +* **Header Key:** Authorization
2388 +* **Header Value:** Bearer [Your Token Here] - Use the bearer token provided in the initial authentication response. The authorization type should be specified as Bearer Token.
2389 +
2390 +Additionally, to ensure your requests are properly formatted and recognized, include the following headers:
2391 +
2392 +* **Content-Type:** Specify this header as application/json to indicate the format of the request body.
2393 +* **Header Key:** X-nugios-timezone
2394 +* **Header Value:** 240 - Adjust this value to match your local timezone offset in minutes.
2395 +
2396 +Incorporating these headers with their respective values is essential for the successful processing of your API requests.
2397 +{{/error}}
2398 +