Skip to content

Avantio

Konstantin Kolotyuk edited this page Sep 15, 2016 · 14 revisions

Avantio site https://www.avantio.com/ (previous name 'itsolutions')

Technical information

All required information can be found in official documentation http://feeds.avantio.com/doc/api_for_portals.pdf. This document is updated constantly. Current API version is 2.6.

Avantio is multihost supplier. Each host has CODE_PARTNER provided by Avantio.

Briefly, Avantio provides two ways to get data about accommodations:

  1. Via XML files. This way is used by sync workers. Files are updated with different frequency from several hours to several days (more details in documentation). To get access to files you only need CODE_PARTNER.

  2. Via SOAP API. Each method requires username and password to be presented in request:

<Credentials>
  <Language>EN</Language>
  <UserName>Foo</UserName>
  <Password>123</Password>
</Credentials>

NOTE: wsdl.xml contains a lot of methods but only those which described in the documentation works