---
title: "Create a new field."
method: POST
path: "/v2/fields"
tags: ["Fields"]
---

# Create a new field.

`POST /v2/fields`

## Request body

- FieldModel
  - `id` integer — The ID of this record.
  - `entity_id` integer
  - `entity_type` 'booking' | 'property' | 'quote' | 'user' | 'guest' | 'owner' — Entity types that support custom fields. This is a subset of EntityType enum values for entities that implement IFieldableEntity. Values must match the corresponding EntityType enum values to allow for translation.
  - `field_definition_id` integer
  - `value` string

## Response `200`

A model representing the field created.

- FieldModel
  - `id` integer — The ID of this record.
  - `entity_id` integer
  - `entity_type` 'booking' | 'property' | 'quote' | 'user' | 'guest' | 'owner' — Entity types that support custom fields. This is a subset of EntityType enum values for entities that implement IFieldableEntity. Values must match the corresponding EntityType enum values to allow for translation.
  - `field_definition_id` integer
  - `value` string

---

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