---
title: "Import a Data Load"
method: POST
path: "/datamart.importdataloads"
tags: ["Data Manager"]
---

# Import a Data Load

`POST /datamart.importdataloads`

Imports a list of Data Load definitions. Existing definitions will be updated.
<!--theme: info -->
>**Information**:
>Omitting a property is equivalent to setting it to **null**. With one exception: a previously existing `incLoadDate` will be retained.

## Request body

- object
  - `data` object, required
    - `dataLoads` object[], required
      - `typedId` string, required
      - `type` string, required
      - `targetName` string, required
      - `sourceName` string
      - `continuous` boolean
      - `incremental` boolean
      - `incLoadDate` string
      - `calculationMessages` object[]
      - `valid` string

## Response `200`

OK

---

[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)
