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
Change comment: There is no comment for this version
To version 8.2
edited by Giorgi Mdivnishvili
on 2024/04/11 13:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1124,3 +1124,101 @@
1124 1124  
1125 1125  }
1126 1126  {{/success}}
1127 +
1128 +
1129 +
1130 +== Description ==
1131 +
1132 +
1133 +=== Request ===
1134 +
1135 +(% class="table-bordered" %)
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 +
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 +
1224 +