Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

parameter

type

description

mandatory?

link

Yes

user

integer

user credentials, 4-digit digits integer

Yes

password

string

password credentials

Yes

lodgings

Yes

lodging

You can send availability for 1 property or for multiple ones, using different <lodging> nodes.

Yes

lodging_id

integerproperty

ID, it will be a 8-digit digits integer

Yes

currency

string

EUR, USD… The currency of the PMSconfigured in Icnea.

Yes

dates

Yes

date

You can send different dates in the same call with different <date> nodes.

Yes

day

date

Date Day that you want to update prices or availability. Format : yyyy-mmMM-dd

Yes

rooms

Node → node information room

Yes

adds_on_stay

Node → node information add_on_stay

No

room

Code Block
languagexml
<room>
  <room_id>character(10)</room_id>
  <room_label>character(50)</room_label>
  <availability>integer(3)</availability>
  <room_units>
    <units>
      <unit_id>character(10)</unit_id>
      <availability>integer(3)</availability>
    </units>
  </room_units>
  <rates>...</rates>
  <adds_on_room>...</adds_on_room>
</room>

parameter

type

description

mandatory?

room_id

string

Yes

room_label

string

No

availability

integer

Yes

room_units

No

units

No

unit_id

string

No

availability

integer

No

rates

→ node information rate

Yes

adds_on_room

→ node information add_on_room

No

rate

Code Block
<rate>
  <rate_id>character(10)</rate_id>
  <rate_label>character(50)</rate_label>
  <people>integer(2)</people>
  <price>decimal</price>
  <discount>decimal</discount>
  <minimum_stay>integer(3)</minimum_stay>
  <rate_nights>integer(3)</rate_nights>
  <closed_to_arrival>false/true</closed_to_arrival>
  <closed_to_departure>false/true</closed_to_departure>
  <non_refundable>false/true</non_refundable>
</rate>

...