
ClientBankAccount
================

Service providing methods for querying and manipulating the [ClientBankAccount](Type_ClientBankAccount.md) .

**Base Url**: `https://api.poweroffice.net/Bank/ClientBankAccount/`


### Routes
 Route | Method | Description
:------|:-------|:------------
[Bank/ClientBankAccount/](Route_GET_Bank_ClientBankAccount__options__options_.md)?options=&lt;options&gt;|GET|Gets a list of client bank accounts filtered by odata query.
[Bank/ClientBankAccount/](Route_POST_Bank_ClientBankAccount_.md)|POST|Creates or updates the specified client bank account.
[Bank/ClientBankAccount/{id}](Route_GET_Bank_ClientBankAccount__id__.md)|GET|Gets the specified client bank account by its id.
[Bank/ClientBankAccount/{id}](Route_DELETE_Bank_ClientBankAccount__id__.md)|DELETE|Deletes the specified client bank account by its id.


