Allowed values for door_type

  • none
  • roll_up
  • swing

Allowed values for access_type

  • indoor
  • outdoor

Params

Param name Description
id
required

Validations:

  • Must be a String

Examples

GET /v1/bc4b6da9-8872-4eda-b258-ccb95d6b332f/units/875190d0-70e2-4317-bd1d-9b573e4aa4e6
200
{
  "unit": {
    "id": "875190d0-70e2-4317-bd1d-9b573e4aa4e6",
    "price": 764.95,
    "name": "U163",
    "description": "",
    "width": 10.0,
    "length": 6.0,
    "height": 4.0,
    "door_height": 10.0,
    "door_width": 1.0,
    "door_type": "roll_up",
    "access_type": "indoor",
    "floor": null,
    "directions": null,
    "size": "10x6x4",
    "area": 60.0,
    "standard_rate": 764.95,
    "managed_rate": null,
    "tiered_rate": null,
    "available_for_move_in": false,
    "rentable": true,
    "status": "occupied",
    "payment_status": "current",
    "current_ledger_id": "df2c974d-5d13-41e4-b5e0-b2b0a35b1999",
    "current_tenant_id": "ac8c2191-6697-49ed-b926-2d81a833e992",
    "combo_lock_group": null,
    "combination_lock_number": null,
    "overlock_lock_number": null,
    "attribute_description": null,
    "deleted": false,
    "damaged": false,
    "complimentary": false,
    "unrentable": false,
    "company_owned": false,
    "is_prepped": null,
    "rank": null,
    "custom_fields": [],
    "allow_future_move_ins_limit": null,
    "channel_rate": null,
    "unit_amenities": [],
    "unit_type": {
      "id": "9fb79d89-e241-401f-97a4-fa1188346a85",
      "name": "Unit Type 193",
      "deleted": false,
      "internal_account_code": "4000",
      "code_and_description": "4000 - Rental Revenue",
      "ii_excluded": []
    },
    "tier": null,
    "unit_group_id": "3762fdd6-0ac9-4f62-98c4-32bf1e297824"
  },
  "meta": {
    "status_code": 200,
    "status_message": "OK",
    "status_cat": "https://http.cat/200",
    "request_method": "GET",
    "request_id": null,
    "parameters": {
      "facility_id": "bc4b6da9-8872-4eda-b258-ccb95d6b332f",
      "id": "875190d0-70e2-4317-bd1d-9b573e4aa4e6",
      "unit": {}
    }
  }
}