Rate Plan Mapping API
The Flow of Channel Mapping -
Step 1 - Add the Expedia channel for the channel mapping process.
Step 2 - Add the valid data/values for multiple fields related to the Channel Mapping process.
Step 3 - Submit all the data.(If the channel rateplan mapping is successfully done, the system will acknowledge with a message - "Success". And in case of failure, system will acknowledge with an error message.)
Endpoint
POST
Attributes
hotelid alphanumeric (Required)
Specifies the required node hotelid contains the IT provider's hotel id for which the provider wishes to add mapping information.
action enum (Required)
Indicates the call is meant to Channel rateplan mapping for property.
channelid numeric (Required)
Specifies the Channel Code for OTA in Su. (for example, Booking.com, Expedia, Airbnb).
channelhotelid alphanumeric (Required)
Specifies the unique hotel ID used in the external distribution channel or PMS (Property Management System).
roomid alphanumeric (Required)
Property's Room / Listing ID.
rateid alphanumeric (Required)
Property's rate ID.
derivedrateids
array
List of Booking.com non-managable rateids.
channeroomid alphanumeric (Required)
Channel Room ID.
channerateid alphanumeric (Required)
Channel Rate Plan ID.
pricing array of objects
(Required)
Number of guests, multiplier and surcharge. PMS must pass object of number of guests according to the pricing OTA supports.
applicablenoofguest numeric (Required)
Number of guests for this room/rate combination applies.
multiplier numeric (Required)
Multiplier to increase / decrease rates. Both, absolute and percentage value is considered.
surcharge numeric (Required)
Additional Charges to added(if any).
disablerates boolean (Required)
Flag to disable rates while mapping derived rate plan combination.
disableavailablity boolean (Required)
Flag to disable inventory while mapping derived room/inventory combination.
fixedminstay object (Required)
Fixed amount for minimum stay.
fixed
boolean (Required)
If it supports fixed minimum stay or not.
minstay numeric (Required)
Number of days(Value for fixed number of days).
Sample Request
Response
Success Response - 200 Body Elements
Status string
Indicates the result of the API call.
Errors Response - 400 Body Elements
Status string
Indicates the result of the API call, which will be always "Failed" in case of an error response.
Errors array
Array that contains details about any errors that occurred during the API call. Each object in the Errors array contains the following properties:
Code string
Specific error code that helps identify the type of error.
ShortText string
A short description of the error.
Last updated
Was this helpful?