---
title: "Create a property inspection"
method: POST
path: "/v1/property_inspections"
tags: ["Property Inspection"]
deprecated: true
---

# Create a property inspection

`POST /v1/property_inspections`

> **Deprecated.**

## Headers

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

## Request body

- PropertyInspectionRequest — A `PropertyInspection` represents a "file" for a property related pre-loss inspection. 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, required
  - `insurer_identifier` string, required
  - `policyholder_name` string, nullable
  - `full_address` string, nullable
  - `policyholder_email_address` string, nullable
  - `policyholder_phone_number` string, nullable
  - `inspection_date` 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.
  - `underwriter` string, nullable
  - `inspection_creator` string, nullable
  - `estimated_building_value` integer — Represents a monetary amount as an integer in hundredths of a dollar. For example, `550` would represent `$5.50`.
  - `insurance_company_name` string, nullable
  - `insurance_broker_name` string, nullable
  - `policy_number` string, nullable
  - `policy_renewal_date` string, date — A [RFC 3339](https://tools.ietf.org/html/rfc3339#section-5.6) compliant `full-date` string.

## Response `200`

The `PropertyInspection` was created successfully.

- PropertyInspectionResponse — A `PropertyInspection` represents a "file" for a property related pre-loss inspection. 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
  - `insurer_identifier` string, required
  - `policyholder_name` string, nullable, required
  - `full_address` string, nullable, required
  - `policyholder_email_address` string, nullable, required
  - `policyholder_phone_number` string, nullable, required
  - `inspection_date` 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.
  - `underwriter` string, nullable, required
  - `inspection_creator` string, nullable, required
  - `estimated_building_value` integer, required — Represents a monetary amount as an integer in hundredths of a dollar. For example, `550` would represent `$5.50`.
  - `insurance_company_name` string, nullable, required
  - `insurance_broker_name` string, nullable, required
  - `policy_number` string, nullable, required
  - `policy_renewal_date` string, date, required — A [RFC 3339](https://tools.ietf.org/html/rfc3339#section-5.6) compliant `full-date` string.

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