Changes for page 6. GetReservationDetails

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

From version 7.1
edited by Giorgi Mdivnishvili
on 2024/04/11 07:12
Change comment: There is no comment for this version
To version 10.1
edited by Giorgi Mdivnishvili
on 2024/07/11 10:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,9 +6,12 @@
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 +This API endpoint facilitates the retrieval of information pertaining to a previously booked reservation for data verification purposes.
11 11  
12 +To utilize this functionality, simply provide the reservationId parameter obtained following the initial reservation request and submit the API request.
13 +
14 +
12 12  == Endpoint URL - [POST] ==
13 13  
14 14  {{info}}
... ... @@ -27,7 +27,7 @@
27 27  == Request Body ==
28 28  
29 29  {{code language="Json"}}
30 -{"id":"3882a7ee-fec1-4bd3-9e73-ccc4613be36d"}
33 +{"id":"07fff3fd-7ae9-409f-b50b-2cc7a948b8d0"}
31 31  {{/code}}
32 32  
33 33  (% class="wikigeneratedid" id="HRequestBodyexample" %)
... ... @@ -38,7 +38,7 @@
38 38  == Request Body example ==
39 39  
40 40  {{code language="Json"}}
41 -{"id":"3882a7ee-fec1-4bd3-9e73-ccc4613be36d"}
44 +{"id":"07fff3fd-7ae9-409f-b50b-2cc7a948b8d0"}
42 42  {{/code}}
43 43  
44 44