Appearance
Account Bank Types API
Define account types used for categorizing payments and accounting entries.
Endpoints
| Method | Endpoint |
|---|---|
| GET | /api/v1/account-bank-types |
| GET | /api/v1/account-bank-types/{id} |
| POST | /api/v1/account-bank-types |
| PUT | /api/v1/account-bank-types/{id} |
| DELETE | /api/v1/account-bank-types/{id} |
Fields
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | ✅ Yes | Account name |
| description | string | ✅ Yes | Description |
| account_code | integer | ✅ Yes | Account code number |
| type | string | No | Income, Expense, IncomeExpense |
| status | string | No | Enabled, Disabled |
| is_calculation | boolean | No | Whether used in calculations |