---
title: "Create Custom Field"
method: POST
path: "/field_mappings"
tags: ["fieldMappings"]
---

# Create Custom Field

`POST /field_mappings`

## Request body

- CustomFieldCreateDto
  - `object_type_owner` 'company' | 'contact' | 'deal' | 'lead' | 'note' | 'task' | 'engagement' | 'stage' | 'user', nullable, required
  - `name` string, nullable, required — The name of the custom field
  - `description` string, nullable, required — The description of the custom field
  - `data_type` 'string' | 'number', nullable, required — The data type of the custom field
  - `source_custom_field_id` string, nullable, required — The source custom field ID
  - `source_provider` string, nullable, required — The name of the source software/provider
  - `linked_user_id` string, nullable, required — The linked user ID

## Response `201`

- CustomFieldResponse
  - `id_attribute` string, nullable, required — Attribute Id
  - `status` string, nullable, required — Attribute Status
  - `ressource_owner_type` string, nullable, required — Attribute Ressource Owner Type
  - `slug` string, nullable, required — Attribute Slug
  - `description` string, nullable, required — Attribute Description
  - `data_type` 'string' | 'number', nullable, required — Attribute Data Type
  - `remote_id` string, nullable, required — Attribute Remote Id
  - `source` string, nullable, required — Attribute Source
  - `id_entity` string, nullable, required — Attribute Entity Id
  - `id_project` string, nullable, required — Attribute Project Id
  - `scope` string, nullable, required — Attribute Scope
  - `id_consumer` string, nullable, required — Attribute Consumer Id
  - `created_at` string, date-time, nullable, required — Attribute Created Date
  - `modified_at` string, date-time, nullable, required — Attribute Modified Date

---

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