http://localhost:8000
GET /banks
Get all bank accounts.
Response
POST /bank
Create a new bank account.
Request Body
PUT /bank/{bank_id}
Update a bank account’s name.
| Parameter | Type | Description |
|---|---|---|
bank_id | integer | Bank account ID |
DELETE /bank-account/{bank_id}
Delete a bank account and all its ledger rows.
| Parameter | Type | Description |
|---|---|---|
bank_id | integer | Bank account ID |