Module: AvaTax::Client::Clerk
- Defined in:
- lib/avatax/client/clerk.rb
Instance Method Summary collapse
-
#list_location_by_company(companyId, options = {}) ⇒ FetchResult
Retrieves a list of location records associated with the specified company.
Instance Method Details
#list_location_by_company(companyId, options = {}) ⇒ FetchResult
Retrieves a list of location records associated with the specified company. 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 list_location_by_company(companyId, ={}) path = "/api/v2/companies/#{companyId}/clerk/locations" get(path, , AvaTax::VERSION) end |