Changes for page 6. GetReservationDetails
Last modified by Giorgi Mdivnishvili on 2024/07/11 10:45
From version 6.1
edited by Giorgi Mdivnishvili
on 2024/04/11 07:09
on 2024/04/11 07:09
Change comment:
There is no comment for this version
To version 7.1
edited by Giorgi Mdivnishvili
on 2024/04/11 07:12
on 2024/04/11 07:12
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -503,8 +503,8 @@ 503 503 |totalPrice|Number|The total price of the reservation, calculated based on the services and products included. 504 504 |agentCommission|Number|The commission earned by the agent for this reservation, calculated as a percentage of the total price. 505 505 |currency|String|The currency in which the price and commission are denominated, typically in ISO 4217 format (e.g., USD, EUR). 506 -|tourists[].id|String|The unique identifier for each tourist, typically a UUID or similar.507 -|tourists[].gender|String|The gender of the tourist, usually 'Male','Female',or 'Other'.506 +|tourists[].id|String|The unique identifier for each tourist, typically a UUID. 507 +|tourists[].gender|String|The gender of the tourist, usually : [ None, Male, Female ] 508 508 |tourists[].ageCategory|String|The age category of the tourist, such as 'Adult', 'Child', or 'Infant'. 509 509 |tourists[].firstName|String|The first name of the tourist, as it appears on their passport. 510 510 |tourists[].lastName|String|The last name of the tourist, as it appears on their passport.