Last updated

ResGlobalInfo

Multiple parents

ResGlobalInfo can be a child of:

HotelReservation

Fields

FieldDescriptionTypeMin/maxNotes
HotelReservation/
ResGlobalInfo
General information about the reservation as a whole.object1..1-
ResGlobalInfo/
Comments
Comments entered by the booker.array of Comment1..1-
ResGlobalInfo/
Guarantee
Details of the payment method used.object1..1Will only be sent once and deleted afterwards.
ResGlobalInfo/
Total
The total price for all rooms and dates in the reservation.object1..1Note that there may be some excluded charges from this price. For more details please implement feature include_price_details.
ResGlobalInfo/
HotelReservationIDs
Unique identifiers for the reservation.array of HotelReservationID1..1-
ResGlobalInfo/
Profiles
Booker's personal information.object1..1The booker is not always a guest.

XML

<ResGlobalInfo>
  <Comments>
    ...
  </Comments>
  <Guarantee>
    ...
  </Guarantee>
  <Total ... />
  <HotelReservationIDs>
    ...
  </HotelReservationIDs>
  <Profiles>
    ...
  </Profiles>
</ResGlobalInfo>

HotelResModify

Fields

FieldDescriptionTypeMin/maxNotes
HotelResModify/
ResGlobalInfo
General information about the reservation as a whole.object1..1-
ResGlobalInfo/
Comments
Comments entered by the booker.array of Comment1..1-
ResGlobalInfo/
Guarantee
Details of the payment method used.object1..1Will only be sent once and deleted afterwards.
ResGlobalInfo/
Total
The total price for all rooms and dates in the reservation.object1..1Note that there may be some excluded charges from this price. For more details please implement feature include_price_details.
ResGlobalInfo/
HotelReservationIDs
Unique identifiers for the reservation.array of HotelReservationID1..1-
ResGlobalInfo/
Profiles
Booker's personal information.object1..1The booker is not always a guest.

XML

<ResGlobalInfo>
  <Comments>
    ...
  </Comments>
  <Guarantee>
    ...
  </Guarantee>
  <Total ... />
  <HotelReservationIDs>
    ...
  </HotelReservationIDs>
  <Profiles>
    ...
  </Profiles>
</ResGlobalInfo>