ResGlobalInfo
Multiple parents
ResGlobalInfo
can be a child of:
HotelReservation
Fields
Field | Description | Type | Min/max | Notes |
---|---|---|---|---|
HotelReservation/ResGlobalInfo | General information about the reservation as a whole. | object | 1..1 | - |
ResGlobalInfo /Comments | Comments entered by the booker. | array of Comment | 1..1 | - |
ResGlobalInfo /Guarantee | Details of the payment method used. | object | 1..1 | Will only be sent once and deleted afterwards. |
ResGlobalInfo /Total | The total price for all rooms and dates in the reservation. | object | 1..1 | Note 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 HotelReservationID | 1..1 | - |
ResGlobalInfo /Profiles | Booker's personal information. | object | 1..1 | The booker is not always a guest. |
XML
<ResGlobalInfo> <Comments> ... </Comments> <Guarantee> ... </Guarantee> <Total ... /> <HotelReservationIDs> ... </HotelReservationIDs> <Profiles> ... </Profiles> </ResGlobalInfo>
HotelResModify
Fields
Field | Description | Type | Min/max | Notes |
---|---|---|---|---|
HotelResModify/ResGlobalInfo | General information about the reservation as a whole. | object | 1..1 | - |
ResGlobalInfo /Comments | Comments entered by the booker. | array of Comment | 1..1 | - |
ResGlobalInfo /Guarantee | Details of the payment method used. | object | 1..1 | Will only be sent once and deleted afterwards. |
ResGlobalInfo /Total | The total price for all rooms and dates in the reservation. | object | 1..1 | Note 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 HotelReservationID | 1..1 | - |
ResGlobalInfo /Profiles | Booker's personal information. | object | 1..1 | The booker is not always a guest. |
XML
<ResGlobalInfo> <Comments> ... </Comments> <Guarantee> ... </Guarantee> <Total ... /> <HotelReservationIDs> ... </HotelReservationIDs> <Profiles> ... </Profiles> </ResGlobalInfo>