Changes for page 6. GetReservationDetails
Last modified by Giorgi Mdivnishvili on 2024/07/11 10:45
From version 10.1
edited by Giorgi Mdivnishvili
on 2024/07/11 10:45
on 2024/07/11 10:45
Change comment:
There is no comment for this version
To version 5.1
edited by Giorgi Mdivnishvili
on 2024/04/11 07:08
on 2024/04/11 07:08
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -6,12 +6,9 @@ 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. 9 9 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 - 15 15 == Endpoint URL - [POST] == 16 16 17 17 {{info}} ... ... @@ -30,7 +30,7 @@ 30 30 == Request Body == 31 31 32 32 {{code language="Json"}} 33 -{"id":" 07fff3fd-7ae9-409f-b50b-2cc7a948b8d0"}30 +{"id":"3882a7ee-fec1-4bd3-9e73-ccc4613be36d"} 34 34 {{/code}} 35 35 36 36 (% class="wikigeneratedid" id="HRequestBodyexample" %) ... ... @@ -41,7 +41,7 @@ 41 41 == Request Body example == 42 42 43 43 {{code language="Json"}} 44 -{"id":" 07fff3fd-7ae9-409f-b50b-2cc7a948b8d0"}41 +{"id":"3882a7ee-fec1-4bd3-9e73-ccc4613be36d"} 45 45 {{/code}} 46 46 47 47 ... ... @@ -497,7 +497,6 @@ 497 497 == Description == 498 498 499 499 500 -(% class="table-bordered" %) 501 501 |=Parameter|=Value Type|=Description 502 502 |id|String|The unique identifier for the reservation, typically a UUID or similar. 503 503 |rfNumber|String|The reference number for the reservation, usually generated by the system. ... ... @@ -506,8 +506,8 @@ 506 506 |totalPrice|Number|The total price of the reservation, calculated based on the services and products included. 507 507 |agentCommission|Number|The commission earned by the agent for this reservation, calculated as a percentage of the total price. 508 508 |currency|String|The currency in which the price and commission are denominated, typically in ISO 4217 format (e.g., USD, EUR). 509 -|tourists[].id|String|The unique identifier for each tourist, typically a UUID. 510 -|tourists[].gender|String|The gender of the tourist, usually : [ None,Male, Female]505 +|tourists[].id|String|The unique identifier for each tourist, typically a UUID or similar. 506 +|tourists[].gender|String|The gender of the tourist, usually 'Male', 'Female', or 'Other'. 511 511 |tourists[].ageCategory|String|The age category of the tourist, such as 'Adult', 'Child', or 'Infant'. 512 512 |tourists[].firstName|String|The first name of the tourist, as it appears on their passport. 513 513 |tourists[].lastName|String|The last name of the tourist, as it appears on their passport.