Sha256: c0fda5bfeca6f5e7b29a1f5f5f1d13db5e102a034125b4161df6656a03d98949
Contents?: true
Size: 435 Bytes
Versions: 7
Compression:
Stored size: 435 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
7 entries across 7 versions & 1 rubygems