Skip to main content

Booking details

Input parameters

NameTypeDetailsMandatoryDescription
typestringHOTELYThe type of the booking.
booking_idstringMax length 100YYour reference for this booking.
check_in_datestringYYYY-mm-ddYThe check_in date of the booking.
check_out_datestringYYYY-mm-ddYThe check_out date of the booking.
total_booking_amountintYThe total booking amount in cents (500 XXX = 5.00 XXX).
booking_currencystring[A-Z]3YThe booking currency (ISO-4217).

Please note that the total_booking_amount and booking_currency are for information purpose only.

Example

{
"type": "HOTEL",
"booking_id": "test-ref",
"check_in_date": "2016-01-25",
"check_out_date": "2016-01-30",
"total_booking_amount": 5000,
"booking_currency": "EUR"
}