---
title: "POST /entities/v{version}/DbTables"
method: POST
path: "/entities/v{version}/DbTables"
tags: ["Entities"]
---

# POST /entities/v{version}/DbTables

`POST /entities/v{version}/DbTables`

## Path parameters

- `version` string, required

## Headers

- `company-id` string, required

## Request body

- EntitiesContractsCommandsCreateDbTableCommand
  - `tableSchema` string, nullable
  - `tableName` string, nullable
  - `tableDescription` string, nullable
  - `isActive` boolean

## Response `201`

Created

- EntitiesContractsDtosDbTableDto
  - `tableId` integer
  - `tableSchema` string, nullable
  - `tableName` string, nullable
  - `tableDescription` string, nullable
  - `isActive` boolean

## Other responses

- `400` — Bad Request

---

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