---
title: "POST /properties"
method: POST
path: "/properties"
tags: ["properties"]
---

# POST /properties

`POST /properties`

## Query parameters

- `select` string

## Headers

- `Prefer` 'return=representation' | 'return=minimal' | 'return=none' | 'resolution=ignore-duplicates' | 'resolution=merge-duplicates'

## Request body

- Properties
  - `id` string, uuid, required — Note: This is a Primary Key.<pk/>
  - `created_at` string, timestamp with time zone, required
  - `name` string, text
  - `type` 'text' | 'select' | 'number' | 'user' | 'link' | 'date' | 'checkbox' | 'column', public.property_type_enum
  - `updated_at` string, timestamp with time zone
  - `is_visible` boolean
  - `order` integer
  - `budget_id` string, uuid — Note: This is a Foreign Key to `budgets.id`.<fk table='budgets' column='id'/>
  - `columns` unknown
  - `is_immutable` boolean
  - `options` unknown
  - `table_id` string, uuid — Note: This is a Foreign Key to `tables.id`.<fk table='tables' column='id'/>
  - `currency` string, text
  - `number_format` 'number' | 'currency', public.number_format_enum

## Response `201`

Created

---

[API](https://skmtc.net/revent-app/apis/standard-public-schema.md) · [All operations](https://skmtc.net/revent-app/apis/standard-public-schema/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revent-app/standard-public-schema/versions/90ce877204f2/schema)
