---
title: "Create property contact"
method: POST
path: "/property/{id}/contacts"
---

# Create property contact

`POST /property/{id}/contacts`

Create property contact for a Breezeway property

## Path parameters

- `id` string, required

## Request body

- object
  - `first_name` string, required — First Name of the contact
  - `last_name` string — Last name of the contact
  - `email` string — Email of the contact
  - `mobile_phone_number` object — Mobile phone number
    - `dial_code` string — Dial Code
    - `phone_number` string — Phone Number
    - `country_code` string — ISO 3166-1 country cod
  - `home_phone_number` object — Home phone number
    - `dial_code` string — Dial Code
    - `phone_number` string — Phone Number
    - `country_code` string — ISO 3166-1 country cod

## Response `200`

200

---

[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)
