---
title: "Update property contact"
method: PATCH
path: "/property/{property_id}/contacts/{contact_id}"
---

# Update property contact

`PATCH /property/{property_id}/contacts/{contact_id}`

Update property contact

## Path parameters

- `property_id` integer, required
- `contact_id` integer, required

## Request body

- object
  - `first_name` string — 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)
