Last updated

HotelResModify

Fields

FieldDescriptionTypeMin/maxNotes
HotelResModifies/
HotelResModify
Details of one modified/cancelled reservation.object0..*-
HotelResModify/
RoomStays
Basic reservation details, such as the number of nights booked.array of RoomStay1..1-
HotelResModify/
Services
Details about services associated with a reservation.array of Service1..1-
HotelResModify/
ResGuests
Guest details for a reservation.array of ResGuest1..1-
HotelResModify/
ResGlobalInfo
General information about a reservation.object1..1-

XML

<HotelResModify>
  <ResGuests>
    ...
  </ResGuests>
  <RoomStays>
   ...
  </RoomStays>
  <Services>
   ...
  </Services>
  <ResGlobalInfo>
   ...
  </ResGlobalInfo>
</HotelResModify>