---
title: "Create a Nature"
method: POST
path: "/cleemy-procurement/api/natures"
tags: ["Natures"]
---

# Create a Nature

`POST /cleemy-procurement/api/natures`

Create a new nature.

## Request body

- Nature — A purchase nature (category).
  - `id` integer
  - `name` string
  - `costFamily` object, nullable — **Read-only.** Cost family of this nature.
    - `id` integer
    - `name` string
  - `costFamilyId` integer, nullable — **Write-only.** ID of the cost family.
  - `state` 'Enabled' | 'Disabled'
  - `accountingPlans` object[] — Accounting plans for this nature.
    - `id` integer
    - `chargeAccount` string, nullable

## Response `201`

Created

- Nature — A purchase nature (category).
  - `id` integer
  - `name` string
  - `costFamily` object, nullable — **Read-only.** Cost family of this nature.
    - `id` integer
    - `name` string
  - `costFamilyId` integer, nullable — **Write-only.** ID of the cost family.
  - `state` 'Enabled' | 'Disabled'
  - `accountingPlans` object[] — Accounting plans for this nature.
    - `id` integer
    - `chargeAccount` string, nullable

---

[API](https://skmtc.net/luccasoftware/apis/lucca-expenses.md) · [All operations](https://skmtc.net/luccasoftware/apis/lucca-expenses/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/luccasoftware/lucca-expenses/revisions/110f9897756c/schema)
