---
title: "PUT /client_properties/{id}"
method: PUT
path: "/client_properties/{id}"
tags: ["client_properties"]
---

# PUT /client_properties/{id}

`PUT /client_properties/{id}`

Update an existing client_property

## Path parameters

- `id` integer, required

## Request body

- PutClientPropertiesId — Update an existing client_property
  - `client_id` integer, required
  - `property_id` integer, required
  - `sold_price` integer
  - `broker_id` integer
  - `project_id` integer
  - `client_source_id` integer
  - `deal_pipeline_id` integer
  - `deal_stage_id` integer
  - `reservation_reason_id` integer
  - `custom_fields` object — An object containing custom fields and their values. Syntax: {"my_custom_field": "my_custom_value"}. If a value contains quotes, escape them, e.g. {"my_custom_field": "example value \"key\": 0123"}. Unknown custom field names return a validation_error.
  - `buy_reason` string
  - `home_owner` boolean
  - `employment_status` string
  - `number_of_persons` string
  - `own_capital` string
  - `household_net_income_range` string
  - `max_budget` number, float
  - `search_advance_phase` string
  - `financing_status` string
  - `start_date` string, date-time
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Response `200`

Update an existing client_property

- ClientPropertyEntity — ClientPropertyEntity model
  - `id` integer
  - `sold_price` integer
  - `broker_id` integer
  - `client_id` integer
  - `property_id` integer
  - `project_id` integer
  - `client_source_id` integer
  - `deal_pipeline_id` integer
  - `deal_stage_id` integer
  - `reservation_reason_id` integer
  - `custom_fields` object
  - `buy_reason` string
  - `home_owner` boolean
  - `employment_status` string
  - `number_of_persons` string
  - `own_capital` string
  - `household_net_income_range` string
  - `max_budget` number, float
  - `search_advance_phase` string
  - `financing_status` string
  - `note` string
  - `start_date` string
  - `created_at` string
  - `updated_at` string

## Other responses

- `400` — validation_error
- `401` — authentication_error
- `403` — authorization_error
- `404` — not_found_error
- `422` — validation_error
- `500` — internal_server_error

---

[API](https://skmtc.net/propstack/apis/propstack-api-v2-beta.md) · [All operations](https://skmtc.net/propstack/apis/propstack-api-v2-beta/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/propstack/propstack-api-v2-beta/revisions/ae1e0fe6da1a/schema)
