Sha256: 9f409b01c74aeda3cdb3d55628e6ee77f878312945d48639f5d940e04f2c9e17
Contents?: true
Size: 453 Bytes
Versions: 2
Compression:
Stored size: 453 Bytes
Contents
module AvaTax class Client module Compliance # API to modify the reference fields at the document and the line level. # # # @param companyId [Integer] # @param model [TransactionReferenceFieldModel[]] # @return [FetchResult] def tag_transaction(companyId, model) path = "/api/v2/companies/#{companyId}/transactions/tag" put(path, model) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
avatax-20.7.0 | lib/avatax/client/compliance.rb |
avatax-20.6.0 | lib/avatax/client/compliance.rb |