---
title: "Create property"
method: POST
path: "/property"
---

# Create property

`POST /property`

## Request body

- object
  - `name` string, required — Property name
  - `internal_code` string, required — Property ID from external system
  - `address1` string — Address, line 1
  - `address2` string — Address, line 2
  - `city` string — Property city
  - `state` string — Property state
  - `zipcode` string — Property zip/postal code
  - `country` string — Property country
  - `latitude` number, float — Property latitude
  - `longitude` number, float — Property longitude
  - `photos` string[] — List of URLs to property photos. Breezeway will download photos from these URLs
  - `status` 'active' | 'inactive' | 'deleted'
  - `building` string — Building property is located in
  - `notes` object — Property notes
    - `wifi` string — Property wifi note
    - `access` string — Property internal access note. 'Internal access notes' in the UI
    - `general` string — Property general note. 'Property notes' in the UI
    - `direction` string — Property direction note
    - `about` string — Property "about" section note. 'About Property' in the UI
    - `trash_info` string — Property trash info note
    - `guest_access` string — Property guest access note. 'Guest access notes' in the UI
  - `bedrooms` integer — Number of property bedrooms
  - `bathrooms` integer — Number of property bathrooms, rounded to nearest integer
  - `access_code` string — 'Internal access code' field in the UI
  - `guest_access_code` string — Guest access code
  - `wifi_name` string — Name of Wifi Network
  - `wifi_password` string — Wifi password
  - `company_id` string — Company ID from Breezeway; **required** if using cross-company access

## Response `201`

201

- object
  - `name` string
  - `address1` string
  - `address2` unknown
  - `city` string
  - `state` string
  - `zipcode` string
  - `country` string
  - `group` string
  - `internal_code` string
  - `latitude` number
  - `longitude` number
  - `bedrooms` integer
  - `bathrooms` integer
  - `photos` string[]
  - `building` string
  - `wifi_name` string
  - `wifi_password` string
  - `access_code` string
  - `guest_access_code` string
  - `notes` object
    - `access` string
    - `general` string
    - `wifi` string
    - `about` string
    - `direction` string
    - `trash_info` string

## Other responses

- `422` — 422

---

[API](https://skmtc.dev/breezeway/apis/breezeway-auth-api.md) · [All operations](https://skmtc.dev/breezeway/apis/breezeway-auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/breezeway/breezeway-auth-api/revisions/920ab5205e9d/schema)
