You can send prices to our PMS.
Endpoint: https://ws.icnea.net/pricing_set_prices.aspx
There are a few fields that are mandatory, and the update will not work if they are not in the call.
Parameter | Type | Mandatory? | Description |
---|---|---|---|
usr | string | yes | |
lodging_id | integer | yes | |
dates | array | yes | |
date | date | yes | date that you want to update |
rates | array | yes | |
people | integer | no | number of people for this rate |
nights | integer | no | length of stay for this rate (if you have different prices for length of stay) |
price | decimal | yes | price that you want to update |
minimum | integer | no | minimum stay restriction for this date |
Info |
---|
If you don’t send “people”, “nights” or “minimum”, the system will consider that the price you are |
Note |
---|
If you send 2 rates for the same people/nights, the system will read and save the second one. |
...