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

« Previous Version 2 Current »

Endpoint: https://ws.icnea.net/availability_monthly.aspx

 

<availability_monthly>
  <link>
    <user>integer(4)</user>
    <password>character(20)</password>
  </link>
  <lodging>
    <lodging_id>integer(8)</lodging_id>
  </lodging>
</availability_monthly>

Response:

<availability_monthly_response>
  <lodging>
    <lodging_id>integer(8)</lodging_id>
    <dates>
      <date>
        <day>yyyy-mm-dd (iso8601)</day>
        <availability>true/false</availability>
      </date>
    </dates>
    <rates>
      <rate>
        <month>integer(2)</month>
        <year>integer(4)</year>
        <price>integer(8)</price>
        <currency>ISO</currency>
      </rate>
    </rates>
  </lodging>
</availability_monthly_response>
  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.