You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Create a new Advanced Rules batch objects attached to this company.
34
+
#
35
+
# When an Advanced Rules batch is created, it is added to the AvaTax Batch v2 Queue and will be
36
+
# processed as quickly as possible in the order it was received. To check the
37
+
# status of a batch, fetch the batch and retrieve the results of the batch
38
+
# operation.
39
+
#
40
+
# The maximum content length of the request body is limited to 28.6 MB. If this limit
41
+
# is exceeded, a 404 Not Found status will be returned (possibly with a CORS error if
42
+
# the API is called from a browser). In this situation, please split the request into
43
+
# smaller batches.
44
+
#
45
+
# ### Security Policies
46
+
#
47
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, BatchServiceAdmin, CompanyAdmin, CSPTester, FirmAdmin, SSTAdmin, SystemAdmin, SystemOperator, TechnicalSupportAdmin.
48
+
# Swagger Name: AvaTaxClient
49
+
# @param companyId [Integer] The ID of the company that owns this batch.
50
+
# @param model [Object] The Advanced Rules batch you wish to create.
# Deletes custom fields for a specified certificate.
72
+
#
73
+
# Before you can use any exemption certificates endpoints, you must set up your company for exemption certificate data storage.
74
+
# Companies that do not have this storage system set up will see `CertCaptureNotConfiguredError` when they call exemption
75
+
# certificate related APIs. To check if this is set up for a company, call `GetCertificateSetup`. To request setup of exemption
76
+
# certificate storage for this company, call `RequestCertificateSetup`.
77
+
#
78
+
# ### Security Policies
79
+
#
80
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPTester, SSTAdmin, TechnicalSupportAdmin.
81
+
# * This API depends on the following active services:*Required* (all): AvaTaxPro, ECMEssentials, ECMPro, ECMPremium, VEMPro, VEMPremium, ECMProComms, ECMPremiumComms.
82
+
# Swagger Name: AvaTaxClient
83
+
# @param companyId [Integer] The unique ID number of the company that recorded this certificate
84
+
# @param id [Integer] The unique ID number of this certificate
85
+
# @param model [DeleteCustomFields[]] Delete custom fields request model
# This API is used to retrieve custom fields for a certificate.
296
+
# Before you can use any exemption certificates endpoints, you must set up your company for exemption certificate data storage.
297
+
# Companies that do not have this storage system set up will see `CertCaptureNotConfiguredError` when they call exemption
298
+
# certificate related APIs. To check if this is set up for a company, call `GetCertificateSetup`. To request setup of exemption
299
+
# certificate storage for this company, call `RequestCertificateSetup`.
300
+
#
301
+
# ### Security Policies
302
+
#
303
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPTester, SSTAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
304
+
# * This API depends on the following active services:*Required* (all): AvaTaxPro, ECMEssentials, ECMPro, ECMPremium, VEMPro, VEMPremium, ECMProComms, ECMPremiumComms.
305
+
# Swagger Name: AvaTaxClient
306
+
# @param companyId [Integer] The unique ID number of the company that recorded this certificate
307
+
# @param id [Integer] The unique ID number of this certificate
# Updates the values of custom fields for a certificate
463
+
#
464
+
# Before you can use any exemption certificates endpoints, you must set up your company for exemption certificate data storage.
465
+
# Companies that do not have this storage system set up will see `CertCaptureNotConfiguredError` when they call exemption
466
+
# certificate related APIs. To check if this is set up for a company, call `GetCertificateSetup`. To request setup of exemption
467
+
# certificate storage for this company, call `RequestCertificateSetup`.
468
+
#
469
+
# ### Security Policies
470
+
#
471
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPTester, SSTAdmin, TechnicalSupportAdmin.
472
+
# * This API depends on the following active services:*Required* (all): AvaTaxPro, ECMEssentials, ECMPro, ECMPremium, VEMPro, VEMPremium, ECMProComms, ECMPremiumComms.
473
+
# Swagger Name: AvaTaxClient
474
+
# @param companyId [Integer] The unique ID number of the company that recorded this certificate
475
+
# @param id [Integer] The unique ID number of this certificate
476
+
# @param model [Object] The request model containing updated custom field values
# Before you can use any exemption certificates endpoints, you must set up your company for exemption certificate data storage.
66
+
# Companies that do not have this storage system set up will see `CertCaptureNotConfiguredError` when they call exemption
67
+
# certificate related APIs. To check if this is set up for a company, call `GetCertificateSetup`. To request setup of exemption
68
+
# certificate storage for this company, call `RequestCertificateSetup`.
69
+
#
70
+
# ### Security Policies
71
+
#
72
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPTester, SSTAdmin, TechnicalSupportAdmin.
73
+
# * This API depends on the following active services:*Required* (all): AvaTaxPro, ECMEssentials, ECMPro, ECMPremium, VEMPro, VEMPremium, ECMProComms, ECMPremiumComms.
74
+
# Swagger Name: AvaTaxClient
75
+
# @param companyId [Integer] The unique ID number of the company that recorded this customer
76
+
# @param customerCode [String] The unique code representing this customer
77
+
# @param model [DeleteCustomFields[]] Delete custom fields request model
# Retrieves a list of custom fields for a specified customer within a company.
288
+
#
289
+
# This API is used to retrieve custom field for a customer.
290
+
# Before you can use any exemption certificates endpoints, you must set up your company for exemption certificate data storage.
291
+
# Companies that do not have this storage system set up will see `CertCaptureNotConfiguredError` when they call exemption
292
+
# certificate related APIs. To check if this is set up for a company, call `GetCertificateSetup`. To request setup of exemption
293
+
# certificate storage for this company, call `RequestCertificateSetup`.
294
+
#
295
+
# ### Security Policies
296
+
#
297
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPTester, SSTAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
298
+
# * This API depends on the following active services:*Required* (all): AvaTaxPro, ECMEssentials, ECMPro, ECMPremium, VEMPro, VEMPremium, ECMProComms, ECMPremiumComms.
299
+
# Swagger Name: AvaTaxClient
300
+
# @param companyId [Integer] The unique ID number of the company that recorded this customer
301
+
# @param customerCode [String] The unique code representing this customer
# Before you can use any exemption certificates endpoints, you must set up your company for exemption certificate data storage.
490
+
# Companies that do not have this storage system set up will see `CertCaptureNotConfiguredError` when they call exemption
491
+
# certificate related APIs. To check if this is set up for a company, call `GetCertificateSetup`. To request setup of exemption
492
+
# certificate storage for this company, call `RequestCertificateSetup`.
493
+
#
494
+
# ### Security Policies
495
+
#
496
+
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPTester, SSTAdmin, TechnicalSupportAdmin.
497
+
# * This API depends on the following active services:*Required* (all): AvaTaxPro, ECMEssentials, ECMPro, ECMPremium, VEMPro, VEMPremium, ECMProComms, ECMPremiumComms.
498
+
# Swagger Name: AvaTaxClient
499
+
# @param companyId [Integer] The unique ID number of the company that recorded this customer
500
+
# @param customerCode [String] The unique code representing this customer
501
+
# @param model [Object] Update custom fields request model
0 commit comments