index

putInventories() XML method

username
password
properties XML

Instructions

This method accepts an XML document containing information about price and availability. The required parameters are the username and password of the account. The account APIKEY can be used as the password.

Set a minStay or maxStay value to 0 to remove it.

Multipliers can be set between 25 and 250 or to remove a multiplier, set it's value to 0. The value is used as a percentage where 100 = 100%.

The parameters can be sent as post fields as in the form above or posted as XML like follows:



<request>
  <auth>
    <username>username</username>
    <password>password</password>
  </auth>
  <properties>XML content for 1 or more property in the format returned by XML getInventories</properties>
</request>