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

# Map Custom Field

`POST /field_mappings/map`

## Request body

- MapFieldToProviderDto
  - `attributeId` string, nullable, required — The attribute ID
  - `source_custom_field_id` string, nullable, required — The source custom field ID
  - `source_provider` string, nullable, required — The source 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.md) · [All operations](https://skmtc.net/panoratech/apis/panora-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/panoratech/panora-api/versions/318082b88074/schema)
