Minor Update Notification - HotelX Buyers API - RateRules Extended

Minor Update Notification - HotelX Buyers API - Negotiated Rates

Please be advised we are releasing an update regarding HotelX Buyers API that may affect you.

Minor changes

  • Added new RateRules “rateRulesExtended” in Availability response.

Negotiated Rates

A new “Negociated Rate” has been added into our Rates. In order to allow clients to benefit from these specific rates, we’ve added extra information that provides the restrictiction about how this rate should be applied.

Before:

Now:

"rateRulesExtended": [
       {
           "type": "NEGOTIATED",
           "rates": [
               {
                   "code": "BAR",
                   "supplierCode": "BAR",
                   "description": "description",
                   "restrictions": [
                       {
                           "type": "COMPANY",
                           "code": "REP",
                           "description": "Lorem ipsum"
                       },
                       {
                           "type": "COMPANY",
                           "code": "MERC",
                           "description": "Lorem ipsum"
                       }
                   ]
               }
           ]
       }
   ]