Changes for page 5. ConfirmCheckout
Last modified by Giorgi Mdivnishvili on 2024/08/30 12:58
From 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
To version 8.2
edited by Giorgi Mdivnishvili
on 2024/04/11 13:02
on 2024/04/11 13:02
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1127,12 +1127,12 @@ 1127 1127 1128 1128 1129 1129 1130 -== Description 1130 +== Description == 1131 1131 1132 1132 1133 -=== Request 1133 +=== Request === 1134 1134 1135 - 1135 +(% class="table-bordered" %) 1136 1136 |=Field Path|=Data Type|=Description 1137 1137 |calcTourPackageRequests[*].refreshPrices|Boolean|Indicates whether to refresh the prices for the tour package. 1138 1138 |calcTourPackageRequests[*].packageId|String|Unique identifier for the tour package. ... ... @@ -1177,4 +1177,48 @@ 1177 1177 |contactPhone|String|Contact phone number associated with the reservation. 1178 1178 |reservationId|String|Unique identifier for the entire reservation. 1179 1179 1180 + 1181 +=== Response === 1182 + 1183 +|=Field Path|=Data Type|=Description 1184 +|priceCurrency|String|Currency code (ISO 4217) for all transactional amounts mentioned in the response. 1185 +|totalPrice|Number|Total price of the reservation. 1186 +|agentCommissionPercent|Number|The percentage of the total price allocated as commission for the agent. 1187 +|agentCommissionAmount|Number|The total commission amount in priceCurrency. 1188 +|requiredCitizenIdentifiers[*].countryCode|String|The ISO 3166-1 alpha-2 country code for which an identifier is required. 1189 +|requiredCitizenIdentifiers[*].identifierType|String|Type of identifier required (e.g., "TIN", "FIN"). 1190 +|hotels[*].hotelPriceId|String|Unique identifier for the hotel price. 1191 +|hotels[*].touristIds[*]|Array|List of tourist IDs that are booked in this hotel. 1192 +|hotels[*].description|String|Description of the hotel booking. 1193 +|tourists[*].id|String|Unique identifier for a tourist. 1194 +|tourists[*].age|Number|Age of the tourist. 1195 +|tourists[*].isAdult|Boolean|Indicates whether the tourist is an adult. 1196 +|tourists[*].flightIds[*]|Array|List of flight IDs associated with the tourist. 1197 +|tourists[*].flights[*].flightId|String|Unique identifier for the flight. 1198 +|tourists[*].flights[*].note|String|Notes or additional information about the flight. 1199 +|tourists[*].insurancePrice.*|Various|Detailed information about the insurance price, including ID, name, coverage, and cost details. 1200 +|tourists[*].selectedVisaId|String|Identifier for the selected visa option for the tourist. 1201 +|tourists[*].transfers[*].id|String|Unique identifier for the transfer. 1202 +|tourists[*].transfers[*].type|String|Type of transfer (e.g., "Arrival", "Departure"). 1203 +|tourists[*].transfers[*].flightId|String|The flight ID associated with the transfer. 1204 +|tourists[*].transfers[*].checkInHotelId|String|Hotel ID for check-in associated with the transfer. 1205 +|tourists[*].transfers[*].checkOutHotelId|String|Hotel ID for check-out associated with the transfer. 1206 +|tourists[*].transfers[*].selectedTransferPriceId|String|The ID of the selected pricing option for the transfer. 1207 +|tourists[*].transfers[*].transferPrices[*].*|Various|Detailed information about each transfer price option, including ID, name, and cost details. 1208 +|visas[*].prid|String|Unique identifier for a visa option. 1209 +|visas[*].prName|String|Name of the visa option. 1210 +|visas[*].prValue|Number|The cost associated with this visa option. 1211 +|visas[*].sortingOrder|Number|Sorting order for the visa options. 1212 +|terminals[*].terminalCode|String|Code representing the terminal. 1213 +|terminals[*].cityUID|String|Unique identifier for the city where the terminal is located. 1214 +|terminals[*].districtUID|String|Unique identifier for the district of the terminal. 1215 +|terminals[*].terminalName|String|Name of the terminal. 1216 +|terminals[*].countryCode|String|The ISO 3166-1 alpha-2 country code for the terminal's country. 1217 +|terminals[*].note|String|Additional notes or information about the terminal. 1218 +|containsError|Boolean|Indicates if the response contains any errors. 1219 +|refreshPriceResult|String|The result of attempting to refresh the price (e.g., "Success"). 1220 +|reservationId|String|Unique identifier for the reservation. 1221 +|reservationDetailsUnavailable|Boolean|Indicates if the reservation details are currently unavailable. 1222 +|error|Boolean|A generic error indicator, presumably redundant with containsError. 1223 + 1180 1180