Sha256: 1a3ce69e657c22249fee986ec216d903ae05747546e04a5ca6c0489f6384cc85

Contents?: true

Size: 771 Bytes

Versions: 3

Compression:

Stored size: 771 Bytes

Contents

module AvaTax
  class Client
    module Onboarding 


      # Request a new Avalara account
      #
      # This API is for use by partner onboarding services customers only.
      # Calling this API creates an account with the specified product subscriptions, but does not configure billing.
      # The customer will receive information from Avalara about how to configure billing for their account.
      # You should call this API when a customer has requested to begin using Avalara services.
      # @param model [Object] Information about the account you wish to create and the selected product offerings.
      # @return [Object]
      def request_new_account(model)
        path = "/api/v2/accounts/request"
        post(path, model)
      end

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
avatax-17.7.3 lib/avatax/client/onboarding.rb
avatax-17.7.0 lib/avatax/client/onboarding.rb
avatax-17.6.0 lib/avatax/client/onboarding.rb