Module: AvaTax::Client::Clerk

Defined in:
lib/avatax/client/clerk.rb

Instance Method Summary collapse

Instance Method Details

#list_location_by_account(accountId, options = {}) ⇒ FetchResult

Retrieves a list of location records associated with the specified account. This endpoint is secured and requires appropriate subscription and permission levels.

Security Policies

  • This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPTester, SSTAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
  • This API depends on the following active services:Required (all): AvaTaxPro, ECMEssentials, ECMPro, ECMPremium, VEMPro, VEMPremium, ECMProComms, ECMPremiumComms. Swagger Name: AvaTaxClient


21
22
# File 'lib/avatax/client/clerk.rb', line 21

def (accountId, options={})        path = "/api/v2/companies/#{accountId}/clerk/locations"
get(path, options, AvaTax::VERSION)      end