accounts
Chart of accounts per entity
List accounts
List chart-of-accounts rows for a ledger entity. Requires `accounts`/`read` on `entityId`.
Create account
Create an account under the entity path. Requires `accounts`/`create` on `entityId`.
Get account
Get one account (requires `accounts`/`read` on the entity).
Replace account
Replace an account. Requires `accounts`/`update` on the entity. Body `id` and `entityId` must match the path.
Update account
Partial update. Requires `accounts`/`update` on the entity.
Delete account
Delete an account (requires `accounts`/`delete`). May fail with 409 if journal lines reference it.