---
title: "Create entity dynamic mapping"
method: POST
path: "/api/v1/entity_dynamic_mappings"
tags: ["Entity dynamic mapping"]
---

# Create entity dynamic mapping

`POST /api/v1/entity_dynamic_mappings`

Creates a new entity dynamic mapping used by the generic inbound webhook endpoint

## Request body

- EntityDynamicMappingCreateDtoIn
  - `identifier` string, required
  - `entity_template_identifier` string, required
  - `filter` string
  - `name` string, required
  - `description` string
  - `entity` EntityMappingDtoIn, required
    - `identifier` string, required
    - `name` string, required
    - `properties` object
    - `relations` EntityDynamicMappingRelationDtoIn[]
      - `name` string, required
      - `target_entity_identifiers` string[], required

## Response `201`

Entity dynamic mapping created

## Other responses

- `400` — Invalid entity dynamic mapping data provided
- `409` — Identifier already exists

---

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