RoomTypes
RoomType by Hotel
Method:Â GET
Path: /publisher​s/{publisherCode}​/hotel​s/{hotelCode}​/roomTypes
Description:Â Lists all the room types for a specific publisher and hotel.
Parameters
Name | Located in | Description | Required | Type |
---|---|---|---|---|
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: ​/publisher​s/{publisherCode}​/hotel​s/{hotelCode}​/roomTypes​/{roomTypeCode}
Description:Â Get a specific room type for a specific publisher and hotel.
Parameters
Name | Located in | Description | Required | Type |
---|---|---|---|---|
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