Method: Propertyware::AccountingApi#get_accounts
- Defined in:
- lib/propertyware/api/accounting_api.rb
#get_accounts(opts = {}) ⇒ Array<Account>
Retrieve all the general ledger accounts (BETA) <p class="betaWarning">Note: This operation is still in beta and might be subject to breaking changes. Production integrations should be avoided at this stage.</p> Retrieves a list of general ledger accounts.<br/><br/>Required permission:<br/><span class="permissionBlock">GL ACCOUNTS</span> - Read
<br/><br/>Sortable by: accountcode
, id
, accountnumber
564 565 566 567 |
# File 'lib/propertyware/api/accounting_api.rb', line 564 def get_accounts(opts = {}) data, _status_code, _headers = get_accounts_with_http_info(opts) data end |