Company Bank Account

These endpoints let you manage company bank accounts in the system. It allows you to retrieve, create, update, and delete company bank account records.

Get Company Bank Accounts

get

Return the company bank accounts.

Authorizations
AuthorizationstringRequired

Bearer authentication header of the form Bearer <token>.

Query parameters
pageintegerOptional

Page number

Default: 0Example: 0
sizeinteger · min: 1 · max: 50Optional

Page size

Default: 10Example: 10
querystringOptional

Search query

Supported KeysSupported OperatorsNotes
id:Equal operator with multiple values. Each value should separated with delimiters ;
Example: {"summary":"Search a company bank account by id","value":"id:eb919ed1-c3c1-4334-a626-b9178b8a98ae"}
Responses
chevron-right
200

OK

application/json
totalPagesintegerRequired

Total number of pages available

lastbooleanRequired

Indicates whether this is the last page

totalElementsintegerRequired

Total number of elements across all pages

numberOfElementsintegerRequired

Number of elements in the current page

firstbooleanRequired

Indicates whether this is the first page

sizeintegerRequired

Size of the page (number of elements per page)

numberintegerRequired

Current page number (zero-indexed)

get
/core/v1/company-bank-accounts

Last updated