---
title: "Create an Object"
method: POST
path: "/add/{TypeCode}"
tags: ["General"]
---

# Create an Object

`POST /add/{TypeCode}`

Creates an object. Only one object can be added per request (unless batched).
<!-- theme: info -->
>**Information**: Some object types may be blocked from being added by the update command as special processing is done by a dedicated manager command.

## Request body

- object
  - `data` object, required — The initial values of the object. The request needs to contain all fields that are part of the business key for that object and all non-nullable fields.
  - `operation` string, required — Must be `add`, null, or omitted.

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