retrieveAllAccounts

abstract suspend fun retrieveAllAccounts(type: Int? = null, searchParam: String? = null, usage: Int? = null, manualEntriesAllowed: Boolean? = null, disabled: Boolean? = null, fetchRunningBalance: Boolean? = null): List<GetGLAccountsResponse>

List General Ledger Accounts ARGUMENTS type Integer optional manualEntriesAllowed boolean optional usage Integer optional disabled boolean optional parentId Long optional tagId Long optional Example Requests: glaccounts glaccounts?type=1&manualEntriesAllowed=true&usage=1&disabled=false glaccounts?fetchRunningBalance=true Responses:

  • 200: OK

Return

kotlin.collections.List

Parameters

type

type (optional)

searchParam

searchParam (optional)

usage

usage (optional)

manualEntriesAllowed

manualEntriesAllowed (optional)

disabled

disabled (optional)

fetchRunningBalance

fetchRunningBalance (optional)