Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Specifications:

The specifications to use our API are:

  • Protocol: SOAP

  • ContentType: ‘application/x-www-form-urlencoded’


Authentication:

The authentication is via user/password in the header of each XML, for example:

<inventory_request>
  <link>
    <user>1</user>
    <password>dummy-password</password>
  </link>
  <lodging>
    <lodging_id>11003</lodging_id>
  </lodging>
</inventory_request>

Ask Icnea for testing credentials.

  • No labels