# Insert data row to lookup table Endpoint: POST /enrichment/lookup-tables/{type} Version: 2.51.0 Security: OAuth2 ## Path parameters: - `type` (string, required) type of data being sent ## Request fields (application/json): - `externalId` (string, required) External id of the lookup-table-row that is globally unique across the provided lookup-table-row data Example: "12345" - `externalClientId` (string) Identifier of the client entity in the source system which can be used to separate data Example: "EXTERNAL_CLIENT_ID" - `code` (string) Number of the lookup table record in the source system (not unique across clients) Example: "CODE1" ## Response 200 fields (application/json): - `id` (string, required) Example: "3a429dc8-56d4-42ef-a4cf-2ebc9ad1ef38" ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) - `detail.type` (string, required) ## Response 429 fields