HotelReservation
Fields
| Field | Description | Type | Min/max | Notes |
|---|---|---|---|---|
HotelReservations/HotelReservation | New reservation. | object | 0..* | - |
HotelReservation/RoomStays | Rooms in a reservation. | array of RoomStay | 1..1 | - |
HotelReservation/Services | Services in a reservation. | array of Service | 1..1 | - |
HotelReservation/ResGuests | Guests in a reservation. | array of ResGuest | 1..1 | - |
HotelReservation/ResGlobalInfo | Global info about a reservation. | object | 1..1 | - |
XML
<HotelReservation>
<RoomStays>
...
</RoomStays>
<Services>
...
</Services>
<ResGuests>
...
</ResGuests>
<ResGlobalInfo>
...
</ResGlobalInfo>
</HotelReservation>