---
title: "Creates a record in the specified table based on the specified model."
method: POST
path: "/data/{tableName}"
tags: ["RuntimeData"]
---

# Creates a record in the specified table based on the specified model.

`POST /data/{tableName}`

## Path parameters

- `tableName` string, required

## Query parameters

- `dataProperty` string
- `ignoreProperties` string[]

## Request body

- object

## Response `201`

Created

- ResourceCreatedValue — Represents the value of a new resource.
  - `referenceFieldValue` string, nullable — Gets or sets the id of the created resource.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/gridfox/apis/gridfox-public-api.md) · [All operations](https://skmtc.net/gridfox/apis/gridfox-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gridfox/gridfox-public-api/versions/e1a1b07aa38c/schema)
