Changes for page 6. Register Reservation

Last modified by Giorgi Mdivnishvili on 2025/10/03 11:24

From version 4.1
edited by Giorgi Mdivnishvili
on 2024/03/01 12:05
Change comment: There is no comment for this version
To version 5.1
edited by Giorgi Mdivnishvili
on 2024/03/01 19:20
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -235,3 +235,68 @@
235 235  |** "includedExtrasAmount"**| 0,|
236 236  |** "extraServices"**| []|
237 237  |** },**| |
238 +
239 +
240 +== Example of the Reservation in Case of Transfer ==
241 +
242 +here are added data of Arrival and Departure Dates and Airport Details.
243 +
244 +{{code language="Json"}}
245 +{
246 + "reservationcode": "000000000mx4",
247 + "customers": [
248 + {
249 + "customercode": "1",
250 + "title": "Mr",
251 + "gender": "M",
252 + "firstname": "TEST",
253 + "lastname": "TEST",
254 + "birthdate": "1981-01-01T00:00:00",
255 + "citizenship": "RU",
256 + "visarequired": false,
257 + "arrivaldate": "2023-12-25T00:00:00",
258 + "arrivalflightnumber": "000",
259 + "arrivalairport": "DXB",
260 + "departuredate": "2024-01-02T00:00:00",
261 + "departureflightnumber": "000",
262 + "departureairport": "DXB",
263 + "countryaccesscode": null,
264 + "areacitycode": null,
265 + "phonenumber": "+70000000000",
266 + "email": null,
267 + "passportnumber": "",
268 + "passporttype": null,
269 + "issuedate": null,
270 + "expirydate": null,
271 + "issuecity": null,
272 + "note": null
273 + }
274 + ],
275 + "hotels": [
276 + {
277 + "hotelid": "2a56c372-1cbe-4d48-b394-0514badb582f",
278 + "hotelname": null,
279 + "checkindate": "2023-12-25T00:00:00",
280 + "checkoutdate": "2024-01-02T00:00:00",
281 + "placement": "1 Adult",
282 + "roomCategory": "DLX",
283 + "roomcategoryname": null,
284 + "priceid": "BASERATE RO DLX",
285 + "price": 700.68,
286 + "promotioncodes": null,
287 + "mealplan": "RO",
288 + "adults": 1,
289 + "children": 0,
290 + "infants": 0,
291 + "hotelnote": null,
292 + "customercodes": [
293 + "1"
294 + ]
295 + }
296 + ],
297 + "transfers": null,
298 + "hotelextras": null
299 +}
300 +{{/code}}
301 +
302 +