API endpoint that allows BedType to be viewed or edited.

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

{
    "id": 1,
    "url": "https://api.swistay.com/bed-types/1/?format=api",
    "code": "KIB",
    "name": "King bed",
    "description": "A king sized bed is available in two sizes European(6 ft x 6 ft 6 inches) and California(6 ft x 6 ft 10 inches) king. Can accommodate up to two people at a time",
    "icon": {
        "id": 71,
        "name": "King bed",
        "src": "https://api.swistay.com/media/icons/1b821be660a345a78aeb08b260e39196.svg"
    },
    "order": 1
}