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 integer

Yes

password

string

password credentials

Yes

lodgings

Yes

lodging

Yes

lodging_id

integer

property ID, it will be a 8-digit integer

Yes

currency

string

EUR, USD… The currency of the PMS

Yes

dates

Yes

date

Yes

day

date

Date that you want to update prices or availability. Format → yyyy-mm-dd

Yes

rooms

Node information room

Yes

adds_on_stay

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>

...