Changes for page 5. ConfirmCheckout
Last modified by Giorgi Mdivnishvili on 2024/08/30 12:58
From version 6.1
edited by Giorgi Mdivnishvili
on 2024/04/11 09:19
on 2024/04/11 09:19
Change comment:
There is no comment for this version
To version 7.1
edited by Giorgi Mdivnishvili
on 2024/04/11 12:54
on 2024/04/11 12:54
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1124,3 +1124,57 @@ 1124 1124 1125 1125 } 1126 1126 {{/success}} 1127 + 1128 + 1129 + 1130 +== Description == 1131 + 1132 + 1133 +=== Request === 1134 + 1135 + 1136 +|=Field Path|=Data Type|=Description 1137 +|calcTourPackageRequests[*].refreshPrices|Boolean|Indicates whether to refresh the prices for the tour package. 1138 +|calcTourPackageRequests[*].packageId|String|Unique identifier for the tour package. 1139 +|calcTourPackageRequests[*].flightPassengers[*].id|String|Unique identifier for a flight passenger within the package. 1140 +|calcTourPackageRequests[*].flightPassengers[*].selectedForwardBaggageCode|String|Code indicating the baggage option selected for the forward journey. 1141 +|calcTourPackageRequests[*].flightPassengers[*].selectedBackwardBaggageCode|String|Code indicating the baggage option selected for the return journey. 1142 +|calcTourPackageRequests[*].extraServicePriceCodes|Array|An array of codes for extra services priced within the package. 1143 +|calcTourPackageRequests[*].includeInsurance|Boolean|Indicates if insurance is included in the tour package. 1144 +|calcOnlyHotelPackageRequests|Array|Details about hotel-only package requests, if applicable. 1145 +|calcOnlyAviaPackageRequests|Array|Details about avia-only package requests, if applicable. 1146 +|hotels[*].note|String|Additional notes regarding the hotel booking. 1147 +|hotels[*].agentConfirmationNumber|String|Confirmation number provided by the agent for the hotel booking. 1148 +|hotels[*].hotelPriceId|String|Unique identifier for the hotel price. 1149 +|hotels[*].touristIds[*]|String|List of IDs for tourists staying at the hotel. 1150 +|tourists[*].id|String|Unique identifier for the tourist. 1151 +|tourists[*].isMale|Boolean|Indicates if the tourist is male. 1152 +|tourists[*].firstName|String|First name of the tourist. 1153 +|tourists[*].lastName|String|Last name of the tourist. 1154 +|tourists[*].birthDate|String|Birth date of the tourist. 1155 +|tourists[*].citizenship|String|Citizenship of the tourist. 1156 +|tourists[*].passportNumber|String|Passport number of the tourist. 1157 +|tourists[*].passportIssue|String|Issue date of the tourist's passport. 1158 +|tourists[*].passportExpiry|String|Expiry date of the tourist's passport. 1159 +|tourists[*].tin|String|Tax identification number of the tourist, if applicable. 1160 +|tourists[*].selectedVisaId|String|ID of the selected visa option for the tourist. 1161 +|tourists[*].flights[*].flightId|String|Identifier for flights associated with the tourist. 1162 +|tourists[*].flights[*].note|String|Additional notes or details about the flight. 1163 +|tourists[*].flightIds[*]|String|Array of flight IDs associated with the tourist. 1164 +|tourists[*].insurancePrice.insuranceId|String|Identifier for the insurance plan selected for the tourist. 1165 +|...|...|Additional fields for insurancePrice as detailed in previous responses. 1166 +|tourists[*].departureFlightInfo.date|String|Departure date for the tourist's flight, if applicable. 1167 +|tourists[*].departureFlightInfo.time|String|Departure time for the tourist's flight, if applicable. 1168 +|tourists[*].departureFlightInfo.flightNumber|String|Flight number for the tourist's departure flight, if applicable. 1169 +|tourists[*].departureFlightInfo.terminalCode|String|Terminal code for the tourist's departure flight, if applicable. 1170 +|tourists[*].arrivalFlightInfo.date|String|Arrival date for the tourist's flight, if applicable. 1171 +|tourists[*].arrivalFlightInfo.time|String|Arrival time for the tourist's flight, if applicable. 1172 +|tourists[*].arrivalFlightInfo.flightNumber|String|Flight number for the tourist's arrival flight, if applicable. 1173 +|tourists[*].arrivalFlightInfo.terminalCode|String|Terminal code for the tourist's arrival flight, if applicable. 1174 +|tourists[*].transfers[*].id|String|Unique identifier for a transfer service associated with the tourist. 1175 +|tourists[*].transfers[*].selectedTransferPriceId|String|ID of the selected pricing option for the transfer. 1176 +|note|String|General note regarding the reservation, intended for testing or additional information. 1177 +|contactPhone|String|Contact phone number associated with the reservation. 1178 +|reservationId|String|Unique identifier for the entire reservation. 1179 + 1180 +