Traveller's Choice Hotel API
  • 🚩Getting Started with Hotel API
  • πŸ•ΈοΈUnderstanding the API structure
  • πŸ”‘Authentication API
    • Access token
  • πŸ“šHotel Content API
    • Content API
      • Hotels Master
        • Hotels API
        • Hotel detail API
      • Location Master
        • countries
        • States
        • Cities
        • Areas
      • Types Master
        • Room Types Master
          • Room Types API
          • Room Types Detail API
        • Board Type Master
          • Board Types API
          • Board Types Detail API
        • Accommodation Type Master
          • Accommodation Types API
          • Accommodation Type Detail API
        • Chains Master
          • Chains API
          • Chain Detail API
        • Amenities Master
          • Amenities API
          • Amenity Detail API
        • Amenity Group Master
          • Amenity group API
          • Amenity Group Detail API
      • πŸ”„Sync Id
  • 🏨Hotel Booking API
    • Booking API
      • Availability APIs
        • MinRate Availability API
        • Availability API
      • Check Rate API
      • Booking APIs
        • Create a Booking - API
        • Booking Details API
        • Cancel Booking API
  • πŸ•΅οΈTest cases
    • Booking API
  • Webhook
  • Errors
    • Token Error
Powered by GitBook
On this page
  1. Hotel Content API
  2. Content API
  3. Types Master

Room Types Master

Roomtypes master ContentAPI will return all the available master roomtypes.

Use of RoomType master

The RoomtypeCode will be returned as part of the HotelBookingAPI response. You can use this RoomtypeCode to map room type data from the RoomType master and display it in the hotel booking sections.

The room type from the RoomType master will not be available for some of the rateKeys in the hotel availability response. This is because some of our rate providers do not have a RoomType master setup. In such cases, you will receive the necessary room type information directly within the hotel availability response.

PreviousTypes MasterNextRoom Types API

Last updated 7 months ago

πŸ“š