Method: AvaTax::Client::Definitions#list_nexus_by_country
- Defined in:
- lib/avatax/client/definitions.rb
#list_nexus_by_country(country, options = {}) ⇒ FetchResult
Retrieve the full list of Avalara-supported nexus for a country.
Returns all Avalara-supported nexus for the specified country.
This API is intended to be useful if your user interface needs to display a selectable list of nexus filtered by country. Swagger Name: AvaTaxClient
524 525 |
# File 'lib/avatax/client/definitions.rb', line 524 def list_nexus_by_country(country, ={}) path = "/api/v2/definitions/nexus/#{country}" get(path, , AvaTax::VERSION) end |