> ## Documentation Index
> Fetch the complete documentation index at: https://docs2.travtus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Units

Below is our standard data structure for a unit:

<ParamField body="community_name" type="string" default="none">
  The name of the community for the unit you want to create.
</ParamField>

<ParamField body="external_ref" type="string" default="none">
  The external reference of the community for the unit you want create.
</ParamField>

<ParamField body="unit_number" type="string" default="none">
  The unit number for the unit you want to create.
</ParamField>

<ParamField body="building_name" type="string" default="none">
  The name of the building for the unit you want to create.
</ParamField>

<ParamField body="address_line_1" type="string" default="none">
  The first line of the address for the unit you want to create.
</ParamField>

<ParamField body="address_line_2" type="string" default="none">
  The second line of the address for the unit you want to create.
</ParamField>

<ParamField body="city" type="string" default="none">
  The city of the address for the unit you want to create.
</ParamField>

<ParamField body="state" type="string" default="none">
  The state of the address for the unit you want to create.
</ParamField>

<ParamField body="country" type="string" default="none">
  The country of the address for the unit you want to create.
</ParamField>

<ParamField body="postal_code" type="string" default="none">
  The postal code of the address for the unit you want to create.
</ParamField>

<ParamField body="longitude" type="string" default="none">
  The longitude of the address for the unit you want to create.
</ParamField>

<ParamField body="latitude" type="string" default="none">
  The latitude of the address for the unit you want to create.
</ParamField>

<ParamField body="bedrooms" type="string" default="none">
  The number of bedrooms for the unit you want to create.
</ParamField>

<ParamField body="bathrooms" type="string" default="none">
  The number of bathrooms for the unit you want to create.
</ParamField>

<ParamField body="sqft" type="string" default="none">
  The square feet for the unit you want to create.
</ParamField>

<ParamField body="unit_floorplan_url" type="string" default="none">
  The URL to the floorplan image for the unit.
</ParamField>

<ParamField body="unit_image_url" type="string" default="none">
  The URL to the main image for the unit.
</ParamField>

<ParamField body="unit_status" type="string" default="none">
  The current status of the unit (e.g., Available, Occupied, Maintenance).
</ParamField>

<ParamField body="is_corporate_rented" type="boolean" default="false">
  Indicates whether the unit is rented by a corporate entity.
</ParamField>

<ParamField body="on_notice" type="boolean" default="false">
  Indicates whether the unit is currently on notice (tenant has given notice to vacate).
</ParamField>

<ParamField body="on_market" type="boolean" default="false">
  Indicates whether the unit is currently available for rent on the market.
</ParamField>

<ParamField body="floor_number" type="integer" default="none">
  The floor number where the unit is located.
</ParamField>
