API endpoint that allows BedType to be viewed or edited.

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

{
    "id": 12,
    "url": "https://api.swistay.com/bed-types/12/?format=api",
    "code": "CO",
    "name": "Cot",
    "description": "A cot is a a small bed for a baby or young child with high bars around sides so that the child cannot fall out",
    "icon": {
        "id": 73,
        "name": "Crib",
        "src": "https://api.swistay.com/media/icons/90539d0ccb544ccd8204bb53129c78df.svg"
    },
    "order": 12
}