---
title: "Insert Bulk Data to Lookup Table"
method: POST
path: "/lookuptablemanager.loaddata/{TypeCode}"
tags: ["Lookup Tables / Company Parameters"]
---

# Insert Bulk Data to Lookup Table

`POST /lookuptablemanager.loaddata/{TypeCode}`

Inserts multiple records to the specified Lookup Table.

The `/loaddata` operation is a very efficient and quick way to insert bulk data. The main advantage is its greater speed when loading thousands of records (compared to e.g. `/integrate`).

## Request body

- object
  - `data` object, required
    - `header` unknown[], required — Specify fields (columns) where you want to insert the data to.
      - unknown
    - `data` unknown[], required — Enter values you want to add to the fields (columns).
      - unknown

## Response `200`

OK

- object
  - `response` object, required
    - `node` string, required
    - `csrfToken` string, required
    - `data` object[], required
    - `status` number, required

---

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