retreiveAccount

abstract suspend fun retreiveAccount(glAccountId: Long, fetchRunningBalance: Boolean? = null): GetGLAccountsResponse

Retrieve a General Ledger Account Example Requests: glaccounts/1 glaccounts/1?template=true glaccounts/1?fields=name,glCode glaccounts/1?fetchRunningBalance=true Responses:

  • 200: OK

Return

GetGLAccountsResponse

Parameters

glAccountId

glAccountId

fetchRunningBalance

fetchRunningBalance (optional)