Rates & Inventory Logs (Future Date)
Last updated
Was this helpful?
Last updated
Was this helpful?
The Rates & Inventory Log call is used to retrieve the information on Rates & Inventory (availability) for the property for specified Room Type and its related Rate Plan for requested future date range.
POST
Element name - request
Type
structural element
Children
n/a
Attribute Name
hotelid / hotel_id / Client ID
IT provider's hotel id for which retrieving rates and inventory logs.
roomid / room_id / ListingID
Provided property's Room Type Id for which retrieving rates and inventory logs.
rateplanid / rate_id
Provided property's Rate Plan Id related to room type for which retrieving rates and inventory logs.
Attribute Name - hotelid/ hotel_id / ClientID
Type
alphanumeric
Constraints
needs to be a property registered in the STAAH (Existing)
Amount of elements possible within parent
1
Attribute Name - roomid / room_id / ListingID
Type
alphanumeric
Constraints
needs to be an active room type in the STAAH system for property
Amount of elements possible within parent
Min:1 Max:unbounded
Element name - rateplanid / rate_id
Type
alphanumeric
Constraints
rate plan related to room type for property
Amount of elements possible within parent
Min:1 Max:unbounded
Format Parent
date
Element name - date
Type
datetime
Constraints
only current date to max up to 730 days in the future
Amount of elements possible within parent
Min:0 Max:1
Format
YYYY-MM-DD
Attribute Name - from
Type
datetime
Constraints
only current date to max upto 730 days in the future
Amount of elements possible within parent
Min:0 Max:1
Format
YYYY-MM-DD
Attribute Name - to
Type
datetime
Constraints
only current date to max upto 730 days in the future
Amount of elements possible within parent
Min:0 Max:1
Format
YYYY-MM-DD
Please find an example input message below:
In the case where there is no rates or inventory found for provider based on the parameters provided.
Errors due to invalid parameters
Error - 400
This error will be received if allocated with incorrect Hotel id / Client id.
Error - 941
This error will be received if provided with incorrect Room Type id / listing id.
Error - 942
This error will be received if provided incorrect Rate Plan id.
Error - 945
This error will be received if allocated incorrect value in date field. Date must be of current or future date.
Error - 946
To date value must be equal or greater than from date value.
Error - 935
Date format must be YYYY-MM-DD.
Error - 921
Date range value must be within 730 days of future date counting from current date.