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