Lodging Reservation schema field group
Lodging Reservation is a standard schema field group for the XDM ExperienceEvent class used to capture information regarding a lodging reservation.
The field group is an extension of the Reservation Details field group, and contains all of the same fields under a single object-type field, reservations
. In addition to these generic fields, Lodging Reservation also includes lodgingReservations
array. This array of objects is used to describe one or more reservations with properties unique to lodging.
lodgingReservations
array. For information on the other fields provided under the reservations
object, please refer to the Reservation Details field group reference.
lodgingReservations
lodgingReservations
is an array of objects that represents a list of lodging reservations. If a reservation event involves reservations at multiple different hotels along the route of a trip, for example, these reservations can be listed as individual objects under lodgingReservations
for a single event.
The structure of each object provided under lodgingReservations
is provided below.
lodgingCheckIn
An object that describes lodging check-in details. Includes the following values:
digitalKey
: (Integer) Indicates when a guest selects the use of a digital key upon checking in.earlyCheckInRequested
: (Integer) Indicates when a guest requests to check in earlier than normal check-in hours.lateCheckInRequested
: (Integer) Indicates when a guest requests to check in later than normal check-in hours.noRoomCheckIn
: (Integer) This value is captured when a guest finishes checking in when there are no rooms available at that time.oneRoomCheckIn
: (Integer) This value is captured when a guest finishes checking in when there is only one room available at that time.roomKeys
: (Integer) The number of standard room keys provided at check-in.userSelectedRoom
: (Boolean) Indicates whether the guest selected their room at check-in.
ID
agentID
basePrice
bookingID
cancellation
checkInDate
checkOutDate
confirmationNumber
couponCode
created
currencyCode
discountPercent
freeCancelation
guestID
length
loyaltyID
modification
modificationDate
numberOfAdults
numberOfChildren
numberOfRooms
propertyID
propertyName
purpose
ratePlan
refundable
reservationStatus
roomAccessibilityType
roomCapacity
roomType
smoking
tripType
For more details on the field group, refer to the public XDM repository: