AccountBalanceInformation - accountsIQ/API-Wiki GitHub Wiki

Accounts are Customers or Suppliers. This structure returns information on their financial situation at a given date.

Note: The information is only accurate if the stock tracking is activated for all involved stock items, locations and sub-locations.

AccountBalanceInformation

AccountBalanceInformation members

Name Type Description
AccountID Int32 Get the identifier of the account whose balance was queried.
AccountCode String Get the customer or supplier code associated with the account.
AccountType String "Customer" or "Supplier".
Balance Decimal Balance of the customer or supplier at the given date.
CreditLimit Decimal Get the credit limit given to the customer or received from the supplier. 0 if none has been given.
CreditLeft Decimal Get the amount of credit left at the given date. 0 if the balance is higher than the credit limit.
OverCreditLimitBalance Decimal Get the overdraft on the credit limit at the given date.

See Also

⚠️ **GitHub.com Fallback** ⚠️