Method: AvaTax::Client::GLAccount#list_g_l_accounts_by_company
- Defined in:
- lib/avatax/client/glaccount.rb
#list_g_l_accounts_by_company(companyid, options = {}) ⇒ FetchResult
Retrieve GL accounts for this company
Retrieves a list of GL accounts attached to this company. You can apply filters to retrieve specific records. Swagger Name: AvaTaxClient
59 60 |
# File 'lib/avatax/client/glaccount.rb', line 59 def list_g_l_accounts_by_company(companyid, ={}) path = "/api/v2/companies/#{companyid}/glaccounts" get(path, , AvaTax::VERSION) end |