API endpoint that allows BedType to be viewed or edited.

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

{
    "id": 8,
    "url": "https://api.swistay.com/bed-types/8/?format=api",
    "code": "SOB",
    "name": "Sofa bed",
    "description": "This is a sofa that can be converted into a bed, typically for occasional use.",
    "icon": {
        "id": 74,
        "name": "Sofa bed",
        "src": "https://api.swistay.com/media/icons/a129a5cd4d3d4d64a512a23c7b1f34b1.svg"
    },
    "order": 8
}