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