# ERP Bank Accounts

Operations related to ERP Bank Accounts

## List ERP bank accounts

 - [GET /erp-bank-accounts](https://developers.qashio.com/api-connector/erp-bank-accounts/erpbankaccountcontroller_findall.md): Returns a paginated list of ERP bank accounts for the company in the companyId header. Supports filtering by status, account type, account number, reconciliation-account flag, soft-delete flag, creation/update date ranges, and remote name or id.

## Get an ERP bank account by ID

 - [GET /erp-bank-accounts/{id}](https://developers.qashio.com/api-connector/erp-bank-accounts/erpbankaccountcontroller_findone.md): Returns a single ERP bank account by its primary key (id), scoped to the company in the companyId header. The response includes the related company object.

