HotelResModify
Fields
Field | Description | Type | Min/max | Notes |
---|---|---|---|---|
HotelResModifies/HotelResModify | Details of one modified/cancelled reservation. | object | 0..* | - |
HotelResModify /RoomStays | Basic reservation details, such as the number of nights booked. | array of RoomStay | 1..1 | - |
HotelResModify /Services | Details about services associated with a reservation. | array of Service | 1..1 | - |
HotelResModify /ResGuests | Guest details for a reservation. | array of ResGuest | 1..1 | - |
HotelResModify /ResGlobalInfo | General information about a reservation. | object | 1..1 | - |
XML
<HotelResModify>
<ResGuests>
...
</ResGuests>
<RoomStays>
...
</RoomStays>
<Services>
...
</Services>
<ResGlobalInfo>
...
</ResGlobalInfo>
</HotelResModify>