|
|
(No se muestran 143 ediciones intermedias de 5 usuarios) |
Línea 6: |
Línea 6: |
| El servicio Web de Price Server permite a sus agentes conectarse de manera transparente a la aplicación a través de un conjunto de funciones que pueden ser llamadas, desde las páginas web de sus sitios. Para lograr esto, se proveerá una Interfaz de Programación de Aplicaciones (API) para permitir que varios tipos de sistemas clientes se conecten al sistema propio de Nemo utilizando un juego de mensajes XML que han sido publicados y definidos en conformidad a los Estándares de Esquemas XML. La interfaz que provee servicios de búsquedas, reservas, etc. será entonces accesible vía una interfaz basada en XML y disponible para clientes registrados. | | El servicio Web de Price Server permite a sus agentes conectarse de manera transparente a la aplicación a través de un conjunto de funciones que pueden ser llamadas, desde las páginas web de sus sitios. Para lograr esto, se proveerá una Interfaz de Programación de Aplicaciones (API) para permitir que varios tipos de sistemas clientes se conecten al sistema propio de Nemo utilizando un juego de mensajes XML que han sido publicados y definidos en conformidad a los Estándares de Esquemas XML. La interfaz que provee servicios de búsquedas, reservas, etc. será entonces accesible vía una interfaz basada en XML y disponible para clientes registrados. |
| | | |
− | A través del servicio web un agente podrá consultar disponibilidad en hoteles para los proveedores asociados a su contrato, solicitar información sobre hoteles, gestionar reservas y cancelaciones. Todo a través de una interfaz única basada en el intercambio de documentos XML, que será descripta en esta guía de uso. | + | A través del servicio web un agente podrá consultar disponibilidad en hoteles para los proveedores asociados a su contrato, solicitar información sobre hoteles, gestionar reservas y cancelaciones. Todo a través de una interfaz única basada en el intercambio de documentos XML, que será descripta en esta guía de uso. |
| + | |
| + | |
| + | '''IMPORTANTE: |
| + | |
| + | ''' A partir del 29 de Noviembre del 2023, se introducen cambios opcionales para mejorar tiempos de respuesta en la búsqueda de disponibilidad. Afecta a los nodos Rating y Address de AvailabilityQueryRS y es configurable por cliente. Ver mas detalle y ejemplo en: https://wiki.psurfer.net/index.php/API_Reference:_B%C3%BAsqueda_de_Disponibilidad_de_Hoteles |
| + | |
| + | ''' A partir del 31 de Marzo del 2023, ampliando nuestras políticas de Ciberseguridad, se introducen cambios detallados en: https://nemogroup.net/autologin/ |
| + | |
| + | '''A partir de Octubre 2022 es requerida una lista de IPs habilitadas para poder operar, las IP que no sean informadas como autorizadas serán bloqueadas impidiendo la operatoria. |
| | | |
| == Propósito del presente documento == | | == Propósito del presente documento == |
Línea 18: |
Línea 27: |
| Además de las credenciales provistas recibirá una descripción de los servicios provistos bajo WADL, el equivalente REST del Lenguaje de Descripción de Web Services (WSDL). | | Además de las credenciales provistas recibirá una descripción de los servicios provistos bajo WADL, el equivalente REST del Lenguaje de Descripción de Web Services (WSDL). |
| Nuestro servicio es un servicio web estándar basado en REST para el intercambio de documentos XML, la seguridad es controlada a través de cabeceras WSS donde deberá incluir un Token de Autenticación. | | Nuestro servicio es un servicio web estándar basado en REST para el intercambio de documentos XML, la seguridad es controlada a través de cabeceras WSS donde deberá incluir un Token de Autenticación. |
| + | |
| + | El uso de dichas credenciales excluye la posibilidad de aplicarlas para otros fines como trabajar con un robot que realice búsquedas de disponibilidad para obtener tarifas y almacenarlas u otra tarea no especificada en este documento; reservando a Price Surfer el derecho de deshabilitar dicho usuario. |
| + | Cualquier cambio que se desee realizar deberá ser notificado y aprobado con anticipación. |
| + | |
| + | Documentos de Certificacion a utilizar en los Webservices de hoteles se encuentran disponibles: |
| + | * Idioma español: http://wiki.psurfer.net/resources/CertificacionWS.docx |
| + | * Idioma ingles: http://wiki.psurfer.net/resources/Certification_WS_en.docx |
| | | |
| == Interfaz Cliente simplificada == | | == Interfaz Cliente simplificada == |
Línea 26: |
Línea 42: |
| * Seguridad establecida a través del uso de SSL | | * Seguridad establecida a través del uso de SSL |
| * Se provee un mecanismo más eficiente para el manejo de mensajes asíncronos mediante la tecnología “Push” | | * Se provee un mecanismo más eficiente para el manejo de mensajes asíncronos mediante la tecnología “Push” |
| + | |
| + | == API REFERENCE - Entornos y Operaciones == |
| + | |
| + | Los entornos disponibles son: |
| + | |
| + | * Produccion: https://service.psurfer.net/pricesurfer/ |
| + | |
| + | * Certificacion: http://service-cert.psurfer.net/pricesurfer/ |
| | | |
| | | |
− | == API REFERENCE - Operaciones ==
| + | Las siguientes operaciones están disponibles en la API del servicio, para búsquedas y reservas de Hoteles: |
| + | * /catalog/products/search |
| + | * /catalog/product/detail |
| + | * /catalog/product/validate |
| + | * /catalog/product/book |
| + | * /booking/cancellation/fees |
| + | * /booking/detail |
| + | * /booking/cancel |
| + | |
| + | |
| + | Ejemplo de endpoint de busqueda en Entorno de Certificacion: |
| + | * http://service-cert.psurfer.net/pricesurfer/catalog/products/search |
| | | |
− | Las siguientes operaciones están disponibles en la API del servicio, para búsquedas y reservas de Hoteles.
| |
− | : /catalog/products/search
| |
− | : /catalog/product/detail
| |
− | : /catalog/product/validate
| |
− | : /catalog/product/book
| |
− | : /booking/cancellation/fees
| |
− | : /booking/detail
| |
− | : /booking/cancel
| |
| | | |
| Todas las operaciones tienen un POST con el siguiente esquema: | | Todas las operaciones tienen un POST con el siguiente esquema: |
Línea 80: |
Línea 107: |
| <code>-H "Accept-Encoding: gzip" \</code> | | <code>-H "Accept-Encoding: gzip" \</code> |
| | | |
− | == Lista de Mensajes XML por cada Operación ==
| |
| | | |
− | Están disponibles los esquemas XSD de PriceSurfer:
| + | === Flujo de Mensajes para la correcta implementación del Servicio === |
− | http://wiki.psurfer.net/resources/pscev-schema.zip
| |
| | | |
| + | [[Archivo:Flujo.jpg|722px]] |
| | | |
− | O si desea la documentación online:
| |
− | http://wiki.psurfer.net/resources/PSCEV-doc/pscev.html
| |
| | | |
| + | <span class="ps-alert">Atención: Para los productos hoteles, si su operador tiene el módulo de CANCELACION AUTOMATICA activado deberá disparar una [[API Reference: Consulta de una Reserva - Hoteles|Consulta de una Reserva]] inmediatamente luego del booking cuando éste quede en estado Confirmada o Pendiente de Confirmación; de esta forma se creará correctamente la tarea de autocancelación para la reserva.</span> |
| | | |
| + | Nota: |
| + | Se recomienda disparar una [[API Reference: Consulta de una Reserva - Hoteles|Consulta de una Reserva]] luego de realizar un booking ya que brinda el estado final en el sistema. |
| | | |
− | Documentación generada automáticamente por el servicio:
| + | == Lista de Mensajes XML por cada Operación == |
− | http://wiki.psurfer.net/resources/REST-doc/index.html
| |
| | | |
| + | Están disponibles los esquemas XSD de PriceSurfer: http://wiki.psurfer.net/resources/pscev-schema.zip |
| | | |
| + | Documentación online: http://wiki.psurfer.net/resources/PSCEV-doc/pscev.html |
| | | |
− | === Búsqueda de Disponibilidad de Hoteles (AvailabilityQueryRQ) ===
| + | Proyecto SoapUI para desarrollo (guia incluida): [https://wiki.psurfer.net/images/e/eb/PS_WebServices-soapui-project.xml.zip PS_WebServices-soapui-project.xml.zip] |
| | | |
− | Consulta de disponibilidad de tarifas de hoteles para un set de habitaciones, con una configuración de pasajeros, 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.
| |
| | | |
− | '''Operación: /catalog/products/search''' | + | '''Mensajes xml:''' |
| | | |
− | Recibe [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_AvailabilityQueryRQ.html AvailabilityQueryRQ]
| + | * ''Operación: /catalog/products/search'' [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_AvailabilityQueryRQ.html AvailabilityQueryRQ] [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_AvailabilityQueryRS.html AvailabilityQueryRS] |
| | | |
− | Retorna [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_AvailabilityQueryRS.html AvailabilityQueryRS]
| + | Búsqueda de Disponibilidad de Hoteles: Consulta de disponibilidad de tarifas de hoteles para un set de habitaciones, con una configuración de pasajeros, 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. |
| | | |
− | === Confirmación de Disponibilidad de una Tarifa obtenida en una Búsqueda Anterior (AvailabilityValidation) ===
| |
− | Confirma la vigencia de una tarifa provista por una consulta de disponibilidad previa.
| |
| | | |
− | '''Operación: /catalog/product/validate'''
| + | * ''Operación: /catalog/product/detail'' [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_AdditionalInfoQueryRQ.html AditionalInfoQueryRQ] [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_AdditionalInfoQueryRS.html AditionalInfoQueryRS] |
| | | |
− | Recibe [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_AvailabilityValidationRQ.html AvailabilityValidationRQ]
| + | Consulta de Información de un Hotel: Consulta la información y detalles de los hoteles provistos por el proveedor. |
| | | |
− | Retorna [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_AvailabilityValidationRS.html AvailabilityValidationRS]
| |
| | | |
− | === Consulta de Información de un Hotel (AdditionalInfoQuery) ===
| + | * ''Operación: /catalog/product/validate'' [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_AvailabilityValidationRQ.html AvailabilityValidationRQ] [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_AvailabilityValidationRS.html AvailabilityValidationRS] |
− | Consulta la información y detalles para un hotel provisto por el proveedor.
| |
| | | |
− | '''Operación: /catalog/product/detail'''
| + | Confirmación de Disponibilidad de una Tarifa obtenida en una Búsqueda Anterior: Confirma la vigencia de una tarifa provista por una consulta de disponibilidad previa. |
| | | |
− | Recibe [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_AdditionalInfoQueryRQ.html AditionalInfoQueryRQ]
| |
| | | |
− | Retorna [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_AdditionalInfoQueryRS.html AditionalInfoQueryRS]
| + | * ''Operación: /booking/cancellation/fees'' [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_CancellationFeesQueryRQ.html CancellationFeesQueryRQ] [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_CancellationFeesQueryRS.html CancellationFeesQueryRS] |
| | | |
− | === Consulta de Gastos de Cancelación para una o varias Tarifas ó Reservas (CancellationFeesQuery) ===
| + | Consulta de Gastos de Cancelación para una Tarifa ó Reserva: Consulta de condiciones de gastos de cancelación sobre una tarifa o reserva reportada. |
− | Consulta de condiciones de gastos de cancelación sobre una o más tarifas o reservas reportadas. | |
| | | |
− | '''Operación: /booking/cancellation/fees'''
| |
| | | |
− | Recibe [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_CancellationFeesQueryRQ.html CancellationFeesQueryRQ]
| + | * ''Operación: /catalog/product/book'' [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_BookingProductsRQ.html BookingProductsRQ] [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_BookingProductsRS.html BookingProductsRS] |
| | | |
− | Retorna [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_CancellationFeesQueryRS.html CancellationFeesQueryRS]
| + | Reserva de Tarifa: Solicitud de reserva para una tarifa de hotel. |
| | | |
− | === Reserva de Tarifa (BookingProducts) ===
| |
− | Solicitud de reserva para una o varias tarifas de hoteles.
| |
| | | |
− | '''Operación: /catalog/product/book'''
| + | * ''Operación: /booking/detail'' [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_BookingQueryRQ.html BookingQueryRQ] [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_BookingQueryRS.html BookingQueryRS] |
| | | |
− | Recibe [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_BookingProductsRQ.html BookingProductsRQ]
| + | Consulta de Reserva: Consulta de información y detalles sobre una reserva realizada. Es necesario para obtener el detalle final de la reserva confirmada en el sistema. |
| | | |
− | Retorna [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_BookingProductsRS.html BookingProductsRS]
| |
| | | |
− | === Consulta de Reserva (BookingQuery) ===
| + | * ''Operación: /booking/cancel'' [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_BookingCancellationRQ.html BookingCancellationRQ] [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_BookingCancellationRS.html BookingCancellationRS] |
− | Consulta de información y detalles sobre una o varias reservas realizadas.
| |
| | | |
− | '''Operación: /booking/detail'''
| + | Cancelación de Reserva: Solicitud de cancelación de una reserva realizada. |
− | | |
− | Recibe [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_BookingQueryRQ.html BookingQueryRQ]
| |
− | | |
− | Retorna [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_BookingQueryRS.html BookingQueryRS]
| |
− | | |
− | === Cancelación de Reserva (BookingCancellation) ===
| |
− | Solicitud de cancelación de una o varias reservas realizadas. | |
− | | |
− | '''Operación: /booking/cancel'''
| |
− | | |
− | Recibe [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_BookingCancellationRQ.html BookingCancellationRQ]
| |
− | | |
− | Retorna [http://wiki.psurfer.net/resources/PSCEV-doc/pscev_BookingCancellationRS.html BookingCancellationRS]
| |
− | | |
− | == Escenario básico de una operación de reserva ==
| |
− | | |
− | [[Archivo:bookingwikijpg1_v1.jpg]]
| |
| | | |
| == Especificación de documentos XML == | | == Especificación de documentos XML == |
Línea 172: |
Línea 170: |
| === Consulta de Información de un Hotel (AdditionalInfoQuery) === | | === Consulta de Información de un Hotel (AdditionalInfoQuery) === |
| | | |
− | Mensaje que permite consultar la información detallada de un hotel. La información a devolver será la obtenida de los respectivos proveedores.
| + | [[API Reference: Consulta de Información de un Hotel]] |
− | | |
− | Request: AdditionalInfoQueryRQ
| |
− | | |
− | Response: AdditionalInfoQueryRS
| |
− | | |
− | Ejemplo de uso:
| |
− | | |
− | *** Solicitud:
| |
− | | |
− | <code xml>
| |
− | <AdditionalInfoQueryRQ>
| |
− | <GeneralParameters>
| |
− | <PreferedLanguage LanguageCode="es"/>
| |
− | <PreferedCurrency CurrencyCode="ARS"/>
| |
− | </GeneralParameters>
| |
− | <Products>
| |
− | <Hotels>
| |
− | <Hotel TripProductID="addad55c-57fd-4ae9-8dfe-4d34a4f9c0bd"/>
| |
− | </Hotels>
| |
− | </Products>
| |
− | </AdditionalInfoQueryRQ>
| |
− | </code>
| |
− | | |
− | | |
− | {| class="wikitable sortable"
| |
− | |-
| |
− | ! Parámetro !! Obligatorio !! Descripción
| |
− | |-
| |
− | |PreferedLanguage || Si || 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 || Si || Establece la moneda requerida para la respuesta.
| |
− | | |
− | Atributos:
| |
− | | |
− | CurrencyCode: Código de moneda correspondiente a los códigos de moneda estándar provistos. ''No está habilitado el uso de multimoneda. La moneda utilizada será la configurada en el contrato.''
| |
− | |-
| |
− | |Hotels || No ||
| |
− | |-
| |
− | |Hotel || Si || Se envía el id del hotel a consultar mediante el atributo TripProductID.
| |
− | |}
| |
− | | |
− | | |
− | *** Respuesta:
| |
− | | |
− | <code xml>
| |
− | <?xml version="1.0" encoding="UTF-8"?>
| |
− | <AdditionalInfoQueryRS>
| |
− | <Details>
| |
− | <Products>
| |
− | <Hotels>
| |
− | <Hotel HotelCode="2411" SupplierID="BOL" Sequence="1">
| |
− | <HotelName>725 Continental Hotel</HotelName>
| |
− | <HotelDescriptions>
| |
− | <HotelDescription HotelDescriptionType="General">Emblemático y único en su tipo, con su mezcla de diseño, tradición y vanguardismo el hotel tiene un vestíbulo con recepción 24 horas, un bar, restaurante, salas de conferencias, servicio de habitaciones 24 horas y aparcamiento.</HotelDescription>
| |
− | </HotelDescriptions>
| |
− | <Amenities ItemsCount="18">
| |
− | <Amenity Fee="No" Sequence="1">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTT">Tipo de Hotel</AmenityGroup>
| |
− | <Description AmenityCode="1">Hotel de ciudad</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="2">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="1">Baño</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="Yes" Sequence="3">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="5">Teléfono de línea directa</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="4">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="7">TV vía satélite / TV por cable</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="5">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="13">Minibar</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="6">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="19">Lavadora</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="7">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="24">Aire acondicionado Central</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Aire acondicionado Central</ImageDescription>
| |
− | <ImageURL>ic_aireac.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="8">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="28">Caja de seguridad</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="9">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="1">Aire acondicionado en zonas comunes</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="10">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="2">Hall Recepción</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="11">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="4">Servicio de recepción 24 horas</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="12">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="14">Bar-es</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Bar-es</ImageDescription>
| |
− | <ImageURL>ic_bar.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="13">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="18">Sala de conferencias</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="14">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="24">Restaurante -s</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="15">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="46">Piscina de agua dulce</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Piscina de agua dulce</ImageDescription>
| |
− | <ImageURL>ic_piscina.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="16">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="54">Sauna</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="Yes" Sequence="17">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="58">Masaje</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="18">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="60">Gimnasio</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Gimnasio</ImageDescription>
| |
− | <ImageURL>ic_gimnasio.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | </Amenities>
| |
− | <Addresses>
| |
− | <Address>
| |
− | <AddressLines>
| |
− | <AddressLine>PTE. ROQUE SANEZ PEÑA 725</AddressLine>
| |
− | <AddressLine>C1035AAC - BUENOS AIRES</AddressLine>
| |
− | <AddressLine>Buenos Aires</AddressLine>
| |
− | </AddressLines>
| |
− | <TelephoneNumbers>
| |
− | <TelephoneNumber>
| |
− | <TelephoneNumberType TelephoneNumberType="NMO.GBL.TLT.TE1">phoneHotel</TelephoneNumberType>
| |
− | <TelephoneNumberValue>541141318000</TelephoneNumberValue>
| |
− | </TelephoneNumber>
| |
− | <TelephoneNumber>
| |
− | <TelephoneNumberType TelephoneNumberType="NMO.GBL.TLT.OFF">phoneBooking</TelephoneNumberType>
| |
− | <TelephoneNumberValue>541141318028</TelephoneNumberValue>
| |
− | </TelephoneNumber>
| |
− | <TelephoneNumber>
| |
− | <TelephoneNumberType TelephoneNumberType="NMO.GBL.TLT.CTC">phoneMang</TelephoneNumberType>
| |
− | <TelephoneNumberValue>541141318000</TelephoneNumberValue>
| |
− | </TelephoneNumber>
| |
− | </TelephoneNumbers>
| |
− | <PostalCode CountryCode="AR">C1035AAC</PostalCode>
| |
− | <Destinations>
| |
− | <Destination DestinationType="NMO.HTL.DST.CTY" DestinationCode="5694">Buenos Aires</Destination>
| |
− | <Destination DestinationType="NMO.HTL.DST.CTR" DestinationCode="202">Argentina</Destination>
| |
− | <Destination DestinationType="NMO.HTL.DST.CNT" DestinationCode="15">América del Sur</Destination>
| |
− | <Destination DestinationType="NMO.HTL.DST.ALL" DestinationCode="1">Planeta Tierra</Destination>
| |
− | </Destinations>
| |
− | </Address>
| |
− | </Addresses>
| |
− | <Position>
| |
− | <Latitude>34.6060222222222</Latitude>
| |
− | <Longitude>-58.3768777777778</Longitude>
| |
− | </Position>
| |
− | <HotelRating HotelRatingCode="NMO.HTL.RTN.5ST" HotelRatingType="NMO.HTL.RTT.STR">
| |
− | <RatingDescription>5 Estrellas</RatingDescription>
| |
− | <RatingValue>5.0</RatingValue>
| |
− | </HotelRating>
| |
− | <ImageLinks ItemsCount="4">
| |
− | <ImageLink Sequence="1">
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">General</ImageDescription>
| |
− | <DisplayOrder>1</DisplayOrder>
| |
− | <ImageHeight UnitOfMeasureCode="9">46</ImageHeight>
| |
− | <ImageWidth UnitOfMeasureCode="9">70</ImageWidth>
| |
− | <ImageURL>6/1/61C147492531CF4BB1CACB2A4EB3CFB0.jpg</ImageURL>
| |
− | <ThumbnailURL>7/2/72305C04BDDD0306D4382C6E769DA9ED.jpg</ThumbnailURL>
| |
− | </ImageLink>
| |
− | <ImageLink Sequence="2">
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Habitación</ImageDescription>
| |
− | <DisplayOrder>2</DisplayOrder>
| |
− | <ImageHeight UnitOfMeasureCode="9">44</ImageHeight>
| |
− | <ImageWidth UnitOfMeasureCode="9">70</ImageWidth>
| |
− | <ImageURL>A/B/ABA09A903CF78396C69266D883EAB44D.jpg</ImageURL>
| |
− | <ThumbnailURL>8/3/83FD71DF95D39D0949473B310672836B.jpg</ThumbnailURL>
| |
− | </ImageLink>
| |
− | <ImageLink Sequence="3">
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Habitación</ImageDescription>
| |
− | <DisplayOrder>3</DisplayOrder>
| |
− | <ImageHeight UnitOfMeasureCode="9">46</ImageHeight>
| |
− | <ImageWidth UnitOfMeasureCode="9">70</ImageWidth>
| |
− | <ImageURL>A/B/AB97AF5C98C1D4F70036769D92F1593B.jpg</ImageURL>
| |
− | <ThumbnailURL>7/2/72FDCB6C47755FEF3B079E846B91EEAA.jpg</ThumbnailURL>
| |
− | </ImageLink>
| |
− | <ImageLink Sequence="4">
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Habitación</ImageDescription>
| |
− | <DisplayOrder>4</DisplayOrder>
| |
− | <ImageHeight UnitOfMeasureCode="9">46</ImageHeight>
| |
− | <ImageWidth UnitOfMeasureCode="9">70</ImageWidth>
| |
− | <ImageURL>0/6/0606A6FF937B2F6ACF77B22502A97FBC.jpg</ImageURL>
| |
− | <ThumbnailURL>A/E/AE9A5F311477F13E85B8C64E26B94D5F.jpg</ThumbnailURL>
| |
− | </ImageLink>
| |
− | </ImageLinks>
| |
− | <LocationDetails ItemsCount="1">
| |
− | <Location Sequence="1" LocationCode="G1">Centro</Location>
| |
− | </LocationDetails>
| |
− | </Hotel>
| |
− | </Hotels>
| |
− | </Products>
| |
− | </Details>
| |
− | </AdditionalInfoQueryRS>
| |
− | </code>
| |
− | | |
− | | |
− | | |
− | {| class="wikitable sortable"
| |
− | |-
| |
− | ! 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 ||
| |
− | |-
| |
− | | Products || Si ||
| |
− | |-
| |
− | | Hotels || No ||
| |
− | |-
| |
− | | Hotel || Si || Información de un Hotel reportada por el proveedor asociado.
| |
− | | |
− | Atributos:
| |
− | | |
− | HotelCode: Código del hotel de los provistos por Nemo.
| |
− | | |
− | SupplierID: Código del proveedor correspondiente a los códigos de proveedor estándar provistos por Nemo.
| |
− | |-
| |
− | | HotelName || Si || Nombre del hotel.
| |
− | |-
| |
− | | AccomodationType || No || Indica si es hotel, hostel, camping, etc.
| |
− | |-
| |
− | | HotelDescriptions || No ||
| |
− | |-
| |
− | | HotelDescription || No || Descripción del hotel.
| |
− | | |
− | Atributos:
| |
− | | |
− | HotelDescriptionType: Tipo de descripción correspondiente a los tipos de descripción estándar provistos.
| |
− | |-
| |
− | | LocationDetails || No ||
| |
− | |-
| |
− | | Location || No || Descripción del área en la que se localiza el hotel.
| |
− | | |
− | Atributos:
| |
− | | |
− | LocationCode: Código de área provisto por el proveedor.
| |
− | | |
− | Amenities || Si || Lista de amenidades brindadas por el hotel.
| |
− | |-
| |
− | | Amenity || Si || Amenidad brindada por el hotel.
| |
− | | |
− | Atributos:
| |
− | | |
− | Fee: Bandera que indica si la amenidad tiene cargo por huésped o no.
| |
− | |-
| |
− | | AmenityGroup || Si || Descripción del tipo de amenidad.
| |
− | | |
− | Atributos:
| |
− | | |
− | AmenityGroupCode: Código del tipo de amenidad correspondiente a los códigos de tipo de amenidad estándar provistos por Nemo.
| |
− | |-
| |
− | | Description || Si || Descripción de la amenidad ofrecida por el hotel.
| |
− | | |
− | Atributos:
| |
− | | |
− | AmenityCode: Código de amenidad correspondiente a los códigos de amenidad estándar provistos por Nemo.
| |
− | |-
| |
− | | Address || Si || Dirección del hotel
| |
− | |-
| |
− | | AddressLines || Si || Líneas que componen la dirección del hotel.
| |
− | |-
| |
− | | AddressLine || Si || Indica la dirección del hotel.
| |
− | |-
| |
− | | TelephoneNumbers || No || Lista de números telefónicos disponibles para el hotel.
| |
− | |-
| |
− | | TelephoneNumber || Si ||
| |
− | |-
| |
− | | TelephoneNumberType || Si || Tipo de número telefónico.
| |
− | | |
− | Atributos:
| |
− | | |
− | TelephoneNumberType: Tipo de número telefónico correspondiente a los tipos de números telefónicos estándar provistos por Nemo.
| |
− | |-
| |
− | | TelephoneNumberValue || Si || Número telefónico.
| |
− | |-
| |
− | | Destination || Si || Localización geográfica detallada del hotel.
| |
− | | |
− | Atributos:
| |
− | | |
− | DestinationType: Tipo de destino(continente, país, región/provincia/estado, ciudad) correspondiente a los tipos de destino estándar provistos.
| |
− | | |
− | DestinationCode: Código de destino correspondiente a los códigos de destino estándar provistos.
| |
− | |-
| |
− | | Position || No || Coordenadas del hotel: Latitud y Longitud.
| |
− | |-
| |
− | | HotelRating || Si || Categoría del hotel.
| |
− | | |
− | Atributos:
| |
− | | |
− | HotelRatingCode: código de la categoría correspondiente a los códigos de categoría estándar provistos por Nemo.
| |
− | | |
− | HotelRatingType: Tipo de la categoría correspondiente a los tipos de categoría estándar provistos por Nemo.
| |
− | |-
| |
− | | RatingValue || Si || Valoración de la categoría del hotel expresada en el tipo de categoría indicado en el nodo padre.
| |
− | |-
| |
− | | ImageLinks || Si || Conjunto de imágenes del hotel
| |
− | |-
| |
− | | ImageLink || No ||
| |
− | |-
| |
− | | ImageDescription || Si || Descripción de la imagen
| |
− | | |
− | ImageDisplayType: Tipo de imagen correspondiente a los tipos de imágenes estándar provistos por Nemo.
| |
− | | |
− | DisplayOrder || No || Orden del la imagen.
| |
− | |-
| |
− | | ImageURL || Si || URL de la imagen
| |
− | |-
| |
− | | AreaDetails || No ||
| |
− | |-
| |
− | | AreaDetail || No || Referencia al área en el que se localiza el hotel
| |
− | |-
| |
− | | HotelRoomTypeDescriptions || No || Detalle de los tipos de habitación con los que cuenta el hotel.
| |
− | |-
| |
− | | Copyright || No || Declaración de derechos de autor del proveedor de la información del hotel.
| |
− | |-
| |
− | | Fares || Si || Datos de tarifas
| |
− | |-
| |
− | | FareType || No || Tipo de tarifas, ej. Tarifa web, precio de agencia
| |
− | |-
| |
− | | Prices || Si || Precios, con valor y moneda
| |
− | |-
| |
− | | Exceptions || Si || Si no se puede armar el nodo Details se arma un nodo Exceptions con las notificaciones correspondientes.
| |
− | |}
| |
| | | |
| === Confirmación de Disponibilidad de una Tarifa obtenida en una Búsqueda Anterior (AvailabilityValidation) === | | === Confirmación de Disponibilidad de una Tarifa obtenida en una Búsqueda Anterior (AvailabilityValidation) === |
− |
| |
− | Confirma la vigencia de una tarifa provista por una consulta de disponibilidad previa
| |
− |
| |
− |
| |
− | Request: AvailabilityQueryRQ
| |
− |
| |
− | Response: AvailabilityQueryRS
| |
− |
| |
− | Ejemplo de uso:
| |
− |
| |
− | *** Solicitud:
| |
− | <code xml>
| |
− | <AvailabilityValidationRQ>
| |
− | <GeneralParameters>
| |
− | <PreferedLanguage LanguageCode="es"/>
| |
− | <PreferedCurrency CurrencyCode="ARS"/>
| |
− | </GeneralParameters>
| |
− | <Products>
| |
− | <Hotels>
| |
− | <Hotel TripProductID="7b776d90-6fb5-42fe-87d0-910100f21d43"/>
| |
− | </Hotels>
| |
− | </Products>
| |
− | </AvailabilityValidationRQ>
| |
− | </code>
| |
− |
| |
− |
| |
− | {| class="wikitable sortable"
| |
− | |-
| |
− | ! Parámetro !! Obligatorio !! Descripción
| |
− | |-
| |
− | | GeneralParameters || Si ||
| |
− | |-
| |
− | | PreferedLanguage || Si || 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 || Si || Establece la moneda requerida para la respuesta.
| |
− |
| |
− | Atributos:
| |
− |
| |
− | CurrencyCode: ''No está habilitado el uso de multimoneda. La moneda utilizada será la configurada en el contrato.'' Código de moneda correspondiente a los códigos de moneda estándar provistos.
| |
− | |-
| |
− | | Hotels || No ||
| |
− | |-
| |
− | | Hotel || Si || Se envía el id del hotel a consultar mediante el atributo TripProductID. '''''IMPORTANTE: por ahora el servicio no soporta varios productos en una misma reserva. Deberá realizar una reserva por cada producto.'''''
| |
− | |}
| |
| | | |
| | | |
− | *** Respuesta:
| + | [[API Reference: Confirmación de Disponibilidad de una Tarifa]] |
| | | |
| + | === Consulta de Gastos de Cancelación para una Tarifa ó Reserva (CancellationFeesQuery) === |
| | | |
| + | Operación exclusiva para Hoteles. Devuelve las condiciones de gastos de cancelación para una Tarifa ó una Reserva. |
| | | |
| + | Request: CancellationFeesQueryRQ ([http://wiki.psurfer.net/resources/PSCEV-doc/pscev_CancellationFeesQueryRQ.html Estructura del Documento]) |
| | | |
− | <code xml>
| + | Response: CancellationFeesQueryRS ([http://wiki.psurfer.net/resources/PSCEV-doc/pscev_CancellationFeesQueryRS.html Estructura del Documento]) |
− | <AvailabilityValidationRS>
| |
− | <Details>
| |
− | <Products>
| |
− | <Hotels>
| |
− | <Rate HotelCode="2392" SupplierId="BOL" TripProductID="7b776d90-6fb5-42fe-87d0-910100f21d43">
| |
− | <Rooms>
| |
− | <Room Type="NMO.HTL.RMT.SGL" Availability="NMO.HTL.AVB.CNF" RoomDescription="INDIVIDUAL STANDARD">
| |
− | <Occupancy>
| |
− | <Guests>
| |
− | <Guest PassengerSequence="1"/>
| |
− | </Guests>
| |
− | </Occupancy>
| |
− | </Room>
| |
− | </Rooms>
| |
− | <Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
| |
− | <RatePrices>
| |
− | <RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">1082.651622002821</RatePrice>
| |
− | <RatePrice Currency="USD" Type="NMO.HTL.RPT.NBC">230.28</RatePrice>
| |
− | <RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">1082.651622002821</RatePrice>
| |
− | </RatePrices>
| |
− | <Passengers>
| |
− | <Passenger AgeType="NMO.GBL.AGT.ADT"/>
| |
− | </Passengers>
| |
− | <Destinations>
| |
− | <Destination DestinationType="NMO.HTL.DST.CTY" DestinationCode="5694">Buenos Aires</Destination>
| |
− | <Destination DestinationType="NMO.HTL.DST.CTR" DestinationCode="202">Argentina</Destination>
| |
− | <Destination DestinationType="NMO.HTL.DST.CNT" DestinationCode="15">América del Sur</Destination>
| |
− | <Destination DestinationType="NMO.HTL.DST.ALL" DestinationCode="1">Planeta Tierra</Destination>
| |
− | </Destinations>
| |
− | <Rating Code="NMO.HTL.RTN.4ST" Type="NMO.HTL.RTT.STR">
| |
− | <Value>4.0</Value>
| |
− | <Description>4 Estrellas</Description>
| |
− | </Rating>
| |
− | <CheckIn>2014-08-18</CheckIn>
| |
− | <CheckOut>2014-08-20</CheckOut>
| |
− | </Rate>
| |
− | </Hotels>
| |
− | </Products>
| |
− | </Details>
| |
− | </AvailabilityValidationRS>
| |
− | </code>
| |
− | | |
− | | |
− | {| class="wikitable sortable"
| |
− | |-
| |
− | ! 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 ||
| |
− | |-
| |
− | | Products || Si ||
| |
− | |-
| |
− | | Hotels || No ||
| |
− | |-
| |
− | | Hotel || Si || Información de un Hotel reportada por el proveedor asociado.
| |
− | | |
− | Atributos:
| |
− | | |
− | TripProductId: identificador del producto.
| |
− | | |
− | Offer: indica si es una oferta.
| |
− | | |
− | Featured: indica si es un producto recomendado.
| |
− | |-
| |
− | | Rooms || No || Información sobre las habitaciones.
| |
− | |-
| |
− | | Room || Si || Identifica una habitación en los parámetros de la búsqueda.
| |
− | | |
− | Atributos:
| |
− | | |
− | Type: tipo de habitación.
| |
− | | |
− | Availability: indica la disponibilidad de la habitación.
| |
− | |-
| |
− | | Occupancy || Si || Se informa la distribución de pasajeros en la habitación.
| |
− | |-
| |
− | | Guests || Si || Lista de huespedes de la habitación con su información.
| |
− | |-
| |
− | | Boards || No ||
| |
− | |-
| |
− | | Board || Si || Regímenes asociados a la habitación.
| |
− | | |
− | Atributos:
| |
− | | |
− | Type: Tipo de régimen correspondiente a los tipos de régimen estándar provistos por Nemo.
| |
− | | |
− | Code: Código del régimen correspondiente a los códigos de régimen estándar provistos.
| |
− | |-
| |
− | | RatePrices || No || Se informan las tarifas de la habitación.
| |
− | |-
| |
− | | Passengers || Si || Pajeros incluidos en la tarifa hotelera.
| |
− | |-
| |
− | | Fares || Si || Datos de tarifas
| |
− | |-
| |
− | | FareType || No || Tipo de tarifas, ej. Tarifa web, precio de agencia
| |
− | |-
| |
− | | Prices || Si || Precios, con valor y moneda
| |
− | |}
| |
− | | |
− | === Consulta de Gastos de Cancelación para una o varias Tarifas ó Reservas (CancellationFeesQuery) ===
| |
− | | |
− | Consulta de condiciones de gastos de cancelación sobre una o más tarifas o reservas reportadas.
| |
− | | |
− | Request: CancellationFeesQueryRQ
| |
− | | |
− | Response: CancellationFeesQueryRS
| |
| | | |
| '''Se pueden consultar de dos formas:''' | | '''Se pueden consultar de dos formas:''' |
| | | |
− | * con el tripProductId de una búsqueda | + | * [[API Reference: Consulta de Gastos de Cancelación de un Producto - Hotel|Con el TripProductId de una búsqueda]] |
− | * con el bookingReference de una reserva | + | * [[API Reference: Consulta de Gastos de Cancelación de una Reserva - Hotel|Con el BookingReference de una reserva]] |
| | | |
| + | === Reserva de Tarifa (BookingProducts) === |
| | | |
− | == Ejemplo de solicitud con el tripProductId de una búsqueda ==
| + | Solicitud de reserva para una tarifa. |
| | | |
− | <code xml>
| + | Request: BookingProductsRQ ([http://wiki.psurfer.net/resources/PSCEV-doc/pscev_BookingProductsRQ.html Estructura del Documento]) |
− | <?xml version="1.0" encoding="UTF-8"?>
| |
− | <CancellationFeesQueryRQ>
| |
− | <GeneralParameters>
| |
− | <PreferedLanguage LanguageCode="es"/>
| |
− | <PreferedCurrency CurrencyCode="ARS"/>
| |
− | </GeneralParameters>
| |
− | <Products>
| |
− | <Hotels ItemsCount="1">
| |
− | <Hotel Sequence="1" TripProductID="13870f13-0505-4106-aca7-2514cb07eb9d"/>
| |
− | </Hotels>
| |
− | </Products>
| |
− | </CancellationFeesQueryRQ>
| |
− | </code>
| |
| | | |
| + | Response: BookingProductsRS ([http://wiki.psurfer.net/resources/PSCEV-doc/pscev_BookingProductsRS.html Estructura del Documento]) |
| | | |
| + | Detalles y ejemplos: |
| + | [[API Reference: Reserva de una Tarifa - Hoteles|Reserva de una Tarifa - Hoteles]] |
| | | |
− | {| class="wikitable sortable"
| + | === Cancelación de Reserva (BookingCancellation) === |
− | |-
| |
− | ! Parámetro !! Obligatorio !! Descripción
| |
− | |-
| |
− | | GeneralParameters || Si ||
| |
− | |-
| |
− | | PreferedLanguage || Si || Establece el lenguaje requerido para la respuesta.
| |
| | | |
− | Atributos:
| + | Solicitud de cancelación de una reserva confirmada. |
| | | |
− | LanguageCode: Código de lenguaje correspondiente a los códigos de lenguaje estándar provistos por Nemo.
| |
− | |-
| |
− | | PreferedCurrency || Si || Establece la moneda requerida para la respuesta.
| |
| | | |
− | Atributos:
| + | Request: BookingCancellationRQ ([http://wiki.psurfer.net/resources/PSCEV-doc/pscev_BookingCancellationRQ.html Estructura del Documento]) |
| | | |
− | - CurrencyCode: Código de moneda correspondiente a los códigos de moneda estándar provistos.
| + | Response: BookingCancellationRS ([http://wiki.psurfer.net/resources/PSCEV-doc/pscev_BookingCancellationRS.html Estructura del Documento]) |
− | |-
| |
− | | Products || Si ||
| |
− | |-
| |
− | | Hotels || Si ||
| |
− | |-
| |
− | | Hotel || Si || Atributos:
| |
| | | |
− | - TripProductId: Identificador del producto
| + | Detalles y ejemplos: |
− | |} | + | [[API Reference: Cancelación de una Reserva - Hoteles|Cancelación de una Reserva - Hoteles]] |
| | | |
− | == Ejemplo de solicitud con el bookingReference de una reserva == | + | === Consulta de Reserva (BookingQuery) === |
| | | |
− | <code xml>
| + | Consulta de información y detalles sobre una reserva. |
− | <CancellationFeesQueryRQ>
| |
− | <GeneralParameters>
| |
− | <PreferedLanguage LanguageCode="es"/>
| |
− | <PreferedCurrency CurrencyCode="USD"/>
| |
− | </GeneralParameters>
| |
− | <Bookings>
| |
− | <Booking>
| |
− | <BookingReference>XX_007GP-1</BookingReference>
| |
− | </Booking>
| |
− | </Bookings>
| |
− | </CancellationFeesQueryRQ>
| |
− | </code>
| |
| | | |
| + | Request: BookingQueryRQ ([http://wiki.psurfer.net/resources/PSCEV-doc/pscev_BookingQueryRQ.html Estructura del Documento]) |
| | | |
− | {| class="wikitable sortable"
| + | Response: BookingQueryRS ([http://wiki.psurfer.net/resources/PSCEV-doc/pscev_BookingQueryRS.html Estructura del Documento]) |
− | |-
| |
− | ! Parámetro !! Obligatorio !! Descripción
| |
− | |-
| |
− | | GeneralParameters || Si ||
| |
− | |-
| |
− | | PreferedLanguage || Si || Establece el lenguaje requerido para la respuesta.
| |
| | | |
− | Atributos:
| + | Detalles y ejemplos: |
| + | [[API Reference: Consulta de una Reserva - Hoteles|Consulta de una Reserva - Hoteles]] |
| | | |
− | LanguageCode: Código de lenguaje correspondiente a los códigos de lenguaje estándar provistos por Nemo.
| + | == Lenguaje de Descripción de la Aplicación Web (WADL) == |
− | |-
| |
− | | PreferedCurrency || Si || Establece la moneda requerida para la respuesta.
| |
| | | |
− | Atributos:
| + | Utilizando la especificación provista por Price Surfer los Clientes podrán acceder al catálogo de los servicios y recursos provistos en la API. |
| | | |
− | - CurrencyCode: Código de moneda correspondiente a los códigos de moneda estándar provistos. | + | En Produccion -> https://service.psurfer.net/pricesurfer/application.wadl |
− | |-
| |
− | | Bookings || Si ||
| |
− | |-
| |
− | | Booking || Si ||
| |
− | |-
| |
− | | BookingReference || Si || Referencia de la reserva.
| |
− | |}
| |
| | | |
| + | En Staging -> http://service-cert.psurfer.net/pricesurfer/application.wadl |
| | | |
− | *** Respuesta:
| + | = Especificaciones y recomendaciones = |
− | <code xml>
| |
− | <CancellationFeesQueryRS>
| |
− | <Details>
| |
− | <Bookings>
| |
− | <Booking>
| |
− | <Products>
| |
− | <Hotels>
| |
− | <Hotel HotelCode="2392" SupplierID="BOL">
| |
− | <BookingReferences>
| |
− | <BookingReference ReferenceType="NMO.HTL.RPT.MPH">QN_007GP-1</BookingReference>
| |
− | <BookingReference ReferenceType="NMO.HTL.RPT.PRS.PS1">249</BookingReference>
| |
− | <BookingReference ReferenceType="NMO.HTL.RPT.PRS.PS2">278094</BookingReference>
| |
− | </BookingReferences>
| |
− | <BookingStatusList>
| |
− | <BookingStatus>
| |
− | <BookingStatusDescription BookingStatusCode="NMO.HTL.BST.CNF">Confirmado</BookingStatusDescription>
| |
− | <BookingStatusActor BookingStatusActorType="HAR.DCO.DE1"></BookingStatusActor>
| |
− | <RulesInfo>
| |
− | <RuleInfo Permit="true" RuleType="NMO.GBL.RBS.DET"/>
| |
− | <RuleInfo Permit="true" RuleType="NMO.GBL.RBS.VOU"/>
| |
− | <RuleInfo Permit="true" RuleType="NMO.GBL.RBS.CAN"/>
| |
− | <RuleInfo Permit="true" RuleType="NMO.GBL.RBS.PAY"/>
| |
− | </RulesInfo>
| |
− | </BookingStatus>
| |
− | </BookingStatusList>
| |
− | <Hotel SupplierID="BOL" HotelCode="2392">
| |
− | <HotelName>Americas Towers</HotelName>
| |
− | <HotelDescriptions>
| |
− | <HotelDescription HotelDescriptionType="General">El hotel cuenta con 100 habitaciones espaciosas y lujosas, de las cuales 10 son suites; vestíbulo con recepción 24 horas, caja fuerte, bar, restaurante, conexión a Internet, sala de conferencias moderna y decorada con paneles de madera y telas; servicio de habitaciones 24 horas, servicio de despertador y servicio de limpieza.</HotelDescription>
| |
− | <HotelDescription HotelDescriptionType="General">La piscina del hotel permanece abierta de octubre a marzo.</HotelDescription>
| |
− | </HotelDescriptions>
| |
− | <LocationDetails ItemsCount="1">
| |
− | <Location Sequence="1" LocationCode="G9">Cerca del centro</Location>
| |
− | </LocationDetails>
| |
− | <Amenities ItemsCount="50">
| |
− | <Amenity Fee="No" Sequence="1">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.LOC">Ubicación</AmenityGroup>
| |
− | <Description AmenityCode="1">En la carretera principal</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="2">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.LOC">Ubicación</AmenityGroup>
| |
− | <Description AmenityCode="4">Edificio anexo</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="3">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.LOC">Ubicación</AmenityGroup>
| |
− | <Description AmenityCode="7">Número total de habitaciones</Description>
| |
− | <Value>100</Value>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="4">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.LOC">Ubicación</AmenityGroup>
| |
− | <Description AmenityCode="11">Suites</Description>
| |
− | <Value>10</Value>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="5">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTT">Tipo de Hotel</AmenityGroup>
| |
− | <Description AmenityCode="1">Hotel de ciudad</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="6">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="1">Baño</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="7">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="2">Ducha</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="8">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="3">Bañera</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="9">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="4">Secador</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="10">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="5">Teléfono de línea directa</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="11">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="6">TV</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="12">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="7">TV vía satélite / TV por cable</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="13">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="9">Estéreo</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="14">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="10">Acceso a internet</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="15">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="13">Minibar</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="16">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="18">Cafetera / Tetera</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="17">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="25">Aire acondicionado individual</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Aire acondicionado individual</ImageDescription>
| |
− | <ImageURL>ic_aireac.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="18">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="27">Calefacción individual</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="19">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="28">Caja de seguridad</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="20">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="32">Accesible silla de ruedas</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Accesible silla de ruedas</ImageDescription>
| |
− | <ImageURL>ic_discapacitado.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="21">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="33">Baño minusválidos</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="22">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="2">Hall Recepción</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="23">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="4">Servicio de recepción 24 horas</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="24">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="5">Caja de seguridad</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="25">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="9">Cafetería</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="26">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="12">Tienda-s</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="27">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="14">Bar-es</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Bar-es</ImageDescription>
| |
− | <ImageURL>ic_bar.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="28">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="18">Sala de conferencias</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="29">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="22">Sala para desayunos</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="30">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="24">Restaurante -s</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="31">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="25">Aire Acondicionado en Restaurante</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="32">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="30">Acceso a internet</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Acceso a internet</ImageDescription>
| |
− | <ImageURL>ic_internet.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="33">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="32">Servicio de habitaciones</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="34">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="36">Accesible en silla de ruedas</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Accesible en silla de ruedas</ImageDescription>
| |
− | <ImageURL>ic_discapacitado.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="35">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="45">Piscina al aire libre</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Piscina al aire libre</ImageDescription>
| |
− | <ImageURL>ic_piscina.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="36">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="46">Piscina de agua dulce</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Piscina de agua dulce</ImageDescription>
| |
− | <ImageURL>ic_piscina.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="37">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="51">Tumbonas</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="38">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="52">Sombrillas</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="Yes" Sequence="39">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="58">Masaje</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="40">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="60">Gimnasio</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Gimnasio</ImageDescription>
| |
− | <ImageURL>ic_gimnasio.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="41">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="66">Desayuno</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="42">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="68">Almuerzo de menú a la carta</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="43">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="71">Cena de menú a la carta</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="44">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.DST">Distancia (en metros)</AmenityGroup>
| |
− | <Description AmenityCode="1">Centro población</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="45">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.DST">Distancia (en metros)</AmenityGroup>
| |
− | <Description AmenityCode="2">Gran Ciudad más próxima</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="46">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.DST">Distancia (en metros)</AmenityGroup>
| |
− | <Description AmenityCode="4">Playa</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="47">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.DST">Distancia (en metros)</AmenityGroup>
| |
− | <Description AmenityCode="14">Campo de golf</Description>
| |
− | <TransferDurationList ItemsCount="1">
| |
− | <TransferDuration>
| |
− | <TransportationMeans TransportationMeansType="NMO.GBL.TMN.WLK">Caminando</TransportationMeans>
| |
− | <TransferTime>
| |
− | <TransferTimeValue>20</TransferTimeValue>
| |
− | <UnitOfTime UnitOfTimeCode="NMO.GBL.UOT.MIN">Minutos</UnitOfTime>
| |
− | </TransferTime>
| |
− | </TransferDuration>
| |
− | </TransferDurationList>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="48">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.DST">Distancia (en metros)</AmenityGroup>
| |
− | <Description AmenityCode="16">Estación de Metro</Description>
| |
− | <TransferDurationList ItemsCount="1">
| |
− | <TransferDuration>
| |
− | <TransportationMeans TransportationMeansType="NMO.GBL.TMN.WLK">Caminando</TransportationMeans>
| |
− | <TransferTime>
| |
− | <TransferTimeValue>5</TransferTimeValue>
| |
− | <UnitOfTime UnitOfTimeCode="NMO.GBL.UOT.MIN">Minutos</UnitOfTime>
| |
− | </TransferTime>
| |
− | </TransferDuration>
| |
− | </TransferDurationList>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="49">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.DST">Distancia (en metros)</AmenityGroup>
| |
− | <Description AmenityCode="17">Estación de autobuses</Description>
| |
− | <TransferDurationList ItemsCount="1">
| |
− | <TransferDuration>
| |
− | <TransportationMeans TransportationMeansType="NMO.GBL.TMN.WLK">Caminando</TransportationMeans>
| |
− | <TransferTime>
| |
− | <TransferTimeValue>15</TransferTimeValue>
| |
− | <UnitOfTime UnitOfTimeCode="NMO.GBL.UOT.MIN">Minutos</UnitOfTime>
| |
− | </TransferTime>
| |
− | </TransferDuration>
| |
− | </TransferDurationList>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="50">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.DST">Distancia (en metros)</AmenityGroup>
| |
− | <Description AmenityCode="18">Estación de Trenes</Description>
| |
− | <TransferDurationList ItemsCount="1">
| |
− | <TransferDuration>
| |
− | <TransportationMeans TransportationMeansType="NMO.GBL.TMN.WLK">Caminando</TransportationMeans>
| |
− | <TransferTime>
| |
− | <TransferTimeValue>15</TransferTimeValue>
| |
− | <UnitOfTime UnitOfTimeCode="NMO.GBL.UOT.MIN">Minutos</UnitOfTime>
| |
− | </TransferTime>
| |
− | </TransferDuration>
| |
− | </TransferDurationList>
| |
− | </Amenity>
| |
− | </Amenities>
| |
− | <Addresses>
| |
− | <Address>
| |
− | <AddressLines>
| |
− | <AddressLine>Libertad 1070</AddressLine>
| |
− | <AddressLine>1012 - BUENOS AIRES</AddressLine>
| |
− | <AddressLine>Buenos Aires</AddressLine>
| |
− | </AddressLines>
| |
− | <TelephoneNumbers>
| |
− | <TelephoneNumber>
| |
− | <TelephoneNumberType TelephoneNumberType="NMO.GBL.TLT.TE1">phoneHotel</TelephoneNumberType>
| |
− | <TelephoneNumberValue>5411 4129 0700</TelephoneNumberValue>
| |
− | </TelephoneNumber>
| |
− | <TelephoneNumber>
| |
− | <TelephoneNumberType TelephoneNumberType="NMO.GBL.TLT.OFF">phoneBooking</TelephoneNumberType>
| |
− | <TelephoneNumberValue>5411 4129 0700</TelephoneNumberValue>
| |
− | </TelephoneNumber>
| |
− | </TelephoneNumbers>
| |
− | <PostalCode CountryCode="AR">1012</PostalCode>
| |
− | <Destinations>
| |
− | <Destination DestinationType="NMO.HTL.DST.CTY" DestinationCode="5694">Buenos Aires</Destination>
| |
− | <Destination DestinationType="NMO.HTL.DST.CTR" DestinationCode="202">Argentina</Destination>
| |
− | <Destination DestinationType="NMO.HTL.DST.CNT" DestinationCode="15">América del Sur</Destination>
| |
− | <Destination DestinationType="NMO.HTL.DST.ALL" DestinationCode="1">Planeta Tierra</Destination>
| |
− | </Destinations>
| |
− | </Address>
| |
− | </Addresses>
| |
− | <Position>
| |
− | <Latitude>-34.595992</Latitude>
| |
− | <Longitude>-58.384257</Longitude>
| |
− | </Position>
| |
− | <HotelRating HotelRatingCode="NMO.HTL.RTN.4ST" HotelRatingType="NMO.HTL.RTT.STR">
| |
− | <RatingDescription>4 Estrellas</RatingDescription>
| |
− | <RatingValue>4.0</RatingValue>
| |
− | </HotelRating>
| |
− | <ImageLinks ItemsCount="4">
| |
− | <ImageLink Sequence="1">
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">General</ImageDescription>
| |
− | <DisplayOrder>1</DisplayOrder>
| |
− | <ImageHeight UnitOfMeasureCode="9">52</ImageHeight>
| |
− | <ImageWidth UnitOfMeasureCode="9">70</ImageWidth>
| |
− | <ImageURL>1/6/169FECAA517308C6D670861605F22743.jpg</ImageURL>
| |
− | <ThumbnailURL>9/8/98AE7381AF851A3631486502673653F2.jpg</ThumbnailURL>
| |
− | </ImageLink>
| |
− | <ImageLink Sequence="2">
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Habitación</ImageDescription>
| |
− | <DisplayOrder>2</DisplayOrder>
| |
− | <ImageHeight UnitOfMeasureCode="9">51</ImageHeight>
| |
− | <ImageWidth UnitOfMeasureCode="9">70</ImageWidth>
| |
− | <ImageURL>6/0/60E1951BFA1D41836BCF1E8187675214.jpg</ImageURL>
| |
− | <ThumbnailURL>5/0/5054FD9BAA428B52E49AD64DA800F23B.jpg</ThumbnailURL>
| |
− | </ImageLink>
| |
− | <ImageLink Sequence="3">
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Piscina</ImageDescription>
| |
− | <DisplayOrder>3</DisplayOrder>
| |
− | <ImageHeight UnitOfMeasureCode="9">50</ImageHeight>
| |
− | <ImageWidth UnitOfMeasureCode="9">70</ImageWidth>
| |
− | <ImageURL>6/D/6DE26A3917736F13E0FD5E78DD5C9723.jpg</ImageURL>
| |
− | <ThumbnailURL>C/A/CACCD17D7DC58DAB61148E5BD9451D99.jpg</ThumbnailURL>
| |
− | </ImageLink>
| |
− | <ImageLink Sequence="4">
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Vestíbulo</ImageDescription>
| |
− | <DisplayOrder>4</DisplayOrder>
| |
− | <ImageHeight UnitOfMeasureCode="9">46</ImageHeight>
| |
− | <ImageWidth UnitOfMeasureCode="9">70</ImageWidth>
| |
− | <ImageURL>1/3/136806D8E0E937AB37CF6644424DA587.jpg</ImageURL>
| |
− | <ThumbnailURL>5/1/51927647FC24A445C17A1B5CF47EF5BC.jpg</ThumbnailURL>
| |
− | </ImageLink>
| |
− | </ImageLinks>
| |
− | <HotelChain>GRUPO AMERICAS</HotelChain>
| |
− | <Emails ItemsCount="1">
| |
− | <Email Sequence="1">
| |
− | <EmailType EmailType="NMO.GBL.EMT.OFC"/>
| |
− | <EmailValue>TOWERS@AMERICAS-BUE.COM.AR</EmailValue>
| |
− | </Email>
| |
− | </Emails>
| |
− | <URLs ItemsCount="1">
| |
− | <URL Sequence="1" URLType="web">www.grupoamericas.com.ar</URL>
| |
− | </URLs>
| |
− | </Hotel>
| |
− | <DestinationDetails>
| |
− | <Destination DestinationType="NMO.HTL.DST.CTY" DestinationCode="5694">Buenos Aires</Destination>
| |
− | <Destination DestinationType="NMO.HTL.DST.CTR" DestinationCode="202">Argentina</Destination>
| |
− | <Destination DestinationType="NMO.HTL.DST.CNT" DestinationCode="15">América del Sur</Destination>
| |
− | <Destination DestinationType="NMO.HTL.DST.ALL" DestinationCode="1">Planeta Tierra</Destination>
| |
− | </DestinationDetails>
| |
− | <CheckIn>2014-08-18Z</CheckIn>
| |
− | <CheckOut>2014-08-20Z</CheckOut>
| |
− | <Rate>
| |
− | <Rooms>
| |
− | <Room>
| |
− | <RoomDescription RoomType="NMO.HTL.RMT.SGL">INDIVIDUAL STANDARD</RoomDescription>
| |
− | <Occupancy>
| |
− | <AdultsCount>1</AdultsCount>
| |
− | <ChildrenCount>0</ChildrenCount>
| |
− | <InfantCount>0</InfantCount>
| |
− | <RoomsCount>1</RoomsCount>
| |
− | <Passengers>
| |
− | <Passenger AgeType="NMO.GBL.AGT.ADT">
| |
− | <PersonNames>
| |
− | <PersonName NameType="NMO.GBL.PNT.FIR">NOMBRE</PersonName>
| |
− | <PersonName NameType="NMO.GBL.PNT.LAS">APELLIDO</PersonName>
| |
− | </PersonNames>
| |
− | <Age>30</Age>
| |
− | <Identifiers>
| |
− | <Identifier Type="NMO.HTL.RPT.DNI" xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
| |
− | </Identifiers>
| |
− | </Passenger>
| |
− | </Passengers>
| |
− | </Occupancy>
| |
− | <Availability AvailabilityCode="NMO.HTL.AVB.CNF">Inmediate Confirmation</Availability>
| |
− | </Room>
| |
− | </Rooms>
| |
− | <Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
| |
− | <RatePrices>
| |
− | <RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">1082.65162200282</RatePrice>
| |
− | <RatePrice Currency="USD" Type="NMO.HTL.RPT.NBC">230.28</RatePrice>
| |
− | <RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">1082.65162200282</RatePrice>
| |
− | </RatePrices>
| |
− | <ChargeConditions>
| |
− | <ChargeCondition Sequence="1">
| |
− | <ChargeDescription ChargeType="NMO.HTL.CHT.CAN">Cancellation</ChargeDescription>
| |
− | <DateRangeWithDateType>
| |
− | <DateFrom>2014-08-15T00:00:00.000Z</DateFrom>
| |
− | <DateTo>2014-08-18T00:00:00.000Z</DateTo>
| |
− | </DateRangeWithDateType>
| |
− | <RatePrices>
| |
− | <RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">541.3258110014104</RatePrice>
| |
− | <RatePrice Currency="USD" Type="NMO.HTL.RPT.NBC">115.14</RatePrice>
| |
− | <RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">541.3258110014104</RatePrice>
| |
− | </RatePrices>
| |
− | </ChargeCondition>
| |
− | </ChargeConditions>
| |
− | <Deadline>
| |
− | <Date>2014-08-12T00:00:00.000Z</Date>
| |
− | </Deadline>
| |
− | </Rate>
| |
− | </Hotel>
| |
− | </Hotels>
| |
− | </Products>
| |
− | </Booking>
| |
− | </Bookings>
| |
− | </Details>
| |
− | </CancellationFeesQueryRS>
| |
− | </code>
| |
| | | |
| + | == Administracion de los TripProductIDs == |
| | | |
| + | Para evitar inconvenientes respecto de expiración de tarifas cuando el tiempo del flujo de reserva es elevado, recomendamos utilizar siempre el TripProductID obtenido en cada mensaje previo del flujo de reserva y que no siempre es el mismo que se obtuvo en la búsqueda original: |
| | | |
− | {| class="wikitable sortable"
| + | 1- En el mensaje AvailabilityValidationRQ (Validación de Tarifa) utilizar el TripProductID que se responde en el AvailabilityQueryRS (respuesta de la Búsqueda) |
− | |-
| |
− | ! 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.
| |
− | |-
| |
− | | Details || Si ||
| |
− | |-
| |
− | | Hotel || No || Contiene toda la información del hotel.
| |
− | |-
| |
− | | HotelName || Si || Nombre del hotel.
| |
− | |-
| |
− | | AccomodationType || No || Indica si es hotel, hostel, camping, etc, los tipos serán provistos por Nemo.
| |
− | |-
| |
− | | HotelDescriptions || No ||
| |
− | |-
| |
− | | HotelDescription || Si || Descripción del hotel.
| |
| | | |
− | Atributos:
| + | 2- En el mensaje CancellationFeesQueryRQ (Politica de Gastos) utilizar el TripProductID que se responde en el AvailabilityValidationRS (respuesta de Validación de Tarifas) |
| | | |
− | HotelDescriptionType: Tipo de descripción correspondiente a los tipos de descripción estándar provistos por Nemo.
| + | 3- En el mensaje BookingProductsRQ (Reserva) utiliza el TripProductID que se responde en el CancellationFeesQueryRS (respuesta de Política de Cancelación) |
− | |-
| |
− | | LocationDetails || No ||
| |
− | |-
| |
− | | Location || No || Descripción del área en la que se localiza el hotel.
| |
| | | |
− | Atributos:
| + | == Autorización y otras cabeceras necesarias == |
| | | |
− | LocationCode: Código de área provisto por el proveedor.
| + | Para acceder a las operaciones propias del servicio web será necesario el uso de credenciales por medio de un hash que actúa como Token de Autorización. El servicio utilizará para esto una cabecera especial denominada "'''X-PS-AUTHTOKEN'''" la cuál actuará como clave de seguridad interna para establecer la comunicación entre el sistema y el usuario. |
− | |-
| |
− | | Amenities || No ||
| |
− | |-
| |
− | | Amenity || No || Código de amenidad admitido.
| |
| | | |
− | Atributos:
| + | Además de la cabecera para la autorización deben enviarse las cabeceras estandars |
| + | * '''Accept''' con valor '''''application/xml''''' |
| + | * '''Accept-Encoding''' con valor '''''gzip,deflate''''' (solicitar la compresión de la respuesta para acelerar el tiempo de llegada de la misma) |
| | | |
− | AmenityGroupCode: Tipo de amenidad. Los tipos de amenidad admitidos corresponden a los provistos por Nemo.
| + | == Ejemplo de cabecera == |
| | | |
− | AmenityCode: Código de amenidad. Los códigos de amenidad admitidos corresponden a los provistos.
| + | * Solicitud (entorno de Cert) |
− | |-
| |
− | | Address || Si || Dirección del hotel
| |
− | |-
| |
− | | AddressLines || Si || Líneas que componen la dirección del hotel.
| |
− | |-
| |
− | | AddressLine || Si || Indica la dirección del hotel.
| |
− | |-
| |
− | | Position || No || Coordenadas del hotel: Latitud y Longitud.
| |
− | |-
| |
− | | HotelRating || Si || Categoría del hotel.
| |
| | | |
− | Atributos:
| + | POST http://service-cert.psurfer.net/pricesurfer/catalog/products/search HTTP/1.1 |
| | | |
− | HotelRatingCode: código de la categoría correspondiente a los códigos de categoría estándar provistos por Nemo.
| + | Accept-Encoding: gzip,deflate |
| | | |
− | HotelRatingType: Tipo de la categoría correspondiente a los tipos de categoría estándar provistos por Nemo.
| + | Accept: application/xml |
− | |-
| |
− | | RatingValue || Si || Valoración de la categoría del hotel expresada en el tipo de categoría indicado en el nodo padre.
| |
− | |-
| |
− | | ImageLinks || Si || Conjunto de imágenes del hotel
| |
− | |-
| |
− | | ImageLink || No ||
| |
− | |-
| |
− | | ImageDescription || Si || Descripción de la imagen
| |
| | | |
− | ImageDisplayType: Tipo de imagen correspondiente a los tipos de imágenes estándar provistos por Nemo.
| + | Content-Type: application/xml |
− | |-
| |
− | | DisplayOrder || No || Orden del la imagen.
| |
− | |-
| |
− | | ImageURL || Si || URL de la imagen
| |
− | |-
| |
− | | DestinationDetails || Si || Atributos:
| |
| | | |
− | DestinationType: tipo de destino de los provistos por Nemo.
| + | X-PS-AUTHTOKEN: 981d284d_bc57_c429_91b9_178fg07f78f0 |
| | | |
− | Destination Code: código del destino a buscar, de los provistos por Nemo.
| + | Content-Length: 770 |
− | |-
| |
− | | CheckIn || No || Fecha de entrada de la estadía.
| |
− | |-
| |
− | | CheckOut || No || Fecha de salida de la estadía
| |
− | |-
| |
− | | Rate || Si || Tarifa a reservar, indicando con el atributo TripProductId el id del hotel a reservar.
| |
− | |-
| |
− | | Rooms || No ||
| |
− | |-
| |
− | | Room || Si ||
| |
− | |-
| |
− | | Occupancy || Si || Indica la cantidad de adultos, niños e infantes por cada habitación.
| |
− | En el nodo Guest se encuentra el identificador del pasajero, atributo PassengerSequence. Este dato se obtiene del Sequence del nodo Passenger.
| |
− | |-
| |
− | | Passenger || No || Datos de los pasajeros.
| |
| | | |
− | Atributos:
| + | Host: http://service-cert.psurfer.net |
| | | |
− | AgeType: tipo de pasajero (chl, inf, adt).
| + | Connection: Keep-Alive |
| | | |
− | Sequence: Este dato será asociado al PassengerSequence del nodo Guest en hoteles.
| + | User-Agent: Apache-HttpClient/4.1.1 (java 1.5) |
− | |-
| |
− | | Exceptions || Si || Si no se puede armar el nodo Details se arma un nodo Exceptions con las notificaciones correspondientes.
| |
− | |-
| |
− | | ChargeConditions || Si || Nodo de gastos de cancelación
| |
− | |-
| |
− | | ChargeCondition || Si || Gasto de Cancelación
| |
| | | |
− | Atributo:
| |
| | | |
− | - ChargeType, tipo de cargo (Ej. NMO.HTL.CHT.CAN cancelación, NMO.HTL.CHT.AMD Modificación)
| + | * Respuesta |
− | |-
| |
− | | ChargeDescription || Si || Descripción del gastos de cancelación
| |
− | |-
| |
− | | DateRangeWithDays || No || Indica que el gasto de cancelación tiene un rango en base a días.
| |
− | |-
| |
− | | DateFrom || Si || Fecha desde
| |
− | |-
| |
− | | DateTo || Si || Fecha hasta
| |
− | |-
| |
− | | DateRangeWithDateType || No || Indica que el gasto de cancelación tiene un rango en base a fechas.
| |
− | |-
| |
− | | DateFrom || Si || Fecha desde
| |
− | |-
| |
− | | DateTo || Si || Fecha hasta
| |
− | |-
| |
− | | RatePrices || Si ||
| |
− | |-
| |
− | | RatePrice || Si || Indica el importe del concepto de cancelación
| |
| | | |
− | Atributos:
| + | HTTP/1.1 200 OK |
| | | |
− | - RatePriceType, tipo de precio | + | X-Powered-By: Servlet/3.0 |
− | |}
| |
| | | |
− | === Reserva de Tarifa (BookingProducts) ===
| + | Server: GlassFish Server Open Source Edition 3.0.1 |
| | | |
− | Solicitud de reserva para una o varias tarifas de hoteles.
| + | Content-Type: application/xml |
| | | |
| + | Transfer-Encoding: chunked |
| | | |
− | Request: BookingProductsRQ
| + | Content-Encoding: gzip |
| | | |
− | Response: BookingProductsRS
| + | Vary: Accept-Encoding |
| | | |
− | Ejemplo de uso:
| + | Date: Wed, 31 Jul 2013 10:39:32 GMT |
| | | |
− | *** Solicitud:
| + | == TransactionMode == |
| | | |
− | <code xml>
| + | Solo es posible usar el modo Sincrónico: |
− | <BookingProductsRQ>
| |
− | <GeneralParameters>
| |
− | <PreferedLanguage LanguageCode="es"/>
| |
− | <PreferedCurrency CurrencyCode="ARS"/>
| |
− | </GeneralParameters>
| |
− | <Products>
| |
− | <Hotels>
| |
− | <Hotel TripProductID="4a862d90-6fb5-42fe-87d0-910100f21d43">
| |
− | <Rooms>
| |
− | <Room RoomType="NMO.HTL.RMT.TPL">
| |
− | <Guests>
| |
− | <Guest PassengerSequence="1"/>
| |
− | <Guest PassengerSequence="3"/>
| |
− | <Guest PassengerSequence="4"/>
| |
− | </Guests>
| |
− | </Room>
| |
− | <Room RoomType="NMO.HTL.RMT.2ST">
| |
− | <Guests>
| |
− | <Guest PassengerSequence="2"/>
| |
− | <Guest PassengerSequence="5"/>
| |
− | </Guests>
| |
− | </Room>
| |
− | </Rooms>
| |
− | </Hotel>
| |
− | </Hotels>
| |
− | <Passengers>
| |
− | <Passenger AgeType="NMO.GBL.AGT.ADT" Sequence="1">
| |
− | <PersonNames>
| |
− | <PersonName NameType="NMO.GBL.PNT.FIR">NombreA</PersonName>
| |
− | <PersonName NameType="NMO.GBL.PNT.LAS">apellido</PersonName>
| |
− | </PersonNames>
| |
− | </Passenger>
| |
− | <Passenger AgeType="NMO.GBL.AGT.ADT" Sequence="2">
| |
− | <PersonNames>
| |
− | <PersonName NameType="NMO.GBL.PNT.FIR">NombreB</PersonName>
| |
− | <PersonName NameType="NMO.GBL.PNT.LAS">apellido</PersonName>
| |
− | </PersonNames>
| |
− | </Passenger>
| |
− | <Passenger AgeType="NMO.GBL.AGT.ADT" Sequence="3">
| |
− | <PersonNames>
| |
− | <PersonName NameType="NMO.GBL.PNT.FIR">NombreC</PersonName>
| |
− | <PersonName NameType="NMO.GBL.PNT.LAS">apellido</PersonName>
| |
− | </PersonNames>
| |
− | </Passenger>
| |
− | <Passenger AgeType="NMO.GBL.AGT.CHD" Sequence="4">
| |
− | <PersonNames>
| |
− | <PersonName NameType="NMO.GBL.PNT.FIR">Ninio</PersonName>
| |
− | <PersonName NameType="NMO.GBL.PNT.LAS">apellido</PersonName>
| |
− | </PersonNames>
| |
− | <BirthDate>2010-05-05</BirthDate>
| |
− | </Passenger>
| |
− | <Passenger AgeType="NMO.GBL.AGT.CHD" Sequence="5">
| |
− | <PersonNames>
| |
− | <PersonName NameType="NMO.GBL.PNT.FIR">NinioB</PersonName>
| |
− | <PersonName NameType="NMO.GBL.PNT.LAS">apellido</PersonName>
| |
− | </PersonNames>
| |
− | <BirthDate>2008-08-03</BirthDate>
| |
− | </Passenger>
| |
− | </Passengers>
| |
− | </Products>
| |
− | </BookingProductsRQ>
| |
− | </code>
| |
| | | |
− | {| class="wikitable sortable"
| + | TransactionMode="Synchronous" |
− | |-
| |
− | ! Parámetro !! Obligatorio !! Descripción
| |
− | |-
| |
− | | GeneralParameters || Si ||
| |
− | |-
| |
− | | PreferedLanguage || Si || Establece el lenguaje requerido para la respuesta.
| |
| | | |
− | Atributos:
| + | Las búsquedas en este modo esperarán que termine hasta el último proveedor en responder. Luego se ordenarán por precio y se retornarán. |
− | | |
− | LanguageCode: Código de lenguaje correspondiente a los códigos de lenguaje estándar provistos por Nemo.
| |
− | |-
| |
− | | PreferedCurrency || Si || Establece la moneda requerida para la respuesta.
| |
− | | |
− | Atributos:
| |
− | | |
− | CurrencyCode: Código de moneda correspondiente a los códigos de moneda estándar provistos.
| |
− | |-
| |
− | | Hoteles || No ||
| |
− | |-
| |
− | | Hotel || Si ||
| |
− | |-
| |
− | | Rate || Si || Tarifa a reservar, indicando con el atributo TripProductId el id del hotel a reservar.
| |
− | |-
| |
− | | Rooms || No ||
| |
− | |-
| |
− | | Room || Si ||
| |
− | |-
| |
− | | Occupancy || Si || Indica la cantidad de adultos, niños e infantes por cada habitación.
| |
− | En el nodo Guest se encuentra el identificador del pasajero, atributo PassengerSequence. Este dato se obtiene del Sequence del nodo Passenger.
| |
− | |-
| |
− | | Passenger || No || Datos de los pasajeros.
| |
− | | |
− | Atributos:
| |
− | | |
− | AgeType: tipo de pasajero (chl, inf, adt).
| |
− | | |
− | Sequence: Este dato será asociado al PassengerSequence del nodo Guest en hoteles.
| |
− | |}
| |
− | | |
− | *** Respuesta:
| |
− | <code xml>
| |
− | <BookingProductsRS>
| |
− | <Details>
| |
− | <BookingReference>QN_007GP</BookingReference>
| |
− | <BookingState>NMO.GBL.BST.CNF</BookingState>
| |
− | <Products>
| |
− | <Hotels>
| |
− | <Hotel HotelCode="2392" SupplierID="BOL" LogID="1">
| |
− | <BookingReferences>
| |
− | <BookingReference ReferenceType="NMO.HTL.RPT.MPH">QN_007GP-1</BookingReference>
| |
− | <BookingReference ReferenceType="NMO.HTL.RPT.PRS.PS1">249</BookingReference>
| |
− | <BookingReference ReferenceType="NMO.HTL.RPT.PRS.PS2">278094</BookingReference>
| |
− | </BookingReferences>
| |
− | <BookingStatusList>
| |
− | <BookingStatus>
| |
− | <BookingStatusDescription BookingStatusCode="NMO.HTL.BST.CNF">Confirmado</BookingStatusDescription>
| |
− | <BookingStatusActor BookingStatusActorType="???">???</BookingStatusActor>
| |
− | </BookingStatus>
| |
− | </BookingStatusList>
| |
− | <Hotel SupplierID="BOL" HotelCode="2392">
| |
− | <HotelName>Americas Towers</HotelName>
| |
− | <HotelDescriptions>
| |
− | <HotelDescription HotelDescriptionType="General">El hotel cuenta con 100 habitaciones espaciosas y lujosas, de las cuales 10 son suites; vestíbulo con recepción 24 horas, caja fuerte, bar, restaurante, conexión a Internet, sala de conferencias moderna y decorada con paneles de madera y telas; servicio de habitaciones 24 horas, servicio de despertador y servicio de limpieza.</HotelDescription>
| |
− | <HotelDescription HotelDescriptionType="General">La piscina del hotel permanece abierta de octubre a marzo.</HotelDescription>
| |
− | </HotelDescriptions>
| |
− | <LocationDetails ItemsCount="1">
| |
− | <Location Sequence="1" LocationCode="G9">Cerca del centro</Location>
| |
− | </LocationDetails>
| |
− | <Amenities ItemsCount="50">
| |
− | <Amenity Fee="No" Sequence="1">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.LOC">Ubicación</AmenityGroup>
| |
− | <Description AmenityCode="1">En la carretera principal</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="2">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.LOC">Ubicación</AmenityGroup>
| |
− | <Description AmenityCode="4">Edificio anexo</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="3">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.LOC">Ubicación</AmenityGroup>
| |
− | <Description AmenityCode="7">Número total de habitaciones</Description>
| |
− | <Value>100</Value>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="4">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.LOC">Ubicación</AmenityGroup>
| |
− | <Description AmenityCode="11">Suites</Description>
| |
− | <Value>10</Value>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="5">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTT">Tipo de Hotel</AmenityGroup>
| |
− | <Description AmenityCode="1">Hotel de ciudad</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="6">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="1">Baño</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="7">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="2">Ducha</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="8">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="3">Bañera</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="9">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="4">Secador</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="10">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="5">Teléfono de línea directa</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="11">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="6">TV</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="12">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="7">TV vía satélite / TV por cable</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="13">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="9">Estéreo</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="14">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="10">Acceso a internet</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="15">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="13">Minibar</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="16">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="18">Cafetera / Tetera</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="17">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="25">Aire acondicionado individual</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Aire acondicionado individual</ImageDescription>
| |
− | <ImageURL>ic_aireac.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="18">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="27">Calefacción individual</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="19">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="28">Caja de seguridad</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="20">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="32">Accesible silla de ruedas</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Accesible silla de ruedas</ImageDescription>
| |
− | <ImageURL>ic_discapacitado.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="21">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="33">Baño minusválidos</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="22">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="2">Hall Recepción</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="23">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="4">Servicio de recepción 24 horas</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="24">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="5">Caja de seguridad</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="25">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="9">Cafetería</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="26">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="12">Tienda-s</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="27">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="14">Bar-es</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Bar-es</ImageDescription>
| |
− | <ImageURL>ic_bar.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="28">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="18">Sala de conferencias</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="29">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="22">Sala para desayunos</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="30">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="24">Restaurante -s</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="31">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="25">Aire Acondicionado en Restaurante</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="32">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="30">Acceso a internet</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Acceso a internet</ImageDescription>
| |
− | <ImageURL>ic_internet.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="33">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="32">Servicio de habitaciones</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="34">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="36">Accesible en silla de ruedas</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Accesible en silla de ruedas</ImageDescription>
| |
− | <ImageURL>ic_discapacitado.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="35">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="45">Piscina al aire libre</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Piscina al aire libre</ImageDescription>
| |
− | <ImageURL>ic_piscina.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="36">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="46">Piscina de agua dulce</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Piscina de agua dulce</ImageDescription>
| |
− | <ImageURL>ic_piscina.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="37">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="51">Tumbonas</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="38">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="52">Sombrillas</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="Yes" Sequence="39">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="58">Masaje</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="40">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="60">Gimnasio</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Gimnasio</ImageDescription>
| |
− | <ImageURL>ic_gimnasio.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="41">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="66">Desayuno</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="42">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="68">Almuerzo de menú a la carta</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="43">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="71">Cena de menú a la carta</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="44">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.DST">Distancia (en metros)</AmenityGroup>
| |
− | <Description AmenityCode="1">Centro población</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="45">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.DST">Distancia (en metros)</AmenityGroup>
| |
− | <Description AmenityCode="2">Gran Ciudad más próxima</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="46">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.DST">Distancia (en metros)</AmenityGroup>
| |
− | <Description AmenityCode="4">Playa</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="47">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.DST">Distancia (en metros)</AmenityGroup>
| |
− | <Description AmenityCode="14">Campo de golf</Description>
| |
− | <TransferDurationList ItemsCount="1">
| |
− | <TransferDuration>
| |
− | <TransportationMeans TransportationMeansType="NMO.GBL.TMN.WLK">Caminando</TransportationMeans>
| |
− | <TransferTime>
| |
− | <TransferTimeValue>20</TransferTimeValue>
| |
− | <UnitOfTime UnitOfTimeCode="NMO.GBL.UOT.MIN">Minutos</UnitOfTime>
| |
− | </TransferTime>
| |
− | </TransferDuration>
| |
− | </TransferDurationList>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="48">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.DST">Distancia (en metros)</AmenityGroup>
| |
− | <Description AmenityCode="16">Estación de Metro</Description>
| |
− | <TransferDurationList ItemsCount="1">
| |
− | <TransferDuration>
| |
− | <TransportationMeans TransportationMeansType="NMO.GBL.TMN.WLK">Caminando</TransportationMeans>
| |
− | <TransferTime>
| |
− | <TransferTimeValue>5</TransferTimeValue>
| |
− | <UnitOfTime UnitOfTimeCode="NMO.GBL.UOT.MIN">Minutos</UnitOfTime>
| |
− | </TransferTime>
| |
− | </TransferDuration>
| |
− | </TransferDurationList>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="49">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.DST">Distancia (en metros)</AmenityGroup>
| |
− | <Description AmenityCode="17">Estación de autobuses</Description>
| |
− | <TransferDurationList ItemsCount="1">
| |
− | <TransferDuration>
| |
− | <TransportationMeans TransportationMeansType="NMO.GBL.TMN.WLK">Caminando</TransportationMeans>
| |
− | <TransferTime>
| |
− | <TransferTimeValue>15</TransferTimeValue>
| |
− | <UnitOfTime UnitOfTimeCode="NMO.GBL.UOT.MIN">Minutos</UnitOfTime>
| |
− | </TransferTime>
| |
− | </TransferDuration>
| |
− | </TransferDurationList>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="50">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.DST">Distancia (en metros)</AmenityGroup>
| |
− | <Description AmenityCode="18">Estación de Trenes</Description>
| |
− | <TransferDurationList ItemsCount="1">
| |
− | <TransferDuration>
| |
− | <TransportationMeans TransportationMeansType="NMO.GBL.TMN.WLK">Caminando</TransportationMeans>
| |
− | <TransferTime>
| |
− | <TransferTimeValue>15</TransferTimeValue>
| |
− | <UnitOfTime UnitOfTimeCode="NMO.GBL.UOT.MIN">Minutos</UnitOfTime>
| |
− | </TransferTime>
| |
− | </TransferDuration>
| |
− | </TransferDurationList>
| |
− | </Amenity>
| |
− | </Amenities>
| |
− | <Addresses>
| |
− | <Address>
| |
− | <AddressLines>
| |
− | <AddressLine>Libertad 1070</AddressLine>
| |
− | <AddressLine>1012 - BUENOS AIRES</AddressLine>
| |
− | <AddressLine>Buenos Aires</AddressLine>
| |
− | </AddressLines>
| |
− | <TelephoneNumbers>
| |
− | <TelephoneNumber>
| |
− | <TelephoneNumberType TelephoneNumberType="NMO.GBL.TLT.TE1">phoneHotel</TelephoneNumberType>
| |
− | <TelephoneNumberValue>5411 4129 0700</TelephoneNumberValue>
| |
− | </TelephoneNumber>
| |
− | <TelephoneNumber>
| |
− | <TelephoneNumberType TelephoneNumberType="NMO.GBL.TLT.OFF">phoneBooking</TelephoneNumberType>
| |
− | <TelephoneNumberValue>5411 4129 0700</TelephoneNumberValue>
| |
− | </TelephoneNumber>
| |
− | </TelephoneNumbers>
| |
− | <PostalCode CountryCode="AR">1012</PostalCode>
| |
− | <Destinations>
| |
− | <Destination DestinationType="NMO.HTL.DST.CTY" DestinationCode="5694">Buenos Aires</Destination>
| |
− | <Destination DestinationType="NMO.HTL.DST.CTR" DestinationCode="202">Argentina</Destination>
| |
− | <Destination DestinationType="NMO.HTL.DST.CNT" DestinationCode="15">América del Sur</Destination>
| |
− | <Destination DestinationType="NMO.HTL.DST.ALL" DestinationCode="1">Planeta Tierra</Destination>
| |
− | </Destinations>
| |
− | </Address>
| |
− | </Addresses>
| |
− | <Position>
| |
− | <Latitude>-34.595992</Latitude>
| |
− | <Longitude>-58.384257</Longitude>
| |
− | </Position>
| |
− | <HotelRating HotelRatingCode="NMO.HTL.RTN.4ST" HotelRatingType="NMO.HTL.RTT.STR">
| |
− | <RatingDescription>4 Estrellas</RatingDescription>
| |
− | <RatingValue>4.0</RatingValue>
| |
− | </HotelRating>
| |
− | <ImageLinks ItemsCount="4">
| |
− | <ImageLink Sequence="1">
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">General</ImageDescription>
| |
− | <DisplayOrder>1</DisplayOrder>
| |
− | <ImageHeight UnitOfMeasureCode="9">52</ImageHeight>
| |
− | <ImageWidth UnitOfMeasureCode="9">70</ImageWidth>
| |
− | <ImageURL>1/6/169FECAA517308C6D670861605F22743.jpg</ImageURL>
| |
− | <ThumbnailURL>9/8/98AE7381AF851A3631486502673653F2.jpg</ThumbnailURL>
| |
− | </ImageLink>
| |
− | <ImageLink Sequence="2">
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Habitación</ImageDescription>
| |
− | <DisplayOrder>2</DisplayOrder>
| |
− | <ImageHeight UnitOfMeasureCode="9">51</ImageHeight>
| |
− | <ImageWidth UnitOfMeasureCode="9">70</ImageWidth>
| |
− | <ImageURL>6/0/60E1951BFA1D41836BCF1E8187675214.jpg</ImageURL>
| |
− | <ThumbnailURL>5/0/5054FD9BAA428B52E49AD64DA800F23B.jpg</ThumbnailURL>
| |
− | </ImageLink>
| |
− | <ImageLink Sequence="3">
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Piscina</ImageDescription>
| |
− | <DisplayOrder>3</DisplayOrder>
| |
− | <ImageHeight UnitOfMeasureCode="9">50</ImageHeight>
| |
− | <ImageWidth UnitOfMeasureCode="9">70</ImageWidth>
| |
− | <ImageURL>6/D/6DE26A3917736F13E0FD5E78DD5C9723.jpg</ImageURL>
| |
− | <ThumbnailURL>C/A/CACCD17D7DC58DAB61148E5BD9451D99.jpg</ThumbnailURL>
| |
− | </ImageLink>
| |
− | <ImageLink Sequence="4">
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Vestíbulo</ImageDescription>
| |
− | <DisplayOrder>4</DisplayOrder>
| |
− | <ImageHeight UnitOfMeasureCode="9">46</ImageHeight>
| |
− | <ImageWidth UnitOfMeasureCode="9">70</ImageWidth>
| |
− | <ImageURL>1/3/136806D8E0E937AB37CF6644424DA587.jpg</ImageURL>
| |
− | <ThumbnailURL>5/1/51927647FC24A445C17A1B5CF47EF5BC.jpg</ThumbnailURL>
| |
− | </ImageLink>
| |
− | </ImageLinks>
| |
− | <HotelContracts ItemsCount="1">
| |
− | <HotelContract>
| |
− | <ContractName>CGW-TODOS</ContractName>
| |
− | <IncomingOffice>
| |
− | <IncomingOfficeCode>249</IncomingOfficeCode>
| |
− | </IncomingOffice>
| |
− | </HotelContract>
| |
− | </HotelContracts>
| |
− | </Hotel>
| |
− | <DestinationDetails>
| |
− | <Destination DestinationType="NMO.HTL.DST.CTY" DestinationCode="5694">Buenos Aires</Destination>
| |
− | <Destination DestinationType="NMO.HTL.DST.CTR" DestinationCode="202">Argentina</Destination>
| |
− | <Destination DestinationType="NMO.HTL.DST.CNT" DestinationCode="15">América del Sur</Destination>
| |
− | <Destination DestinationType="NMO.HTL.DST.ALL" DestinationCode="1">Planeta Tierra</Destination>
| |
− | </DestinationDetails>
| |
− | <CheckIn>2014-08-18</CheckIn>
| |
− | <CheckOut>2014-08-20</CheckOut>
| |
− | <Rate RateID="d8233eb837e1c0de093df4071da907cf@1" TripProductID="7b776d90-6fb5-42fe-87d0-910100f21d43">
| |
− | <Rooms>
| |
− | <Room>
| |
− | <RoomDescription RoomType="NMO.HTL.RMT.SGL">INDIVIDUAL STANDARD</RoomDescription>
| |
− | <Occupancy>
| |
− | <AdultsCount>1</AdultsCount>
| |
− | <ChildrenCount>0</ChildrenCount>
| |
− | <InfantCount>0</InfantCount>
| |
− | <RoomsCount>1</RoomsCount>
| |
− | <Passengers>
| |
− | <Passenger AgeType="NMO.GBL.AGT.ADT">
| |
− | <PersonNames>
| |
− | <PersonName NameType="NMO.GBL.PNT.FIR">nombre</PersonName>
| |
− | <PersonName NameType="NMO.GBL.PNT.LAS">apellido</PersonName>
| |
− | </PersonNames>
| |
− | </Passenger>
| |
− | </Passengers>
| |
− | </Occupancy>
| |
− | <Availability AvailabilityCode="NMO.HTL.AVB.CNF">Confirmación inmediata</Availability>
| |
− | </Room>
| |
− | </Rooms>
| |
− | <Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
| |
− | <RatePrices>
| |
− | <RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">1082.651622002821</RatePrice>
| |
− | <RatePrice Currency="USD" Type="NMO.HTL.RPT.NBC">230.28</RatePrice>
| |
− | <RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">1082.651622002821</RatePrice>
| |
− | </RatePrices>
| |
− | </Rate>
| |
− | <BookingCreationDT>2013-12-23T13:38:30.670Z</BookingCreationDT>
| |
− | </Hotel>
| |
− | </Hotels>
| |
− | </Products>
| |
− | </Details>
| |
− | </BookingProductsRS>
| |
− | </code>
| |
− | | |
− | {| class="wikitable sortable"
| |
− | |-
| |
− | ! 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.
| |
− | |-
| |
− | | Details || Si ||
| |
− | |-
| |
− | | Bookings || Si ||
| |
− | |-
| |
− | | Booking || Si || Detalle de la reserva.
| |
− | | |
− | Atributos:
| |
− | | |
− | * BookingReference: identificador de la reserva.
| |
− | * BookingState: estado de la reserva
| |
− | |-
| |
− | | Hotel || Si ||
| |
− | |-
| |
− | | BookingReferences || No || Identificadores de la resera.
| |
− | |-
| |
− | | BookingStatusList || No || Estados del “ítem”.
| |
− | |-
| |
− | | BookingStatus || Si ||
| |
− | |-
| |
− | | BookingStatusDescription || Si || Descripción del estado actual de la reserva.
| |
− | | |
− | BookingStatusCode: Código del estado de la reserva correspondiente a los códigos estándar de reserva provistos por Nemo.
| |
− | |-
| |
− | | Hotel || No || Contiene toda la información del hotel.
| |
− | |-
| |
− | | HotelName || Si || Nombre del hotel.
| |
− | |-
| |
− | | AccomodationType || No || Indica si es hotel, hostel, camping, etc, los tipos serán provistos por Nemo.
| |
− | |-
| |
− | | HotelDescriptions || No ||
| |
− | |-
| |
− | | HotelDescription || Si || Descripción del hotel.
| |
− | | |
− | Atributos:
| |
− | | |
− | HotelDescriptionType: Tipo de descripción correspondiente a los tipos de descripción estándar provistos por Nemo.
| |
− | |-
| |
− | | LocationDetails || No ||
| |
− | |-
| |
− | | Location || No || Descripción del área en la que se localiza el hotel.
| |
− | | |
− | Atributos:
| |
− | | |
− | LocationCode: Código de área provisto por el proveedor.
| |
− | |-
| |
− | | Amenities || No ||
| |
− | |-
| |
− | | Amenity || No || Código de amenidad admitido.
| |
− | | |
− | Atributos:
| |
− | | |
− | AmenityGroupCode: Tipo de amenidad. Los tipos de amenidad admitidos corresponden a los provistos por Nemo.
| |
− | | |
− | AmenityCode: Código de amenidad. Los códigos de amenidad admitidos corresponden a los provistos.
| |
− | |-
| |
− | | Address || Si || Dirección del hotel
| |
− | |-
| |
− | | AddressLines || Si || Líneas que componen la dirección del hotel.
| |
− | |-
| |
− | | AddressLine || Si || Indica la dirección del hotel.
| |
− | |-
| |
− | | Position || No || Coordenadas del hotel: Latitud y Longitud.
| |
− | |-
| |
− | | HotelRating || Si || Categoría del hotel.
| |
− | | |
− | Atributos:
| |
− | | |
− | HotelRatingCode: código de la categoría correspondiente a los códigos de categoría estándar provistos por Nemo.
| |
− | | |
− | HotelRatingType: Tipo de la categoría correspondiente a los tipos de categoría estándar provistos por Nemo.
| |
− | |-
| |
− | | RatingValue || Si || Valoración de la categoría del hotel expresada en el tipo de categoría indicado en el nodo padre.
| |
− | |-
| |
− | | ImageLinks || Si || Conjunto de imágenes del hotel
| |
− | |-
| |
− | | ImageLink || No ||
| |
− | |-
| |
− | | ImageDescription || Si || Descripción de la imagen
| |
− | | |
− | ImageDisplayType: Tipo de imagen correspondiente a los tipos de imágenes estándar provistos por Nemo.
| |
− | |-
| |
− | | DisplayOrder || No || Orden del la imagen.
| |
− | |-
| |
− | | ImageURL || Si || URL de la imagen
| |
− | |-
| |
− | | DestinationDetails || Si || Atributos:
| |
| | | |
− | DestinationType: tipo de destino de los provistos por Nemo.
| + | Si algún proveedor supera el tiempo máximo permitido (timeout configurado por nosotros) no se devolverán resultados del mismo. |
| | | |
− | Destination Code: código del destino a buscar, de los provistos por Nemo.
| + | Puede ocurrir que los resultados retornados por el WS no sean los mismos que los resultados del sitio online de PriceSurfer. |
− | |-
| + | Esto ocurre porque un proveedor que se interrumpe por timeout sigue guardando resultados en la cache de resultados, que están disponibles solo en la aplicación online, y no en el ws. |
− | | CheckIn || No || Fecha de entrada de la estadía.
| + | Por consiguiente si se interrumpe algún proveedor por timeout se perderán esos datos por 30 minutos, ya que quedarán ocultos por la caché del ws. |
− | |-
| |
− | | CheckOut || No || Fecha de salida de la estadía
| |
− | |-
| |
− | | Rate || Si || Tarifa a reservar, indicando con el atributo TripProductId el id del hotel a reservar.
| |
− | |-
| |
− | | Rooms || No ||
| |
− | |-
| |
− | | Room || Si ||
| |
− | |-
| |
− | | Occupancy || Si || Indica la cantidad de adultos, niños e infantes por cada habitación.
| |
− | En el nodo Passengers se encuentran los datos de los pasajeros.
| |
− | |-
| |
− | | ImageDescription || Si || Descripción de la imagen
| |
| | | |
− | ImageDisplayType: Tipo de imagen correspondiente a los tipos de imágenes estándar provistos por Nemo.
| + | Aconsejamos ajustar el timeout en un tiempo no muy corto para no tener falta de tarifas. |
− | |-
| |
− | | ImageHeight || No || Dimensiones de la imagen: alto
| |
− | |-
| |
− | | ImageWidht || No || Dimensiones de la imagen: Ancho
| |
− | |-
| |
− | | ImageURL || Si || URL de la imagen
| |
− | |-
| |
− | | ThumbnailURL || No || URL de la imagen miniatura
| |
− | |-
| |
− | | Fares || Si || Datos de tarifas
| |
− | |-
| |
− | | FareType || No || Tipo de tarifas, ej. Tarifa web, precio de agencia
| |
− | |-
| |
− | | Prices || Si || Precios, con valor y moneda
| |
− | |-
| |
− | | BookingState || Si || Estado de la reserva (del ítem). La codificación de los estados será provista por Nemo.
| |
| | | |
− | Atributos:
| + | Contemplar las restricciones generales en la cantidad de peticiones de como máximo 10 peticiones cada 10 segundos. |
| | | |
− | Code: Código del estado (confirmada, rechazada, etc)
| + | == Sobre el pedido de información de hoteles == |
− | |-
| + | Para descargar las fichas con la información de los hoteles (Mensaje AdditionalInfoQuery: [[API Reference: Consulta de Información de un Hotel]]), recomendamos enfáticamente generar peticiones con hasta 20 HotelDetailIds (realizar pedidos en batch de hasta 20 HotelDetailsIds por vez). De esta forma se puede ir descargando la información de hoteles a lo largo de todo el día sin afectar a la performance. |
− | | ProductBookingExtraData || No || Nodo que se utiliza para registrar datos genéricos sobre una reserva. Luego al consultar la misma el sistema responderá con los datos registrados.
| + | Contemplar las restricciones generales en la cantidad de peticiones de como maximo 10 peticiones cada 10 segundos. |
− | |-
| |
− | | Exceptions || Si || Si no se puede armar el nodo Details se arma un nodo Exceptions con las notificaciones correspondientes.
| |
− | |-
| |
− | | ChargeConditions || Si || Nodo de gastos de cancelación
| |
− | |-
| |
− | | ChargeCondition || Si || Gasto de Cancelación
| |
| | | |
− | Atributo:
| + | == Sobre las Imágenes - Hoteles == |
| | | |
− | ChargeType, tipo de cargo (Ej. NMO.HTL.CHT.CAN cancelación, NMO.HTL.CHT.AMD Modificación)
| + | * Recomendamos que tengan su propia librería de íconos para las amenities. |
− | |-
| + | * Para URL de las imágenes de los hoteles deben usar: |
− | | ChargeDescription || Si || Descripción del gastos de cancelación
| |
− | |-
| |
− | | DateRangeWithDays || No || Indica que el gasto de cancelación tiene un rango en base a días.
| |
− | |-
| |
− | | DateFrom || Si || Fecha desde
| |
− | |-
| |
− | | DateTo || Si || Fecha hasta
| |
− | |-
| |
− | | DateRangeWithDateType || No || Indica que el gasto de cancelación tiene un rango en base a fechas.
| |
− | |-
| |
− | | DateFrom || Si || Fecha desde
| |
− | |-
| |
− | | DateTo || Si || Fecha hasta
| |
− | |-
| |
− | | RatePrices || Si ||
| |
− | |-
| |
− | | RatePrice || Si || Indica el importe del concepto de cancelación
| |
| | | |
− | Atributos:
| + | '''Para el entorno de TEST:''' |
| + | * http://psurfer-img.net/imagecache-cert/full/ (para las fotos en tamaño original) |
| + | * http://psurfer-img.net/imagecache-cert/thumbnails/ (para las imágenes en miniatura) |
| | | |
− | RatePriceType, tipo de precio
| + | '''Para el entorno de PRODUCCIÓN:''' |
− | |}
| + | * http://psurfer-img.net/imagecache-prod/full/ (para las fotos en tamaño original) |
| + | * http://psurfer-img.net/imagecache-prod/thumbnails/ (para las imágenes en miniatura) |
| | | |
− | === Cancelación de Reserva (BookingCancellation) ===
| + | '''Importante:''' |
| + | * Las imágenes también están disponibles a través de una URL segura (indicar el protocolo '''''https''''' en lugar de ''http'') |
| + | * Existen excepciones en algunos proveedores de hoteles, y algunas imágenes ya vienen con la URL completa, o sea, ya comienzan con http.....En estos casos no colocar la URL delante porque les fallaría. |
| + | Ejemplo: |
| | | |
− | Solicitud de cancelación de una o varias reservas realizadas.
| + | - URL normalizada para imágenes: <ImageURL>IDJ/B/B/BB3898629BE8D3DB188164A6611AA350.jpg</ImageURL> |
| | | |
| + | - URL completa <ImageURL>http://psurfer-img.net/pathalaimagen/imagen.jpg</ImageURL> |
| | | |
− | Request: BookingCancellationRQ
| + | (En este caso por favor no pegar la URL base delante) |
| | | |
− | Response: BookingCancellationRS
| |
− |
| |
− | Ejemplo de uso:
| |
− |
| |
− | *** Solicitud:
| |
| | | |
| + | Ejemplos: |
| + | Suponiendo que la respuesta a la consulta de información adicional de un hotel es |
| <code xml> | | <code xml> |
− | <BookingCancellationRQ> | + | <AdditionalInfoQueryRS> |
− | <GeneralParameters>
| + | <Details> |
− | <PreferedLanguage LanguageCode="es"/>
| + | <Products> |
− | <PreferedCurrency CurrencyCode="ARS"/>
| + | <Hotels> |
− | </GeneralParameters>
| + | <Hotel HotelCode="2444" SupplierID="HDO" Sequence="1" HotelDetailId="IDJ-1YT-4MO"> |
− | <Bookings>
| + | <HotelName>El Conquistador Hotel</HotelName> |
− | <Booking BookingReference="XX_007GP"/>
| + | <HotelDescriptions> |
− | </Bookings>
| + | ... |
− | </BookingCancellationRQ> | + | </HotelDescriptions> |
| + | <Amenities> |
| + | ... |
| + | </Amenities> |
| + | <Addresses> |
| + | ... |
| + | </Addresses> |
| + | <Position> |
| + | ... |
| + | </Position> |
| + | <HotelRating HotelRatingCode="NMO.HTL.RTN.4ST" HotelRatingType="NMO.HTL.RTT.STR"> |
| + | ... |
| + | </HotelRating> |
| + | <ImageLinks> |
| + | <ImageLink> |
| + | <ImageLink> |
| + | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG"/> |
| + | <ImageHeight UnitOfMeasureCode="9">185</ImageHeight> |
| + | <ImageWidth UnitOfMeasureCode="9">250</ImageWidth> |
| + | <ImageURL>IDJ/B/B/BB3898629BE8D3DB188164A6611AA350.jpg</ImageURL> |
| + | <ThumbnailURL>IDJ/4/A/4A78390A062E3F504912F5E9ADEDBDB5.jpg</ThumbnailURL> |
| + | </ImageLink> |
| + | </ImageLinks> |
| + | <LocationDetails> |
| + | ... |
| + | </LocationDetails> |
| + | </Hotel> |
| + | </Hotels> |
| + | </Products> |
| + | </Details> |
| + | </AdditionalInfoQueryRS> |
| </code> | | </code> |
| | | |
| + | Entonces las URLs quedarían: |
| | | |
− | {| class="wikitable sortable"
| + | Si la respuesta fue del Web Service de TEST: |
− | |-
| + | * http://psurfer-img.net/imagecache-cert/full/IDJ/B/B/BB3898629BE8D3DB188164A6611AA350.jpg |
− | ! Parámetro !! Obligatorio !! Descripción
| + | * http://psurfer-img.net/imagecache-cert/thumbnails/IDJ/4/A/4A78390A062E3F504912F5E9ADEDBDB5.jpg |
− | |-
| |
− | | GeneralParameters || Si ||
| |
− | |-
| |
− | | PreferedLanguage || Si || 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 || Si || Establece la moneda requerida para la respuesta.
| |
| | | |
− | Atributos:
| + | Si la respuesta fue del Web Service de PRODUCCIÓN: |
| + | * http://psurfer-img.net/imagecache-prod/full/IDJ/B/B/BB3898629BE8D3DB188164A6611AA350.jpg |
| + | * http://psurfer-img.net/imagecache-prod/thumbnails/IDJ/4/A/4A78390A062E3F504912F5E9ADEDBDB5.jpg |
| | | |
− | - CurrencyCode: Código de moneda correspondiente a los códigos de moneda estándar provistos.
| + | == Sobre los tiempos de vida de los resultados de búsqueda en el Web Service == |
− | |-
| |
− | | Products || Si ||
| |
− | |-
| |
− | | BookingReference || Si || Atributos:
| |
| | | |
− | - ReferenceType: Tipo de referencia, por ejemplo OLA.GBL.BRT.HTL – Referencia de reserva de hoteles.
| + | Los resultados de búsqueda se mantienen cacheados en el servicio durante '''30 minutos''', por lo cual los clientes del Web Service podrán usar los [[API Reference: TripProductId|TripProductId]] devueltos por el mismo '''antes''' de los 30 minutos, caso contrario el Web Service podrá informar que los TripProductId ya no se encuentran disponibles o son inválidos. |
| | | |
− | Valor: Identificador entregado en la respuesta de reserva
| + | == Sobre los comentarios del proveedor == |
− | |-
| |
− | | Hotels || No ||
| |
− | |-
| |
− | | Hotel || Si ||
| |
− | |-
| |
− | | BookingReference || Si || Atributos:
| |
| | | |
− | - ReferenceType: Tipo de referencia, por ejemplo OLA.GBL.BRT.HTL – Referencia de reserva de hoteles.
| + | Los proveedores pueden llegar a enviar comentarios/remarks en dos instancias diferentes: |
| | | |
− | Valor: Identificador entregado en la respuesta de reserva
| + | La primera en el resultado de la búsqueda: Tag Item Comments del Rate [[API Reference: Búsqueda de Disponibilidad de Hoteles]] |
− | |}
| |
| | | |
− | *** Respuesta:
| + | La segunda alternativa en la respuesta de la consulta de la reserva: SupplierComments [[API Reference: Consulta de una Reserva - Hoteles]] |
− | <code xml>
| |
− | <BookingCancellationRS>
| |
− | <Details>
| |
− | <Bookings>
| |
− | <Booking>
| |
− | <BookingReference ReferenceType="NMO.GBL.BRT.NAV">XX_007GP</BookingReference>
| |
− | <BookingState>NMO.GBL.BST.CAN</BookingState>
| |
− | <Products>
| |
− | <Hotels>
| |
− | <Hotel>
| |
− | <BookingReferences>
| |
− | <BookingReference ReferenceType="NMO.GBL.BRT.NAV">XX_007GP-1</BookingReference>
| |
− | </BookingReferences>
| |
− | <BookingState Code="NMO.HTL.BST.CAN">NMO.HTL.BST.CAN</BookingState>
| |
− | </Hotel>
| |
− | </Hotels>
| |
− | <Passengers/>
| |
− | </Products>
| |
− | </Booking>
| |
− | </Bookings>
| |
− | </Details>
| |
− | </BookingCancellationRS>
| |
− | </code>
| |
| | | |
| + | == Códigos de Error devueltos por el WebService == |
| | | |
| {| class="wikitable sortable" | | {| class="wikitable sortable" |
| |- | | |- |
− | ! Parámetro !! Obligatorio !! Descripción | + | ! Código !! Descripción !! Significado |
| |- | | |- |
− | | Notifications || No || | + | | 1000 || Unexepected Error || Ha ocurrido un error inesperado, por favor informe al Soporte de PriceSurfer |
| |- | | |- |
− | | 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. | + | | 1015 || No credit for doing the booking. || El Contrato tiene establecido un límite de crédito que ha sido alcanzado, la reserva es rechazada por ese motivo. |
| + | |- |
| + | | 1101 || The TripProductId %s is not available || El TripProductId no fue encontrado. Este mensaje aparece cuando el rate no se encuentra disponible en el proveedor, porque ha cambiado alguno de los diferentes atributos del rate (regimen / precio / tipo de disponibilidad) |
| + | Para estas situaciones, se debe cambiar a otro tripProductID, para chequear su disponibilidad en el proveedor. |
| |- | | |- |
− | | NotificationId || Si || Identificador de la notificación. Las mismas serán provistas por Nemo. | + | | 1103 || The booking of this product has been rejected by configuration: the product has cancellation charges as of this moment || La reserva del producto ha sido rechazada porque, por configuración del contrato, el sistema rechazará las reservas que entren en Gastos de Cancelación al momento de realizarlas. |
| |- | | |- |
− | | NotificationType || Si || Tipo de notificación. | + | | 1104 || The system couldn't check the cancellation charges of the product || El sistema no pudo obtener los Gastos de Cancelación del producto. |
− | |- | + | |- |
− | | NotificationMessage || Si || Mensaje de notificación. | + | | 1105 || The booking of this product has been rejected by deadline: the product has cancellation charges || El booking no se realizo ya que fue abortado el proceso (previo a la reserva) porque el contrato tiene activado el bloqueo para reservar items con "gastos de cancelacion". |
− | |- | + | |- |
− | | Details || Si || | + | | 1106 || The booking of this product has been rejected because price has changed || El booking no se realizo ya que fue abortado el proceso porque la validacion pre-booking detecto que el precio ha cambiado. |
− | |- | + | |- |
− | | Bookings || Si || | + | | 1107 || Rate's live time in cache has been expired || El tiempo de vida del rate en cache ha sido expirado. |
− | |- | + | |- |
− | | Booking || Si || Detalle de la reserva. | + | | 1108 || Connectivity error || Error de conectividad detectado en dicho momento. En dicha situacion se debe enviar nuevamente el mensaje del caso. |
− | | + | |- |
− | Atributos:
| + | | 1109 || Unable to Query Booking || Errores generados al consultar el Detalle de Reserva. |
− | | + | |- |
− | - BookingReference: identificador de la reserva.
| + | | 3000 || Request detail for current booking - Relationated with TripProductId: xxxyyy || Ante dicha situacion se debe realizar la consulta de detalle de reserva para recuperar la info detallada y actualizada de la reserva. |
− | | + | |- |
− | - BookingState: estado de la reserva
| + | | 5000 || No Availability for your request || No ha habido disponibilidad para los parámetros de búsqueda dados |
− | |- | + | |- |
− | | ReceivedFrom || Si || Nombre de la persona que firma los cambios de la reserva. | + | | 5010 || The TripProductId %s was not found || El [[API Reference: TripProductId|TripProductId]] dado no fue encontrado. Pudo haber expirado o es incorrecto (no corresponde a un TripProductId informado por el Web Service en una búsqueda) |
− | |- | + | |- |
− | | BookingState || No || Estado de la reserva (del ítem). La codificación de los estados será provista por Nemo. | + | | 5011 || The TripProductId %s has expired || El [[API Reference: TripProductId|TripProductId]] dado ha expirado. [http://wiki.psurfer.net/index.php/Price_Surfer_-_Web_Services#Sobre_los_tiempos_de_vida_de_los_resultados_de_b.C3.BAsqueda_en_el_Web_Service Sobre la expiración de los resultados de búsqueda] |
− | |- | + | |- |
− | | Hotels || No || | + | | 5012 || The Search Results of your product have expired || Los Resultados de Búsqueda correspondientes al producto seleccionado han expirado. [http://wiki.psurfer.net/index.php/Price_Surfer_-_Web_Services#Sobre_los_tiempos_de_vida_de_los_resultados_de_b.C3.BAsqueda_en_el_Web_Service Sobre la expiración de los resultados de búsqueda] |
− | |- | + | |- |
− | | Hotel || Si || | + | | 5020 || The Product is Invalid: %s || El Producto es Inválido (Cambió el Precio ó Incurría en gastos de Cancelación al momento de reservar) |
− | |- | + | |- |
− | | BookingReferences || No || Identificadores de la resera.
| + | | 5100 || Invalid Request Document: %s || Se ha enviado un documento inválido. El mensaje contiene información sobre lo que es inválido en el documento. |
− | |- | + | |- |
− | | BookingState || No || Estado actual de la reserva. | + | | 5120 || There are not availability when is booking || El rate no esta disponible para ser reservado. |
− | | + | |- |
− | BookingStateCode: Código del estado de la reserva correspondiente a los códigos estándar de reserva provistos por Nemo.
| + | | 401 || Unauthorized || El Token de seguridad (X-PS-AUTHTOKEN) es inválido o no fue enviado |
− | | |
− | |- | |
− | | Fares || Si || Datos de tarifas | |
− | |-
| |
− | | FareType || No || Tipo de tarifas, ej. Tarifa web, precio de agencia
| |
− | |- | |
− | | Prices || Si || Precios, con valor y moneda | |
− | |- | |
− | | BookingReferences || No || Identificadores de la reserva | |
− | |- | |
− | | BookingState || Si || Estado de la reserva (del ítem). La codificación de los estados será provista por Nemo. | |
− | | |
− | Atributos:
| |
− | | |
− | Code: Código del estado (confirmada, rechazada, etc)
| |
− | | |
− | |- | |
− | | Passenger || No || Datos de los pasajeros. | |
− | | |
− | Atributos:
| |
− | | |
− | AgeType: tipo de pasajero (chl, inf, adt).
| |
− | | |
− | Sequence: Este dato será asociado al PassengerSequence del nodo Guest en hoteles.
| |
− | |-
| |
− | | Exceptions || Si || Si no se puede armar el nodo Details se arma un nodo Exceptions con las notificaciones correspondientes.
| |
| |} | | |} |
| | | |
− | === Consulta de Reserva (BookingQuery) === | + | == Importante: Información necesaria al reportar un error al Soporte de PriceSurfer == |
| | | |
− | Consulta de información y detalles sobre una o varias reservas realizadas.
| + | Si necesita informar de un fallo al soporte de PriceSurfer incluya la siguiente información: |
− | Request: BookingQueryRQ | + | * Fecha en que ocurrió la incidencia |
− | Response: BookingQueryRS | + | * Entorno (Test / Producción) |
| + | * XML de Request enviado al Servicio |
| + | * XML de Response con que el Serivicio respondió |
| + | * Si es una operación posterior a la Búsqueda de Disponibilidad (Validación de Disponibilidad, Solicitud de Información Adicional, Solicitud de Gastos de Cancelación, Solicitud de Reserva) por favor especificar también el DestinationId (destino) correspondiente al producto sobre el que se intentó la operación. |
| | | |
− | Ejemplo de uso:
| + | = Archivos adicionales = |
| | | |
− | *** Solicitud:
| + | Para poder consultar disponibilidad en los hoteles necesitará de códigos de destinos, habitaciones, etc. |
− | <code xml>
| + | Estos códigos son provistos por Price Surfer en esta sección. |
− | <BookingQueryRQ>
| |
− | <GeneralParameters>
| |
− | <PreferedLanguage LanguageCode="es"/>
| |
− | <PreferedCurrency CurrencyCode="ARS"/>
| |
− | </GeneralParameters>
| |
− | <Bookings>
| |
− | <Booking BookingReference="XX_007GP"/>
| |
− | </Bookings>
| |
− | </BookingQueryRQ>
| |
− | </code>
| |
| | | |
| + | == Tablas de Códigos== |
| | | |
− | {| class="wikitable sortable"
| |
− | |-
| |
− | ! Parámetro !! Obligatorio !! Descripción
| |
− | |-
| |
− | | GeneralParameters || Si ||
| |
− | |-
| |
− | | PreferedLanguage || Si || 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 || Si || Establece la moneda requerida para la respuesta.
| |
− |
| |
− | Atributos:
| |
− |
| |
− | CurrencyCode: Código de moneda correspondiente a los códigos de moneda estándar provistos.
| |
− | |-
| |
− | | Bookings || Si || Mediante el nodo Booking se cargan las reservas a consultar.
| |
− |
| |
− | Atributos:
| |
− |
| |
− | BookingReference: identificador de la reserva a consultar.
| |
− | |}
| |
− |
| |
− | *** Respuesta:
| |
− | <code xml>
| |
− | <BookingQueryRS>
| |
− | <Details>
| |
− | <Bookings>
| |
− | <Booking>
| |
− | <BookingReference>XX_007GP</BookingReference>
| |
− | <BookingState>NMO.GBL.BST.CNF</BookingState>
| |
− | <Products>
| |
− | <Hotels>
| |
− | <Hotel HotelCode="2392" SupplierID="BOL">
| |
− | <BookingReferences>
| |
− | <BookingReference ReferenceType="NMO.HTL.RPT.MPH">XX_007GP-1</BookingReference>
| |
− | <BookingReference ReferenceType="NMO.HTL.RPT.PRS.PS1">249</BookingReference>
| |
− | <BookingReference ReferenceType="NMO.HTL.RPT.PRS.PS2">278094</BookingReference>
| |
− | </BookingReferences>
| |
− | <BookingStatusList>
| |
− | <BookingStatus>
| |
− | <BookingStatusDescription BookingStatusCode="NMO.HTL.BST.CNF">Confirmado</BookingStatusDescription>
| |
− | <BookingStatusActor BookingStatusActorType="HAR.DCO.DE1"></BookingStatusActor>
| |
− | <RulesInfo>
| |
− | <RuleInfo Permit="true" RuleType="NMO.GBL.RBS.DET"/>
| |
− | <RuleInfo Permit="true" RuleType="NMO.GBL.RBS.VOU"/>
| |
− | <RuleInfo Permit="true" RuleType="NMO.GBL.RBS.CAN"/>
| |
− | <RuleInfo Permit="true" RuleType="NMO.GBL.RBS.PAY"/>
| |
− | </RulesInfo>
| |
− | </BookingStatus>
| |
− | </BookingStatusList>
| |
− | <Hotel SupplierID="BOL" HotelCode="2392">
| |
− | <HotelName>Americas Towers</HotelName>
| |
− | <HotelDescriptions>
| |
− | <HotelDescription HotelDescriptionType="General">El hotel cuenta con 100 habitaciones espaciosas y lujosas, de las cuales 10 son suites; vestíbulo con recepción 24 horas, caja fuerte, bar, restaurante, conexión a Internet, sala de conferencias moderna y decorada con paneles de madera y telas; servicio de habitaciones 24 horas, servicio de despertador y servicio de limpieza.</HotelDescription>
| |
− | <HotelDescription HotelDescriptionType="General">La piscina del hotel permanece abierta de octubre a marzo.</HotelDescription>
| |
− | </HotelDescriptions>
| |
− | <LocationDetails ItemsCount="1">
| |
− | <Location Sequence="1" LocationCode="G9">Cerca del centro</Location>
| |
− | </LocationDetails>
| |
− | <Amenities ItemsCount="50">
| |
− | <Amenity Fee="No" Sequence="1">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.LOC">Ubicación</AmenityGroup>
| |
− | <Description AmenityCode="1">En la carretera principal</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="2">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.LOC">Ubicación</AmenityGroup>
| |
− | <Description AmenityCode="4">Edificio anexo</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="3">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.LOC">Ubicación</AmenityGroup>
| |
− | <Description AmenityCode="7">Número total de habitaciones</Description>
| |
− | <Value>100</Value>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="4">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.LOC">Ubicación</AmenityGroup>
| |
− | <Description AmenityCode="11">Suites</Description>
| |
− | <Value>10</Value>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="5">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTT">Tipo de Hotel</AmenityGroup>
| |
− | <Description AmenityCode="1">Hotel de ciudad</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="6">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="1">Baño</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="7">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="2">Ducha</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="8">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="3">Bañera</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="9">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="4">Secador</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="10">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="5">Teléfono de línea directa</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="11">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="6">TV</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="12">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="7">TV vía satélite / TV por cable</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="13">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="9">Estéreo</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="14">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="10">Acceso a internet</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="15">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="13">Minibar</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="16">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="18">Cafetera / Tetera</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="17">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="25">Aire acondicionado individual</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Aire acondicionado individual</ImageDescription>
| |
− | <ImageURL>ic_aireac.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="18">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="27">Calefacción individual</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="19">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="28">Caja de seguridad</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="20">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="32">Accesible silla de ruedas</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Accesible silla de ruedas</ImageDescription>
| |
− | <ImageURL>ic_discapacitado.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="21">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.HTR">Habitación</AmenityGroup>
| |
− | <Description AmenityCode="33">Baño minusválidos</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="22">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="2">Hall Recepción</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="23">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="4">Servicio de recepción 24 horas</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="24">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="5">Caja de seguridad</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="25">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="9">Cafetería</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="26">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="12">Tienda-s</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="27">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="14">Bar-es</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Bar-es</ImageDescription>
| |
− | <ImageURL>ic_bar.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="28">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="18">Sala de conferencias</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="29">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="22">Sala para desayunos</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="30">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="24">Restaurante -s</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="31">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="25">Aire Acondicionado en Restaurante</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="32">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="30">Acceso a internet</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Acceso a internet</ImageDescription>
| |
− | <ImageURL>ic_internet.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="33">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="32">Servicio de habitaciones</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="34">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="36">Accesible en silla de ruedas</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Accesible en silla de ruedas</ImageDescription>
| |
− | <ImageURL>ic_discapacitado.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="35">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="45">Piscina al aire libre</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Piscina al aire libre</ImageDescription>
| |
− | <ImageURL>ic_piscina.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="36">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="46">Piscina de agua dulce</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Piscina de agua dulce</ImageDescription>
| |
− | <ImageURL>ic_piscina.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="37">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="51">Tumbonas</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="38">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="52">Sombrillas</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="Yes" Sequence="39">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="58">Masaje</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="40">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="60">Gimnasio</Description>
| |
− | <ImageLink>
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Gimnasio</ImageDescription>
| |
− | <ImageURL>ic_gimnasio.gif</ImageURL>
| |
− | </ImageLink>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="41">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="66">Desayuno</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="42">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="68">Almuerzo de menú a la carta</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="43">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.FCL">Instalaciones</AmenityGroup>
| |
− | <Description AmenityCode="71">Cena de menú a la carta</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="44">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.DST">Distancia (en metros)</AmenityGroup>
| |
− | <Description AmenityCode="1">Centro población</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="45">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.DST">Distancia (en metros)</AmenityGroup>
| |
− | <Description AmenityCode="2">Gran Ciudad más próxima</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="46">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.DST">Distancia (en metros)</AmenityGroup>
| |
− | <Description AmenityCode="4">Playa</Description>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="47">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.DST">Distancia (en metros)</AmenityGroup>
| |
− | <Description AmenityCode="14">Campo de golf</Description>
| |
− | <TransferDurationList ItemsCount="1">
| |
− | <TransferDuration>
| |
− | <TransportationMeans TransportationMeansType="NMO.GBL.TMN.WLK">Caminando</TransportationMeans>
| |
− | <TransferTime>
| |
− | <TransferTimeValue>20</TransferTimeValue>
| |
− | <UnitOfTime UnitOfTimeCode="NMO.GBL.UOT.MIN">Minutos</UnitOfTime>
| |
− | </TransferTime>
| |
− | </TransferDuration>
| |
− | </TransferDurationList>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="48">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.DST">Distancia (en metros)</AmenityGroup>
| |
− | <Description AmenityCode="16">Estación de Metro</Description>
| |
− | <TransferDurationList ItemsCount="1">
| |
− | <TransferDuration>
| |
− | <TransportationMeans TransportationMeansType="NMO.GBL.TMN.WLK">Caminando</TransportationMeans>
| |
− | <TransferTime>
| |
− | <TransferTimeValue>5</TransferTimeValue>
| |
− | <UnitOfTime UnitOfTimeCode="NMO.GBL.UOT.MIN">Minutos</UnitOfTime>
| |
− | </TransferTime>
| |
− | </TransferDuration>
| |
− | </TransferDurationList>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="49">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.DST">Distancia (en metros)</AmenityGroup>
| |
− | <Description AmenityCode="17">Estación de autobuses</Description>
| |
− | <TransferDurationList ItemsCount="1">
| |
− | <TransferDuration>
| |
− | <TransportationMeans TransportationMeansType="NMO.GBL.TMN.WLK">Caminando</TransportationMeans>
| |
− | <TransferTime>
| |
− | <TransferTimeValue>15</TransferTimeValue>
| |
− | <UnitOfTime UnitOfTimeCode="NMO.GBL.UOT.MIN">Minutos</UnitOfTime>
| |
− | </TransferTime>
| |
− | </TransferDuration>
| |
− | </TransferDurationList>
| |
− | </Amenity>
| |
− | <Amenity Fee="No" Sequence="50">
| |
− | <AmenityGroup AmenityGroupCode="NMO.HTL.AMT.DST">Distancia (en metros)</AmenityGroup>
| |
− | <Description AmenityCode="18">Estación de Trenes</Description>
| |
− | <TransferDurationList ItemsCount="1">
| |
− | <TransferDuration>
| |
− | <TransportationMeans TransportationMeansType="NMO.GBL.TMN.WLK">Caminando</TransportationMeans>
| |
− | <TransferTime>
| |
− | <TransferTimeValue>15</TransferTimeValue>
| |
− | <UnitOfTime UnitOfTimeCode="NMO.GBL.UOT.MIN">Minutos</UnitOfTime>
| |
− | </TransferTime>
| |
− | </TransferDuration>
| |
− | </TransferDurationList>
| |
− | </Amenity>
| |
− | </Amenities>
| |
− | <Addresses>
| |
− | <Address>
| |
− | <AddressLines>
| |
− | <AddressLine>Libertad 1070</AddressLine>
| |
− | <AddressLine>1012 - BUENOS AIRES</AddressLine>
| |
− | <AddressLine>Buenos Aires</AddressLine>
| |
− | </AddressLines>
| |
− | <TelephoneNumbers>
| |
− | <TelephoneNumber>
| |
− | <TelephoneNumberType TelephoneNumberType="NMO.GBL.TLT.TE1">phoneHotel</TelephoneNumberType>
| |
− | <TelephoneNumberValue>5411 4129 0700</TelephoneNumberValue>
| |
− | </TelephoneNumber>
| |
− | <TelephoneNumber>
| |
− | <TelephoneNumberType TelephoneNumberType="NMO.GBL.TLT.OFF">phoneBooking</TelephoneNumberType>
| |
− | <TelephoneNumberValue>5411 4129 0700</TelephoneNumberValue>
| |
− | </TelephoneNumber>
| |
− | </TelephoneNumbers>
| |
− | <PostalCode CountryCode="AR">1012</PostalCode>
| |
− | <Destinations>
| |
− | <Destination DestinationType="NMO.HTL.DST.CTY" DestinationCode="5694">Buenos Aires</Destination>
| |
− | <Destination DestinationType="NMO.HTL.DST.CTR" DestinationCode="202">Argentina</Destination>
| |
− | <Destination DestinationType="NMO.HTL.DST.CNT" DestinationCode="15">América del Sur</Destination>
| |
− | <Destination DestinationType="NMO.HTL.DST.ALL" DestinationCode="1">Planeta Tierra</Destination>
| |
− | </Destinations>
| |
− | </Address>
| |
− | </Addresses>
| |
− | <Position>
| |
− | <Latitude>-34.595992</Latitude>
| |
− | <Longitude>-58.384257</Longitude>
| |
− | </Position>
| |
− | <HotelRating HotelRatingCode="NMO.HTL.RTN.4ST" HotelRatingType="NMO.HTL.RTT.STR">
| |
− | <RatingDescription>4 Estrellas</RatingDescription>
| |
− | <RatingValue>4.0</RatingValue>
| |
− | </HotelRating>
| |
− | <ImageLinks ItemsCount="4">
| |
− | <ImageLink Sequence="1">
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">General</ImageDescription>
| |
− | <DisplayOrder>1</DisplayOrder>
| |
− | <ImageHeight UnitOfMeasureCode="9">52</ImageHeight>
| |
− | <ImageWidth UnitOfMeasureCode="9">70</ImageWidth>
| |
− | <ImageURL>1/6/169FECAA517308C6D670861605F22743.jpg</ImageURL>
| |
− | <ThumbnailURL>9/8/98AE7381AF851A3631486502673653F2.jpg</ThumbnailURL>
| |
− | </ImageLink>
| |
− | <ImageLink Sequence="2">
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Habitación</ImageDescription>
| |
− | <DisplayOrder>2</DisplayOrder>
| |
− | <ImageHeight UnitOfMeasureCode="9">51</ImageHeight>
| |
− | <ImageWidth UnitOfMeasureCode="9">70</ImageWidth>
| |
− | <ImageURL>6/0/60E1951BFA1D41836BCF1E8187675214.jpg</ImageURL>
| |
− | <ThumbnailURL>5/0/5054FD9BAA428B52E49AD64DA800F23B.jpg</ThumbnailURL>
| |
− | </ImageLink>
| |
− | <ImageLink Sequence="3">
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Piscina</ImageDescription>
| |
− | <DisplayOrder>3</DisplayOrder>
| |
− | <ImageHeight UnitOfMeasureCode="9">50</ImageHeight>
| |
− | <ImageWidth UnitOfMeasureCode="9">70</ImageWidth>
| |
− | <ImageURL>6/D/6DE26A3917736F13E0FD5E78DD5C9723.jpg</ImageURL>
| |
− | <ThumbnailURL>C/A/CACCD17D7DC58DAB61148E5BD9451D99.jpg</ThumbnailURL>
| |
− | </ImageLink>
| |
− | <ImageLink Sequence="4">
| |
− | <ImageDescription ImageDisplayType="NMO.GBL.IMG.IMG">Vestíbulo</ImageDescription>
| |
− | <DisplayOrder>4</DisplayOrder>
| |
− | <ImageHeight UnitOfMeasureCode="9">46</ImageHeight>
| |
− | <ImageWidth UnitOfMeasureCode="9">70</ImageWidth>
| |
− | <ImageURL>1/3/136806D8E0E937AB37CF6644424DA587.jpg</ImageURL>
| |
− | <ThumbnailURL>5/1/51927647FC24A445C17A1B5CF47EF5BC.jpg</ThumbnailURL>
| |
− | </ImageLink>
| |
− | </ImageLinks>
| |
− | <HotelChain>GRUPO AMERICAS</HotelChain>
| |
− | <Emails ItemsCount="1">
| |
− | <Email Sequence="1">
| |
− | <EmailType EmailType="NMO.GBL.EMT.OFC"/>
| |
− | <EmailValue>TOWERS@AMERICAS-BUE.COM.AR</EmailValue>
| |
− | </Email>
| |
− | </Emails>
| |
− | <URLs ItemsCount="1">
| |
− | <URL Sequence="1" URLType="web">www.grupoamericas.com.ar</URL>
| |
− | </URLs>
| |
− | </Hotel>
| |
− | <DestinationDetails>
| |
− | <Destination DestinationType="NMO.HTL.DST.CTY" DestinationCode="5694">Buenos Aires</Destination>
| |
− | <Destination DestinationType="NMO.HTL.DST.CTR" DestinationCode="202">Argentina</Destination>
| |
− | <Destination DestinationType="NMO.HTL.DST.CNT" DestinationCode="15">América del Sur</Destination>
| |
− | <Destination DestinationType="NMO.HTL.DST.ALL" DestinationCode="1">Planeta Tierra</Destination>
| |
− | </DestinationDetails>
| |
− | <CheckIn>2014-08-18Z</CheckIn>
| |
− | <CheckOut>2014-08-20Z</CheckOut>
| |
− | <Rate>
| |
− | <Rooms>
| |
− | <Room>
| |
− | <RoomDescription RoomType="NMO.HTL.RMT.SGL">INDIVIDUAL STANDARD</RoomDescription>
| |
− | <Occupancy>
| |
− | <AdultsCount>1</AdultsCount>
| |
− | <ChildrenCount>0</ChildrenCount>
| |
− | <InfantCount>0</InfantCount>
| |
− | <RoomsCount>1</RoomsCount>
| |
− | <Passengers>
| |
− | <Passenger AgeType="NMO.GBL.AGT.ADT">
| |
− | <PersonNames>
| |
− | <PersonName NameType="NMO.GBL.PNT.FIR">NOMBRE</PersonName>
| |
− | <PersonName NameType="NMO.GBL.PNT.LAS">APELLIDO</PersonName>
| |
− | </PersonNames>
| |
− | <Age>30</Age>
| |
− | <Identifiers>
| |
− | <Identifier Type="NMO.HTL.RPT.DNI" xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
| |
− | </Identifiers>
| |
− | </Passenger>
| |
− | </Passengers>
| |
− | </Occupancy>
| |
− | <Availability AvailabilityCode="NMO.HTL.AVB.CNF">Inmediate Confirmation</Availability>
| |
− | </Room>
| |
− | </Rooms>
| |
− | <Board Code="3">ALOJAMIENTO Y DESAYUNO</Board>
| |
− | <RatePrices>
| |
− | <RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">1082.65162200282</RatePrice>
| |
− | <RatePrice Currency="USD" Type="NMO.HTL.RPT.NBC">230.28</RatePrice>
| |
− | <RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">1082.65162200282</RatePrice>
| |
− | </RatePrices>
| |
− | <ChargeConditions>
| |
− | <ChargeCondition Sequence="1">
| |
− | <ChargeDescription ChargeType="NMO.HTL.CHT.CAN">Cancellation</ChargeDescription>
| |
− | <DateRangeWithDateType>
| |
− | <DateFrom>2014-08-15T00:00:00.000Z</DateFrom>
| |
− | <DateTo>2014-08-18T00:00:00.000Z</DateTo>
| |
− | </DateRangeWithDateType>
| |
− | <RatePrices>
| |
− | <RatePrice Currency="ARS" Type="NMO.HTL.RPT.NET">541.3258110014104</RatePrice>
| |
− | <RatePrice Currency="USD" Type="NMO.HTL.RPT.NBC">115.14</RatePrice>
| |
− | <RatePrice Currency="ARS" Type="NMO.GBL.RPT.GRS">541.3258110014104</RatePrice>
| |
− | </RatePrices>
| |
− | </ChargeCondition>
| |
− | </ChargeConditions>
| |
− | <Deadline>
| |
− | <Date>2014-08-12T00:00:00.000Z</Date>
| |
− | </Deadline>
| |
− | </Rate>
| |
− | <BookingCreationDT>2013-12-23T13:38:30.000Z</BookingCreationDT>
| |
− | </Hotel>
| |
− | </Hotels>
| |
− | </Products>
| |
− | </Booking>
| |
− | </Bookings>
| |
− | </Details>
| |
− | </BookingQueryRS>
| |
− | </code>
| |
| | | |
| {| class="wikitable sortable" | | {| class="wikitable sortable" |
| |- | | |- |
− | ! Parámetro !! Obligatorio !! Descripción | + | ! Aplicable a !! Tabla |
− | |-
| |
− | | 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.
| |
− | |-
| |
− | | Details || Si ||
| |
− | |-
| |
− | | Bookings || Si ||
| |
− | |-
| |
− | | Booking || Si || Detalle de la reserva.
| |
− | | |
− | Atributos:
| |
− | | |
− | * BookingReference: identificador de la reserva.
| |
− | * BookingState: estado de la reserva
| |
− | |-
| |
− | | ReceivedFrom || Si || Nombre de la persona que firma los cambios de la reserva.
| |
− | |-
| |
− | | BookingState || No || Estado de la reserva (del ítem). La codificación de los estados será provista por Nemo.
| |
− | |-
| |
− | | Hotel || Si ||
| |
− | |-
| |
− | | BookingReferences || No || Identificadores de la resera.
| |
− | |-
| |
− | | BookingStatusList || No || Estados del “ítem”.
| |
| |- | | |- |
− | | BookingStatus || Si || | + | | Hoteles || [[API Reference: Grupos de Servicios e Instalaciones|Códigos de Grupos de Servicios e Instalaciones]] |
| |- | | |- |
− | | BookingStatusDescription || Si || Descripción del estado actual de la reserva. | + | | Hoteles || [[API Reference: Códigos de Estrellas|Códigos de Estrellas]] |
− | | |
− | BookingStatusCode: Código del estado de la reserva correspondiente a los códigos estándar de reserva provistos por Nemo.
| |
| |- | | |- |
− | | Hotel || No || Contiene toda la información del hotel. | + | | Reserva || [[API Reference: Estados de la Reserva|Estados de la Reserva]] |
| |- | | |- |
− | | HotelName || Si || Nombre del hotel. | + | | Hoteles || [[API Reference: Tipos de Alojamientos|Tipos de Alojamientos]] |
| |- | | |- |
− | | AccomodationType || No || Indica si es hotel, hostel, camping, etc, los tipos serán provistos por Nemo. | + | | Hoteles || [[API Reference: Tipos de Descripciones de Hoteles|Tipos de Descripciones]] |
| |- | | |- |
− | | HotelDescriptions || No || | + | | Destinos || [[API Reference: Tipos de Destinos|Tipos de Destinos]] |
| |- | | |- |
− | | HotelDescription || Si || Descripción del hotel. | + | | Hoteles || [[API Reference: Tipos de Estrellas|Tipos de Estrellas]] |
− | | |
− | Atributos:
| |
− | | |
− | HotelDescriptionType: Tipo de descripción correspondiente a los tipos de descripción estándar provistos por Nemo.
| |
| |- | | |- |
− | | LocationDetails || No || | + | | Reserva || [[API Reference: Tipos de Gastos de Cancelación|Tipos de Gastos de Cancelación]] |
| |- | | |- |
− | | Location || No || Descripción del área en la que se localiza el hotel. | + | | Habitaciones || [[API Reference: Tipos de Habitaciones|Tipos de Habitaciones]] |
− | | |
− | Atributos:
| |
− | | |
− | LocationCode: Código de área provisto por el proveedor.
| |
| |- | | |- |
− | | Amenities || No || | + | | Pasajeros || [[API Reference: Tipos de Identificadores de Pasajeros|Tipos de Identificadores de Pasajeros]] |
| |- | | |- |
− | | Amenity || No || Código de amenidad admitido. | + | | Hoteles || [[API Reference: Tipos de Imágenes|Tipos de Imágenes]] |
− | | |
− | Atributos:
| |
− | | |
− | AmenityGroupCode: Tipo de amenidad. Los tipos de amenidad admitidos corresponden a los provistos por Nemo.
| |
− | | |
− | AmenityCode: Código de amenidad. Los códigos de amenidad admitidos corresponden a los provistos.
| |
| |- | | |- |
− | | Address || Si || Dirección del hotel | + | | Reservas || [[API Reference: Tipos de Localizadores de la Reserva|Tipos de Localizadores (identificadores) de la Reserva]] |
| |- | | |- |
− | | AddressLines || Si || Líneas que componen la dirección del hotel. | + | | Pasajeros || [[API Reference: Tipos de Nombres|Tipos de Nombres de Pasajeros]] |
| |- | | |- |
− | | AddressLine || Si || Indica la dirección del hotel. | + | | Pasajeros || [[API Reference: Tipos de Pasajeros|Tipos de Pasajeros]] |
| |- | | |- |
− | | Position || No || Coordenadas del hotel: Latitud y Longitud. | + | | Tarifa || [[API Reference: Tipos de Pensiones|Tipos de Pensiones]] |
| |- | | |- |
− | | HotelRating || Si || Categoría del hotel. | + | | Hoteles || [[API Reference: Tipos de Servicios e Instalaciones|Tipos de Servicios e Instalaciones (Amenities)]] |
− | | |
− | Atributos:
| |
− | | |
− | HotelRatingCode: código de la categoría correspondiente a los códigos de categoría estándar provistos por Nemo.
| |
− | | |
− | HotelRatingType: Tipo de la categoría correspondiente a los tipos de categoría estándar provistos por Nemo.
| |
| |- | | |- |
− | | RatingValue || Si || Valoración de la categoría del hotel expresada en el tipo de categoría indicado en el nodo padre. | + | | Hoteles || [[API Reference: Hoteles - Tipos de Teléfonos|Tipos de Teléfonos]] |
| |- | | |- |
− | | ImageLinks || Si || Conjunto de imágenes del hotel | + | | General || [[API Reference: Tipos de Email|Tipos de Email]] |
| |- | | |- |
− | | ImageLink || No || | + | | General || [[API Reference: Códigos de proveedores | Códigos de proveedores]] |
| |- | | |- |
− | | ImageDescription || Si || Descripción de la imagen | + | | Tarifa || [[API Reference: Tipos de tarifa | Tipos de tarifa]] |
− | | |
− | ImageDisplayType: Tipo de imagen correspondiente a los tipos de imágenes estándar provistos por Nemo.
| |
− | |-
| |
− | | DisplayOrder || No || Orden del la imagen.
| |
− | |-
| |
− | | ImageURL || Si || URL de la imagen
| |
− | |-
| |
− | | DestinationDetails || Si || Atributos:
| |
− | | |
− | DestinationType: tipo de destino de los provistos por Nemo.
| |
− | | |
− | Destination Code: código del destino a buscar, de los provistos por Nemo.
| |
− | |-
| |
− | | CheckIn || No || Fecha de entrada de la estadía.
| |
− | |-
| |
− | | CheckOut || No || Fecha de salida de la estadía
| |
− | |-
| |
− | | Rate || Si || Tarifa a reservar, indicando con el atributo TripProductId el id del hotel a reservar.
| |
− | |-
| |
− | | Rooms || No ||
| |
− | |-
| |
− | | Room || Si ||
| |
− | |-
| |
− | | Occupancy || Si || Indica la cantidad de adultos, niños e infantes por cada habitación.
| |
− | En el nodo Passengers se encuentran los datos de los pasajeros.
| |
− | |-
| |
− | | Fares || Si || Datos de tarifas
| |
− | |-
| |
− | | FareType || No || Tipo de tarifas, ej. Tarifa web, precio de agencia
| |
− | |-
| |
− | | Prices || Si || Precios, con valor y moneda
| |
− | |-
| |
− | | BookingReferences || No || Identificadores de la reserva
| |
− | |-
| |
− | | BookingState || Si || Estado de la reserva (del ítem). La codificación de los estados será provista por Nemo.
| |
− | | |
− | Atributos:
| |
− | | |
− | Code: Código del estado (confirmada, rechazada, etc)
| |
− | |-
| |
− | | Exceptions || Si || Si no se puede armar el nodo Details se arma un nodo Exceptions con las notificaciones correspondientes.
| |
− | |-
| |
− | | ChargeConditions || Si || Nodo de gastos de cancelación
| |
− | |-
| |
− | | ChargeCondition || Si || Gasto de Cancelación
| |
− | | |
− | Atributo:
| |
− | | |
− | ChargeType, tipo de cargo (Ej. NMO.HTL.CHT.CAN cancelación, NMO.HTL.CHT.AMD Modificación)
| |
− | |-
| |
− | | ChargeDescription || Si || Descripción del gastos de cancelación
| |
− | |-
| |
− | | DateRangeWithDays || No || Indica que el gasto de cancelación tiene un rango en base a días.
| |
− | |-
| |
− | | DateFrom || Si || Fecha desde
| |
− | |-
| |
− | | DateTo || Si || Fecha hasta
| |
− | |-
| |
− | | DateRangeWithDateType || No || Indica que el gasto de cancelación tiene un rango en base a fechas.
| |
− | |-
| |
− | | DateFrom || Si || Fecha desde
| |
− | |-
| |
− | | DateTo || Si || Fecha hasta
| |
− | |-
| |
− | | RatePrices || Si ||
| |
− | |-
| |
− | | RatePrice || Si || Indica el importe del concepto de cancelación
| |
− | | |
− | Atributos:
| |
− | | |
− | RatePriceType, tipo de precio
| |
| |} | | |} |
− |
| |
− | == Lenguaje de Descripción de la Aplicación Web (WADL) ==
| |
− |
| |
− | Utilizando la especificación provista por Price Surfer los Clientes podrán acceder al catálogo de los servicios y recursos provistos en la API.
| |
− |
| |
− | = Especificaciones y recomendaciones =
| |
− |
| |
− | == Autorización ==
| |
− |
| |
− | Para acceder a las operaciones propias del servicio web será necesario el uso de credenciales por medio de un hash que actúa como Token de Autorización. El servicio utilizará para esto una cabecera especial denominada "X-PS-AUTHTOKEN" la cuál actuará como clave de seguridad interna para establecer la comunicación entre el sistema y el usuario.
| |
− |
| |
− | == Ejemplo de cabecera ==
| |
− |
| |
− | * Solicitud
| |
− | <syntaxhighlight lang="xml">
| |
− | POST http://service-cert.psurfer.net/pricesurfer/catalog/products/search HTTP/1.1
| |
− | Accept-Encoding: gzip,deflate
| |
− | Accept: application/xml
| |
− | Content-Type: application/xml
| |
− | X-PS-AUTHTOKEN: 981d284d_bc57_c429_91b9_178fg07f78f0
| |
− | Content-Length: 770
| |
− | Host: http://service-cert.psurfer.net
| |
− | Connection: Keep-Alive
| |
− | User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
| |
− | </syntaxhighlight>
| |
− |
| |
− | * Respuesta
| |
− | <syntaxhighlight lang="xml">
| |
− | HTTP/1.1 200 OK
| |
− | X-Powered-By: Servlet/3.0
| |
− | Server: GlassFish Server Open Source Edition 3.0.1
| |
− | Content-Type: application/xml
| |
− | Transfer-Encoding: chunked
| |
− | Content-Encoding: gzip
| |
− | Vary: Accept-Encoding
| |
− | Date: Wed, 31 Jul 2013 10:39:32 GMT
| |
− | </syntaxhighlight>
| |
− |
| |
− | == TransactionMode Sincrónico y Asincrónico ==
| |
− |
| |
− | Este modo se utiliza para Hoteles.
| |
− |
| |
− | * Sincrónico: TransactionMode="Synchronous"
| |
− | Las búsquedas en este modo esperarán que termine hasta el último proveedor en responder. Luego se ordenarán por precio y se retornarán.
| |
− | Esta es el método que utiliza la plataforma de PriceSurfer hsata este momento.
| |
− | * Asincrónico: TransactionMode="StartAsync" y "ContinueAsync"
| |
− | En este modo deberá iniciarse una búsqueda con el modo "StartAsync". La búsqueda termina cuando termine el primer proveedor, o sea el más rápido.
| |
− | El resto de los resultados se obtendrán con subsecuentes búsquedas pero con el modo "ContinueAsync".
| |
− |
| |
− | Cada respuesta a este mensaje contiene un nodo "TransactionStatus" que se encuentra en la respuesta de Hoteles:
| |
− | {AvailabilityQueryRS//Details/Trips/TripList[n]/HotelsAvailabilityResponset/TransactionStatus}
| |
− | y su valor puede ser FINISHED, TIMEOUT o CONTINUE.
| |
− |
| |
− | * FINISHED: significa que no hay más datos. Ésta es la última respuesta.
| |
− | * TIMEOUT: significa que no hay más datos. Ésta es la última respuesta. La diferencia con FINISHED es que ha terminado con algún error en un proveedor y el mismo no pudo terminar el proceso.
| |
− | * CONTINUE: significa que hay más datos de disponibilidad de hoteles. Debe seguir haciendo peticiones en modo "ContinueAsync" para obtener más resultados.
| |
− |
| |
− | = Archivos adicionales =
| |
− |
| |
− | Para poder consultar disponibilidad en los hoteles necesitará de códigos de destinos, habitaciones, etc.
| |
− | Estos códigos son provistos por Price Surfer en esta sección.
| |
− |
| |
− | == Tipos de Habitaciones ==
| |
− |
| |
− | Los tipos de habitaciones que vienen en la respuesta de disponibilidad pueden diferir con los consultados.
| |
− |
| |
− | Los tipos más comunes son los siguientes:
| |
− |
| |
− | * NMO.HTL.RMT.SGL habitación simple, cantidad de pasajeros=1.
| |
− | * NMO.HTL.RMT.DBL habitación doble, cantidad de pasajeros=2.
| |
− | * NMO.HTL.RMT.DBL.TWN habitación doble twin, cantidad de pasajeros=2.
| |
− | * NMO.HTL.RMT.DBL.TSU habitación doble de uso individual, cantidad de pasajeros=1.
| |
− | * NMO.HTL.RMT.TPL habitación triple, cantidad de pasajeros=3.
| |
− | * NMO.HTL.RMT.QUA habitación para 4 pasajeros.
| |
− | * NMO.HTL.RMT.PEN habitación para 5 pasajeros.
| |
− | * NMO.HTL.RMT.HEX habitación para 6 pasajeros.
| |
− | * NMO.HTL.RMT.SEP habitación para 7 pasajeros.
| |
− | * NMO.HTL.RMT.OCT habitación para 8 pasajeros.
| |
− | * NMO.HTL.RMT.NON habitación para 9 pasajeros.
| |
− |
| |
− | (También puede utilizarse el código corto: SGL, DBL, DBL.TWN, DBL.TSU, TLP, QUA, PEN, HEX, SEP, OCT, NON)
| |
− |
| |
− | Algunos proveedores entregan un tipo de habitación diferente al propuesto en la búsqueda. Estos tipos de habitaciones son traducidos a un tipo de Price Surfer. Pero no así su descripción. ''Todas las descripciones son las informadas por el proveedor.''
| |
− |
| |
− | El listado completo de tipos de habitación está disponible aquí:
| |
− |
| |
− | * http://wiki.psurfer.net/resources/ROOM_TYPE.csv.zip
| |
| | | |
| == Destinos == | | == Destinos == |
Línea 3038: |
Línea 518: |
| Listado de destinos de Price Surfer: | | Listado de destinos de Price Surfer: |
| | | |
− | * Español : http://wiki.psurfer.net/resources/DESTINATION_ES.zip | + | * Español : [https://wiki.psurfer.net/images/7/7d/Destination_ES.zip Destination_ES.zip] |
− | * Inglés : http://wiki.psurfer.net/resources/DESTINATION_EN.zip | + | * Inglés : [https://wiki.psurfer.net/images/b/b4/Destination_EN.zip Destination_EN.zip] |
− | * Portugués : http://wiki.psurfer.net/resources/DESTINATION_PT.zip | + | * Portugués : [https://wiki.psurfer.net/images/1/12/Destination_PT.zip Destination_PT.zip] |