{
"id": "66f16191f739705faa020003",
"hotelId": "66f16191f739705faa020001",
"code": "SUPERIOR-DBL",
"category": {
"cs-CZ": "Superior dvoulůžkový pokoj",
"de": "Superior Doppelzimmer",
"en": "Superior double room",
"ru": "Улучшенный двухместный номер"
},
"beds": 2,
"facilities": [
"shower",
"toilet"
],
"images": [
{
"url": "https://cdn.example.com/rooms/superior.jpg",
"thumbnailUrl": "https://cdn.example.com/rooms/superior-thumbnail.jpg"
}
],
"description": {
"cs-CZ": "Prostorný pokoj s vlastní koupelnou.",
"de": "Geräumiges Zimmer mit eigenem Bad.",
"en": "Spacious room with a private bathroom.",
"ru": "Просторный номер с собственной ванной комнатой."
}
}Objects
Room type
A category of room within a hotel.
Draft: The room-type resource and its endpoints are still in progress.
Their parameters and response shapes may change before they are finalized.
category, description)
return the locale keys selected by Accept-Language.
hotel is embedded only when the request sets expand=hotel.Draft: The room-type resource is still in progress. Its response shape may change before it is finalized.
Pattern:
^[0-9a-fA-F]{24}$Example:
"66f16191f739705faa020003"
Pattern:
^[0-9a-fA-F]{24}$Example:
"66f16191f739705faa020001"
Example:
"SUPERIOR-DBL"
Localized category name (plain text).
Show child attributes
Show child attributes
Example:
{
"cs-CZ": "Český text",
"de": "Deutscher Text"
}
Example:
2
Example:
["shower", "toilet"]
Show child attributes
Show child attributes
Localized description (Markdown).
Show child attributes
Show child attributes
Example:
{
"cs-CZ": "Český text",
"de": "Deutscher Text"
}
Embedded only when expand=hotel.
Show child attributes
Show child attributes