Information about room configuration:
Element | M | Type | Restrictions | Description |
@code | Y | String | Room code | |
@name | Y | String | Room name | |
occupationConfig | Y | ComplexElement[1...N] | see definition | Information about the allowed occupancy for the room |
rateConfig | Y | ComplexElement[1...N] | see definition | Information about the rates for the room |
Example RoomConfig
<roomConfig code="2542” name="Doble Vista Mar”>
<occupationConfig adults="2” children="0” babies="0”/>
<occupationConfig adults="2” children="1” babies="0”/>
<rateConfig code="1234”name="Hotel Test”>
<mealPlanConfig code="RO” name="Solo Alojamiento”/>
<mealPlanConfig code="AI” name="Todo Incluido”/>
<property code="NRE”>
<property code="RES”>
</rateConfig>
</roomConfig>