Module: AvaTax::Client::Free

Included in:
AvaTax::Client
Defined in:
lib/avatax/client/free.rb

Instance Method Summary collapse

Instance Method Details

#request_free_trial(model) ⇒ Object

FREE API - Request a free trial of AvaTax

Call this API to obtain a free AvaTax account.

This API is free to use. No authentication credentials are required to call this API. You must read and accept Avalara's terms and conditions for the account to be created.

If all conditions are met, this API will grant a free trial version of AvaTax. For a list of functionality available in the free trial and its limitations, please see the AvaTax Developer Website Free Trial page.

After your free trial concludes, you will still be able to use the Free AvaTax API Suite.

Security Policies

  • This API may be called without providing authentication credentials. Swagger Name: AvaTaxClient

Parameters:

  • model (Object)

    Required information to provision a free trial account.

Returns:

  • (Object)


25
26
# File 'lib/avatax/client/free.rb', line 25

def request_free_trial(model)        path = "/api/v2/accounts/freetrials/request"
post(path, model, {}, AvaTax::VERSION)      end