avatax 23.4.1 → 23.5.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 86f4e768137dffab0a7952fd6f2ea86dba5c0af20c5f2efc626771df325b41af
|
4
|
+
data.tar.gz: 22d11863fedef0034a3d90a8ca14043406d19fe46d88a56c6561e1fbaba07be3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5fb22d09783e9ae0a5b35119c247bce9f238e340146ad75fd797723c9ed10afaa9640020a9c78609ad1d29141d98355989be83f52cd969183ab6afb9f0956b3
|
7
|
+
data.tar.gz: 7afd67ffc0f958cab45955c467cbec2441ae73a6640c20fe33e4a3fd743507ab4e6218ec0781793c5e29811910a25a8f7d253a25d74c7f281dd3fb10d31ffd43
|
@@ -641,7 +641,7 @@ module AvaTax
|
|
641
641
|
# Returns the full list of Avalara-supported tax notice statuses.
|
642
642
|
# This API is intended to be useful to identify all the different tax notice statuses.
|
643
643
|
# Swagger Name: AvaTaxClient
|
644
|
-
# @param filter [String] A filter statement to identify specific records to retrieve. For more information on filtering, see [Filtering in REST](http://developer.avalara.com/avatax/filtering-in-rest/).<br />*Not filterable:* isOpen, sortOrder
|
644
|
+
# @param filter [String] A filter statement to identify specific records to retrieve. For more information on filtering, see [Filtering in REST](http://developer.avalara.com/avatax/filtering-in-rest/).<br />*Not filterable:* isOpen, sortOrder, activeFlag
|
645
645
|
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
|
646
646
|
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
|
647
647
|
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
|
@@ -753,6 +753,7 @@ module AvaTax
|
|
753
753
|
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
|
754
754
|
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
|
755
755
|
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
|
756
|
+
# @param includeExpiredPostalCodes [Boolean] If set to true, returns expired postal codes. Defaults to false
|
756
757
|
# @return [FetchResult]
|
757
758
|
def list_postal_codes(options={}) path = "/api/v2/definitions/postalcodes"
|
758
759
|
get(path, options, AvaTax::VERSION) end
|
@@ -1015,7 +1016,7 @@ module AvaTax
|
|
1015
1016
|
#
|
1016
1017
|
# ### Security Policies
|
1017
1018
|
#
|
1018
|
-
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ECMAccountUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
1019
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ECMAccountUser, ECMCompanyUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
1019
1020
|
# Swagger Name: AvaTaxClient
|
1020
1021
|
# @param filter [String] A filter statement to identify specific records to retrieve. For more information on filtering, see [Filtering in REST](http://developer.avalara.com/avatax/filtering-in-rest/).
|
1021
1022
|
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
|
@@ -45,7 +45,7 @@ module AvaTax
|
|
45
45
|
#
|
46
46
|
# ### Security Policies
|
47
47
|
#
|
48
|
-
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ECMAccountUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
48
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ECMAccountUser, ECMCompanyUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
49
49
|
# Swagger Name: AvaTaxClient
|
50
50
|
# @param companyId [Integer] The ID of the company that owns this tax code
|
51
51
|
# @param id [Integer] The primary key of this tax code
|
@@ -66,7 +66,7 @@ module AvaTax
|
|
66
66
|
#
|
67
67
|
# ### Security Policies
|
68
68
|
#
|
69
|
-
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ECMAccountUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
69
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ECMAccountUser, ECMCompanyUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
70
70
|
# Swagger Name: AvaTaxClient
|
71
71
|
# @param companyId [Integer] The ID of the company that owns these tax codes
|
72
72
|
# @param filter [String] A filter statement to identify specific records to retrieve. For more information on filtering, see [Filtering in REST](http://developer.avalara.com/avatax/filtering-in-rest/).
|
@@ -91,7 +91,7 @@ module AvaTax
|
|
91
91
|
#
|
92
92
|
# ### Security Policies
|
93
93
|
#
|
94
|
-
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ECMAccountUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
94
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ECMAccountUser, ECMCompanyUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
95
95
|
# Swagger Name: AvaTaxClient
|
96
96
|
# @param filter [String] A filter statement to identify specific records to retrieve. For more information on filtering, see [Filtering in REST](http://developer.avalara.com/avatax/filtering-in-rest/).
|
97
97
|
# @param include [String] A comma separated list of additional data to retrieve.
|
@@ -141,8 +141,10 @@ module AvaTax
|
|
141
141
|
# This API assumes that you are selling general tangible personal property at a retail point-of-sale
|
142
142
|
# location in the United States only.
|
143
143
|
#
|
144
|
-
#
|
145
|
-
#
|
144
|
+
# Please be advised that this endpoint is designed for approximate tax rate estimation only and
|
145
|
+
# may not yield precise results. For a more powerful and accurate tax estimation, upgrade to the
|
146
|
+
# `CreateTransaction` API, which offers a variety of advanced features including, but not limited
|
147
|
+
# to:
|
146
148
|
#
|
147
149
|
# * Nexus declarations
|
148
150
|
# * Taxability based on product/service type
|
@@ -177,8 +179,10 @@ module AvaTax
|
|
177
179
|
# This API assumes that you are selling general tangible personal property at a retail point-of-sale
|
178
180
|
# location in the United States only.
|
179
181
|
#
|
180
|
-
#
|
181
|
-
#
|
182
|
+
# Please be advised that this endpoint is designed for approximate tax rate estimation only and
|
183
|
+
# may not yield precise results. For a more powerful and accurate tax estimation, upgrade to the
|
184
|
+
# `CreateTransaction` API, which offers a variety of advanced features including, but not limited
|
185
|
+
# to:
|
182
186
|
#
|
183
187
|
# * Nexus declarations
|
184
188
|
# * Taxability based on product/service type
|
@@ -283,6 +283,8 @@ module AvaTax
|
|
283
283
|
#
|
284
284
|
# To generate a refund for a transaction, use the `RefundTransaction` API.
|
285
285
|
#
|
286
|
+
# An address is required for calculation. If no address is provided at the line level, the document level address will be used.
|
287
|
+
#
|
286
288
|
# If you don't specify the field `type` in your request, you will get an estimate of type `SalesOrder`, which will not be recorded in the database.
|
287
289
|
#
|
288
290
|
# A transaction represents a unique potentially taxable action that your company has recorded, and transactions include actions like
|
@@ -332,6 +334,8 @@ module AvaTax
|
|
332
334
|
#
|
333
335
|
# To generate a refund for a transaction, use the `RefundTransaction` API.
|
334
336
|
#
|
337
|
+
# An address is required for calculation. If no address is provided at the line level, the document level address will be used.
|
338
|
+
#
|
335
339
|
# The field `type` identifies the kind of transaction - for example, a sale, purchase, or refund. If you do not specify
|
336
340
|
# a `type` value, you will receive an estimate of type `SalesOrder`, which will not be recorded.
|
337
341
|
#
|
data/lib/avatax/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: avatax
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 23.
|
4
|
+
version: 23.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marcus Vorwaller
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-05-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|