| 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. |
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. |
{
"id": "treasury_01",
"name": "Front Desk Cash",
"treasury_type": "cash",
"initial_balance": 5000
}
Was this page helpful?