v1

latestSwagger 2.02026-07-14214688.6 KB
Rooms

Get all the details for a specific room in the hotel.

With this call you can load the details about a specific room in the hotel. It will show you the current status of the room.

get/api/hotel/v0/hotels/{hotelId}/rooms/{roomNumber}

Path parameters

hotelIdinteger required

The hotel id the room belongs to.

roomNumberstring required

The room number you want to see details for.

Headers

App-Idstring required

Application identifier

App-Keystring required

Application key.

Response

Room details for the given room and hotel.

createdstring date-time

Timestamp the room was created

descriptionstring

Description of the room

expected_occupancyinteger required

The common amount of persons for the room

extra_bed_allowedboolean

Is there an extra bed allowed in the room

floorinteger required

Floor of the room

max_personsinteger required

Maximum number of allowed persons in the room

min_personsinteger required

Minimum number of allowed persons in the room

namestring

Name of the room

numberstring required

Number of the room

updatedstring date-time

Timestamp of when the room was changed the last time