API endpoint that allows BedType to be viewed or edited.

GET /bed-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/bed-types/3/?format=api",
    "code": "SIB",
    "name": "Single bed",
    "description": "Single bed is meant for a single person. Size is 3 ft x 6 ft 3 inches",
    "icon": {
        "id": 67,
        "name": "Single bed",
        "src": "https://api.swistay.com/media/icons/7771cf595c864eb58d3a894235443876.svg"
    },
    "order": 3
}