Diferencia entre revisiones de «API Reference: Búsqueda de Disponibilidad de Hoteles»
Línea 139: | Línea 139: | ||
Por ejemplo para dos habitaciones dobles colocar dos pasajeros con ''RoomSequence=1'' y otros dos pasajeros con ''RoomSequence=2''. | Por ejemplo para dos habitaciones dobles colocar dos pasajeros con ''RoomSequence=1'' y otros dos pasajeros con ''RoomSequence=2''. | ||
|- | |- | ||
− | | Age || No || Edad del pasajero. Sólo obligatorio para pasajeros Child o Infante. La edad del infante debe informarse como 1 año. La edad del child deberá ser de 2 a 18 años. (Algunos proveedores consideran child hasta 12, 13 o 17 años, las tarifas dependerán de la edad del child y del proveedor involucrado) | + | | Age || No || Edad del pasajero. Sólo obligatorio para pasajeros Child o Infante. La edad del infante debe informarse como 1 año. La edad del child deberá ser de 2 a 18 años. (Algunos proveedores consideran child hasta 12, 13 o 17 años, las tarifas dependerán de la edad del child y del proveedor involucrado) Si las edades no corresponden los resultados serán inesperados. |
|- | |- | ||
|} | |} |
Revisión del 12:00 6 oct 2014
Búsqueda de Disponibilidad de Hoteles (AvailabilityQuery)
Consulta de disponibilidad para hoteles en un destino y un rango de fechas determinado. Retorna una colección de tarifas, una por cada hotel ofrecido por los proveedores habilitados para el contrato del usuario.
Request: AvailabilityQueryRQ Estructura del Documento
Response: AvailabilityQueryRS Estructura del Documento
Ejemplo de uso:
- Solicitud:
<AvailabilityQueryRQ TransactionId="9c8ac0a3_3e12_4fc5_ad86_6a774def52b6" TransactionMode="Synchronous">
<GeneralParameters>
<PreferedLanguage LanguageCode="es"/>
<PreferedCurrency CurrencyCode="EUR"/>
</GeneralParameters>
<Trips>
<Trip>
<Destination>5735</Destination>
<ProductsParameters>
<HotelsParameters>
<Criterion>
<Rooms>
<Room RoomType="NMO.HTL.RMT.SGL" RoomSequence="1"/>
<Room RoomType="NMO.HTL.RMT.DBL" RoomSequence="2"/>
</Rooms>
<CheckIn>2014-06-15</CheckIn>
<CheckOut>2014-06-16</CheckOut>
</Criterion>
</HotelsParameters>
</ProductsParameters>
</Trip>
</Trips>
<Passengers>
<Passenger AgeType="NMO.GBL.AGT.ADT" RoomSequence="1"/>
<Passenger AgeType="NMO.GBL.AGT.CHD" RoomSequence="1">
<Age>10</Age>
</Passenger>
<Passenger AgeType="NMO.GBL.AGT.ADT" RoomSequence="2"/>
<Passenger AgeType="NMO.GBL.AGT.ADT" RoomSequence="2"/>
<Passenger AgeType="NMO.GBL.AGT.INF" RoomSequence="2">
<Age>1</Age>
</Passenger>
</Passengers>
</AvailabilityQueryRQ>
Parámetro | Obligatorio | Descripción | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
TransactionId | Sí | Deberá contener solo letras, números o "_" y lo genera el cliente para identificar un único ID de transacción entre todos los mensajes del fujo de reserva. | ||||||||||||||||||||||||
TransactionMode | Sí | Synchronous / StartAsync / ContinueAsync, Normalmente se usará "Synchronous".
(Ver en detalle el uso de TransactionMode en el capítulo Price_Surfer_-_Web_Services#Especificaciones_y_recomendaciones) | ||||||||||||||||||||||||
GeneralParameters | Sí | |||||||||||||||||||||||||
PreferedLanguage | Sí | Establece el lenguaje requerido para la respuesta.
Atributos: LanguageCode: Código de lenguaje correspondiente a los códigos de lenguaje estándar provistos por Nemo. | ||||||||||||||||||||||||
PreferedCurrency | Sí | No está habilitado el uso de multimoneda. La moneda utilizada será la configurada en el contrato.
Atributos: CurrencyCode: Código de moneda correspondiente a los códigos de moneda estándar provistos. | ||||||||||||||||||||||||
Trip | ||||||||||||||||||||||||||
Destination | Sí | Código de ciudad para la que se realiza la consulta de disponibilidad de tarifas. Destinos | ||||||||||||||||||||||||
ProductsParameters | Sí | |||||||||||||||||||||||||
HotelsParameters | Sí | Parámetros específicos de hoteles. | ||||||||||||||||||||||||
Criterion | Sí | Indica los distintos parámetros de la búsqueda. | ||||||||||||||||||||||||
CheckIn | Sí | Fecha de inicio de la estadía. Formato 'YYYY-MM-DD'. | ||||||||||||||||||||||||
CheckOut | Sí | Fecha de fin de la estadía. Formato 'YYYY-MM-DD'. | ||||||||||||||||||||||||
Rooms | Sí | Información sobre las habitaciones solicitadas. | ||||||||||||||||||||||||
Room | Sí | Identifica una habitación en los parámetros de la búsqueda. Cada habitación tendrá su RoomSequence, número entero consecutivo y comenzando en 1, que también colocará a los pasajeros en el nodo Passengers, para así armar la ocupación determinada para la búsqueda de hoteles.
Atributos: RoomType: Tipo de habitación requerido. Los tipos de habitación admitidos en la búsqueda de disponibilidad son los siguientes:
Este campo es obligatorio, pero es sólo una sugerencia para los proveedores habilitados. La búsqueda se hará por ocupación, indicada en el nodo Passengers, pero si se requiere un tipo especial de habitación, por ejemplo Doble Twin, se puede indicar aquí. Importante: La respuesta dependerá de la disponibilidad del proveedor, y puede contener habitaciones con otros tipos de habitación. Al reservar un hotel se debe tener en cuenta el tipo de habitación devuelto en la búsqueda. RoomSequence: Es un número consecutivo que comienza en 1 que identifica la habitación donde estará alojado cada pasajero. | ||||||||||||||||||||||||
Passenger | Sí | Establece los pasajeros para la búsqueda realizada.
Atributos: AgeType: indica el tipo de pasajero Adulto, Child o Infante (NMO.GBL.AGT.ADT , NMO.GBL.AGT.CHD , NMO.GBL.AGT.INF). RoomSequence: En hoteles, indicar todos los pasajeros con su correspondiente identificador de habitación RoomSequence. Por ejemplo para dos habitaciones dobles colocar dos pasajeros con RoomSequence=1 y otros dos pasajeros con RoomSequence=2. | ||||||||||||||||||||||||
Age | No | Edad del pasajero. Sólo obligatorio para pasajeros Child o Infante. La edad del infante debe informarse como 1 año. La edad del child deberá ser de 2 a 18 años. (Algunos proveedores consideran child hasta 12, 13 o 17 años, las tarifas dependerán de la edad del child y del proveedor involucrado) Si las edades no corresponden los resultados serán inesperados. |
- Respuesta:
<AvailabilityQueryRS TransactionId="9c8ac0a3_3e12_4fc5_ad86_6a774def52b6" TransactionMode="Synchronous">
<Echo TransactionId="9c8ac0a3_3e12_4fc5_ad86_6a774def52b6" TransactionMode="Synchronous">
<GeneralParameters>
<PreferedLanguage LanguageCode="es"/>
<PreferedCurrency CurrencyCode="ARS"/>
</GeneralParameters>
<Trips>
<Trip>
<Destination>5735</Destination>
<ProductsParameters>
<HotelsParameters>
<Criterion>
<Rooms>
<Room RoomType="NMO.HTL.RMT.SGL" RoomSequence="1"/>
<Room RoomType="NMO.HTL.RMT.DBL" RoomSequence="2"/>
</Rooms>
<CheckIn>2014-06-10</CheckIn>
<CheckOut>2014-06-19</CheckOut>
</Criterion>
</HotelsParameters>
</ProductsParameters>
</Trip>
</Trips>
<Passengers>
<Passenger AgeType="NMO.GBL.AGT.ADT" RoomSequence="1"/>
<Passenger AgeType="NMO.GBL.AGT.CHD" RoomSequence="1">
<Age>10</Age>
</Passenger>
<Passenger AgeType="NMO.GBL.AGT.ADT" RoomSequence="2"/>
<Passenger AgeType="NMO.GBL.AGT.ADT" RoomSequence="2"/>
<Passenger AgeType="NMO.GBL.AGT.INF" RoomSequence="2">
<Age>1</Age>
</Passenger>
</Passengers>
</Echo>
<Details>
<Trips>
<Trip>
<HotelsAvailability>
<Hotels>
<Hotel Code="93316" Name="Pullman City Center Rosario" Longitude="-60.6629" Latitude="-33.0111">
<DestinationDetails>
<Destination Code="5735" Type="NMO.HTL.DST.CTY"/>
</DestinationDetails>
<Rates>
<Rate TripProductID="ceb238da-39e4-46a3-8f63-836540c76b78">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE TWIN</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE TWIN</Room>
</Rooms>
<Board Code="14">SOLO HABITACIÓN</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2065.36</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2062.36</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="77f7f4c5-fd18-430e-8516-fd864913f4d1">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE TWIN</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE CAMA KING SIZE</Room>
</Rooms>
<Board Code="14">SOLO HABITACIÓN</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2065.36</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2062.36</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="5df1f58f-93fa-4f6c-bedc-06f344ba5d75">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE CAMA KING SIZE</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE TWIN</Room>
</Rooms>
<Board Code="14">SOLO HABITACIÓN</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2065.36</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2062.36</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="39948393-185b-4b21-832d-4a57627f13c3">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE CAMA KING SIZE</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE CAMA KING SIZE</Room>
</Rooms>
<Board Code="14">SOLO HABITACIÓN</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2065.36</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2062.36</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="e8359402-c55c-49c2-9b91-11dc0f69bc66">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE TWIN</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE TWIN</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2413.8</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2410.8</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="9015035e-21ba-4299-90a3-4467af38707b">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE TWIN</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE CAMA KING SIZE</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2413.8</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2410.8</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="5ead8850-8ffc-4f11-a43b-f8bd62f7b17f">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE CAMA KING SIZE</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE TWIN</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2413.8</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2410.8</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="77970682-ef82-4d4b-9701-a9a9303676ae">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE CAMA KING SIZE</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE CAMA KING SIZE</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2413.8</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2410.8</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
</Rates>
<Rating Code="NMO.HTL.RTN.3ST" Type="NMO.HTL.RTT.STR">
<Value>5.0</Value>
</Rating>
<Address>
<Line>AV BATLLE Y ORDOÑEZ Y BV OROÑO</Line>
<Line>2000 - ROSARIO</Line>
<Line>Rosario</Line>
</Address>
</Hotel>
<Hotel Code="155879" Name="Esplendor Savoy Rosario" Longitude="-60.636577" Latitude="-32.94456">
<DestinationDetails>
<Destination Code="5735" Type="NMO.HTL.DST.CTY"/>
</DestinationDetails>
<Rates>
<Rate TripProductID="6071fc42-63ac-4fef-901b-55393f880cdc">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE MATRIMONIAL-CONCEPT-SUPERIOR</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE MATRIMONIAL-CONCEPT-SUPERIOR</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">3631.98</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">3628.98</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="f2ee3a8e-f6c9-4b15-88ec-5c1e9c499712">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE MATRIMONIAL-CONCEPT-SUPERIOR</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE CONCEPT-SUPERIOR-TWIN</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">3631.98</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">3628.98</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="000f680c-762f-4d4f-b557-69180c88ab5a">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE CONCEPT-SUPERIOR-TWIN</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE MATRIMONIAL-CONCEPT-SUPERIOR</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">3631.98</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">3628.98</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="ba667dfe-1527-4d3a-91bd-588e9b21e650">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE CONCEPT-SUPERIOR-TWIN</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE CONCEPT-SUPERIOR-TWIN</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">3631.98</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">3628.98</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="381103d6-18d2-40b1-975c-d72eb8aa09c4">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE MATRIMONIAL-CONCEPT</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE MATRIMONIAL-CONCEPT</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">5809.44</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">5806.44</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="cf04a9eb-449f-4b28-afaf-a7d4fdf82a06">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE MATRIMONIAL-CONCEPT</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE MATRIMONIAL-CONCEPT-SUPERIOR</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">5809.44</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">5806.44</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="8f8756cf-d7db-4bec-b54e-2010dd1d185b">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE MATRIMONIAL-CONCEPT</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE CONCEPT-SUPERIOR-TWIN</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">5809.44</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">5806.44</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="2674695d-da41-43f0-a3c2-340d3cf97c5c">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE MATRIMONIAL-CONCEPT-SUPERIOR</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE MATRIMONIAL-CONCEPT</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">5809.44</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">5806.44</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="afcf16f6-aa14-46cd-a0f9-ce37d8ec2275">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE MATRIMONIAL-CONCEPT-SUPERIOR</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE MATRIMONIAL-CONCEPT-SUPERIOR</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">5809.44</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">5806.44</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="e06048d3-0f27-40ea-82b0-c6f5b71586a1">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE MATRIMONIAL-CONCEPT-SUPERIOR</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE CONCEPT-SUPERIOR-TWIN</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">5809.44</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">5806.44</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="c26e190a-c7eb-4c12-8901-89aeafc6523e">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE CONCEPT-SUPERIOR-TWIN</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE MATRIMONIAL-CONCEPT</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">5809.44</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">5806.44</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="c9f6b112-ee7e-4969-8c8c-68aefb529011">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE CONCEPT-SUPERIOR-TWIN</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE MATRIMONIAL-CONCEPT-SUPERIOR</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">5809.44</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">5806.44</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="194c54d7-6bbc-495a-a9d9-66ed79a11890">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE CONCEPT-SUPERIOR-TWIN</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE CONCEPT-SUPERIOR-TWIN</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">5809.44</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">5806.44</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
</Rates>
<Rating Code="NMO.HTL.RTN.5ST" Type="NMO.HTL.RTT.STR">
<Value>4.0</Value>
</Rating>
<Address>
<Line>San Lorenzo 1022</Line>
<Line>2000 - ROSARIO</Line>
<Line>Rosario</Line>
</Address>
</Hotel>
<Hotel Code="171732" Name="Plaza Real" Longitude="-60.6639400497079" Latitude="-32.9377402737737">
<DestinationDetails>
<Destination Code="5735" Type="NMO.HTL.DST.CTY"/>
</DestinationDetails>
<Rates>
<Rate TripProductID="dd1aa792-e302-4861-94a7-4ed6a61abfb7">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE EJECUTIVO</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE EJECUTIVO</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2751.42</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2748.42</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="6ff984a9-a7c3-4986-94fb-1a4487071268">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE EJECUTIVO</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE ESPECIAL</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2886.87</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2883.87</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="b31050cd-3d38-4852-867f-3f2d53665896">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE ESPECIAL</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE EJECUTIVO</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2886.87</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2883.87</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="7f790f22-677f-4b09-a8a1-0801391e870d">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE ESPECIAL</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE ESPECIAL</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">3022.32</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">3019.32</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="89676945-569a-47d0-8a9e-9a5b71f357d4">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE EJECUTIVO</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE LUXURY</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">3815.94</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">3812.94</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="2d261dba-b417-4573-ba49-f057f58a18b3">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE LUXURY</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE EJECUTIVO</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">3815.94</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">3812.94</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="75deab40-b344-49af-a609-0d5c8e8ab6f3">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE ESPECIAL</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE LUXURY</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">3951.39</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">3948.39</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="558a25a8-b7cd-460b-9aa5-0c2e7cdfd10b">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE LUXURY</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE ESPECIAL</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">3951.39</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">3948.39</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="a44ba851-8c3e-4f2b-a15f-d3127fb86555">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE LUXURY</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE LUXURY</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">4880.46</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">4877.46</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
</Rates>
<Rating Code="NMO.HTL.RTN.5ST" Type="NMO.HTL.RTT.STR">
<Value>4.0</Value>
</Rating>
<Address>
<Line>SANTA FE 1632</Line>
<Line>2000 - ROSARIO</Line>
<Line>Rosario</Line>
</Address>
</Hotel>
<Hotel Code="172643" Name="Jujuy In Suite" Longitude="-60.6478831" Latitude="-32.9361003">
<DestinationDetails>
<Destination Code="5735" Type="NMO.HTL.DST.CTY"/>
</DestinationDetails>
<Rates>
<Rate TripProductID="91113c46-382a-4b0e-bc3e-3d32b60bb373">
<Rooms>
<Room Availability="CNF" Type="APT" Occupancy="2/1/0">APARTAMENTO 2 PERSONAS</Room>
<Room Availability="CNF" Type="APT" Occupancy="1/1/0">APARTAMENTO 2 PERSONAS</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">1669.68</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">1666.68</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="28990df2-5c0a-44b9-8735-e322cf2ee101">
<Rooms>
<Room Availability="CNF" Type="APT" Occupancy="2/1/0">APARTAMENTO 2 PERSONAS</Room>
<Room Availability="CNF" Type="APT" Occupancy="1/1/0">APARTAMENTO 3 PAX</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">1794.4</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">1791.4</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="b4af73a3-432a-4d24-a960-b04c8f16c102">
<Rooms>
<Room Availability="CNF" Type="APT" Occupancy="2/1/0">APARTAMENTO 3 PAX</Room>
<Room Availability="CNF" Type="APT" Occupancy="1/1/0">APARTAMENTO 2 PERSONAS</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">1794.4</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">1791.4</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="0c863001-40b4-455e-9611-f87f9189ca9a">
<Rooms>
<Room Availability="CNF" Type="APT" Occupancy="2/1/0">APARTAMENTO 2 PERSONAS</Room>
<Room Availability="CNF" Type="SUI" Occupancy="1/1/0">SUITE 2 PERSONAS</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">1836.37</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">1833.37</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="a3ab2a7e-8bfa-4146-bfe5-adab15eae786">
<Rooms>
<Room Availability="CNF" Type="SUI" Occupancy="2/1/0">SUITE 2 PERSONAS</Room>
<Room Availability="CNF" Type="APT" Occupancy="1/1/0">APARTAMENTO 2 PERSONAS</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">1836.37</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">1833.37</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="15d1318a-c483-4286-b2d8-708310e6e9eb">
<Rooms>
<Room Availability="CNF" Type="APT" Occupancy="2/1/0">APARTAMENTO 3 PAX</Room>
<Room Availability="CNF" Type="APT" Occupancy="1/1/0">APARTAMENTO 3 PAX</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">1919.12</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">1916.12</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="370b6086-ffb5-4e51-b2e9-b426fe4161f5">
<Rooms>
<Room Availability="CNF" Type="APT" Occupancy="2/1/0">APARTAMENTO 2 PERSONAS</Room>
<Room Availability="CNF" Type="SUI" Occupancy="1/1/0">SUITE 3 PAX</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">1960.02</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">1957.02</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="9f2734e8-c3f2-48c4-ab90-894c9d37ef84">
<Rooms>
<Room Availability="CNF" Type="SUI" Occupancy="2/1/0">SUITE 3 PAX</Room>
<Room Availability="CNF" Type="APT" Occupancy="1/1/0">APARTAMENTO 2 PERSONAS</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">1960.02</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">1957.02</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="40d31fb9-d0c7-482d-9b71-47c09c03b6fb">
<Rooms>
<Room Availability="CNF" Type="APT" Occupancy="2/1/0">APARTAMENTO 3 PAX</Room>
<Room Availability="CNF" Type="SUI" Occupancy="1/1/0">SUITE 2 PERSONAS</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">1961.09</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">1958.09</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="ce71d404-4871-4ef3-a00b-cbf2856acefc">
<Rooms>
<Room Availability="CNF" Type="SUI" Occupancy="2/1/0">SUITE 2 PERSONAS</Room>
<Room Availability="CNF" Type="APT" Occupancy="1/1/0">APARTAMENTO 3 PAX</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">1961.09</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">1958.09</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="c351980f-ec51-4a8d-b988-76b7d16c81c1">
<Rooms>
<Room Availability="CNF" Type="SUI" Occupancy="2/1/0">SUITE 2 PERSONAS</Room>
<Room Availability="CNF" Type="SUI" Occupancy="1/1/0">SUITE 2 PERSONAS</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2003.06</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2000.06</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="aa1c0f03-ae19-4f78-843f-a041afc152f7">
<Rooms>
<Room Availability="CNF" Type="APT" Occupancy="2/1/0">APARTAMENTO 2 PERSONAS</Room>
<Room Availability="CNF" Type="SUI" Occupancy="1/1/0">SUITE 4 PAX</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2056.77</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2053.77</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="a3652383-b96f-4b08-82cb-1865a05469a9">
<Rooms>
<Room Availability="CNF" Type="SUI" Occupancy="2/1/0">SUITE 4 PAX</Room>
<Room Availability="CNF" Type="APT" Occupancy="1/1/0">APARTAMENTO 2 PERSONAS</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2056.77</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2053.77</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="4d1c5b94-5c70-459d-b2ca-698c3f40297c">
<Rooms>
<Room Availability="CNF" Type="APT" Occupancy="2/1/0">APARTAMENTO 3 PAX</Room>
<Room Availability="CNF" Type="SUI" Occupancy="1/1/0">SUITE 3 PAX</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2084.74</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2081.74</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="06d1bdce-fbfa-42b7-ae48-fdc0c49f689f">
<Rooms>
<Room Availability="CNF" Type="SUI" Occupancy="2/1/0">SUITE 3 PAX</Room>
<Room Availability="CNF" Type="APT" Occupancy="1/1/0">APARTAMENTO 3 PAX</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2084.74</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2081.74</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="2b50fb67-07c9-4ba2-aa41-76244d3f5c14">
<Rooms>
<Room Availability="CNF" Type="SUI" Occupancy="2/1/0">SUITE 2 PERSONAS</Room>
<Room Availability="CNF" Type="SUI" Occupancy="1/1/0">SUITE 3 PAX</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2126.71</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2123.71</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="3af7eb19-2ce9-4155-a76d-a7abec5d5bbc">
<Rooms>
<Room Availability="CNF" Type="SUI" Occupancy="2/1/0">SUITE 3 PAX</Room>
<Room Availability="CNF" Type="SUI" Occupancy="1/1/0">SUITE 2 PERSONAS</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2126.71</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2123.71</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="f24c90ee-0252-468d-84fc-996d1ee70466">
<Rooms>
<Room Availability="CNF" Type="APT" Occupancy="2/1/0">APARTAMENTO 3 PAX</Room>
<Room Availability="CNF" Type="SUI" Occupancy="1/1/0">SUITE 4 PAX</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2181.49</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2178.49</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="e828258c-21be-4aef-a892-331c93a58aa9">
<Rooms>
<Room Availability="CNF" Type="SUI" Occupancy="2/1/0">SUITE 4 PAX</Room>
<Room Availability="CNF" Type="APT" Occupancy="1/1/0">APARTAMENTO 3 PAX</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2181.49</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2178.49</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="2f784e68-4698-4871-a227-e017202a8fb2">
<Rooms>
<Room Availability="CNF" Type="SUI" Occupancy="2/1/0">SUITE 2 PERSONAS</Room>
<Room Availability="CNF" Type="SUI" Occupancy="1/1/0">SUITE 4 PAX</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2223.46</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2220.46</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="95d6ee35-cc34-4c74-83cd-13b6513a336d">
<Rooms>
<Room Availability="CNF" Type="SUI" Occupancy="2/1/0">SUITE 4 PAX</Room>
<Room Availability="CNF" Type="SUI" Occupancy="1/1/0">SUITE 2 PERSONAS</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2223.46</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2220.46</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="10efb32d-613a-4cf2-983e-d0035ef3d890">
<Rooms>
<Room Availability="CNF" Type="SUI" Occupancy="2/1/0">SUITE 3 PAX</Room>
<Room Availability="CNF" Type="SUI" Occupancy="1/1/0">SUITE 3 PAX</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2250.36</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2247.36</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="cf4a219d-13d6-4b5d-9c72-ddc6c8d9bfc8">
<Rooms>
<Room Availability="CNF" Type="SUI" Occupancy="2/1/0">SUITE 3 PAX</Room>
<Room Availability="CNF" Type="SUI" Occupancy="1/1/0">SUITE 4 PAX</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2347.11</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2344.11</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="8083cc56-b638-460c-9450-2da09d0f9e69">
<Rooms>
<Room Availability="CNF" Type="SUI" Occupancy="2/1/0">SUITE 4 PAX</Room>
<Room Availability="CNF" Type="SUI" Occupancy="1/1/0">SUITE 3 PAX</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2347.11</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2344.11</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
<Rate TripProductID="a0f8f30d-5cc5-4cca-8f1d-b946de2be300">
<Rooms>
<Room Availability="CNF" Type="SUI" Occupancy="2/1/0">SUITE 4 PAX</Room>
<Room Availability="CNF" Type="SUI" Occupancy="1/1/0">SUITE 4 PAX</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">2443.86</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">2440.86</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
</Rates>
<Rating Code="NMO.HTL.RTN.4ST" Type="NMO.HTL.RTT.STR">
<Value>3.0</Value>
</Rating>
<Address>
<Line>JUJUY 1946</Line>
<Line>2000 - ROSARIO</Line>
<Line>Rosario</Line>
</Address>
</Hotel>
<Hotel Code="173905" Name="1495 Apart" Longitude="0.0" Latitude="0.0">
<DestinationDetails>
<Destination Code="5735" Type="NMO.HTL.DST.CTY"/>
</DestinationDetails>
<Rates>
<Rate TripProductID="666f5730-dda4-4494-ad30-e0508d9c2830">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE DELUXE</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE DELUXE</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">3873.9</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">3870.9</RatePrice>
<RatePrice Currency="ARS" Type="NMO.HTL.RPT.COM">3.0</RatePrice>
</RatePrices>
</Rate>
</Rates>
<Rating Code="NMO.HTL.RTN.4ST" Type="NMO.HTL.RTT.STR">
<Value>3.0</Value>
</Rating>
<Address>
<Line>MENDOZA 1495</Line>
<Line>2000 - ROSARIO</Line>
<Line>Rosario</Line>
</Address>
</Hotel>
</Hotels>
</HotelsAvailability>
</Trip>
</Trips>
<Passengers>
<Passenger AgeType="NMO.GBL.AGT.ADT" RoomSequence="1"/>
<Passenger AgeType="NMO.GBL.AGT.CHD" RoomSequence="1">
<Age>10</Age>
</Passenger>
<Passenger AgeType="NMO.GBL.AGT.ADT" RoomSequence="2"/>
<Passenger AgeType="NMO.GBL.AGT.ADT" RoomSequence="2"/>
<Passenger AgeType="NMO.GBL.AGT.INF" RoomSequence="2">
<Age>1</Age>
</Passenger>
</Passengers>
</Details>
</AvailabilityQueryRS>
Parámetro | Obligatorio | Descripción |
---|---|---|
Notifications | No | |
Notification | Si | Nodo que informa cuando ocurre algún error o excepción. En el atributo TripNumber se indica el trip al cual se refiere la notificación. |
NotificationId | Si | Identificador de la notificación. Las mismas serán provistas por Nemo. |
NotificationType | Si | Tipo de notificación. |
NotificationMessage | Si | Mensaje de notificación. |
Echo | No | En este nodo se envía una copia de la consulta realizada. |
Details | Si | |
Trips | Si | |
Hotel | No | Hotel recomendado por el sistema como mejor compra para el tramo.
Atributos: SupplerID: Id del proveedor Code: código del hotel, de los provistos por Nemo. Name: nombre del hotel Longitude y Latitude (opcionales): coordenadas para la ubicación del hotel en un mapa. |
Amenities | Si | Amenidades del hotel. |
Rates | Si | Se informan las habitaciones, regímenes y tarifas. |
Rating | Si | Categoría del hotel. |
HotelsAvailability | No | Retorna un conjunto de hoteles para el destino buscado. Se informará el nodo Amenities, DestinationDetails, Rates y Rating. |
Exceptions | No | Si no se puede armar el nodo Details se arma un nodo Exceptions con las notificaciones correspondientes. |
Item Hotel (Estructura):
<Hotel Code="173905" Name="1495 Apart" Longitude="0.0" Latitude="0.0">
<DestinationDetails>
<Destination Code="5735" Type="NMO.HTL.DST.CTY"/>
</DestinationDetails>
<Rates>
<Rate TripProductID="666f5730-dda4-4494-ad30-e0508d9c2830">
<Rooms>
<Room Availability="CNF" Type="DBL" Occupancy="2/1/0">DOBLE DELUXE</Room>
<Room Availability="CNF" Type="DBL" Occupancy="1/1/0">DOBLE DELUXE</Room>
</Rooms>
<Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
<RatePrices>
<RatePrice Type="NMO.GBL.RPT.GRS" Currency="ARS">3873.9</RatePrice>
<RatePrice Type="NMO.HTL.RPT.NET" Currency="ARS">3870.9</RatePrice>
<RatePrice Type="NMO.HTL.RPT.COM" Currency="ARS">3.0</RatePrice>
</RatePrices>
</Rate>
</Rates>
<Rating Code="NMO.HTL.RTN.4ST" Type="NMO.HTL.RTT.STR">
<Value>3.0</Value>
</Rating>
<Address>
<Line>MENDOZA 1495</Line>
<Line>2000 - ROSARIO</Line>
<Line>Rosario</Line>
</Address>
</Hotel>
Parámetro | Descripción |
---|---|
Hotel | Cada item Hotel con sus descripciones y tarifas.
Atributos: Code: valor numérico correspondiente al código Nemo del hotel. Name: nombre del hotel. Longitude: atributo de geoposicionamiento. Latitude: atributo de geoposicionamiento. |
Destination | Código y tipo del destino del hotel.
Atributos: Code: valor numérico correspondiente al código del destino. Type: valor correspondiente al tipo de destino. Valores posibles: "NMO.HTL.DST.CTY", "NMO.HTL.DST.AIR" |
Rate | Tarifas
Atributos: TripProductID: identificador único para la tarifa reservable. |
Room | Descripción de la habitación.
Atributos: Availability: código de la disponibilidad. Valores posibles: CNF para "confirmación inmediata" y ORQ para "bajo petición". Type: código del tipo de habitación. Occupancy: código que corresponde al tipo de ocupación. |
Board | Tipo de alojamiento y descripción.
Atributos: Code: Código del board. Tabla de Códigos: Tipos de Pensiones |
RatePrice | Precio de la habitación.
Atributos: Type: tipo de precio. Valores posibles: NMO.GBL.RPT.GRS Precio de venta o PVP, NMO.GBL.RPT.NET Precio neto. |
Rating | Estrellas
Atributos: Code: Código de la estrella. Tabla de Códigos
|
Address | Dirección del hotel compuesto por varias líneas.
Atributos: Line: Cada una de las líneas de texto correspondiente a la dirección. |