Method: AvaTax::Client::Definitions#list_parameters
- Defined in:
- lib/avatax/client/definitions.rb
#list_parameters(options = {}) ⇒ FetchResult
Retrieve the full list of Avalara-supported extra parameters for creating transactions.
Returns the full list of Avalara-supported extra parameters for the 'Create Transaction' API call. This list of parameters is available for use when configuring your transaction. Some parameters are only available for use if you have subscribed to certain features of AvaTax. Swagger Name: AvaTaxClient
724 725 |
# File 'lib/avatax/client/definitions.rb', line 724 def list_parameters(={}) path = "/api/v2/definitions/parameters" get(path, , AvaTax::VERSION) end |