...
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 | ||||||
room_idrooms | Node information room_label | availabilityYes | unit_id | availability | rate_id | rate_label | people | price | |
discount | minimum_stay | rate_nights | closed_to_arrival | closed_to_departure | non_refundableadds_on_stay | No |
room
Code Block | ||
---|---|---|
| ||
<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> |
...