GET 17.0/app/bankaccounts/{id}/isbankaccountclient

Description

Determines whether a bank account is used as a client account

URI Parameters

Name Description Type Additional information
id

The bank account ID to check

integer

Required

None.

None.

True if the bank account is a client account; otherwise, false

boolean

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean>true</boolean>