Information about room configuration:


Element

M

Type

Restrictions

Description

@codeY
String
Room code

@name

Y

String


Room name

occupationConfigY

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>