avatax 24.10.0 → 24.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6858cd45553bfd93d46ad2c666fb3c6ddf7745cfff97ea5d2617a39dac1afc5e
|
|
4
|
+
data.tar.gz: e5d9775572b5684d677a6ba6de247a0e9befcf1c2844eb535561aab0427fd899
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f23467aa2b4cfda2e69114142bd967d9960453ba7b9e85c7040b65a1520995e20a1d2f3e153722433a4c582bffc60914e93aa1725c403897f525c079de285d8e
|
|
7
|
+
data.tar.gz: ea6b966f0c1d0d3a66775022f878ec66ba130b8ac467ab05be6133c6389566b1d6da8fb36358ebe365b3d953ee5f4a9c2547305c145286112c470dd3f0aaa9fc
|
|
@@ -16,7 +16,7 @@ module AvaTax
|
|
|
16
16
|
#
|
|
17
17
|
#
|
|
18
18
|
# Swagger Name: AvaTaxClient
|
|
19
|
-
# @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:* Id, Context, Token, Status, EmailId
|
|
19
|
+
# @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:* Id, Context, Token, Status, EmailId
|
|
20
20
|
# @return [DcvViewModel[]]
|
|
21
21
|
def filter_dcv(options={}) path = "/api/v2/domain-control-verifications"
|
|
22
22
|
get(path, options, AvaTax::VERSION) end
|
data/lib/avatax/client/items.rb
CHANGED
|
@@ -55,7 +55,7 @@ module AvaTax
|
|
|
55
55
|
#
|
|
56
56
|
# ### Security Policies
|
|
57
57
|
#
|
|
58
|
-
# * This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
|
|
58
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
|
|
59
59
|
# Swagger Name: AvaTaxClient
|
|
60
60
|
# @param companyId [Integer] The ID of the company that owns this items.
|
|
61
61
|
# @param model [Object] The items you wish to upload.
|
|
@@ -75,7 +75,7 @@ module AvaTax
|
|
|
75
75
|
#
|
|
76
76
|
# ### Security Policies
|
|
77
77
|
#
|
|
78
|
-
# * This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
|
|
78
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
|
|
79
79
|
# Swagger Name: AvaTaxClient
|
|
80
80
|
# @param companyId [Integer] The company id.
|
|
81
81
|
# @param itemId [Integer] The item id.
|
|
@@ -100,7 +100,7 @@ module AvaTax
|
|
|
100
100
|
#
|
|
101
101
|
# ### Security Policies
|
|
102
102
|
#
|
|
103
|
-
# * This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
|
|
103
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
|
|
104
104
|
# Swagger Name: AvaTaxClient
|
|
105
105
|
# @param companyId [Integer] The ID of the company that owns this item parameter.
|
|
106
106
|
# @param itemId [Integer] The item id.
|
|
@@ -123,7 +123,7 @@ module AvaTax
|
|
|
123
123
|
#
|
|
124
124
|
# ### Security Policies
|
|
125
125
|
#
|
|
126
|
-
# * This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
|
|
126
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
|
|
127
127
|
# Swagger Name: AvaTaxClient
|
|
128
128
|
# @param companyId [Integer] The ID of the company that owns this item.
|
|
129
129
|
# @param processRecommendationsSynchronously [Boolean] If true then Indix api will be called synchronously to get tax code recommendations.
|
|
@@ -140,7 +140,7 @@ module AvaTax
|
|
|
140
140
|
#
|
|
141
141
|
# ### Security Policies
|
|
142
142
|
#
|
|
143
|
-
# * This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
|
|
143
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
|
|
144
144
|
# Swagger Name: AvaTaxClient
|
|
145
145
|
# @param companyId [Integer] The ID of the company that defined these items
|
|
146
146
|
# @param itemId [Integer] The ID of the item as defined by the company that owns this tag.
|
|
@@ -159,7 +159,7 @@ module AvaTax
|
|
|
159
159
|
#
|
|
160
160
|
# ### Security Policies
|
|
161
161
|
#
|
|
162
|
-
# * This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
|
|
162
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
|
|
163
163
|
# Swagger Name: AvaTaxClient
|
|
164
164
|
# @param companyId [Integer] The ID of the company that creates this request.
|
|
165
165
|
# @param model [Object] The request you wish to create.
|
|
@@ -649,7 +649,7 @@ module AvaTax
|
|
|
649
649
|
#
|
|
650
650
|
# ### Security Policies
|
|
651
651
|
#
|
|
652
|
-
# * This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
|
|
652
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
|
|
653
653
|
# Swagger Name: AvaTaxClient
|
|
654
654
|
# @param companyId [Integer] The ID of the company that owns this item.
|
|
655
655
|
# @param model [ItemCatalogueInputModel[]] The items you want to create or update.
|
|
@@ -674,7 +674,7 @@ module AvaTax
|
|
|
674
674
|
#
|
|
675
675
|
# ### Security Policies
|
|
676
676
|
#
|
|
677
|
-
# * This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
|
|
677
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
|
|
678
678
|
# Swagger Name: AvaTaxClient
|
|
679
679
|
# @param companyId [Integer] The ID of the company that owns this item.
|
|
680
680
|
# @param model [Object] The request object.
|
|
@@ -699,7 +699,7 @@ module AvaTax
|
|
|
699
699
|
#
|
|
700
700
|
# ### Security Policies
|
|
701
701
|
#
|
|
702
|
-
# * This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
|
|
702
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
|
|
703
703
|
# Swagger Name: AvaTaxClient
|
|
704
704
|
# @param companyId [Integer] The ID of the company that this item belongs to.
|
|
705
705
|
# @param id [Integer] The ID of the item you wish to update
|
|
@@ -722,7 +722,7 @@ module AvaTax
|
|
|
722
722
|
#
|
|
723
723
|
# ### Security Policies
|
|
724
724
|
#
|
|
725
|
-
# * This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
|
|
725
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
|
|
726
726
|
# Swagger Name: AvaTaxClient
|
|
727
727
|
# @param companyId [Integer] The company id.
|
|
728
728
|
# @param itemId [Integer] The item id.
|
|
@@ -744,7 +744,7 @@ module AvaTax
|
|
|
744
744
|
#
|
|
745
745
|
# ### Security Policies
|
|
746
746
|
#
|
|
747
|
-
# * This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
|
|
747
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
|
|
748
748
|
# Swagger Name: AvaTaxClient
|
|
749
749
|
# @param companyId [Integer] The company id.
|
|
750
750
|
# @param itemId [Integer] The item id
|
|
@@ -64,7 +64,7 @@ module AvaTax
|
|
|
64
64
|
#
|
|
65
65
|
# ### Security Policies
|
|
66
66
|
#
|
|
67
|
-
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
67
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
68
68
|
# * This API depends on the following active services:*Required* (all): AvaTaxPro.
|
|
69
69
|
# Swagger Name: AvaTaxClient
|
|
70
70
|
# @param code [String] The transaction code for this MultiDocument transaction
|
|
@@ -181,7 +181,7 @@ module AvaTax
|
|
|
181
181
|
#
|
|
182
182
|
# ### Security Policies
|
|
183
183
|
#
|
|
184
|
-
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
184
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
185
185
|
# * This API depends on the following active services:*Required* (all): AvaTaxPro.
|
|
186
186
|
# Swagger Name: AvaTaxClient
|
|
187
187
|
# @param code [String] The multidocument code to retrieve
|
|
@@ -225,7 +225,7 @@ module AvaTax
|
|
|
225
225
|
#
|
|
226
226
|
# ### Security Policies
|
|
227
227
|
#
|
|
228
|
-
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
228
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
229
229
|
# * This API depends on the following active services:*Required* (all): AvaTaxPro.
|
|
230
230
|
# Swagger Name: AvaTaxClient
|
|
231
231
|
# @param id [Integer] The unique ID number of the MultiDocument transaction to retrieve
|
|
@@ -266,7 +266,7 @@ module AvaTax
|
|
|
266
266
|
#
|
|
267
267
|
# ### Security Policies
|
|
268
268
|
#
|
|
269
|
-
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
269
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
270
270
|
# * This API depends on the following active services:*Required* (all): AvaTaxPro.
|
|
271
271
|
# Swagger Name: AvaTaxClient
|
|
272
272
|
# @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:* documents
|
|
@@ -357,7 +357,7 @@ module AvaTax
|
|
|
357
357
|
#
|
|
358
358
|
# ### Security Policies
|
|
359
359
|
#
|
|
360
|
-
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
360
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
361
361
|
# * This API depends on the following active services:*Required* (all): AvaTaxPro.
|
|
362
362
|
# Swagger Name: AvaTaxClient
|
|
363
363
|
# @param model [Object] Information from your accounting system to verify against this MultiDocument transaction as it is stored in AvaTax
|
|
@@ -22,7 +22,7 @@ module AvaTax
|
|
|
22
22
|
#
|
|
23
23
|
# ### Security Policies
|
|
24
24
|
#
|
|
25
|
-
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
25
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
26
26
|
# Swagger Name: AvaTaxClient
|
|
27
27
|
# @param id [Integer] The unique ID number of this report
|
|
28
28
|
# @return [Object]
|
|
@@ -97,7 +97,7 @@ module AvaTax
|
|
|
97
97
|
#
|
|
98
98
|
# ### Security Policies
|
|
99
99
|
#
|
|
100
|
-
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
100
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
101
101
|
# Swagger Name: AvaTaxClient
|
|
102
102
|
# @param companyId [Integer] The id of the company for which to get reports.
|
|
103
103
|
# @param pageKey [String] Provide a page key to retrieve the next page of results.
|
|
@@ -113,7 +113,7 @@ module AvaTax
|
|
|
113
113
|
#
|
|
114
114
|
# ### Security Policies
|
|
115
115
|
#
|
|
116
|
-
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
116
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
117
117
|
# * This API depends on the following active services:*Required* (all): AvaTaxPro, BasicReturns.
|
|
118
118
|
# Swagger Name: AvaTaxClient
|
|
119
119
|
# @param companyCode [String] The code identifying the company that owns this transaction
|
|
@@ -150,7 +150,7 @@ module AvaTax
|
|
|
150
150
|
#
|
|
151
151
|
# ### Security Policies
|
|
152
152
|
#
|
|
153
|
-
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
153
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
154
154
|
# * This API depends on the following active services:*Required* (all): AvaTaxPro, BasicReturns.
|
|
155
155
|
# Swagger Name: AvaTaxClient
|
|
156
156
|
# @param companyCode [String] The code identifying the company that owns this transaction
|
|
@@ -415,7 +415,7 @@ module AvaTax
|
|
|
415
415
|
#
|
|
416
416
|
# ### Security Policies
|
|
417
417
|
#
|
|
418
|
-
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
418
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
419
419
|
# * This API depends on the following active services:*Required* (all): AvaTaxPro, BasicReturns.
|
|
420
420
|
# Swagger Name: AvaTaxClient
|
|
421
421
|
# @param companyCode [String]
|
|
@@ -455,7 +455,7 @@ module AvaTax
|
|
|
455
455
|
#
|
|
456
456
|
# ### Security Policies
|
|
457
457
|
#
|
|
458
|
-
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
458
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
459
459
|
# * This API depends on the following active services:*Required* (all): AvaTaxPro, BasicReturns.
|
|
460
460
|
# Swagger Name: AvaTaxClient
|
|
461
461
|
# @param companyCode [String] The company code of the company that recorded this transaction
|
|
@@ -480,7 +480,7 @@ module AvaTax
|
|
|
480
480
|
#
|
|
481
481
|
# ### Security Policies
|
|
482
482
|
#
|
|
483
|
-
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
483
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
484
484
|
# * This API depends on the following active services:*Required* (all): AvaTaxPro, BasicReturns.
|
|
485
485
|
# Swagger Name: AvaTaxClient
|
|
486
486
|
# @param companyCode [String] The company code of the company that recorded this transaction
|
|
@@ -513,7 +513,7 @@ module AvaTax
|
|
|
513
513
|
#
|
|
514
514
|
# ### Security Policies
|
|
515
515
|
#
|
|
516
|
-
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
516
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
517
517
|
# * This API depends on the following active services:*Required* (all): AvaTaxPro, BasicReturns.
|
|
518
518
|
# Swagger Name: AvaTaxClient
|
|
519
519
|
# @param id [Integer] The unique ID number of the transaction to retrieve
|
|
@@ -526,7 +526,7 @@ module AvaTax
|
|
|
526
526
|
#
|
|
527
527
|
# ### Security Policies
|
|
528
528
|
#
|
|
529
|
-
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
529
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
530
530
|
# * This API depends on the following active services:*Required* (all): AvaTaxPro, BasicReturns.
|
|
531
531
|
# Swagger Name: AvaTaxClient
|
|
532
532
|
# @param companyCode [String]
|
|
@@ -570,7 +570,7 @@ module AvaTax
|
|
|
570
570
|
#
|
|
571
571
|
# ### Security Policies
|
|
572
572
|
#
|
|
573
|
-
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
573
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
574
574
|
# * This API depends on the following active services:*Required* (all): AvaTaxPro, BasicReturns.
|
|
575
575
|
# Swagger Name: AvaTaxClient
|
|
576
576
|
# @param companyCode [String] The company code of the company that recorded this transaction
|
|
@@ -813,7 +813,7 @@ module AvaTax
|
|
|
813
813
|
#
|
|
814
814
|
# ### Security Policies
|
|
815
815
|
#
|
|
816
|
-
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
816
|
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
|
|
817
817
|
# * This API depends on the following active services:*Required* (all): AvaTaxPro, BasicReturns.
|
|
818
818
|
# Swagger Name: AvaTaxClient
|
|
819
819
|
# @param companyCode [String]
|
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: 24.
|
|
4
|
+
version: 24.11.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marcus Vorwaller
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-11-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|