RoomTypes
Get
Returns the RoomType by id
Parameters
Name
Type
Required
Description
id
Int32
✓
The id of the room Type. Maps to the "RoomTypes.UniqueId" database column.
Returns
Type:
RoomTypeModel
Description:
The RoomType found by the id
Http Method:
GET
Url:
api/RoomTypes/{id}