GET 17.0/app/accounts/{bankaccountid}/readbankaccountcompany

Description

Retrieves the company ID associated with the specified bank account.

URI Parameters

Name Description Type Additional information
bankAccountId

The unique identifier of the bank account.

integer

Required

None.

None.

The company ID for the given bank account. Returns 0 or -1 if no associated company is found (depending on the implementation of ReadBankAccountCompany).

integer

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int>1</int>