RoomTypes
RoomType by Hotel
Method: GET
Path: /publishers/{publisherCode}/hotels/{hotelCode}/roomTypes
Description: Lists all the room types for a specific publisher and hotel.
Parameters
publisherCode
path
The unique identifier for the data publisher. Please refer to PMS RequestorID/publisherCode list
Yes
String
hotelCode
path
The code that uniquely identifies a single hotel property.
Yes
String
Responses
RoomType by Room Type Code
Method: GET
Path: /publishers/{publisherCode}/hotels/{hotelCode}/roomTypes/{roomTypeCode}
Description: Get a specific room type for a specific publisher and hotel.
Parameters
publisherCode
path
The unique identifier for the data publisher. Please refer to PMS RequestorID/publisherCode list
Yes
String
hotelCode
path
The code that uniquely identifies a single hotel property.
Yes
String
roomTypeCode
path
The code that identifies a Room Type.
Yes
String
Responses
Response JSON Samples: RoomTypes Samples
Last updated