Changes for page 3. CalcCheckout
Last modified by Giorgi Mdivnishvili on 2025/02/03 12:34
From version 1.5
edited by Giorgi Mdivnishvili
on 2024/04/12 18:56
on 2024/04/12 18:56
Change comment:
There is no comment for this version
To version 1.4
edited by Giorgi Mdivnishvili
on 2024/04/12 18:49
on 2024/04/12 18:49
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,8 +1,20 @@ 1 -{{box cssClass="floatinginfobox" title="**Contents**"}} 2 - 1 +(% class="box floatinginfobox" %) 2 +((( 3 +**Contents** 3 3 4 -{{toc/}} 5 -{{/box}} 5 +(% class="wikitoc" %) 6 +* [[Method Description>>path:#HMethodDescription]] 7 +** [[Endpoint URL - ~[POST~]>>path:#HEndpointURL-5BPOST5D]] 8 +** [[Request Parameters>>path:#HRequestParameters]] 9 +** [[Request Body>>path:#HRequestBody]] 10 +** [[Request Body example>>path:#HRequestBodyexample]] 11 +** [[Response>>path:#HResponse]] 12 +*** [[Response example>>path:#HResponseexample]] 13 +*** [[Schema>>path:#HSchema]] 14 +** [[Descriptions>>path:#HDescriptions]] 15 +*** [[Request>>path:#HRequest]] 16 +*** [[Response>>path:#HResponse-1]] 17 +))) 6 6 7 7 = Method Description = 8 8 ... ... @@ -12,9 +12,10 @@ 12 12 13 13 == Endpoint URL - [POST] == 14 14 15 -{{info}} 16 -[[https:~~/~~/integration.kazunion.com/api/OnlyHotelPackages/CalcPackage>>https://integration.kazunion.com/api/OnlyHotelPackages/CalcPackage]] 17 -{{/info}} 27 +(% class="box infomessage" %) 28 +((( 29 +[[https:~~/~~/integration.kazunion.com/api/Checkout/CalcCheckout>>url:https://integration.kazunion.com/api/Checkout/CalcCheckout]] 30 +))) 18 18 19 19 20 20 == Request Parameters == ... ... @@ -27,101 +27,104 @@ 27 27 28 28 == Request Body == 29 29 30 -{{code language="Json"}} 43 +(% class="box" %) 44 +((( 45 +(% class="code" %) 46 +((( 31 31 { 32 - "reservationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 33 - "calcTourPackageRequests": [ 48 + (% style="font-weight: bold; color: #008000;" %)"reservationId"(%%): (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%), 49 + (% style="font-weight: bold; color: #008000;" %)"calcTourPackageRequests"(%%): [ 34 34 { 35 - "packageId": "string", 36 - "extraServicePriceCodes": [ 37 - "string" 51 + (% style="font-weight: bold; color: #008000;" %)"packageId"(%%): (% style="color: #BA2121;" %)"string"(%%), 52 + (% style="font-weight: bold; color: #008000;" %)"extraServicePriceCodes"(%%): [ 53 + (% style="color: #BA2121;" %)"string"(%%) 38 38 ], 39 - "flightPassengers": [ 55 + (% style="font-weight: bold; color: #008000;" %)"flightPassengers"(%%): [ 40 40 { 41 - "id": "string", 42 - "selectedForwardBaggageCode": "string", 43 - "selectedBackwardBaggageCode": "string" 57 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"string"(%%), 58 + (% style="font-weight: bold; color: #008000;" %)"selectedForwardBaggageCode"(%%): (% style="color: #BA2121;" %)"string"(%%), 59 + (% style="font-weight: bold; color: #008000;" %)"selectedBackwardBaggageCode"(%%): (% style="color: #BA2121;" %)"string"(%%) 44 44 } 45 45 ], 46 - "includeInsurance": true, 47 - "refreshPrices": true 62 + (% style="font-weight: bold; color: #008000;" %)"includeInsurance"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%), 63 + (% style="font-weight: bold; color: #008000;" %)"refreshPrices"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%) 48 48 } 49 49 ], 50 - "calcOnlyHotelPackageRequests": [ 66 + (% style="font-weight: bold; color: #008000;" %)"calcOnlyHotelPackageRequests"(%%): [ 51 51 { 52 - "packageId": "string", 53 - "extraServicePriceCodes": [ 54 - "string" 68 + (% style="font-weight: bold; color: #008000;" %)"packageId"(%%): (% style="color: #BA2121;" %)"string"(%%), 69 + (% style="font-weight: bold; color: #008000;" %)"extraServicePriceCodes"(%%): [ 70 + (% style="color: #BA2121;" %)"string"(%%) 55 55 ], 56 - "includeInsurance": true, 57 - "refreshPrices": true 72 + (% style="font-weight: bold; color: #008000;" %)"includeInsurance"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%), 73 + (% style="font-weight: bold; color: #008000;" %)"refreshPrices"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%) 58 58 } 59 59 ], 60 - "calcOnlyAviaPackageRequests": [ 76 + (% style="font-weight: bold; color: #008000;" %)"calcOnlyAviaPackageRequests"(%%): [ 61 61 { 62 - "packageId": "string", 63 - "refreshPrices": true, 64 - "flightPassengers": [ 78 + (% style="font-weight: bold; color: #008000;" %)"packageId"(%%): (% style="color: #BA2121;" %)"string"(%%), 79 + (% style="font-weight: bold; color: #008000;" %)"refreshPrices"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%), 80 + (% style="font-weight: bold; color: #008000;" %)"flightPassengers"(%%): [ 65 65 { 66 - "id": "string", 67 - "selectedForwardBaggageCode": "string", 68 - "selectedBackwardBaggageCode": "string" 82 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"string"(%%), 83 + (% style="font-weight: bold; color: #008000;" %)"selectedForwardBaggageCode"(%%): (% style="color: #BA2121;" %)"string"(%%), 84 + (% style="font-weight: bold; color: #008000;" %)"selectedBackwardBaggageCode"(%%): (% style="color: #BA2121;" %)"string"(%%) 69 69 } 70 70 ] 71 71 } 72 72 ], 73 - "hotels": [ 89 + (% style="font-weight: bold; color: #008000;" %)"hotels"(%%): [ 74 74 { 75 - "hotelPriceId": "string", 76 - "agentConfirmationNumber": "string", 77 - "note": "string", 78 - "touristIds": [ 79 - "3fa85f64-5717-4562-b3fc-2c963f66afa6" 91 + (% style="font-weight: bold; color: #008000;" %)"hotelPriceId"(%%): (% style="color: #BA2121;" %)"string"(%%), 92 + (% style="font-weight: bold; color: #008000;" %)"agentConfirmationNumber"(%%): (% style="color: #BA2121;" %)"string"(%%), 93 + (% style="font-weight: bold; color: #008000;" %)"note"(%%): (% style="color: #BA2121;" %)"string"(%%), 94 + (% style="font-weight: bold; color: #008000;" %)"touristIds"(%%): [ 95 + (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%) 80 80 ] 81 81 } 82 82 ], 83 - "tourists": [ 99 + (% style="font-weight: bold; color: #008000;" %)"tourists"(%%): [ 84 84 { 85 - "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 86 - "firstName": "string", 87 - "lastName": "string", 88 - "birthDate": "2024-04-11T03:34:15.828Z", 89 - "passportNumber": "string", 90 - "passportExpiry": "2024-04-11T03:34:15.828Z", 91 - "passportIssue": "2024-04-11T03:34:15.828Z", 92 - "citizenship": "string", 93 - "tin": "string", 94 - "isMale": true, 95 - "flightIds": [ 96 - "string" 101 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%), 102 + (% style="font-weight: bold; color: #008000;" %)"firstName"(%%): (% style="color: #BA2121;" %)"string"(%%), 103 + (% style="font-weight: bold; color: #008000;" %)"lastName"(%%): (% style="color: #BA2121;" %)"string"(%%), 104 + (% style="font-weight: bold; color: #008000;" %)"birthDate"(%%): (% style="color: #BA2121;" %)"2024-04-11T03:34:15.828Z"(%%), 105 + (% style="font-weight: bold; color: #008000;" %)"passportNumber"(%%): (% style="color: #BA2121;" %)"string"(%%), 106 + (% style="font-weight: bold; color: #008000;" %)"passportExpiry"(%%): (% style="color: #BA2121;" %)"2024-04-11T03:34:15.828Z"(%%), 107 + (% style="font-weight: bold; color: #008000;" %)"passportIssue"(%%): (% style="color: #BA2121;" %)"2024-04-11T03:34:15.828Z"(%%), 108 + (% style="font-weight: bold; color: #008000;" %)"citizenship"(%%): (% style="color: #BA2121;" %)"string"(%%), 109 + (% style="font-weight: bold; color: #008000;" %)"tin"(%%): (% style="color: #BA2121;" %)"string"(%%), 110 + (% style="font-weight: bold; color: #008000;" %)"isMale"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%), 111 + (% style="font-weight: bold; color: #008000;" %)"flightIds"(%%): [ 112 + (% style="color: #BA2121;" %)"string"(%%) 97 97 ], 98 - "arrivalFlightInfo": { 99 - "flightNumber": "string", 100 - "terminalCode": "string", 101 - "date": "2024-04-11T03:34:15.828Z", 102 - "time": "string" 114 + (% style="font-weight: bold; color: #008000;" %)"arrivalFlightInfo"(%%): { 115 + (% style="font-weight: bold; color: #008000;" %)"flightNumber"(%%): (% style="color: #BA2121;" %)"string"(%%), 116 + (% style="font-weight: bold; color: #008000;" %)"terminalCode"(%%): (% style="color: #BA2121;" %)"string"(%%), 117 + (% style="font-weight: bold; color: #008000;" %)"date"(%%): (% style="color: #BA2121;" %)"2024-04-11T03:34:15.828Z"(%%), 118 + (% style="font-weight: bold; color: #008000;" %)"time"(%%): (% style="color: #BA2121;" %)"string"(%%) 103 103 }, 104 - "departureFlightInfo": { 105 - "flightNumber": "string", 106 - "terminalCode": "string", 107 - "date": "2024-04-11T03:34:15.828Z", 108 - "time": "string" 120 + (% style="font-weight: bold; color: #008000;" %)"departureFlightInfo"(%%): { 121 + (% style="font-weight: bold; color: #008000;" %)"flightNumber"(%%): (% style="color: #BA2121;" %)"string"(%%), 122 + (% style="font-weight: bold; color: #008000;" %)"terminalCode"(%%): (% style="color: #BA2121;" %)"string"(%%), 123 + (% style="font-weight: bold; color: #008000;" %)"date"(%%): (% style="color: #BA2121;" %)"2024-04-11T03:34:15.828Z"(%%), 124 + (% style="font-weight: bold; color: #008000;" %)"time"(%%): (% style="color: #BA2121;" %)"string"(%%) 109 109 }, 110 - "selectedVisaId": "string", 111 - "transfers": [ 126 + (% style="font-weight: bold; color: #008000;" %)"selectedVisaId"(%%): (% style="color: #BA2121;" %)"string"(%%), 127 + (% style="font-weight: bold; color: #008000;" %)"transfers"(%%): [ 112 112 { 113 - "id": "string", 114 - "selectedTransferPriceId": "string" 129 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"string"(%%), 130 + (% style="font-weight: bold; color: #008000;" %)"selectedTransferPriceId"(%%): (% style="color: #BA2121;" %)"string"(%%) 115 115 } 116 116 ] 117 117 } 118 118 ], 119 - "note": "string", 120 - "contactPhone": "string" 121 -} 135 + (% style="font-weight: bold; color: #008000;" %)"note"(%%): (% style="color: #BA2121;" %)"string"(%%), 136 + (% style="font-weight: bold; color: #008000;" %)"contactPhone"(%%): (% style="color: #BA2121;" %)"string"(%%) 137 +}\\ 138 +))) 139 +))) 122 122 123 -{{/code}} 124 - 125 125 (% class="wikigeneratedid" id="HRequestBodyexample" %) 126 126 (% id="cke_bm_10575S" style="display:none" %) 127 127 ... ... @@ -129,912 +129,529 @@ 129 129 130 130 == Request Body example == 131 131 132 -{{code language="Json"}} 148 +(% class="box" %) 149 +((( 150 +(% class="code" %) 151 +((( 133 133 { 134 - "calcTourPackageRequests": [], 135 - "calcOnlyHotelPackageRequests": [ 153 + (% style="font-weight: bold; color: #008000;" %)"calcTourPackageRequests"(%%): [ 136 136 { 137 - "refreshPrices": true, 138 - "packageId": "onlyhotel:25a0ce83-047e-485a-8fd7-f2b5a7a1fa37:9963330c-2346-4330-b9cf-7abbb0f64636", 139 - "extraServicePriceCodes": [], 140 - "includeInsurance": false 155 + (% style="font-weight: bold; color: #008000;" %)"refreshPrices"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%), 156 + (% style="font-weight: bold; color: #008000;" %)"packageId"(%%): (% style="color: #BA2121;" %)"tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:53552191-59ea-469d-ae9d-5b848da8839d"(%%), 157 + (% style="font-weight: bold; color: #008000;" %)"flightPassengers"(%%): [ 158 + { 159 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"53552191-59ea-469d-ae9d-5b848da8839d-A1"(%%), 160 + (% style="font-weight: bold; color: #008000;" %)"selectedForwardBaggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED"(%%), 161 + (% style="font-weight: bold; color: #008000;" %)"selectedBackwardBaggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED"(%%) 162 + }, 163 + { 164 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"53552191-59ea-469d-ae9d-5b848da8839d-A2"(%%), 165 + (% style="font-weight: bold; color: #008000;" %)"selectedForwardBaggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED"(%%), 166 + (% style="font-weight: bold; color: #008000;" %)"selectedBackwardBaggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED"(%%) 167 + } 168 + ], 169 + (% style="font-weight: bold; color: #008000;" %)"extraServicePriceCodes"(%%): [], 170 + (% style="font-weight: bold; color: #008000;" %)"includeInsurance"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%) 141 141 } 142 142 ], 143 - "calcOnlyAviaPackageRequests": [] 173 + (% style="font-weight: bold; color: #008000;" %)"calcOnlyHotelPackageRequests"(%%): [], 174 + (% style="font-weight: bold; color: #008000;" %)"calcOnlyAviaPackageRequests"(%%): [] 144 144 } 145 -{{/code}} 176 +))) 177 +))) 146 146 147 147 148 148 == Response == 149 149 150 -{{code language="json"}} 182 +(% class="box" %) 183 +((( 184 +(% class="code" %) 185 +((( 151 151 { 152 - "priceCurrency": "USD", 153 - "totalPrice": 47, 154 - "agentCommissionPercent": 0.00, 155 - "agentCommissionAmount": 0, 156 - "requiredCitizenIdentifiers": [ 187 + (% style="font-weight: bold; color: #008000;" %)"error"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%), 188 + (% style="font-weight: bold; color: #008000;" %)"errorCode"(%%): (% style="color: #BA2121;" %)"string"(%%), 189 + (% style="font-weight: bold; color: #008000;" %)"errorDescription"(%%): (% style="color: #BA2121;" %)"string"(%%), 190 + (% style="font-weight: bold; color: #008000;" %)"userErrorDescription"(%%): (% style="color: #BA2121;" %)"string"(%%), 191 + (% style="font-weight: bold; color: #008000;" %)"priceCurrency"(%%): (% style="color: #BA2121;" %)"string"(%%), 192 + (% style="font-weight: bold; color: #008000;" %)"totalPrice"(%%): (% style="color: #666666;" %)0(%%), 193 + (% style="font-weight: bold; color: #008000;" %)"agentCommissionPercent"(%%): (% style="color: #666666;" %)0(%%), 194 + (% style="font-weight: bold; color: #008000;" %)"agentCommissionAmount"(%%): (% style="color: #666666;" %)0(%%), 195 + (% style="font-weight: bold; color: #008000;" %)"requiredCitizenIdentifiers"(%%): [ 196 + { 197 + (% style="font-weight: bold; color: #008000;" %)"countryCode"(%%): (% style="color: #BA2121;" %)"string"(%%), 198 + (% style="font-weight: bold; color: #008000;" %)"identifierType"(%%): (% style="color: #BA2121;" %)"TIN"(%%) 199 + } 200 + ], 201 + (% style="font-weight: bold; color: #008000;" %)"hotels"(%%): [ 202 + { 203 + (% style="font-weight: bold; color: #008000;" %)"hotelPriceId"(%%): (% style="color: #BA2121;" %)"string"(%%), 204 + (% style="font-weight: bold; color: #008000;" %)"touristIds"(%%): [ 205 + (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%) 206 + ], 207 + (% style="font-weight: bold; color: #008000;" %)"errorCode"(%%): (% style="color: #BA2121;" %)"string"(%%), 208 + (% style="font-weight: bold; color: #008000;" %)"errorMessage"(%%): (% style="color: #BA2121;" %)"string"(%%), 209 + (% style="font-weight: bold; color: #008000;" %)"description"(%%): (% style="color: #BA2121;" %)"string"(%%) 210 + } 211 + ], 212 + (% style="font-weight: bold; color: #008000;" %)"tourists"(%%): [ 213 + { 214 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%), 215 + (% style="font-weight: bold; color: #008000;" %)"age"(%%): (% style="color: #666666;" %)0(%%), 216 + (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%), 217 + (% style="font-weight: bold; color: #008000;" %)"flightIds"(%%): [ 218 + (% style="color: #BA2121;" %)"string"(%%) 219 + ], 220 + (% style="font-weight: bold; color: #008000;" %)"flights"(%%): [ 157 157 { 158 - "countryCode": "KZ", 159 - "identifierType": "TIN" 160 - }, 161 - { 162 - "countryCode": "AZ", 163 - "identifierType": "FIN" 222 + (% style="font-weight: bold; color: #008000;" %)"flightId"(%%): (% style="color: #BA2121;" %)"string"(%%), 223 + (% style="font-weight: bold; color: #008000;" %)"note"(%%): (% style="color: #BA2121;" %)"string"(%%) 164 164 } 165 - ], 166 - "hotels": [ 225 + ], 226 + (% style="font-weight: bold; color: #008000;" %)"arrivalFlightInfo"(%%): { 227 + (% style="font-weight: bold; color: #008000;" %)"flightNumber"(%%): (% style="color: #BA2121;" %)"string"(%%), 228 + (% style="font-weight: bold; color: #008000;" %)"terminalCode"(%%): (% style="color: #BA2121;" %)"string"(%%), 229 + (% style="font-weight: bold; color: #008000;" %)"date"(%%): (% style="color: #BA2121;" %)"2024-04-11T05:03:16.796Z"(%%), 230 + (% style="font-weight: bold; color: #008000;" %)"time"(%%): (% style="color: #BA2121;" %)"string"(%%) 231 + }, 232 + (% style="font-weight: bold; color: #008000;" %)"departureFlightInfo"(%%): { 233 + (% style="font-weight: bold; color: #008000;" %)"flightNumber"(%%): (% style="color: #BA2121;" %)"string"(%%), 234 + (% style="font-weight: bold; color: #008000;" %)"terminalCode"(%%): (% style="color: #BA2121;" %)"string"(%%), 235 + (% style="font-weight: bold; color: #008000;" %)"date"(%%): (% style="color: #BA2121;" %)"2024-04-11T05:03:16.796Z"(%%), 236 + (% style="font-weight: bold; color: #008000;" %)"time"(%%): (% style="color: #BA2121;" %)"string"(%%) 237 + }, 238 + (% style="font-weight: bold; color: #008000;" %)"insurancePrice"(%%): { 239 + (% style="font-weight: bold; color: #008000;" %)"insuranceId"(%%): (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%), 240 + (% style="font-weight: bold; color: #008000;" %)"insuranceServiceId"(%%): (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%), 241 + (% style="font-weight: bold; color: #008000;" %)"insurancePriceId"(%%): (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%), 242 + (% style="font-weight: bold; color: #008000;" %)"touristId"(%%): (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%), 243 + (% style="font-weight: bold; color: #008000;" %)"insuranceName"(%%): (% style="color: #BA2121;" %)"string"(%%), 244 + (% style="font-weight: bold; color: #008000;" %)"insuranceDescription"(%%): (% style="color: #BA2121;" %)"string"(%%), 245 + (% style="font-weight: bold; color: #008000;" %)"contragentName"(%%): (% style="color: #BA2121;" %)"string"(%%), 246 + (% style="font-weight: bold; color: #008000;" %)"contragentFullName"(%%): (% style="color: #BA2121;" %)"string"(%%), 247 + (% style="font-weight: bold; color: #008000;" %)"actualStartDate"(%%): (% style="color: #BA2121;" %)"2024-04-11T05:03:16.796Z"(%%), 248 + (% style="font-weight: bold; color: #008000;" %)"actualEndDate"(%%): (% style="color: #BA2121;" %)"2024-04-11T05:03:16.796Z"(%%), 249 + (% style="font-weight: bold; color: #008000;" %)"costCurrencyCode"(%%): (% style="color: #BA2121;" %)"string"(%%), 250 + (% style="font-weight: bold; color: #008000;" %)"costAmount"(%%): (% style="color: #666666;" %)0(%%), 251 + (% style="font-weight: bold; color: #008000;" %)"priceCurrencyCode"(%%): (% style="color: #BA2121;" %)"string"(%%), 252 + (% style="font-weight: bold; color: #008000;" %)"priceAmount"(%%): (% style="color: #666666;" %)0(%%), 253 + (% style="font-weight: bold; color: #008000;" %)"coverageCurrencyCode"(%%): (% style="color: #BA2121;" %)"string"(%%), 254 + (% style="font-weight: bold; color: #008000;" %)"coverageAmount"(%%): (% style="color: #666666;" %)0(%%) 255 + }, 256 + (% style="font-weight: bold; color: #008000;" %)"selectedVisaId"(%%): (% style="color: #BA2121;" %)"string"(%%), 257 + (% style="font-weight: bold; color: #008000;" %)"transfers"(%%): [ 167 167 { 168 - "hotelPriceId": "9963330c-2346-4330-b9cf-7abbb0f64636", 169 - "touristIds": [ 170 - "5652e3ba-23d1-4392-bcd9-03442b48e385", 171 - "5e395a1b-982b-4686-b078-b8ffd3332c0e" 172 - ], 173 - "description": "Royal Continental Hotel" 259 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"string"(%%), 260 + (% style="font-weight: bold; color: #008000;" %)"type"(%%): (% style="color: #BA2121;" %)"Arrival"(%%), 261 + (% style="font-weight: bold; color: #008000;" %)"flightId"(%%): (% style="color: #BA2121;" %)"string"(%%), 262 + (% style="font-weight: bold; color: #008000;" %)"flightInfo"(%%): { 263 + (% style="font-weight: bold; color: #008000;" %)"flightNumber"(%%): (% style="color: #BA2121;" %)"string"(%%), 264 + (% style="font-weight: bold; color: #008000;" %)"terminalCode"(%%): (% style="color: #BA2121;" %)"string"(%%), 265 + (% style="font-weight: bold; color: #008000;" %)"date"(%%): (% style="color: #BA2121;" %)"2024-04-11T05:03:16.796Z"(%%), 266 + (% style="font-weight: bold; color: #008000;" %)"time"(%%): (% style="color: #BA2121;" %)"string"(%%) 267 + }, 268 + (% style="font-weight: bold; color: #008000;" %)"checkInHotelId"(%%): (% style="color: #BA2121;" %)"string"(%%), 269 + (% style="font-weight: bold; color: #008000;" %)"checkOutHotelId"(%%): (% style="color: #BA2121;" %)"string"(%%), 270 + (% style="font-weight: bold; color: #008000;" %)"selectedTransferPriceId"(%%): (% style="color: #BA2121;" %)"string"(%%), 271 + (% style="font-weight: bold; color: #008000;" %)"transferPrices"(%%): [ 272 + { 273 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"string"(%%), 274 + (% style="font-weight: bold; color: #008000;" %)"name"(%%): (% style="color: #BA2121;" %)"string"(%%), 275 + (% style="font-weight: bold; color: #008000;" %)"adultPlaces"(%%): (% style="color: #666666;" %)0(%%), 276 + (% style="font-weight: bold; color: #008000;" %)"childPlaces"(%%): (% style="color: #666666;" %)0(%%), 277 + (% style="font-weight: bold; color: #008000;" %)"perPersonPrice"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%), 278 + (% style="font-weight: bold; color: #008000;" %)"adultPrice"(%%): (% style="color: #666666;" %)0(%%), 279 + (% style="font-weight: bold; color: #008000;" %)"childPrice"(%%): (% style="color: #666666;" %)0(%%) 280 + } 281 + ] 174 174 } 175 - ], 176 - "tourists": [ 177 - { 178 - "id": "5652e3ba-23d1-4392-bcd9-03442b48e385", 179 - "isAdult": true, 180 - "flightIds": [], 181 - "flights": [], 182 - "arrivalFlightInfo": { 183 - "terminalCode": "DXB2", 184 - "date": "2024-06-30T00:00:00.000" 185 - }, 186 - "departureFlightInfo": { 187 - "terminalCode": "DXB2", 188 - "date": "2024-07-01T00:00:00.000" 189 - }, 190 - "selectedVisaId": "00000000-0000-0000-0000-000000000000", 191 - "transfers": [ 192 - { 193 - "id": "DXB2-03cf038c-df96-4926-af5f-0f285e600405", 194 - "type": "Arrival", 195 - "flightInfo": { 196 - "terminalCode": "DXB2", 197 - "date": "2024-06-30T00:00:00.000" 198 - }, 199 - "checkInHotelId": "9963330c-2346-4330-b9cf-7abbb0f64636", 200 - "selectedTransferPriceId": "9b4d2a8e-1f85-4d0d-8b39-c3b516d15c01", 201 - "transferPrices": [ 202 - { 203 - "id": "9b4d2a8e-1f85-4d0d-8b39-c3b516d15c01", 204 - "name": "WITHOUT", 205 - "adultPlaces": 0, 206 - "childPlaces": 0, 207 - "perPersonPrice": false, 208 - "adultPrice": 0.00000000, 209 - "childPrice": 0 210 - }, 211 - { 212 - "id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146", 213 - "name": "MINIVAN", 214 - "adultPlaces": 5, 215 - "childPlaces": 0, 216 - "perPersonPrice": false, 217 - "adultPrice": 45.00000000, 218 - "childPrice": 0 219 - }, 220 - { 221 - "id": "fc3815bb-af00-4733-9134-4b6334ce3854", 222 - "name": "TOYOTA HIACE", 223 - "adultPlaces": 9, 224 - "childPlaces": 0, 225 - "perPersonPrice": false, 226 - "adultPrice": 50.00000000, 227 - "childPrice": 0 228 - }, 229 - { 230 - "id": "1df09212-11e3-44b1-b615-fbb6338efaf2", 231 - "name": "HIGER BUS (27 SEATERS)", 232 - "adultPlaces": 27, 233 - "childPlaces": 0, 234 - "perPersonPrice": false, 235 - "adultPrice": 85.00000000, 236 - "childPrice": 0 237 - }, 238 - { 239 - "id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb", 240 - "name": "HIGER 53", 241 - "adultPlaces": 51, 242 - "childPlaces": 0, 243 - "perPersonPrice": false, 244 - "adultPrice": 120.00000000, 245 - "childPrice": 0 246 - }, 247 - { 248 - "id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04", 249 - "name": "MERCEDES S CLASS 400", 250 - "adultPlaces": 3, 251 - "childPlaces": 0, 252 - "perPersonPrice": false, 253 - "adultPrice": 140.00000000, 254 - "childPrice": 0 255 - }, 256 - { 257 - "id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6", 258 - "name": "MERCEDES V CLASS", 259 - "adultPlaces": 7, 260 - "childPlaces": 0, 261 - "perPersonPrice": false, 262 - "adultPrice": 140.00000000, 263 - "childPrice": 0 264 - }, 265 - { 266 - "id": "50cf907a-2145-4b46-bb67-0dde2e7b7326", 267 - "name": "MERCEDES S CLASS 500", 268 - "adultPlaces": 3, 269 - "childPlaces": 0, 270 - "perPersonPrice": false, 271 - "adultPrice": 165.00000000, 272 - "childPrice": 0 273 - } 274 - ] 275 - }, 276 - { 277 - "id": "03cf038c-df96-4926-af5f-0f285e600405-DXB2", 278 - "type": "Departure", 279 - "flightInfo": { 280 - "terminalCode": "DXB2", 281 - "date": "2024-07-01T00:00:00.000" 282 - }, 283 - "checkOutHotelId": "9963330c-2346-4330-b9cf-7abbb0f64636", 284 - "selectedTransferPriceId": "9b4d2a8e-1f85-4d0d-8b39-c3b516d15c01", 285 - "transferPrices": [ 286 - { 287 - "id": "9b4d2a8e-1f85-4d0d-8b39-c3b516d15c01", 288 - "name": "WITHOUT", 289 - "adultPlaces": 0, 290 - "childPlaces": 0, 291 - "perPersonPrice": false, 292 - "adultPrice": 0.00000000, 293 - "childPrice": 0 294 - }, 295 - { 296 - "id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146", 297 - "name": "MINIVAN", 298 - "adultPlaces": 5, 299 - "childPlaces": 0, 300 - "perPersonPrice": false, 301 - "adultPrice": 45.00000000, 302 - "childPrice": 0 303 - }, 304 - { 305 - "id": "fc3815bb-af00-4733-9134-4b6334ce3854", 306 - "name": "TOYOTA HIACE", 307 - "adultPlaces": 9, 308 - "childPlaces": 0, 309 - "perPersonPrice": false, 310 - "adultPrice": 50.00000000, 311 - "childPrice": 0 312 - }, 313 - { 314 - "id": "1df09212-11e3-44b1-b615-fbb6338efaf2", 315 - "name": "HIGER BUS (27 SEATERS)", 316 - "adultPlaces": 27, 317 - "childPlaces": 0, 318 - "perPersonPrice": false, 319 - "adultPrice": 85.00000000, 320 - "childPrice": 0 321 - }, 322 - { 323 - "id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb", 324 - "name": "HIGER 53", 325 - "adultPlaces": 51, 326 - "childPlaces": 0, 327 - "perPersonPrice": false, 328 - "adultPrice": 120.00000000, 329 - "childPrice": 0 330 - }, 331 - { 332 - "id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04", 333 - "name": "MERCEDES S CLASS 400", 334 - "adultPlaces": 3, 335 - "childPlaces": 0, 336 - "perPersonPrice": false, 337 - "adultPrice": 140.00000000, 338 - "childPrice": 0 339 - }, 340 - { 341 - "id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6", 342 - "name": "MERCEDES V CLASS", 343 - "adultPlaces": 7, 344 - "childPlaces": 0, 345 - "perPersonPrice": false, 346 - "adultPrice": 140.00000000, 347 - "childPrice": 0 348 - }, 349 - { 350 - "id": "50cf907a-2145-4b46-bb67-0dde2e7b7326", 351 - "name": "MERCEDES S CLASS 500", 352 - "adultPlaces": 3, 353 - "childPlaces": 0, 354 - "perPersonPrice": false, 355 - "adultPrice": 165.00000000, 356 - "childPrice": 0 357 - } 358 - ] 359 - } 360 - ], 361 - "description": " " 362 - }, 363 - { 364 - "id": "5e395a1b-982b-4686-b078-b8ffd3332c0e", 365 - "isAdult": true, 366 - "flightIds": [], 367 - "flights": [], 368 - "arrivalFlightInfo": { 369 - "terminalCode": "DXB2", 370 - "date": "2024-06-30T00:00:00.000" 371 - }, 372 - "departureFlightInfo": { 373 - "terminalCode": "DXB2", 374 - "date": "2024-07-01T00:00:00.000" 375 - }, 376 - "selectedVisaId": "00000000-0000-0000-0000-000000000000", 377 - "transfers": [ 378 - { 379 - "id": "DXB2-03cf038c-df96-4926-af5f-0f285e600405", 380 - "type": "Arrival", 381 - "flightInfo": { 382 - "terminalCode": "DXB2", 383 - "date": "2024-06-30T00:00:00.000" 384 - }, 385 - "checkInHotelId": "9963330c-2346-4330-b9cf-7abbb0f64636", 386 - "selectedTransferPriceId": "9b4d2a8e-1f85-4d0d-8b39-c3b516d15c01", 387 - "transferPrices": [ 388 - { 389 - "id": "9b4d2a8e-1f85-4d0d-8b39-c3b516d15c01", 390 - "name": "WITHOUT", 391 - "adultPlaces": 0, 392 - "childPlaces": 0, 393 - "perPersonPrice": false, 394 - "adultPrice": 0.00000000, 395 - "childPrice": 0 396 - }, 397 - { 398 - "id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146", 399 - "name": "MINIVAN", 400 - "adultPlaces": 5, 401 - "childPlaces": 0, 402 - "perPersonPrice": false, 403 - "adultPrice": 45.00000000, 404 - "childPrice": 0 405 - }, 406 - { 407 - "id": "fc3815bb-af00-4733-9134-4b6334ce3854", 408 - "name": "TOYOTA HIACE", 409 - "adultPlaces": 9, 410 - "childPlaces": 0, 411 - "perPersonPrice": false, 412 - "adultPrice": 50.00000000, 413 - "childPrice": 0 414 - }, 415 - { 416 - "id": "1df09212-11e3-44b1-b615-fbb6338efaf2", 417 - "name": "HIGER BUS (27 SEATERS)", 418 - "adultPlaces": 27, 419 - "childPlaces": 0, 420 - "perPersonPrice": false, 421 - "adultPrice": 85.00000000, 422 - "childPrice": 0 423 - }, 424 - { 425 - "id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb", 426 - "name": "HIGER 53", 427 - "adultPlaces": 51, 428 - "childPlaces": 0, 429 - "perPersonPrice": false, 430 - "adultPrice": 120.00000000, 431 - "childPrice": 0 432 - }, 433 - { 434 - "id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04", 435 - "name": "MERCEDES S CLASS 400", 436 - "adultPlaces": 3, 437 - "childPlaces": 0, 438 - "perPersonPrice": false, 439 - "adultPrice": 140.00000000, 440 - "childPrice": 0 441 - }, 442 - { 443 - "id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6", 444 - "name": "MERCEDES V CLASS", 445 - "adultPlaces": 7, 446 - "childPlaces": 0, 447 - "perPersonPrice": false, 448 - "adultPrice": 140.00000000, 449 - "childPrice": 0 450 - }, 451 - { 452 - "id": "50cf907a-2145-4b46-bb67-0dde2e7b7326", 453 - "name": "MERCEDES S CLASS 500", 454 - "adultPlaces": 3, 455 - "childPlaces": 0, 456 - "perPersonPrice": false, 457 - "adultPrice": 165.00000000, 458 - "childPrice": 0 459 - } 460 - ] 461 - }, 462 - { 463 - "id": "03cf038c-df96-4926-af5f-0f285e600405-DXB2", 464 - "type": "Departure", 465 - "flightInfo": { 466 - "terminalCode": "DXB2", 467 - "date": "2024-07-01T00:00:00.000" 468 - }, 469 - "checkOutHotelId": "9963330c-2346-4330-b9cf-7abbb0f64636", 470 - "selectedTransferPriceId": "9b4d2a8e-1f85-4d0d-8b39-c3b516d15c01", 471 - "transferPrices": [ 472 - { 473 - "id": "9b4d2a8e-1f85-4d0d-8b39-c3b516d15c01", 474 - "name": "WITHOUT", 475 - "adultPlaces": 0, 476 - "childPlaces": 0, 477 - "perPersonPrice": false, 478 - "adultPrice": 0.00000000, 479 - "childPrice": 0 480 - }, 481 - { 482 - "id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146", 483 - "name": "MINIVAN", 484 - "adultPlaces": 5, 485 - "childPlaces": 0, 486 - "perPersonPrice": false, 487 - "adultPrice": 45.00000000, 488 - "childPrice": 0 489 - }, 490 - { 491 - "id": "fc3815bb-af00-4733-9134-4b6334ce3854", 492 - "name": "TOYOTA HIACE", 493 - "adultPlaces": 9, 494 - "childPlaces": 0, 495 - "perPersonPrice": false, 496 - "adultPrice": 50.00000000, 497 - "childPrice": 0 498 - }, 499 - { 500 - "id": "1df09212-11e3-44b1-b615-fbb6338efaf2", 501 - "name": "HIGER BUS (27 SEATERS)", 502 - "adultPlaces": 27, 503 - "childPlaces": 0, 504 - "perPersonPrice": false, 505 - "adultPrice": 85.00000000, 506 - "childPrice": 0 507 - }, 508 - { 509 - "id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb", 510 - "name": "HIGER 53", 511 - "adultPlaces": 51, 512 - "childPlaces": 0, 513 - "perPersonPrice": false, 514 - "adultPrice": 120.00000000, 515 - "childPrice": 0 516 - }, 517 - { 518 - "id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04", 519 - "name": "MERCEDES S CLASS 400", 520 - "adultPlaces": 3, 521 - "childPlaces": 0, 522 - "perPersonPrice": false, 523 - "adultPrice": 140.00000000, 524 - "childPrice": 0 525 - }, 526 - { 527 - "id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6", 528 - "name": "MERCEDES V CLASS", 529 - "adultPlaces": 7, 530 - "childPlaces": 0, 531 - "perPersonPrice": false, 532 - "adultPrice": 140.00000000, 533 - "childPrice": 0 534 - }, 535 - { 536 - "id": "50cf907a-2145-4b46-bb67-0dde2e7b7326", 537 - "name": "MERCEDES S CLASS 500", 538 - "adultPlaces": 3, 539 - "childPlaces": 0, 540 - "perPersonPrice": false, 541 - "adultPrice": 165.00000000, 542 - "childPrice": 0 543 - } 544 - ] 545 - } 546 - ], 547 - "description": " " 548 - } 549 - ], 550 - "visas": [ 551 - { 552 - "prid": "00000000-0000-0000-0000-000000000000", 553 - "prName": "WITHOUT VISA", 554 - "prValue": 0.00000000, 555 - "sortingOrder": 4 556 - }, 557 - { 558 - "prid": "40d3b511-c5b3-4395-b51f-11fb1b8e555b", 559 - "prName": "TOURIST VISA", 560 - "prValue": 80.01000000, 561 - "sortingOrder": 2 562 - }, 563 - { 564 - "prid": "80490edd-a7ef-43dc-98cf-3f709efe68cb", 565 - "prName": "SERVICE VISA", 566 - "prValue": 120.08000000, 567 - "sortingOrder": 3 568 - } 569 - ], 570 - "terminals": [ 571 - { 572 - "terminalCode": "DXB2", 573 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 574 - "districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e", 575 - "terminalName": "DXB2", 576 - "countryCode": "AE" 577 - }, 578 - { 579 - "terminalCode": "DXB", 580 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 581 - "districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e", 582 - "terminalName": "DXB", 583 - "countryCode": "AE" 584 - }, 585 - { 586 - "terminalCode": "SHJ", 587 - "cityUID": "f78ac3bc-f040-46d0-8319-2c52083080a6", 588 - "districtUID": "18a915ca-74de-4613-a2fb-616ea300d16d", 589 - "terminalName": "SHJ", 590 - "countryCode": "AE" 591 - }, 592 - { 593 - "terminalCode": "AUH3", 594 - "cityUID": "28c794fe-3c7e-4da2-ba93-f24bd3d4730d", 595 - "districtUID": "5460739a-fb6e-4d94-a35b-6f4e0612581b", 596 - "terminalName": "AUH3", 597 - "countryCode": "AE" 598 - }, 599 - { 600 - "terminalCode": "AUH", 601 - "cityUID": "28c794fe-3c7e-4da2-ba93-f24bd3d4730d", 602 - "districtUID": "5460739a-fb6e-4d94-a35b-6f4e0612581b", 603 - "terminalName": "AUH", 604 - "countryCode": "AE" 605 - }, 606 - { 607 - "terminalCode": "QIW", 608 - "cityUID": "9aabae22-f2f8-408c-b295-55cce1393c88", 609 - "districtUID": "9834149a-17ef-431e-b1f2-ab093bd55d94", 610 - "terminalName": "Um Al Quwain Terminal ", 611 - "countryCode": "AE" 612 - }, 613 - { 614 - "terminalCode": "QAJ", 615 - "cityUID": "a7e023c1-c654-4e1d-8a83-7e571bd3a78d", 616 - "districtUID": "70e57708-9de2-4505-b550-f4627ae40877", 617 - "terminalName": "Ajman Terminal ", 618 - "countryCode": "AE" 619 - }, 620 - { 621 - "terminalCode": "RKT", 622 - "cityUID": "607fbe3a-68e6-4523-bf6e-e419fac86a8b", 623 - "districtUID": "7f82fcc7-65ee-48d8-b0ea-200fa2ffdb42", 624 - "terminalName": "Ras Al Khaimah Terminal ", 625 - "countryCode": "AE" 626 - }, 627 - { 628 - "terminalCode": "FJR", 629 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 630 - "districtUID": "3a894ed3-8021-45c9-ae0c-aa5e7379bb82", 631 - "terminalName": "Fujairah Terminal ", 632 - "countryCode": "AE" 633 - }, 634 - { 635 - "terminalCode": "DXB3", 636 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 637 - "districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e", 638 - "terminalName": "DXB3", 639 - "countryCode": "AE" 640 - }, 641 - { 642 - "terminalCode": "Etihad Bus Station", 643 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 644 - "districtUID": "1fa8bb75-707b-40e6-8212-f705eeeaa16b", 645 - "terminalName": "Etihad Bus Station", 646 - "countryCode": "AE" 647 - }, 648 - { 649 - "terminalCode": "ETD", 650 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 651 - "districtUID": "1fa8bb75-707b-40e6-8212-f705eeeaa16b", 652 - "terminalName": "Etihad Main Office Dubai", 653 - "countryCode": "AE", 654 - "note": "Noor Islamic Bank MS" 655 - }, 656 - { 657 - "terminalCode": "XGD", 658 - "cityUID": "28c794fe-3c7e-4da2-ba93-f24bd3d4730d", 659 - "districtUID": "88ece1b0-cb91-49f3-86a0-eedc6c8e5aaf", 660 - "terminalName": "Dnata - Clock Tower", 661 - "countryCode": "AE" 662 - }, 663 - { 664 - "terminalCode": "DXB1", 665 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 666 - "districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e", 667 - "terminalName": "DXB1", 668 - "countryCode": "AE" 669 - }, 670 - { 671 - "terminalCode": "DWC", 672 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 673 - "districtUID": "42ace7f3-c109-4e81-8959-9c5adf193444", 674 - "terminalName": "DWC", 675 - "countryCode": "AE", 676 - "note": "Al Maktoum intl. airport" 677 - } 678 - ], 679 - "containsError": false, 680 - "refreshPriceResult": "Success", 681 - "reservationId": "39b50207-50b0-4b86-8a5d-a026866acf6d", 682 - "reservationDetailsUnavailable": false, 683 - "error": false 283 + ], 284 + (% style="font-weight: bold; color: #008000;" %)"errorCode"(%%): (% style="color: #BA2121;" %)"string"(%%), 285 + (% style="font-weight: bold; color: #008000;" %)"errorMessage"(%%): (% style="color: #BA2121;" %)"string"(%%), 286 + (% style="font-weight: bold; color: #008000;" %)"description"(%%): (% style="color: #BA2121;" %)"string"(%%) 287 + } 288 + ], 289 + (% style="font-weight: bold; color: #008000;" %)"visas"(%%): [ 290 + { 291 + (% style="font-weight: bold; color: #008000;" %)"prid"(%%): (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%), 292 + (% style="font-weight: bold; color: #008000;" %)"prName"(%%): (% style="color: #BA2121;" %)"string"(%%), 293 + (% style="font-weight: bold; color: #008000;" %)"prValue"(%%): (% style="color: #666666;" %)0(%%), 294 + (% style="font-weight: bold; color: #008000;" %)"sortingOrder"(%%): (% style="color: #666666;" %)0(%%) 295 + } 296 + ], 297 + (% style="font-weight: bold; color: #008000;" %)"terminals"(%%): [ 298 + { 299 + (% style="font-weight: bold; color: #008000;" %)"terminalCode"(%%): (% style="color: #BA2121;" %)"string"(%%), 300 + (% style="font-weight: bold; color: #008000;" %)"cityUID"(%%): (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%), 301 + (% style="font-weight: bold; color: #008000;" %)"districtUID"(%%): (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%), 302 + (% style="font-weight: bold; color: #008000;" %)"terminalName"(%%): (% style="color: #BA2121;" %)"string"(%%), 303 + (% style="font-weight: bold; color: #008000;" %)"countryCode"(%%): (% style="color: #BA2121;" %)"string"(%%), 304 + (% style="font-weight: bold; color: #008000;" %)"note"(%%): (% style="color: #BA2121;" %)"string"(%%) 305 + } 306 + ], 307 + (% style="font-weight: bold; color: #008000;" %)"containsError"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%), 308 + (% style="font-weight: bold; color: #008000;" %)"refreshPriceResult"(%%): (% style="color: #BA2121;" %)"Success"(%%), 309 + (% style="font-weight: bold; color: #008000;" %)"reservationId"(%%): (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%), 310 + (% style="font-weight: bold; color: #008000;" %)"reservationDetailsUnavailable"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%) 684 684 } 685 -{{/code}} 312 +))) 313 +))) 686 686 687 687 688 688 === Response example === 689 689 690 -{{code language="Json"}} 318 +(% class="box" %) 319 +((( 320 +(% class="code" %) 321 +((( 691 691 { 692 - "package": { 693 - "id": "tour:1d0fa533-4261-4254-93bb-83599d581ffc:193990fa-41a5-46e6-9805-50f82c3c377f:0c299240-6fc6-4f79-ba99-3548f2de3f57", 694 - "priceCurrency": "USD", 695 - "totalPrice": 937.16, 696 - "agentCommissionPercent": 0.00, 697 - "agentCommissionAmount": 0.00, 698 - "includedExtrasAmount": 0, 699 - "priceDifference": 0, 700 - "hotel": { 701 - "hotelPriceId": "193990fa-41a5-46e6-9805-50f82c3c377f", 702 - "providerId": 13, 703 - "hotelName": "Mercure Dubai Barsha Heights Suites Apartments", 704 - "hotelCode": "5f125310-7025-4807-a4c6-49cd284c9c14", 705 - "nigths": 2, 706 - "mealPlan": "BB", 707 - "hotelClass": "4", 708 - "availabilityType": "StopSale", 709 - "availableRoomsCount": 0, 710 - "fewRooms": true, 711 - "roomCategoryCode": "f8e1ffe5-25cc-46a4-80e8-586d1c049de4", 712 - "roomCategoryName": "1 B/R Apartment City View", 713 - "placementTypeName": "SNGL + CHILD(2-5.99)sharing", 714 - "checkInDate": "2024-02-15T20:00:00.000Z", 715 - "checkOutDate": "2024-02-17T20:00:00.000Z", 716 - "adults": 1, 717 - "children": 1, 718 - "districtUID": "4c65f6ed-902b-4fd8-9419-af7884c22c5e", 719 - "districtName": "Al Barsha", 720 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 721 - "cityName": "Dubai", 722 - "countryCode": "AE", 723 - "countryName": "United Arab Emirates", 724 - "hasAlcohol": false, 725 - "hasFreeWifi": true, 726 - "hasMetro": true, 727 - "hasPool": true, 728 - "hasMall": false, 729 - "cancellationPolicyDescription": "Cancellation Policy: 5 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 730 - "cancellationPolicy": { 731 - "noShowChargeValue": 100.00, 732 - "noShowChargeValueType": "%", 733 - "earlyDepartureChargeValue": 100.00, 734 - "earlyDepartureChargeValueType": "%", 735 - "conditions": [ 323 + (% style="font-weight: bold; color: #008000;" %)"package"(%%): { 324 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"tour:1d0fa533-4261-4254-93bb-83599d581ffc:193990fa-41a5-46e6-9805-50f82c3c377f:0c299240-6fc6-4f79-ba99-3548f2de3f57"(%%), 325 + (% style="font-weight: bold; color: #008000;" %)"priceCurrency"(%%): (% style="color: #BA2121;" %)"USD"(%%), 326 + (% style="font-weight: bold; color: #008000;" %)"totalPrice"(%%): (% style="color: #666666;" %)937.16(%%), 327 + (% style="font-weight: bold; color: #008000;" %)"agentCommissionPercent"(%%): (% style="color: #666666;" %)0.00(%%), 328 + (% style="font-weight: bold; color: #008000;" %)"agentCommissionAmount"(%%): (% style="color: #666666;" %)0.00(%%), 329 + (% style="font-weight: bold; color: #008000;" %)"includedExtrasAmount"(%%): (% style="color: #666666;" %)0(%%), 330 + (% style="font-weight: bold; color: #008000;" %)"priceDifference"(%%): (% style="color: #666666;" %)0(%%), 331 + (% style="font-weight: bold; color: #008000;" %)"hotel"(%%): { 332 + (% style="font-weight: bold; color: #008000;" %)"hotelPriceId"(%%): (% style="color: #BA2121;" %)"193990fa-41a5-46e6-9805-50f82c3c377f"(%%), 333 + (% style="font-weight: bold; color: #008000;" %)"providerId"(%%): (% style="color: #666666;" %)13(%%), 334 + (% style="font-weight: bold; color: #008000;" %)"hotelName"(%%): (% style="color: #BA2121;" %)"Mercure Dubai Barsha Heights Suites Apartments"(%%), 335 + (% style="font-weight: bold; color: #008000;" %)"hotelCode"(%%): (% style="color: #BA2121;" %)"5f125310-7025-4807-a4c6-49cd284c9c14"(%%), 336 + (% style="font-weight: bold; color: #008000;" %)"nigths"(%%): (% style="color: #666666;" %)2(%%), 337 + (% style="font-weight: bold; color: #008000;" %)"mealPlan"(%%): (% style="color: #BA2121;" %)"BB"(%%), 338 + (% style="font-weight: bold; color: #008000;" %)"hotelClass"(%%): (% style="color: #BA2121;" %)"4"(%%), 339 + (% style="font-weight: bold; color: #008000;" %)"availabilityType"(%%): (% style="color: #BA2121;" %)"StopSale"(%%), 340 + (% style="font-weight: bold; color: #008000;" %)"availableRoomsCount"(%%): (% style="color: #666666;" %)0(%%), 341 + (% style="font-weight: bold; color: #008000;" %)"fewRooms"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%), 342 + (% style="font-weight: bold; color: #008000;" %)"roomCategoryCode"(%%): (% style="color: #BA2121;" %)"f8e1ffe5-25cc-46a4-80e8-586d1c049de4"(%%), 343 + (% style="font-weight: bold; color: #008000;" %)"roomCategoryName"(%%): (% style="color: #BA2121;" %)"1 B/R Apartment City View"(%%), 344 + (% style="font-weight: bold; color: #008000;" %)"placementTypeName"(%%): (% style="color: #BA2121;" %)"SNGL + CHILD(2-5.99)sharing"(%%), 345 + (% style="font-weight: bold; color: #008000;" %)"checkInDate"(%%): (% style="color: #BA2121;" %)"2024-02-15T20:00:00.000Z"(%%), 346 + (% style="font-weight: bold; color: #008000;" %)"checkOutDate"(%%): (% style="color: #BA2121;" %)"2024-02-17T20:00:00.000Z"(%%), 347 + (% style="font-weight: bold; color: #008000;" %)"adults"(%%): (% style="color: #666666;" %)1(%%), 348 + (% style="font-weight: bold; color: #008000;" %)"children"(%%): (% style="color: #666666;" %)1(%%), 349 + (% style="font-weight: bold; color: #008000;" %)"districtUID"(%%): (% style="color: #BA2121;" %)"4c65f6ed-902b-4fd8-9419-af7884c22c5e"(%%), 350 + (% style="font-weight: bold; color: #008000;" %)"districtName"(%%): (% style="color: #BA2121;" %)"Al Barsha"(%%), 351 + (% style="font-weight: bold; color: #008000;" %)"cityUID"(%%): (% style="color: #BA2121;" %)"f5185fa3-3f56-44ed-bf6b-80386a33caa2"(%%), 352 + (% style="font-weight: bold; color: #008000;" %)"cityName"(%%): (% style="color: #BA2121;" %)"Dubai"(%%), 353 + (% style="font-weight: bold; color: #008000;" %)"countryCode"(%%): (% style="color: #BA2121;" %)"AE"(%%), 354 + (% style="font-weight: bold; color: #008000;" %)"countryName"(%%): (% style="color: #BA2121;" %)"United Arab Emirates"(%%), 355 + (% style="font-weight: bold; color: #008000;" %)"hasAlcohol"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%), 356 + (% style="font-weight: bold; color: #008000;" %)"hasFreeWifi"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%), 357 + (% style="font-weight: bold; color: #008000;" %)"hasMetro"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%), 358 + (% style="font-weight: bold; color: #008000;" %)"hasPool"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%), 359 + (% style="font-weight: bold; color: #008000;" %)"hasMall"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%), 360 + (% style="font-weight: bold; color: #008000;" %)"cancellationPolicyDescription"(%%): (% style="color: #BA2121;" %)"Cancellation Policy: 5 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %"(%%), 361 + (% style="font-weight: bold; color: #008000;" %)"cancellationPolicy"(%%): { 362 + (% style="font-weight: bold; color: #008000;" %)"noShowChargeValue"(%%): (% style="color: #666666;" %)100.00(%%), 363 + (% style="font-weight: bold; color: #008000;" %)"noShowChargeValueType"(%%): (% style="color: #BA2121;" %)"%"(%%), 364 + (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValue"(%%): (% style="color: #666666;" %)100.00(%%), 365 + (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValueType"(%%): (% style="color: #BA2121;" %)"%"(%%), 366 + (% style="font-weight: bold; color: #008000;" %)"conditions"(%%): [ 736 736 { 737 - "timeunits": 5, 738 - "timeunitType": "Day", 739 - "timeOffsetTypeName": "Before Arrival", 740 - "chargeValue": 100.00, 741 - "chargeValueType": "%" 368 + (% style="font-weight: bold; color: #008000;" %)"timeunits"(%%): (% style="color: #666666;" %)5(%%), 369 + (% style="font-weight: bold; color: #008000;" %)"timeunitType"(%%): (% style="color: #BA2121;" %)"Day"(%%), 370 + (% style="font-weight: bold; color: #008000;" %)"timeOffsetTypeName"(%%): (% style="color: #BA2121;" %)"Before Arrival"(%%), 371 + (% style="font-weight: bold; color: #008000;" %)"chargeValue"(%%): (% style="color: #666666;" %)100.00(%%), 372 + (% style="font-weight: bold; color: #008000;" %)"chargeValueType"(%%): (% style="color: #BA2121;" %)"%"(%%) 742 742 } 743 743 ] 744 744 } 745 745 }, 746 - "flight": { 747 - "id": "0c299240-6fc6-4f79-ba99-3548f2de3f57", 748 - "departureDate": "2024-02-15T20:00:00.000Z", 749 - "returnDate": "2024-02-17T20:00:00.000Z", 750 - "departureTicketsLeft": 7, 751 - "returnTicketsLeft": 7, 752 - "departureAvailabilityType": "FewPlaces", 753 - "returnAvailabilityType": "FewPlaces", 754 - "isTwoWay": true, 755 - "sameBaggageForAll": false, 756 - "totalBaggage": true, 757 - "departureSegments": [ 377 + (% style="font-weight: bold; color: #008000;" %)"flight"(%%): { 378 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"0c299240-6fc6-4f79-ba99-3548f2de3f57"(%%), 379 + (% style="font-weight: bold; color: #008000;" %)"departureDate"(%%): (% style="color: #BA2121;" %)"2024-02-15T20:00:00.000Z"(%%), 380 + (% style="font-weight: bold; color: #008000;" %)"returnDate"(%%): (% style="color: #BA2121;" %)"2024-02-17T20:00:00.000Z"(%%), 381 + (% style="font-weight: bold; color: #008000;" %)"departureTicketsLeft"(%%): (% style="color: #666666;" %)7(%%), 382 + (% style="font-weight: bold; color: #008000;" %)"returnTicketsLeft"(%%): (% style="color: #666666;" %)7(%%), 383 + (% style="font-weight: bold; color: #008000;" %)"departureAvailabilityType"(%%): (% style="color: #BA2121;" %)"FewPlaces"(%%), 384 + (% style="font-weight: bold; color: #008000;" %)"returnAvailabilityType"(%%): (% style="color: #BA2121;" %)"FewPlaces"(%%), 385 + (% style="font-weight: bold; color: #008000;" %)"isTwoWay"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%), 386 + (% style="font-weight: bold; color: #008000;" %)"sameBaggageForAll"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%), 387 + (% style="font-weight: bold; color: #008000;" %)"totalBaggage"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%), 388 + (% style="font-weight: bold; color: #008000;" %)"departureSegments"(%%): [ 758 758 { 759 - "airlineCode": "KC", 760 - "airlineName": "Air Astana-", 761 - "flightCode": "KC899", 762 - "class": "econom", 763 - "lugageWeight": 20, 764 - "handLugageWeight": 6, 765 - "departureFlightDate": "2024-02-15T20:00:00.000Z", 766 - "departureCountryName": "Kazakhstan", 767 - "departureCityName": "Almaty", 768 - "departureAirportCode": "ALA", 769 - "departureAirportName": "Almaty Intl Airport", 770 - "departureTerminalCode": "ALA", 771 - "arrivalFlightDate": "2024-02-15T20:00:00.000Z", 772 - "arrivalCountryName": "United Arab Emirates", 773 - "arrivalCityName": "Dubai", 774 - "arrivalAirportCode": "DXB", 775 - "arrivalAirportName": "Dubai Intl Airport", 776 - "arrivalTerminalCode": "DXB1", 777 - "flightDuration": "0h 50m" 390 + (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%): (% style="color: #BA2121;" %)"KC"(%%), 391 + (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%): (% style="color: #BA2121;" %)"Air Astana-"(%%), 392 + (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%): (% style="color: #BA2121;" %)"KC899"(%%), 393 + (% style="font-weight: bold; color: #008000;" %)"class"(%%): (% style="color: #BA2121;" %)"econom"(%%), 394 + (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%): (% style="color: #666666;" %)20(%%), 395 + (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%): (% style="color: #666666;" %)6(%%), 396 + (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%): (% style="color: #BA2121;" %)"2024-02-15T20:00:00.000Z"(%%), 397 + (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%): (% style="color: #BA2121;" %)"Kazakhstan"(%%), 398 + (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%): (% style="color: #BA2121;" %)"Almaty"(%%), 399 + (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%): (% style="color: #BA2121;" %)"ALA"(%%), 400 + (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%): (% style="color: #BA2121;" %)"Almaty Intl Airport"(%%), 401 + (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%): (% style="color: #BA2121;" %)"ALA"(%%), 402 + (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%): (% style="color: #BA2121;" %)"2024-02-15T20:00:00.000Z"(%%), 403 + (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%): (% style="color: #BA2121;" %)"United Arab Emirates"(%%), 404 + (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%): (% style="color: #BA2121;" %)"Dubai"(%%), 405 + (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%): (% style="color: #BA2121;" %)"DXB"(%%), 406 + (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%): (% style="color: #BA2121;" %)"Dubai Intl Airport"(%%), 407 + (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%): (% style="color: #BA2121;" %)"DXB1"(%%), 408 + (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%): (% style="color: #BA2121;" %)"0h 50m"(%%) 778 778 } 779 779 ], 780 - "returnSegments": [ 411 + (% style="font-weight: bold; color: #008000;" %)"returnSegments"(%%): [ 781 781 { 782 - "airlineCode": "KC", 783 - "airlineName": "Air Astana-", 784 - "flightCode": "KC900", 785 - "class": "econom", 786 - "lugageWeight": 20, 787 - "handLugageWeight": 6, 788 - "departureFlightDate": "2024-02-17T20:00:00.000Z", 789 - "departureCountryName": "United Arab Emirates", 790 - "departureCityName": "Dubai", 791 - "departureAirportCode": "DXB", 792 - "departureAirportName": "Dubai Intl Airport", 793 - "departureTerminalCode": "DXB1", 794 - "arrivalFlightDate": "2024-02-17T20:00:00.000Z", 795 - "arrivalCountryName": "Kazakhstan", 796 - "arrivalCityName": "Almaty", 797 - "arrivalAirportCode": "ALA", 798 - "arrivalAirportName": "Almaty Intl Airport", 799 - "arrivalTerminalCode": "ALA", 800 - "flightDuration": "8h 15m" 413 + (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%): (% style="color: #BA2121;" %)"KC"(%%), 414 + (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%): (% style="color: #BA2121;" %)"Air Astana-"(%%), 415 + (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%): (% style="color: #BA2121;" %)"KC900"(%%), 416 + (% style="font-weight: bold; color: #008000;" %)"class"(%%): (% style="color: #BA2121;" %)"econom"(%%), 417 + (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%): (% style="color: #666666;" %)20(%%), 418 + (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%): (% style="color: #666666;" %)6(%%), 419 + (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%): (% style="color: #BA2121;" %)"2024-02-17T20:00:00.000Z"(%%), 420 + (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%): (% style="color: #BA2121;" %)"United Arab Emirates"(%%), 421 + (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%): (% style="color: #BA2121;" %)"Dubai"(%%), 422 + (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%): (% style="color: #BA2121;" %)"DXB"(%%), 423 + (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%): (% style="color: #BA2121;" %)"Dubai Intl Airport"(%%), 424 + (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%): (% style="color: #BA2121;" %)"DXB1"(%%), 425 + (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%): (% style="color: #BA2121;" %)"2024-02-17T20:00:00.000Z"(%%), 426 + (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%): (% style="color: #BA2121;" %)"Kazakhstan"(%%), 427 + (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%): (% style="color: #BA2121;" %)"Almaty"(%%), 428 + (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%): (% style="color: #BA2121;" %)"ALA"(%%), 429 + (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%): (% style="color: #BA2121;" %)"Almaty Intl Airport"(%%), 430 + (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%): (% style="color: #BA2121;" %)"ALA"(%%), 431 + (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%): (% style="color: #BA2121;" %)"8h 15m"(%%) 801 801 } 802 802 ], 803 - "passengers": [ 434 + (% style="font-weight: bold; color: #008000;" %)"passengers"(%%): [ 804 804 { 805 - "id": "42779531011000004-A1", 806 - "isAdult": true, 807 - "forwardBaggages": [ 436 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"42779531011000004-A1"(%%), 437 + (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%), 438 + (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [ 808 808 { 809 - "baggageCode": "TOTAL_BAGGAGE", 810 - "description": "1 piece included, UP TO 50 POUNDS/23 KILOGRAMS, OVER 62 LINEAR INCHES/158 LINEAR CENTIMETERS", 811 - "price": 45.00, 812 - "currency": "USD", 813 - "included": false 440 + (% style="font-weight: bold; color: #008000;" %)"baggageCode"(%%): (% style="color: #BA2121;" %)"TOTAL_BAGGAGE"(%%), 441 + (% style="font-weight: bold; color: #008000;" %)"description"(%%): (% style="color: #BA2121;" %)"1 piece included, UP TO 50 POUNDS/23 KILOGRAMS, OVER 62 LINEAR INCHES/158 LINEAR CENTIMETERS"(%%), 442 + (% style="font-weight: bold; color: #008000;" %)"price"(%%): (% style="color: #666666;" %)45.00(%%), 443 + (% style="font-weight: bold; color: #008000;" %)"currency"(%%): (% style="color: #BA2121;" %)"USD"(%%), 444 + (% style="font-weight: bold; color: #008000;" %)"included"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%) 814 814 } 815 815 ], 816 - "backwardBaggages": [ 447 + (% style="font-weight: bold; color: #008000;" %)"backwardBaggages"(%%): [ 817 817 { 818 - "baggageCode": "INCLUDED_IN_FORWARD", 819 - "price": 0, 820 - "included": false 449 + (% style="font-weight: bold; color: #008000;" %)"baggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED_IN_FORWARD"(%%), 450 + (% style="font-weight: bold; color: #008000;" %)"price"(%%): (% style="color: #666666;" %)0(%%), 451 + (% style="font-weight: bold; color: #008000;" %)"included"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%) 821 821 } 822 822 ] 823 823 }, 824 824 { 825 - "id": "42779531011000004-C1", 826 - "isAdult": false, 827 - "forwardBaggages": [ 456 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"42779531011000004-C1"(%%), 457 + (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%), 458 + (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [ 828 828 { 829 - "baggageCode": "TOTAL_BAGGAGE", 830 - "description": "1 piece included, UP TO 50 POUNDS/23 KILOGRAMS, OVER 62 LINEAR INCHES/158 LINEAR CENTIMETERS", 831 - "price": 45.00, 832 - "currency": "USD", 833 - "included": false 460 + (% style="font-weight: bold; color: #008000;" %)"baggageCode"(%%): (% style="color: #BA2121;" %)"TOTAL_BAGGAGE"(%%), 461 + (% style="font-weight: bold; color: #008000;" %)"description"(%%): (% style="color: #BA2121;" %)"1 piece included, UP TO 50 POUNDS/23 KILOGRAMS, OVER 62 LINEAR INCHES/158 LINEAR CENTIMETERS"(%%), 462 + (% style="font-weight: bold; color: #008000;" %)"price"(%%): (% style="color: #666666;" %)45.00(%%), 463 + (% style="font-weight: bold; color: #008000;" %)"currency"(%%): (% style="color: #BA2121;" %)"USD"(%%), 464 + (% style="font-weight: bold; color: #008000;" %)"included"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%) 834 834 } 835 835 ], 836 - "backwardBaggages": [ 467 + (% style="font-weight: bold; color: #008000;" %)"backwardBaggages"(%%): [ 837 837 { 838 - "baggageCode": "INCLUDED_IN_FORWARD", 839 - "price": 0, 840 - "included": false 469 + (% style="font-weight: bold; color: #008000;" %)"baggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED_IN_FORWARD"(%%), 470 + (% style="font-weight: bold; color: #008000;" %)"price"(%%): (% style="color: #666666;" %)0(%%), 471 + (% style="font-weight: bold; color: #008000;" %)"included"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%) 841 841 } 842 842 ] 843 843 } 844 844 ] 845 845 }, 846 - "extraServices": [], 847 - "insurancePrice": { 848 - "name": "Medical INS (N10000)", 849 - "price": 13.44, 850 - "priceSurcarge": 0.00, 851 - "actualStartDate": "2024-02-15T20:00:00.000Z", 852 - "actualEndDate": "2024-02-17T20:00:00.000Z", 853 - "optional": false, 854 - "includedInPackagePrice": true 477 + (% style="font-weight: bold; color: #008000;" %)"extraServices"(%%): [], 478 + (% style="font-weight: bold; color: #008000;" %)"insurancePrice"(%%): { 479 + (% style="font-weight: bold; color: #008000;" %)"name"(%%): (% style="color: #BA2121;" %)"Medical INS (N10000)"(%%), 480 + (% style="font-weight: bold; color: #008000;" %)"price"(%%): (% style="color: #666666;" %)13.44(%%), 481 + (% style="font-weight: bold; color: #008000;" %)"priceSurcarge"(%%): (% style="color: #666666;" %)0.00(%%), 482 + (% style="font-weight: bold; color: #008000;" %)"actualStartDate"(%%): (% style="color: #BA2121;" %)"2024-02-15T20:00:00.000Z"(%%), 483 + (% style="font-weight: bold; color: #008000;" %)"actualEndDate"(%%): (% style="color: #BA2121;" %)"2024-02-17T20:00:00.000Z"(%%), 484 + (% style="font-weight: bold; color: #008000;" %)"optional"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%), 485 + (% style="font-weight: bold; color: #008000;" %)"includedInPackagePrice"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%) 855 855 } 856 856 }, 857 - "altPackages": [ 488 + (% style="font-weight: bold; color: #008000;" %)"altPackages"(%%): [ 858 858 { 859 - "id": "tour:1d0fa533-4261-4254-93bb-83599d581ffc:193990fa-41a5-46e6-9805-50f82c3c377f:63d79c94-1e19-443f-8a17-50e59e633ea8", 860 - "priceCurrency": "USD", 861 - "totalPrice": 968.40, 862 - "agentCommissionPercent": 0.00, 863 - "agentCommissionAmount": 0.00, 864 - "includedExtrasAmount": 0, 865 - "priceDifference": 31.24, 866 - "hotel": { 867 - "hotelPriceId": "193990fa-41a5-46e6-9805-50f82c3c377f", 868 - "providerId": 13, 869 - "hotelName": "Mercure Dubai Barsha Heights Suites Apartments", 870 - "hotelCode": "5f125310-7025-4807-a4c6-49cd284c9c14", 871 - "nigths": 2, 872 - "mealPlan": "BB", 873 - "hotelClass": "4", 874 - "availabilityType": "StopSale", 875 - "availableRoomsCount": 0, 876 - "fewRooms": true, 877 - "roomCategoryCode": "f8e1ffe5-25cc-46a4-80e8-586d1c049de4", 878 - "roomCategoryName": "1 B/R Apartment City View", 879 - "placementTypeName": "SNGL + CHILD(2-5.99)sharing", 880 - "checkInDate": "2024-02-15T20:00:00.000Z", 881 - "checkOutDate": "2024-02-17T20:00:00.000Z", 882 - "adults": 1, 883 - "children": 1, 884 - "districtUID": "4c65f6ed-902b-4fd8-9419-af7884c22c5e", 885 - "districtName": "Al Barsha", 886 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 887 - "cityName": "Dubai", 888 - "countryCode": "AE", 889 - "countryName": "United Arab Emirates", 890 - "hasAlcohol": false, 891 - "hasFreeWifi": true, 892 - "hasMetro": true, 893 - "hasPool": true, 894 - "hasMall": false, 895 - "cancellationPolicyDescription": "Cancellation Policy: 5 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 896 - "cancellationPolicy": { 897 - "noShowChargeValue": 100.00, 898 - "noShowChargeValueType": "%", 899 - "earlyDepartureChargeValue": 100.00, 900 - "earlyDepartureChargeValueType": "%", 901 - "conditions": [ 490 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"tour:1d0fa533-4261-4254-93bb-83599d581ffc:193990fa-41a5-46e6-9805-50f82c3c377f:63d79c94-1e19-443f-8a17-50e59e633ea8"(%%), 491 + (% style="font-weight: bold; color: #008000;" %)"priceCurrency"(%%): (% style="color: #BA2121;" %)"USD"(%%), 492 + (% style="font-weight: bold; color: #008000;" %)"totalPrice"(%%): (% style="color: #666666;" %)968.40(%%), 493 + (% style="font-weight: bold; color: #008000;" %)"agentCommissionPercent"(%%): (% style="color: #666666;" %)0.00(%%), 494 + (% style="font-weight: bold; color: #008000;" %)"agentCommissionAmount"(%%): (% style="color: #666666;" %)0.00(%%), 495 + (% style="font-weight: bold; color: #008000;" %)"includedExtrasAmount"(%%): (% style="color: #666666;" %)0(%%), 496 + (% style="font-weight: bold; color: #008000;" %)"priceDifference"(%%): (% style="color: #666666;" %)31.24(%%), 497 + (% style="font-weight: bold; color: #008000;" %)"hotel"(%%): { 498 + (% style="font-weight: bold; color: #008000;" %)"hotelPriceId"(%%): (% style="color: #BA2121;" %)"193990fa-41a5-46e6-9805-50f82c3c377f"(%%), 499 + (% style="font-weight: bold; color: #008000;" %)"providerId"(%%): (% style="color: #666666;" %)13(%%), 500 + (% style="font-weight: bold; color: #008000;" %)"hotelName"(%%): (% style="color: #BA2121;" %)"Mercure Dubai Barsha Heights Suites Apartments"(%%), 501 + (% style="font-weight: bold; color: #008000;" %)"hotelCode"(%%): (% style="color: #BA2121;" %)"5f125310-7025-4807-a4c6-49cd284c9c14"(%%), 502 + (% style="font-weight: bold; color: #008000;" %)"nigths"(%%): (% style="color: #666666;" %)2(%%), 503 + (% style="font-weight: bold; color: #008000;" %)"mealPlan"(%%): (% style="color: #BA2121;" %)"BB"(%%), 504 + (% style="font-weight: bold; color: #008000;" %)"hotelClass"(%%): (% style="color: #BA2121;" %)"4"(%%), 505 + (% style="font-weight: bold; color: #008000;" %)"availabilityType"(%%): (% style="color: #BA2121;" %)"StopSale"(%%), 506 + (% style="font-weight: bold; color: #008000;" %)"availableRoomsCount"(%%): (% style="color: #666666;" %)0(%%), 507 + (% style="font-weight: bold; color: #008000;" %)"fewRooms"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%), 508 + (% style="font-weight: bold; color: #008000;" %)"roomCategoryCode"(%%): (% style="color: #BA2121;" %)"f8e1ffe5-25cc-46a4-80e8-586d1c049de4"(%%), 509 + (% style="font-weight: bold; color: #008000;" %)"roomCategoryName"(%%): (% style="color: #BA2121;" %)"1 B/R Apartment City View"(%%), 510 + (% style="font-weight: bold; color: #008000;" %)"placementTypeName"(%%): (% style="color: #BA2121;" %)"SNGL + CHILD(2-5.99)sharing"(%%), 511 + (% style="font-weight: bold; color: #008000;" %)"checkInDate"(%%): (% style="color: #BA2121;" %)"2024-02-15T20:00:00.000Z"(%%), 512 + (% style="font-weight: bold; color: #008000;" %)"checkOutDate"(%%): (% style="color: #BA2121;" %)"2024-02-17T20:00:00.000Z"(%%), 513 + (% style="font-weight: bold; color: #008000;" %)"adults"(%%): (% style="color: #666666;" %)1(%%), 514 + (% style="font-weight: bold; color: #008000;" %)"children"(%%): (% style="color: #666666;" %)1(%%), 515 + (% style="font-weight: bold; color: #008000;" %)"districtUID"(%%): (% style="color: #BA2121;" %)"4c65f6ed-902b-4fd8-9419-af7884c22c5e"(%%), 516 + (% style="font-weight: bold; color: #008000;" %)"districtName"(%%): (% style="color: #BA2121;" %)"Al Barsha"(%%), 517 + (% style="font-weight: bold; color: #008000;" %)"cityUID"(%%): (% style="color: #BA2121;" %)"f5185fa3-3f56-44ed-bf6b-80386a33caa2"(%%), 518 + (% style="font-weight: bold; color: #008000;" %)"cityName"(%%): (% style="color: #BA2121;" %)"Dubai"(%%), 519 + (% style="font-weight: bold; color: #008000;" %)"countryCode"(%%): (% style="color: #BA2121;" %)"AE"(%%), 520 + (% style="font-weight: bold; color: #008000;" %)"countryName"(%%): (% style="color: #BA2121;" %)"United Arab Emirates"(%%), 521 + (% style="font-weight: bold; color: #008000;" %)"hasAlcohol"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%), 522 + (% style="font-weight: bold; color: #008000;" %)"hasFreeWifi"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%), 523 + (% style="font-weight: bold; color: #008000;" %)"hasMetro"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%), 524 + (% style="font-weight: bold; color: #008000;" %)"hasPool"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%), 525 + (% style="font-weight: bold; color: #008000;" %)"hasMall"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%), 526 + (% style="font-weight: bold; color: #008000;" %)"cancellationPolicyDescription"(%%): (% style="color: #BA2121;" %)"Cancellation Policy: 5 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %"(%%), 527 + (% style="font-weight: bold; color: #008000;" %)"cancellationPolicy"(%%): { 528 + (% style="font-weight: bold; color: #008000;" %)"noShowChargeValue"(%%): (% style="color: #666666;" %)100.00(%%), 529 + (% style="font-weight: bold; color: #008000;" %)"noShowChargeValueType"(%%): (% style="color: #BA2121;" %)"%"(%%), 530 + (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValue"(%%): (% style="color: #666666;" %)100.00(%%), 531 + (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValueType"(%%): (% style="color: #BA2121;" %)"%"(%%), 532 + (% style="font-weight: bold; color: #008000;" %)"conditions"(%%): [ 902 902 { 903 - "timeunits": 5, 904 - "timeunitType": "Day", 905 - "timeOffsetTypeName": "Before Arrival", 906 - "chargeValue": 100.00, 907 - "chargeValueType": "%" 534 + (% style="font-weight: bold; color: #008000;" %)"timeunits"(%%): (% style="color: #666666;" %)5(%%), 535 + (% style="font-weight: bold; color: #008000;" %)"timeunitType"(%%): (% style="color: #BA2121;" %)"Day"(%%), 536 + (% style="font-weight: bold; color: #008000;" %)"timeOffsetTypeName"(%%): (% style="color: #BA2121;" %)"Before Arrival"(%%), 537 + (% style="font-weight: bold; color: #008000;" %)"chargeValue"(%%): (% style="color: #666666;" %)100.00(%%), 538 + (% style="font-weight: bold; color: #008000;" %)"chargeValueType"(%%): (% style="color: #BA2121;" %)"%"(%%) 908 908 } 909 909 ] 910 910 } 911 911 }, 912 - "flight": { 913 - "id": "63d79c94-1e19-443f-8a17-50e59e633ea8", 914 - "departureDate": "2024-02-15T20:00:00.000Z", 915 - "returnDate": "2024-02-17T20:00:00.000Z", 916 - "departureTicketsLeft": 50, 917 - "returnTicketsLeft": 50, 918 - "departureAvailabilityType": "FewPlaces", 919 - "returnAvailabilityType": "FewPlaces", 920 - "isTwoWay": true, 921 - "sameBaggageForAll": false, 922 - "totalBaggage": false, 923 - "departureSegments": [ 543 + (% style="font-weight: bold; color: #008000;" %)"flight"(%%): { 544 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"63d79c94-1e19-443f-8a17-50e59e633ea8"(%%), 545 + (% style="font-weight: bold; color: #008000;" %)"departureDate"(%%): (% style="color: #BA2121;" %)"2024-02-15T20:00:00.000Z"(%%), 546 + (% style="font-weight: bold; color: #008000;" %)"returnDate"(%%): (% style="color: #BA2121;" %)"2024-02-17T20:00:00.000Z"(%%), 547 + (% style="font-weight: bold; color: #008000;" %)"departureTicketsLeft"(%%): (% style="color: #666666;" %)50(%%), 548 + (% style="font-weight: bold; color: #008000;" %)"returnTicketsLeft"(%%): (% style="color: #666666;" %)50(%%), 549 + (% style="font-weight: bold; color: #008000;" %)"departureAvailabilityType"(%%): (% style="color: #BA2121;" %)"FewPlaces"(%%), 550 + (% style="font-weight: bold; color: #008000;" %)"returnAvailabilityType"(%%): (% style="color: #BA2121;" %)"FewPlaces"(%%), 551 + (% style="font-weight: bold; color: #008000;" %)"isTwoWay"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%), 552 + (% style="font-weight: bold; color: #008000;" %)"sameBaggageForAll"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%), 553 + (% style="font-weight: bold; color: #008000;" %)"totalBaggage"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%), 554 + (% style="font-weight: bold; color: #008000;" %)"departureSegments"(%%): [ 924 924 { 925 - "airlineCode": "FZ", 926 - "airlineName": "Fly Dubai.", 927 - "flightCode": "FZ1722", 928 - "class": "econom", 929 - "lugageWeight": 20, 930 - "handLugageWeight": 6, 931 - "departureFlightDate": "2024-02-15T20:00:00.000Z", 932 - "departureCountryName": "Kazakhstan", 933 - "departureCityName": "Almaty", 934 - "departureAirportCode": "ALA", 935 - "departureAirportName": "Almaty Intl Airport", 936 - "departureTerminalCode": "ALA", 937 - "arrivalFlightDate": "2024-02-15T20:00:00.000Z", 938 - "arrivalCountryName": "United Arab Emirates", 939 - "arrivalCityName": "Dubai", 940 - "arrivalAirportCode": "DXB", 941 - "arrivalAirportName": "Dubai Intl Airport", 942 - "arrivalTerminalCode": "DXB3", 943 - "flightDuration": "0h 55m" 556 + (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%): (% style="color: #BA2121;" %)"FZ"(%%), 557 + (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%): (% style="color: #BA2121;" %)"Fly Dubai."(%%), 558 + (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%): (% style="color: #BA2121;" %)"FZ1722"(%%), 559 + (% style="font-weight: bold; color: #008000;" %)"class"(%%): (% style="color: #BA2121;" %)"econom"(%%), 560 + (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%): (% style="color: #666666;" %)20(%%), 561 + (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%): (% style="color: #666666;" %)6(%%), 562 + (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%): (% style="color: #BA2121;" %)"2024-02-15T20:00:00.000Z"(%%), 563 + (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%): (% style="color: #BA2121;" %)"Kazakhstan"(%%), 564 + (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%): (% style="color: #BA2121;" %)"Almaty"(%%), 565 + (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%): (% style="color: #BA2121;" %)"ALA"(%%), 566 + (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%): (% style="color: #BA2121;" %)"Almaty Intl Airport"(%%), 567 + (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%): (% style="color: #BA2121;" %)"ALA"(%%), 568 + (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%): (% style="color: #BA2121;" %)"2024-02-15T20:00:00.000Z"(%%), 569 + (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%): (% style="color: #BA2121;" %)"United Arab Emirates"(%%), 570 + (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%): (% style="color: #BA2121;" %)"Dubai"(%%), 571 + (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%): (% style="color: #BA2121;" %)"DXB"(%%), 572 + (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%): (% style="color: #BA2121;" %)"Dubai Intl Airport"(%%), 573 + (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%): (% style="color: #BA2121;" %)"DXB3"(%%), 574 + (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%): (% style="color: #BA2121;" %)"0h 55m"(%%) 944 944 } 945 945 ], 946 - "returnSegments": [ 577 + (% style="font-weight: bold; color: #008000;" %)"returnSegments"(%%): [ 947 947 { 948 - "airlineCode": "FZ", 949 - "airlineName": "Fly Dubai.", 950 - "flightCode": "FZ1721", 951 - "class": "econom", 952 - "lugageWeight": 20, 953 - "handLugageWeight": 6, 954 - "departureFlightDate": "2024-02-17T20:00:00.000Z", 955 - "departureCountryName": "United Arab Emirates", 956 - "departureCityName": "Dubai", 957 - "departureAirportCode": "DXB", 958 - "departureAirportName": "Dubai Intl Airport", 959 - "departureTerminalCode": "DXB3", 960 - "arrivalFlightDate": "2024-02-18T20:00:00.000Z", 961 - "arrivalCountryName": "Kazakhstan", 962 - "arrivalCityName": "Almaty", 963 - "arrivalAirportCode": "ALA", 964 - "arrivalAirportName": "Almaty Intl Airport", 965 - "arrivalTerminalCode": "DXB3", 966 - "flightDuration": "8h 10m" 579 + (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%): (% style="color: #BA2121;" %)"FZ"(%%), 580 + (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%): (% style="color: #BA2121;" %)"Fly Dubai."(%%), 581 + (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%): (% style="color: #BA2121;" %)"FZ1721"(%%), 582 + (% style="font-weight: bold; color: #008000;" %)"class"(%%): (% style="color: #BA2121;" %)"econom"(%%), 583 + (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%): (% style="color: #666666;" %)20(%%), 584 + (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%): (% style="color: #666666;" %)6(%%), 585 + (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%): (% style="color: #BA2121;" %)"2024-02-17T20:00:00.000Z"(%%), 586 + (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%): (% style="color: #BA2121;" %)"United Arab Emirates"(%%), 587 + (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%): (% style="color: #BA2121;" %)"Dubai"(%%), 588 + (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%): (% style="color: #BA2121;" %)"DXB"(%%), 589 + (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%): (% style="color: #BA2121;" %)"Dubai Intl Airport"(%%), 590 + (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%): (% style="color: #BA2121;" %)"DXB3"(%%), 591 + (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%): (% style="color: #BA2121;" %)"2024-02-18T20:00:00.000Z"(%%), 592 + (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%): (% style="color: #BA2121;" %)"Kazakhstan"(%%), 593 + (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%): (% style="color: #BA2121;" %)"Almaty"(%%), 594 + (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%): (% style="color: #BA2121;" %)"ALA"(%%), 595 + (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%): (% style="color: #BA2121;" %)"Almaty Intl Airport"(%%), 596 + (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%): (% style="color: #BA2121;" %)"DXB3"(%%), 597 + (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%): (% style="color: #BA2121;" %)"8h 10m"(%%) 967 967 } 968 968 ], 969 - "passengers": [ 600 + (% style="font-weight: bold; color: #008000;" %)"passengers"(%%): [ 970 970 { 971 - "id": "42779547001000004-A1", 972 - "isAdult": true, 973 - "selectedForwardBaggageCode": "INCLUDED", 974 - "selectedBackwardBaggageCode": "INCLUDED", 975 - "forwardBaggages": [ 602 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"42779547001000004-A1"(%%), 603 + (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%), 604 + (% style="font-weight: bold; color: #008000;" %)"selectedForwardBaggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED"(%%), 605 + (% style="font-weight: bold; color: #008000;" %)"selectedBackwardBaggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED"(%%), 606 + (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [ 976 976 { 977 - "baggageCode": "INCLUDED", 978 - "description": "20 KG INCLUDED", 979 - "price": 0.0, 980 - "currency": "USD", 981 - "included": true 608 + (% style="font-weight: bold; color: #008000;" %)"baggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED"(%%), 609 + (% style="font-weight: bold; color: #008000;" %)"description"(%%): (% style="color: #BA2121;" %)"20 KG INCLUDED"(%%), 610 + (% style="font-weight: bold; color: #008000;" %)"price"(%%): (% style="color: #666666;" %)0.0(%%), 611 + (% style="font-weight: bold; color: #008000;" %)"currency"(%%): (% style="color: #BA2121;" %)"USD"(%%), 612 + (% style="font-weight: bold; color: #008000;" %)"included"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%) 982 982 } 983 983 ], 984 - "backwardBaggages": [ 615 + (% style="font-weight: bold; color: #008000;" %)"backwardBaggages"(%%): [ 985 985 { 986 - "baggageCode": "INCLUDED", 987 - "description": "20 KG INCLUDED", 988 - "price": 0.0, 989 - "currency": "USD", 990 - "included": true 617 + (% style="font-weight: bold; color: #008000;" %)"baggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED"(%%), 618 + (% style="font-weight: bold; color: #008000;" %)"description"(%%): (% style="color: #BA2121;" %)"20 KG INCLUDED"(%%), 619 + (% style="font-weight: bold; color: #008000;" %)"price"(%%): (% style="color: #666666;" %)0.0(%%), 620 + (% style="font-weight: bold; color: #008000;" %)"currency"(%%): (% style="color: #BA2121;" %)"USD"(%%), 621 + (% style="font-weight: bold; color: #008000;" %)"included"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%) 991 991 } 992 992 ] 993 993 }, 994 994 { 995 - "id": "42779547001000004-C1", 996 - "isAdult": false, 997 - "selectedForwardBaggageCode": "INCLUDED", 998 - "selectedBackwardBaggageCode": "INCLUDED", 999 - "forwardBaggages": [ 626 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"42779547001000004-C1"(%%), 627 + (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%), 628 + (% style="font-weight: bold; color: #008000;" %)"selectedForwardBaggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED"(%%), 629 + (% style="font-weight: bold; color: #008000;" %)"selectedBackwardBaggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED"(%%), 630 + (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [ 1000 1000 { 1001 - "baggageCode": "INCLUDED", 1002 - "description": "20 KG INCLUDED", 1003 - "price": 0.0, 1004 - "currency": "USD", 1005 - "included": true 632 + (% style="font-weight: bold; color: #008000;" %)"baggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED"(%%), 633 + (% style="font-weight: bold; color: #008000;" %)"description"(%%): (% style="color: #BA2121;" %)"20 KG INCLUDED"(%%), 634 + (% style="font-weight: bold; color: #008000;" %)"price"(%%): (% style="color: #666666;" %)0.0(%%), 635 + (% style="font-weight: bold; color: #008000;" %)"currency"(%%): (% style="color: #BA2121;" %)"USD"(%%), 636 + (% style="font-weight: bold; color: #008000;" %)"included"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%) 1006 1006 } 1007 1007 ], 1008 - "backwardBaggages": [ 639 + (% style="font-weight: bold; color: #008000;" %)"backwardBaggages"(%%): [ 1009 1009 { 1010 - "baggageCode": "INCLUDED", 1011 - "description": "20 KG INCLUDED", 1012 - "price": 0.0, 1013 - "currency": "USD", 1014 - "included": true 641 + (% style="font-weight: bold; color: #008000;" %)"baggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED"(%%), 642 + (% style="font-weight: bold; color: #008000;" %)"description"(%%): (% style="color: #BA2121;" %)"20 KG INCLUDED"(%%), 643 + (% style="font-weight: bold; color: #008000;" %)"price"(%%): (% style="color: #666666;" %)0.0(%%), 644 + (% style="font-weight: bold; color: #008000;" %)"currency"(%%): (% style="color: #BA2121;" %)"USD"(%%), 645 + (% style="font-weight: bold; color: #008000;" %)"included"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%) 1015 1015 } 1016 1016 ] 1017 1017 } 1018 1018 ] 1019 1019 }, 1020 - "extraServices": [], 1021 - "insurancePrice": { 1022 - "name": "Medical INS (N10000)", 1023 - "price": 13.44, 1024 - "priceSurcarge": 0.00, 1025 - "actualStartDate": "2024-02-15T20:00:00.000Z", 1026 - "actualEndDate": "2024-02-17T20:00:00.000Z", 1027 - "optional": false, 1028 - "includedInPackagePrice": true 651 + (% style="font-weight: bold; color: #008000;" %)"extraServices"(%%): [], 652 + (% style="font-weight: bold; color: #008000;" %)"insurancePrice"(%%): { 653 + (% style="font-weight: bold; color: #008000;" %)"name"(%%): (% style="color: #BA2121;" %)"Medical INS (N10000)"(%%), 654 + (% style="font-weight: bold; color: #008000;" %)"price"(%%): (% style="color: #666666;" %)13.44(%%), 655 + (% style="font-weight: bold; color: #008000;" %)"priceSurcarge"(%%): (% style="color: #666666;" %)0.00(%%), 656 + (% style="font-weight: bold; color: #008000;" %)"actualStartDate"(%%): (% style="color: #BA2121;" %)"2024-02-15T20:00:00.000Z"(%%), 657 + (% style="font-weight: bold; color: #008000;" %)"actualEndDate"(%%): (% style="color: #BA2121;" %)"2024-02-17T20:00:00.000Z"(%%), 658 + (% style="font-weight: bold; color: #008000;" %)"optional"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%), 659 + (% style="font-weight: bold; color: #008000;" %)"includedInPackagePrice"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%) 1029 1029 } 1030 1030 }, 1031 1031 { 1032 -{{/code}} 663 +))) 664 +))) 1033 1033 1034 1034 1035 1035 === Schema === 1036 1036 1037 -{{success}} 669 +(% class="box successmessage" %) 670 +((( 1038 1038 CheckoutFormIn{ 1039 1039 1040 1040 |reservationId|string($uuid) ... ... @@ -1172,9 +1172,10 @@ 1172 1172 nullable: true 1173 1173 1174 1174 } 1175 - {{/success}}808 +))) 1176 1176 1177 -{{success}} 810 +(% class="box successmessage" %) 811 +((( 1178 1178 CheckoutFormOut{ 1179 1179 1180 1180 |error|boolean ... ... @@ -1249,7 +1249,7 @@ 1249 1249 |reservationDetailsUnavailable|boolean 1250 1250 1251 1251 } 1252 - {{/success}}886 +))) 1253 1253 1254 1254 1255 1255 == Descriptions == ... ... @@ -1316,23 +1316,4 @@ 1316 1316 |reservationDetailsUnavailable|Boolean|Indicates if the reservation details are currently unavailable. 1317 1317 |error|Boolean|A generic error indicator, presumably redundant with containsError. 1318 1318 1319 -== == 1320 - 1321 -== Important == 1322 - 1323 -{{error}} 1324 -=== Implementing Authorization in Subsequent Requests === 1325 - 1326 -For every API request after the initial authentication, it's crucial to include the authorization token in the request header. This ensures your requests are authorized and can access the necessary resources. Here's how to properly include your token: 1327 - 1328 -* **Header Key:** Authorization 1329 -* **Header Value:** Bearer [Your Token Here] - Use the bearer token provided in the initial authentication response. The authorization type should be specified as Bearer Token. 1330 - 1331 -Additionally, to ensure your requests are properly formatted and recognized, include the following headers: 1332 - 1333 -* **Content-Type:** Specify this header as application/json to indicate the format of the request body. 1334 -* **Header Key:** X-nugios-timezone 1335 -* **Header Value:** 240 - Adjust this value to match your local timezone offset in minutes. 1336 - 1337 -Incorporating these headers with their respective values is essential for the successful processing of your API requests. 1338 -{{/error}} 953 +