API endpoint that allows RoomType to be viewed or edited.

GET /room-types/18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 18,
    "url": "https://api.swistay.com/room-types/18/?format=api",
    "code": "KIS",
    "name": "Kitchen Space",
    "description": "A dedicated soece for kitchen(Not a an entire room)",
    "icon": {
        "id": 44,
        "name": "Kitchen tools",
        "src": "https://api.swistay.com/media/icons/b9bf9e6735dc48b8b2403d3fc3ddab53.svg"
    },
    "order": 15
}