---
title: "Update a property claim"
method: PATCH
path: "/v1/property_claims/{property_claim_id}"
tags: ["Property Claim"]
---

# Update a property claim

`PATCH /v1/property_claims/{property_claim_id}`

## Headers

- `X-Encircle-Attribution` string
- `X-Encircle-Request` string

## Request body

- PropertyClaimPatchRequest — A `PropertyClaim` represents a "file" for a property related loss / rebuild / emergency. It belongs to a specific `Organization` with a specific `OrganizationBrand`.
  - `type_of_loss` string, nullable
  - `locale` 'fr' | 'en' | 'es' — A [BCP47](https://tools.ietf.org/html/bcp47#section-2.1) `language` tag without any subtags. Encircle currently only supports a subset of the languages of the world, the allowed values are expected to expand in the future.
  - `adjuster_name` string, nullable
  - `assignment_identifier` string, nullable — Empty strings get coerced to null
  - `cat_code` string, nullable
  - `contents_estimate` integer — Represents a monetary amount as an integer in hundredths of a dollar. For example, `550` would represent `$5.50`.
  - `contractor_identifier` string, nullable — Empty strings get coerced to null
  - `date_claim_created` string, date — A [RFC 3339](https://tools.ietf.org/html/rfc3339#section-5.6) compliant `full-date` string.
  - `date_of_loss` string, date — A [RFC 3339](https://tools.ietf.org/html/rfc3339#section-5.6) compliant `full-date` string. The provided date MUST be in the past.
  - `default_depreciation` number, nullable — Represents a percentage value like sales tax or depreciation. Must be a number greater or equal to 0. For example, `0.05` represents `5%`.
  - `emergency_estimate` integer — Represents a monetary amount as an integer in hundredths of a dollar. For example, `550` would represent `$5.50`.
  - `full_address` string, nullable
  - `insurer_identifier` string, nullable — Empty strings get coerced to null
  - `loss_details` string, nullable
  - `max_depreciation` number, nullable — Represents a percentage value like sales tax or depreciation. Must be a number greater or equal to 0. For example, `0.05` represents `5%`.
  - `policyholder_email_address` string, nullable
  - `policyholder_name` string, nullable
  - `policyholder_phone_number` string, nullable
  - `project_manager_name` string, nullable
  - `repair_estimate` integer — Represents a monetary amount as an integer in hundredths of a dollar. For example, `550` would represent `$5.50`.
  - `sales_tax` number, nullable — Represents a percentage value like sales tax or depreciation. Must be a number greater or equal to 0. For example, `0.05` represents `5%`.
  - `broker_or_agent_name` string, nullable
  - `insurance_company_name` string, nullable
  - `policy_number` string, nullable

## Response `200`

The `PropertyClaim` was updated successfully.

- PropertyClaimResponse — A `PropertyClaim` represents a "file" for a property related loss / rebuild / emergency. It belongs to a specific `Organization` with a specific `OrganizationBrand`.
  - `organization_id` string, uuid, required — A [RFC 4122](https://tools.ietf.org/html/rfc4122#section-3) compliant UUID in lowercase hexadecimal.
  - `brand_id` integer, nullable, required
  - `id` integer, required
  - `permalink_url` string, required
  - `type_of_loss` string, nullable, required
  - `locale` 'fr' | 'en' | 'es', required — A [BCP47](https://tools.ietf.org/html/bcp47#section-2.1) `language` tag without any subtags. Encircle currently only supports a subset of the languages of the world, the allowed values are expected to expand in the future.
  - `adjuster_name` string, nullable, required
  - `assignment_identifier` string, nullable, required — Empty strings get coerced to null
  - `cat_code` string, nullable, required
  - `contents_estimate` integer, required — Represents a monetary amount as an integer in hundredths of a dollar. For example, `550` would represent `$5.50`.
  - `contractor_identifier` string, nullable, required — Empty strings get coerced to null
  - `date_claim_created` string, date, required — A [RFC 3339](https://tools.ietf.org/html/rfc3339#section-5.6) compliant `full-date` string.
  - `date_of_loss` string, date, required — A [RFC 3339](https://tools.ietf.org/html/rfc3339#section-5.6) compliant `full-date` string. The provided date MUST be in the past.
  - `default_depreciation` number, nullable, required — Represents a percentage value like sales tax or depreciation. Must be a number greater or equal to 0. For example, `0.05` represents `5%`.
  - `emergency_estimate` integer, required — Represents a monetary amount as an integer in hundredths of a dollar. For example, `550` would represent `$5.50`.
  - `full_address` string, nullable, required
  - `insurer_identifier` string, nullable, required — Empty strings get coerced to null
  - `loss_details` string, nullable, required
  - `max_depreciation` number, nullable, required — Represents a percentage value like sales tax or depreciation. Must be a number greater or equal to 0. For example, `0.05` represents `5%`.
  - `policyholder_email_address` string, nullable, required
  - `policyholder_name` string, nullable, required
  - `policyholder_phone_number` string, nullable, required
  - `project_manager_name` string, nullable, required
  - `repair_estimate` integer, required — Represents a monetary amount as an integer in hundredths of a dollar. For example, `550` would represent `$5.50`.
  - `sales_tax` number, nullable, required — Represents a percentage value like sales tax or depreciation. Must be a number greater or equal to 0. For example, `0.05` represents `5%`.
  - `broker_or_agent_name` string, nullable, required
  - `insurance_company_name` string, nullable, required
  - `policy_number` string, nullable, required

## Other responses

- `400` — Error processing request.
- `401` — Authentication error.
- `404` — Requested resource does not exist.

---

[API](https://skmtc.net/encircleapp/apis/encircle-public-api.md) · [All operations](https://skmtc.net/encircleapp/apis/encircle-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/encircleapp/encircle-public-api/versions/0e70222a2c6d/schema)
