Inventory Control
Last updated
Was this helpful?
Last updated
Was this helpful?
Inventory control in a hotel, specifically focusing on room bookings and restrictions, involves managing and optimizing the availability of hotel rooms to maximize revenue and occupancy rates.
Su ARI Control API
An API through which you can control inventory, rates and closed restrictions for specific OTAs.
If no data passed under the API for specific OTA, data will be pushed as passed and available in Su.
Request is the same in order to add, edit or remove the stipulations added.
To remove the applied restrictions and conditions from OTA, pass on the same request with having empty parameter.
API is live on sandbox environment to test and try.
POST
hotelid
alphanumeric (Required)
Property id for the hotel in Su.
roomid
alphanumeric (Required)
Room id for the room in Su.
rateid
alphanumeric (Required)
Rate id for the room type in Su.
date
array (Required)
Array of objects, each representing a date.
from
string (Required)
Represents a start date.
to
string (Required)
Represents an end date.
OTARule array
OTA rules are defined as contractual agreements and policies established between hotels and online travel agencies. These rules govern how hotels can list their inventory on OTA platforms, as well as the terms of booking.
OTACode
numeric (Required)
OTA Codes which are listed in Su.
type
enum (Required)
Type defines the ... <TBD>
Fixed (Inventory or Rate – fixed amount)
Increase (Inventory or Rate – absolute value ie. 5 = +5)
Decrease (Inventory or Rate – Absolute value ie. 5 = -5)
Multiply (Only for Rate – 0.9 = -10%, 1.1 = +10%)
value
numeric (Required)
This is the modifier value. This value is the modification to rate or inventory (based on the type).
closed
Boolean (Required)
This option is only available under rate control as stop-sells are handled on Rate Plan level in Su.
Inventory Object
To have the inventory as a Fix value. If the current inventory is 3 but want to have it as a fixed value on channel below payload will work. Please note that even if the booking will be received, inventory value will not be changed and will stay fixed.
To have the inventory increased by value. If the current inventory is 3 but want to have it increased by a value on channel below payload will work.
To have the inventory decreased by value. If the current inventory is 3 but want to have it decreased by a value on channel below payload will work. If the calculated number goes in negative, system will post 0 as an inventory on specific OTA.
To get the changes applied removed, please remove the entire array of “OTARule” and pass it as empty / blank. Please note that the edit operations are not allowed. The API works on overwrite functionality.
Rate Object
To have the rate as a Fix value. If the current rate is 3000 but want to have it as a fixed value on channel below payload will work.
To have the rate increased by specific value. If the current rate is 3000 but want to have it increased by amount on channel/s below payload will work.
To have the rate decreased by specific value. If the current rate is 3000 but want to have it decreased by amount on channel/s below payload will work.
To have the rate multiplied by specific value. If the current rate is 3000 but want to have it multiplied by value on channel/s below payload will work.
To get the changes applied removed, please remove the entire array of “OTARule” and pass it as empty / blank. Please note that the edit operations are not allowed. The API works on overwrite functionality
To have the rate plan closed on specific OTA, please pass the rule as closed
OTA Codes as per Su. Codes can be found in the API documentation .
Please do email us on for more details