---
title: "Create order status"
method: POST
path: "/order-status"
tags: ["Order Status Controller"]
---

# Create order status

`POST /order-status`

Create a new order status with unique name validation.

## Request body

- CreateUpdateOrderStatusDto
  - `status` string, required — Order status name
  - `backgroundColor` string — Background color for the status (hex color code)
  - `textColor` string — Text color for the status (hex color code)
  - `borderColor` string — Border color for the status (hex color code)
  - `isSystemDefined` boolean — Whether this status is system defined

## Response `201`

Order status created successfully

## Other responses

- `400` — Order status with this name already exists

---

[API](https://skmtc.dev/findmydocument/apis/land-registry-api.md) · [All operations](https://skmtc.dev/findmydocument/apis/land-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/findmydocument/land-registry-api/revisions/b55a990514fb/schema)
