Skip to main content

Versions

2019-12-11

  • Added the possibility to make avail requests for more than one product.

Modified methods: DestServicesAvailV2, DestServicesBookV2

2020-03-04

  • The structure "Commissions", now, only is returned if the prices are commissionable. If the sell is net, this nodes not are returned.

Modified methods: DestServicesAvailV2, DestServicesBookV2, DestServicesCommitV2, DestServicesReadV2

  • Products are returned in an array. The node Product is not returned. Every product is returned in the item "BookResponseV2Product"

Modified methods: DestServicesBookV2, DestServicesCommitV2, DestServicesReadV2

  • Added node "Comments" to inform of the comments/petitions of the passenger.

Modified methods: DestServicesBookV2, DestServicesCommitV2, DestServicesReadV2

  • Added attribute "TransportCompany" to inform of the name of the company of the transport in which the passenger arrives.

Modified methods: DestServicesCommitV2

  • Added the possibility of booking optional services.

Modified methods: DestServicesAvailV2, DestServicesBookV2

  • Added node "Languages" inside each "AvailResponseV2Avail" to clarify the languages that are available within each availability.

Modified methods: DestServicesAvailV2

2020-04-01

  • Added the option to obtain the list of the countries.

Modified methods: DestServicesStaticDataV2

  • Added option in DestServicesStaticDataV2 to obtain the text contents of the products.

Modified methods: DestServicesStaticDataV2 (PRODUCTCONTENTS)

  • Added the possibility of filtering by country or destination in the static data

Modified methods: DestServicesStaticDataV2 (DEFAULT), DestServicesStaticDataV2 (DESTINATION)

  • Added destination code, name translations and themes in every product

Modified methods: DestServicesStaticDataV2 (DEFAULT)

  • Added the type of the themes.

Modified methods: DestServicesStaticDataV2 (THEME)

  • Added the translations of the locations.

Modified methods: DestServicesStaticDataV2 (LOCATION)

2020-11-30

  • Add product image list in content structure for static data

Modified methods: DestServicesStaticDataV2

2021-09-10

  • New functionality to add one or more products without a DestServicesAvailV2 search indicating the product and concept codes (BookRequestV2Concept/ProductCode and BookRequestV2Concept/ConceptCode)

Modified methods: DestServicesBookV2

New nodes:

  • \objRequest\Concepts\BookRequestV2Concept\ProductCode

  • \objRequest\Concepts\BookRequestV2Concept\ConceptCode

  • \objRequest\Concepts\BookRequestV2Concept\Duration

  • New functionality that allows you to add services to a previously confirmed reservation. The added services will be in a pending state and confirmation is required a call to DestServicesCommitV2 to confirm services and allocate occupation

Modified methods: DestServicesBookV2

New nodes:

  • \objRequest\TransactionIdentifier

  • New functionality that allows the product to be packaged. It is necessary to indicate the ID of the package product (this must be provided by the supplier)

Modified methods: DestServicesBookV2

New nodes:

  • \objRequest\BookRequestV2PackageOptions\PackageID

  • \objRequest\BookRequestV2PackageOptions\IncludeOtherServices

  • Extension of the static data method of product to be able inform if product is quoted by variable duration: the ProductDays node will have value -1 for products configured with variable duration

Modified methods: DestServicesStaticDataV2

2021-10-20

  • Added section Connection tests to import the examples of the requests in Postman.

  • Add the available sectors in the response of DestServicesAvailV2 method and the option to send the selected sector in the request of DestServicesBookV2 method

Modified methods: DestServicesAvailV2, DestServicesBookV2

New nodes:

  • AvailResponseV2Product\Sectors
  • \objRequest\Sector

2022-02-09

  • Added property ProviderLocator to the BookResponseV2Product.

Modified methods: DestServicesBookV2, DestServicesCommitV2 and DestServicesReadV2.

  • Added collection of translations linked to the concept.

Modified methods: DestServicesStaticDataV2.

2022-09-01

  • Added the option to cancel elements of the bookings, before and after confirmation.

Modified methods: DestServicesBookV2, DestServicesCommitV2 and DestServicesCancelV2.

DestServicesBookV2 :: Added the option to cancel products. // Added in the response an identifier for each product in the actual booking.

New nodes:

  • objRequest\CancelBookingItems\BookingItemIdentifier
  • DestServicesBookV2Result\Products\BookResponseV2Product\BookingItemIdentifier

DestServicesCommitV2 :: Added in the response an identifier for each product in the actual booking.

New nodes:

  • DestServicesBookV2Result\Products\BookResponseV2Product\BookingItemIdentifier

DestServicesCancelV2 :: Added the option to cancel individual products instead of the entire booking.

New nodes:

  • DestServicesCancelV2\objRequest\CancelBookingItems\BookingItemIdentifier

  • DestServicesCancelV2Result\CanceledBookingItems\CanceledBookingItem

  • Added new boolean node in the DestServicesAvailV2 response to indicate if is mandatory send the sector code in the DestServicesBookV2 request.

Modified methods: DestServicesAvailV2.

New nodes:

  • AvailResponseV2Product/SectorMandatory

  • Added new nodes to inform about the expiration time of the shopping cart

Modified methods: DestServicesBookV2.

New nodes:

  • DestServicesBookV2Result\BookingExpirationDate

  • DestServicesBookV2Result\BookingExpirationSecondsLeft

  • Added collection of available dates of the products. These are only indicative dates, not restrictive dates.

Modified methods: DestServicesStaticDataV2.

New nodes:

  • DestServicesStaticDataV2Result\Products\StaticDataResponseV2Product\AvailableDates

2022-09-22

  • Added information about the required info for every pax of the booking

Modified methods: DestServicesBookV2.

New nodes:

  • DestServicesBookV2Result\...\GuestInfoRequired\PaxsRequired

  • DestServicesBookV2Result\...\GuestInfoRequired\GivenName

  • DestServicesBookV2Result\...\GuestInfoRequired\Surname

  • DestServicesBookV2Result\...\GuestInfoRequired\BirthDate

  • DestServicesBookV2Result\...\GuestInfoRequired\PhoneNumber

  • DestServicesBookV2Result\...\GuestInfoRequired\Email

  • DestServicesBookV2Result\...\GuestInfoRequired\DocumentID

  • Added new node to inform about the availability type.

Modified methods: DestServicesStaticDataV2.

New nodes:

  • DestServicesStaticDataV2Result\Products\StaticDataResponseV2Product\AvailabilityType

2023-01-03

  • Added the status of every item of the booking

Modified methods: DestServicesBookV2, DestServicesCommitV2, DestServicesReadV2.

New nodes:

  • DestServicesBookV2Result\Products\BookResponseV2Product\Status

2023-03-29

  • Added new node to inform about the sector code of the detail

Modified methods: DestServicesAvailV2

New nodes:

  • AvailResponseV2Product/Concepts/AvailResponseV2Concept/Details/AvailResponseV2Detail/SectorCode

2023-04-18

  • Added the concepts types

Modified methods: DestServicesStaticDataV2 (ConceptTypes)

  • Added new node to inform about the concept type code of the concept

Modified methods: DestServicesStaticDataV2

New nodes:

  • DestServicesStaticDataV2/Concepts/StaticDataResponseV2Concept/TypeCode

  • Added new array of nodes to inform about the concepts types in the system

Modified methods: DestServicesStaticDataV2

New nodes:

  • DestServicesStaticDataV2/ConceptsTypes

  • Added new node to inform about the concept type code of the concept

Modified methods: DestServicesAvailV2

New nodes:

  • AvailResponseV2Product/Concepts/AvailResponseV2Concept/TypeCode

2023-05-23

  • Added new node to inform about the postal code of the location

Modified methods: DestServicesStaticDataV2 (LOCATION)

2023-09-13

  • Added new attribute to differenciate the transport data of the origin and destination

Modified methods: DestServicesCommitV2

2023-12-05

  • Added in the response a node of the voucher (QR for example), if it exists, for each product in the actual booking

Modified methods: DestServicesBookV2, DestServicesCommitV2 and DestServicesReadV2

2023-12-19

  • Added new method to get a list of bookings

Added methods: DestServicesBookingListV2

2024-02-06

  • Added new node and attribute to link questions to passengers

Modified methods: DestServicesBookV2, DestServicesCommitV2

2024-03-01

  • Our API was modified to allow a multiservice flow, adding this services to a cart and link all to the same final booking.

Modified methods: DestServicesBookV2, DestServicesCommitV2 and DestServicesCancelV2.

The particularities of this booking process can be reviewed in the "Complex booking flows" section of this document.

You can see an example of the multiservice flow in the next folder of our Postman Workspace: Multi Services Flow (Cart management flow)

2024-03-05

  • Added the possibility to make avail requests sending the destinations codes

Modified methods: DestServicesAvailV2

2024-04-10

  • Added the hotel category of the location

Modified methods: DestServicesStaticDataV2 (LOCATION)

2024-06-07

  • Added new node to list the departure dates of products

Modified methods: DestServicesStaticDataV2 (DEPARTUREDATES)

2024-12-04

  • Added a new node with the voucher URL

Modified methods: DestServicesCommitV2, DestServicesReadV2

New nodes:

  • DestServicesCommitV2Result/VoucherURL
  • DestServicesReadV2Result/VoucherURL

2025-01-15

  • Added a new node with the prices of the concepts

Modified methods: DestServicesBookV2, DestServicesCommitV2, DestServicesReadV2

New nodes:

  • DestServicesBookV2Result/.../BookResponseV2Concept/Total

  • DestServicesCommitV2Result/.../BookResponseV2Concept/Total

  • DestServicesReadV2Result/.../BookResponseV2Concept/Total

  • Added explained info about prices at "General notes" block of this documentation. (Click here to go)

2025-05-20

  • Added new attribute to request for locations and destinations in a specific language

Modified methods: DestServicesStaticDataV2 (LOCATION), DestServicesStaticDataV2 (DESTINATION)

Note: This changes only apply to location and destination data, in the other static data methods, this attribute will be ignored.

Note: This attribute is not mandatory, if it is not sent, the system will return the default language of the location or destination.

New nodes:

  • DestServicesStaticDataV2/objRequest/PrimaryLangID
  • DestServicesStaticDataV2/objRequest/PrimaryLangID

2025-07-23

  • Added two new nodes into XML response of DestServicesAvailV2 method:

    • <ProductTypeCode>s:element minOccurs="0" maxOccurs="1" name="ProductTypeCode" nillable="true" type="s:int"
    • <ProductSubTypeCode>s:element minOccurs="0" maxOccurs="1" name="ProductSubTypeCode" nillable="true" type="s:int"

2025-08-13

  • Added new optional node <DocumentExpirationDate> in pax/guest required info

Modified methods: DestServicesBookV2, DestServicesCommitV2.

New nodes:

  • DestServicesBookV2Result\...\GuestInfoRequired\DocumentExpirationDate
  • DestServicesCommitV2\objRequest\...\Guest\DocumentExpirationDate

2025-12-18

  • Purpose: Enable transfer searches using GPS coordinates/IATA codes for origin and destination.

Added new optional location structure for transfer searches, allowing detailed origin and destination information.

Modified methods: DestServicesAvailV2, DestServicesCommitV2.

New optional nodes:

  • DestServicesAvailV2\objRequest\TransferOptions\LocationOrigin
  • DestServicesAvailV2\objRequest\TransferOptions\LocationDestination
  • DestServicesCommitV2\objRequest\TransferAddress

Notes:

  • All new nodes introduced in this change are optional.
  • The Book operation is not affected by this change.
  • LocationOrigin and LocationDestination are available only in the Avail request.
  • The optional TransferAddress node in Commit allows sending detailed address information for origin and destination.
  • Read the full integration guide: Coordinate-based transfer search

2026-01-15

  • Added new optional node <Gender> in pax/guest required info

Modified methods: DestServicesBookV2, DestServicesCommitV2.

New nodes:

  • DestServicesBookV2Result\...\GuestInfoRequired\Gender
  • DestServicesCommitV2\objRequest\...\Guest\Gender