API endpoint that allows RoomType to be viewed or edited.

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

{
    "id": 3,
    "url": "https://api.swistay.com/room-types/3/?format=api",
    "code": "BER_MA",
    "name": "Master Bedroom",
    "description": "A master bedroom is a bedroom reserved for the owners/head of the house, typically the parents of the household.",
    "icon": {
        "id": 23,
        "name": "Double bed",
        "src": "https://api.swistay.com/media/icons/a96f3200910a4817beb1d7d8f256bfff.svg"
    },
    "order": 4
}