| frequentTraveler |
array |
Airline frequent flyer of the guest /!\ In case of creation of a new hotel booking, only the first element of the array will be transmitted to the hotel provier. Please only provider one. In case of r |
| phone |
string |
Phone number of the guest It is recommanded to use the standard E.123 (https://en.wikipedia.org/wiki/E.123) |
| email |
string |
Email Adress of the guest |
| title |
string |
Title/gender of the guest |
| firstName |
string |
First Name (and middle name) of the guest. It is mandatory at create order but not mandatory at booking creation. - Complex pattern '^[A-Za-z \p{Han}\p{Katakana}\p{Hiragana}\p{Hangul}-]*$' |
| lastName |
string |
Last name of the guest - It is mandatory at create order but not mandatory at booking creation. Complex pattern: '^[A-Za-z \p{Han}\p{Katakana}\p{Hiragana}\p{Hangul}-]*$' |
| childAge |
integer |
if the guest is a child, it is mandatory to provide a child age. Else the system will consider him as an adult |