> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dentolize.com/llms.txt
> Use this file to discover all available pages before exploring further.

# New Treasury

> Structure used when creating a treasury record.

| Field            | Type   | Details                               |
| ---------------- | ------ | ------------------------------------- |
| id               | string | Treasury identifier.                  |
| name             | string | Display name of the treasury.         |
| treasury\_type   | string | Type/category of the treasury.        |
| initial\_balance | number | Opening balance assigned at creation. |

```json theme={null}
{
  "id": "treasury_01",
  "name": "Front Desk Cash",
  "treasury_type": "cash",
  "initial_balance": 5000
}
```
