Last updated

Customer

Multiple ancestors

Customer is a descendant of:

ResGlobalInfo

Fields

FieldDescriptionTypeMin/maxNotes
Profile/
Customer
Booker's personal details.object1..1-
Customer/
PersonName
Booker name details.object1..1-
Customer/
Telephone
Booker telephone details.object1..1-
Customer/
Email
Booker email address.string0..1-
Customer/
Address
Booker address details.object0..1-

XML

<Customer>
   <PersonName>
      ...
   </PersonName>
   <Telephone ... />
   <Email>noreply@booking.com</Email>
   <Address>
      ...
   </Address>
</Customer>

ResGuests

Fields

FieldDescriptionTypeMin/maxNotes
Profile/
Customer
Container for PersonName.object1..1-
Customer/
PersonName
Guest name details.object1..1-

XML

<Customer>
   <PersonName>
     ...
   </PersonName>
</Customer>