---
title: "Set a source data frame"
method: POST
path: "/source-dataframe"
tags: ["DataFrames"]
---

# Set a source data frame

`POST /source-dataframe`

Inserts data into the engine by setting a source data frame for a specific service and table

## Request body

- object
  - `data` DataFrame, required
    - `service` string, required
    - `table` string, required
    - `data` unknown[], required — Column definitions for the data frame
      - unknown

## Response `201`

Nothing needs to be returned.

## Other responses

- `400` — Invalid input supplied.
- `500` — Internal server error.

## Changes

- **2025-05-02** `c4b11abe6992` — 1 info
  - endpoint added
- **2025-04-16** `73ada8f52635` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/minbzk/apis/regelrecht-engine-api/changes/source-dataframe/post.md)

---

[API](https://skmtc.dev/minbzk/apis/regelrecht-engine-api.md) · [All operations](https://skmtc.dev/minbzk/apis/regelrecht-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/minbzk/regelrecht-engine-api/revisions/be7e39780230/schema)
