diff --git a/GlobalAssemblyInfo.cs b/GlobalAssemblyInfo.cs index e883ba2..e8ab3c7 100644 --- a/GlobalAssemblyInfo.cs +++ b/GlobalAssemblyInfo.cs @@ -30,5 +30,5 @@ // Revision // -[assembly: AssemblyVersion("23.2.0")] -[assembly: AssemblyFileVersion("23.2.0")] +[assembly: AssemblyVersion("23.3.0")] +[assembly: AssemblyFileVersion("23.3.0")] diff --git a/src/AvaTaxApi.cs b/src/AvaTaxApi.cs index 989f291..f306d20 100644 --- a/src/AvaTaxApi.cs +++ b/src/AvaTaxApi.cs @@ -8,16 +8,16 @@ /* * AvaTax Software Development Kit for C# * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester - * @copyright 2004-2019 Avalara, Inc. + * @author Jonathan Wenger + * @author Sachin Baijal + * @copyright 2004-2023 Avalara, Inc. * @license https://www.apache.org/licenses/LICENSE-2.0 - * @version 23.2.0 + * @version 23.3.0 * @link https://github.com/avadev/AvaTax-REST-V2-DotNet-SDK */ @@ -28,7 +28,7 @@ public partial class AvaTaxClient /// /// Returns the version number of the API used to generate this class /// - public static string API_VERSION { get { return "23.2.0"; } } + public static string API_VERSION { get { return "23.3.0"; } } #region Methods @@ -62,7 +62,7 @@ public LicenseKeyModel AccountResetLicenseKey(Int32 id, ResetLicenseKeyModel mod { var path = new AvaTaxPath("/api/v2/accounts/{id}/resetlicensekey"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -93,7 +93,7 @@ public AccountModel ActivateAccount(Int32 id, ActivateAccountModel model) { var path = new AvaTaxPath("/api/v2/accounts/{id}/activate"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -119,7 +119,7 @@ public AccountModel ActivateAccount(Int32 id, ActivateAccountModel model) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// The ID of the account you wish to audit. @@ -145,7 +145,7 @@ public FetchResult AuditAccount(Int32 id, DateTime? start, DateTime? path.AddQuery("end", endDate); path.AddQuery("$top", top); path.AddQuery("$skip", skip); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -176,7 +176,7 @@ public LicenseKeyModel CreateLicenseKey(Int32 id, AccountLicenseKeyModel model) { var path = new AvaTaxPath("/api/v2/accounts/{id}/licensekey"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -203,7 +203,7 @@ public List DeleteLicenseKey(Int32 id, String licensekeyname) var path = new AvaTaxPath("/api/v2/accounts/{id}/licensekey/{licensekeyname}"); path.ApplyField("id", id); path.ApplyField("licensekeyname", licensekeyname); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -220,7 +220,7 @@ public List DeleteLicenseKey(Int32 id, String licensekeyname) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// The ID of the account to retrieve @@ -230,7 +230,7 @@ public AccountModel GetAccount(Int32 id, String include) var path = new AvaTaxPath("/api/v2/accounts/{id}"); path.ApplyField("id", id); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -254,7 +254,7 @@ public AccountModel GetAccount(Int32 id, String include) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ECMUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser. /// /// Swagger Name: AvaTaxClient /// @@ -262,7 +262,7 @@ public List GetAccountConfiguration(Int32 id) { var path = new AvaTaxPath("/api/v2/accounts/{id}/configuration"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -273,7 +273,7 @@ public List GetAccountConfiguration(Int32 id) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// The ID of the account to retrieve @@ -283,7 +283,7 @@ public AccountLicenseKeyModel GetLicenseKey(Int32 id, String licensekeyname) var path = new AvaTaxPath("/api/v2/accounts/{id}/licensekey/{licensekeyname}"); path.ApplyField("id", id); path.ApplyField("licensekeyname", licensekeyname); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -296,7 +296,7 @@ public AccountLicenseKeyModel GetLicenseKey(Int32 id, String licensekeyname) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// The ID of the account to retrieve @@ -304,7 +304,7 @@ public List GetLicenseKeys(Int32 id) { var path = new AvaTaxPath("/api/v2/accounts/{id}/licensekeys"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -328,7 +328,7 @@ public List GetLicenseKeys(Int32 id) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// A comma separated list of objects to fetch underneath this account. Any object with a URL path underneath this account can be fetched by specifying its name. @@ -344,7 +344,7 @@ public FetchResult QueryAccounts(String include, String filter, In path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -377,7 +377,7 @@ public List SetAccountConfiguration(Int32 id, List>("POST", path, model); } @@ -423,7 +423,7 @@ public AddressResolutionModel ResolveAddress(String line1, String line2, String path.AddQuery("postalCode", postalCode); path.AddQuery("country", country); path.AddQuery("textCase", textCase); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -449,7 +449,7 @@ public AddressResolutionModel ResolveAddress(String line1, String line2, String public AddressResolutionModel ResolveAddressPost(AddressValidationInfo model) { var path = new AvaTaxPath("/api/v2/addresses/resolve"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -469,7 +469,7 @@ public AdvancedRuleLookupFileModel CreateCompanyLookupFile(Int32 accountId, Int3 var path = new AvaTaxPath("/api/v2/advancedrules/accounts/{accountId}/companies/{companyId}/lookupFiles"); path.ApplyField("accountId", accountId); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -488,7 +488,7 @@ public List DeleteLookupFile(Int32 accountId, String id) var path = new AvaTaxPath("/api/v2/advancedrules/accounts/{accountId}/lookupFiles/{id}"); path.ApplyField("accountId", accountId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -507,7 +507,7 @@ public FetchResult GetCompanyLookupFiles(Int32 acco var path = new AvaTaxPath("/api/v2/advancedrules/accounts/{accountId}/companies/{companyId}/lookupFiles"); path.ApplyField("accountId", accountId); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -526,7 +526,7 @@ public AdvancedRuleLookupFileModel GetLookupFile(Int32 accountId, String id) var path = new AvaTaxPath("/api/v2/advancedrules/accounts/{accountId}/lookupFiles/{id}"); path.ApplyField("accountId", accountId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -546,7 +546,7 @@ public AdvancedRuleLookupFileModel UpdateLookupFile(Int32 accountId, String id, var path = new AvaTaxPath("/api/v2/advancedrules/accounts/{accountId}/lookupFiles/{id}"); path.ApplyField("accountId", accountId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -568,7 +568,7 @@ public AdvancedRuleLookupFileModel UpdateLookupFile(Int32 accountId, String id, public List CreateAvaFileForms(List model) { var path = new AvaTaxPath("/api/v2/avafileforms"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -590,7 +590,7 @@ public List DeleteAvaFileForm(Int32 id) { var path = new AvaTaxPath("/api/v2/avafileforms/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -612,7 +612,7 @@ public AvaFileFormModel GetAvaFileForm(Int32 id) { var path = new AvaTaxPath("/api/v2/avafileforms/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -641,7 +641,7 @@ public FetchResult QueryAvaFileForms(String filter, Int32? top path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -665,7 +665,7 @@ public AvaFileFormModel UpdateAvaFileForm(Int32 id, AvaFileFormModel model) { var path = new AvaTaxPath("/api/v2/avafileforms/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -699,7 +699,7 @@ public BatchModel CancelBatch(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/batches/{id}/cancel"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, null); } @@ -739,7 +739,7 @@ public List CreateBatches(Int32 companyId, List model) { var path = new AvaTaxPath("/api/v2/companies/{companyId}/batches"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -777,7 +777,7 @@ public CreateTransactionBatchResponseModel CreateTransactionBatch(Int32 companyI { var path = new AvaTaxPath("/api/v2/companies/{companyId}/batches/transactions"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -809,7 +809,7 @@ public List DeleteBatch(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/batches/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -834,7 +834,7 @@ public FileResult DownloadBatch(Int32 companyId, Int32 batchId, Int32 id) path.ApplyField("companyId", companyId); path.ApplyField("batchId", batchId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCallFile("GET", path, null); } @@ -871,7 +871,7 @@ public BatchModel GetBatch(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/batches/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -922,7 +922,7 @@ public FetchResult ListBatchesByCompany(Int32 companyId, String filt path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -968,7 +968,7 @@ public FetchResult QueryBatches(String filter, String include, Int32 path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -1007,7 +1007,7 @@ public List CreateCertExpressInvitation(Int32 var path = new AvaTaxPath("/api/v2/companies/{companyId}/customers/{customerCode}/certexpressinvites"); path.ApplyField("companyId", companyId); path.ApplyField("customerCode", customerCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -1049,7 +1049,7 @@ public CertExpressInvitationModel GetCertExpressInvitation(Int32 companyId, Stri path.ApplyField("customerCode", customerCode); path.ApplyField("id", id); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -1097,7 +1097,7 @@ public FetchResult ListCertExpressInvitations(Int32 path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -1142,7 +1142,7 @@ public List CreateCertificates(Int32 companyId, Boolean? preVa var path = new AvaTaxPath("/api/v2/companies/{companyId}/certificates"); path.ApplyField("companyId", companyId); path.AddQuery("$preValidatedExemptionReason", preValidatedExemptionReason); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -1178,7 +1178,7 @@ public List DeleteCertificate(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/certificates/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -1219,7 +1219,7 @@ public FileResult DownloadCertificateImage(Int32 companyId, Int32 id, Int32? pag path.ApplyField("id", id); path.AddQuery("$page", page); path.AddQuery("$type", type); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCallFile("GET", path, null); } @@ -1265,7 +1265,7 @@ public CertificateModel GetCertificate(Int32 companyId, Int32 id, String include path.ApplyField("companyId", companyId); path.ApplyField("id", id); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -1293,7 +1293,7 @@ public ProvisionStatusModel GetCertificateSetup(Int32 companyId) { var path = new AvaTaxPath("/api/v2/companies/{companyId}/certificates/setup"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -1331,7 +1331,7 @@ public FetchResult LinkAttributesToCertificate(Int32 var path = new AvaTaxPath("/api/v2/companies/{companyId}/certificates/{id}/attributes/link"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -1370,7 +1370,7 @@ public FetchResult LinkCustomersToCertificate(Int32 companyId, In var path = new AvaTaxPath("/api/v2/companies/{companyId}/certificates/{id}/customers/link"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -1407,7 +1407,7 @@ public FetchResult ListAttributesForCertificate(Int32 var path = new AvaTaxPath("/api/v2/companies/{companyId}/certificates/{id}/attributes"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -1447,7 +1447,7 @@ public FetchResult ListCustomersForCertificate(Int32 companyId, I path.ApplyField("companyId", companyId); path.ApplyField("id", id); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -1499,7 +1499,7 @@ public FetchResult QueryCertificates(Int32 companyId, String i path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -1529,7 +1529,7 @@ public ProvisionStatusModel RequestCertificateSetup(Int32 companyId) { var path = new AvaTaxPath("/api/v2/companies/{companyId}/certificates/setup"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, null); } @@ -1567,7 +1567,7 @@ public FetchResult UnlinkAttributesFromCertificate(In var path = new AvaTaxPath("/api/v2/companies/{companyId}/certificates/{id}/attributes/unlink"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -1607,7 +1607,7 @@ public FetchResult UnlinkCustomersFromCertificate(Int32 companyId var path = new AvaTaxPath("/api/v2/companies/{companyId}/certificates/{id}/customers/unlink"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -1642,7 +1642,7 @@ public CertificateModel UpdateCertificate(Int32 companyId, Int32 id, Certificate var path = new AvaTaxPath("/api/v2/companies/{companyId}/certificates/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -1680,7 +1680,7 @@ public String UploadCertificateImage(Int32 companyId, Int32 id, FileResult file) var path = new AvaTaxPath("/api/v2/companies/{companyId}/certificates/{id}/attachment"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCallString("POST", path, file); } @@ -1715,7 +1715,7 @@ public String UploadCertificateImage(Int32 companyId, Int32 id, FileResult file) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// The ID of the company to check if its integration is certified. @@ -1723,7 +1723,7 @@ public String CertifyIntegration(Int32 id) { var path = new AvaTaxPath("/api/v2/companies/{id}/certify"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCallString("GET", path, null); } @@ -1748,7 +1748,7 @@ public String CertifyIntegration(Int32 id) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// @@ -1757,7 +1757,7 @@ public String ChangeFilingStatus(Int32 id, FilingStatusChangeModel model) { var path = new AvaTaxPath("/api/v2/companies/{id}/filingstatus"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCallString("POST", path, model); } @@ -1788,7 +1788,7 @@ public String ChangeFilingStatus(Int32 id, FilingStatusChangeModel model) public CompanyModel CompanyInitialize(CompanyInitializationModel model) { var path = new AvaTaxPath("/api/v2/companies/initialize"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -1812,7 +1812,7 @@ public CompanyModel CompanyInitialize(CompanyInitializationModel model) public List CreateCompanies(List model) { var path = new AvaTaxPath("/api/v2/companies"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -1844,7 +1844,7 @@ public List CreateCompanyParameters(Int32 companyId { var path = new AvaTaxPath("/api/v2/companies/{companyId}/parameters"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -1867,7 +1867,7 @@ public List CreateCompanyParameters(Int32 companyId /// ### Security Policies /// /// * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp. - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// The unique identifier of the company @@ -1880,7 +1880,7 @@ public FundingStatusModel CreateFundingRequest(Int32 id, POABusinessUnit? busine path.ApplyField("id", id); path.AddQuery("businessUnit", businessUnit); path.AddQuery("subscriptionType", subscriptionType); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -1901,7 +1901,7 @@ public List DeleteCompany(Int32 id) { var path = new AvaTaxPath("/api/v2/companies/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -1929,7 +1929,7 @@ public List DeleteCompanyParameter(Int32 companyId, Int64 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/parameters/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -1945,7 +1945,7 @@ public List DeleteCompanyParameter(Int32 companyId, Int64 id) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp.*Firm Managed* (for accounts managed by a firm): ARA, ARAManaged. /// /// Swagger Name: AvaTaxClient @@ -1954,7 +1954,7 @@ public FundingConfigurationModel FundingConfigurationByCompany(Int32 companyId) { var path = new AvaTaxPath("/api/v2/companies/{companyId}/funding/configuration"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -1970,7 +1970,7 @@ public FundingConfigurationModel FundingConfigurationByCompany(Int32 companyId) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp.*Firm Managed* (for accounts managed by a firm): ARA, ARAManaged. /// /// Swagger Name: AvaTaxClient @@ -1981,7 +1981,7 @@ public List FundingConfigurationsByCompanyAndCurrency var path = new AvaTaxPath("/api/v2/companies/{companyId}/funding/configurations"); path.ApplyField("companyId", companyId); path.AddQuery("currency", currency); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -2006,7 +2006,7 @@ public List FundingConfigurationsByCompanyAndCurrency /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// The ID of the company to retrieve. @@ -2019,7 +2019,7 @@ public CompanyModel GetCompany(Int32 id, String include) var path = new AvaTaxPath("/api/v2/companies/{id}"); path.ApplyField("id", id); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -2043,7 +2043,7 @@ public CompanyModel GetCompany(Int32 id, String include) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ECMUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser. /// /// Swagger Name: AvaTaxClient /// @@ -2051,7 +2051,7 @@ public List GetCompanyConfiguration(Int32 id) { var path = new AvaTaxPath("/api/v2/companies/{id}/configuration"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -2070,7 +2070,7 @@ public List GetCompanyConfiguration(Int32 id) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// @@ -2080,7 +2080,7 @@ public CompanyParameterDetailModel GetCompanyParameterDetail(Int32 companyId, In var path = new AvaTaxPath("/api/v2/companies/{companyId}/parameters/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -2106,7 +2106,7 @@ public CompanyParameterDetailModel GetCompanyParameterDetail(Int32 companyId, In /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// @@ -2114,7 +2114,7 @@ public String GetFilingStatus(Int32 id) { var path = new AvaTaxPath("/api/v2/companies/{id}/filingstatus"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCallString("GET", path, null); } @@ -2131,7 +2131,7 @@ public String GetFilingStatus(Int32 id) /// ### Security Policies /// /// * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp. - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// The unique identifier of the company @@ -2143,7 +2143,7 @@ public List ListACHEntryDetailsForCompany(Int32 id, Int32 p path.ApplyField("id", id); path.ApplyField("periodyear", periodyear); path.ApplyField("periodmonth", periodmonth); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -2165,7 +2165,7 @@ public List ListACHEntryDetailsForCompany(Int32 id, Int32 p /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// The company id @@ -2181,7 +2181,7 @@ public FetchResult ListCompanyParameterDetails(Int3 path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -2198,7 +2198,7 @@ public FetchResult ListCompanyParameterDetails(Int3 /// ### Security Policies /// /// * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp. - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// The unique identifier of the company @@ -2206,7 +2206,7 @@ public List ListFundingRequestsByCompany(Int32 id) { var path = new AvaTaxPath("/api/v2/companies/{id}/funding"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -2221,13 +2221,13 @@ public List ListFundingRequestsByCompany(Int32 id) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient public FetchResult ListMrsCompanies() { var path = new AvaTaxPath("/api/v2/companies/mrs"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -2256,7 +2256,7 @@ public FetchResult ListMrsCompanies() /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// A comma separated list of objects to fetch underneath this company. Any object with a URL path underneath this company can be fetched by specifying its name. @@ -2272,7 +2272,7 @@ public FetchResult QueryCompanies(String include, String filter, I path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -2305,7 +2305,7 @@ public List SetCompanyConfiguration(Int32 id, List>("POST", path, model); } @@ -2337,7 +2337,7 @@ public CompanyModel UpdateCompany(Int32 id, CompanyModel model) { var path = new AvaTaxPath("/api/v2/companies/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -2367,7 +2367,7 @@ public CompanyParameterDetailModel UpdateCompanyParameterDetail(Int32 companyId, var path = new AvaTaxPath("/api/v2/companies/{companyId}/parameters/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -2402,7 +2402,7 @@ public ComplianceJurisdictionRateModel QueryTaxAuthorityJurisdictionRates(Int32? path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -2426,7 +2426,7 @@ public List CreateContacts(Int32 companyId, List mod { var path = new AvaTaxPath("/api/v2/companies/{companyId}/contacts"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -2449,7 +2449,7 @@ public List DeleteContact(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/contacts/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -2474,7 +2474,7 @@ public ContactModel GetContact(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/contacts/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -2506,7 +2506,7 @@ public FetchResult ListContactsByCompany(Int32 companyId, String f path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -2538,7 +2538,7 @@ public FetchResult QueryContacts(String filter, Int32? top, Int32? path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -2566,7 +2566,7 @@ public ContactModel UpdateContact(Int32 companyId, Int32 id, ContactModel model) var path = new AvaTaxPath("/api/v2/companies/{companyId}/contacts/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -2603,7 +2603,7 @@ public List CreateCustomers(Int32 companyId, List { var path = new AvaTaxPath("/api/v2/companies/{companyId}/customers"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -2638,7 +2638,7 @@ public CustomerModel DeleteCustomer(Int32 companyId, String customerCode) var path = new AvaTaxPath("/api/v2/companies/{companyId}/customers/{customerCode}"); path.ApplyField("companyId", companyId); path.ApplyField("customerCode", customerCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("DELETE", path, null); } @@ -2681,7 +2681,7 @@ public CustomerModel GetCustomer(Int32 companyId, String customerCode, String in path.ApplyField("companyId", companyId); path.ApplyField("customerCode", customerCode); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -2720,7 +2720,7 @@ public FetchResult LinkAttributesToCustomer(Int32 compan var path = new AvaTaxPath("/api/v2/companies/{companyId}/customers/{customerCode}/attributes/link"); path.ApplyField("companyId", companyId); path.ApplyField("customerCode", customerCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("PUT", path, model); } @@ -2756,7 +2756,7 @@ public FetchResult LinkCertificatesToCustomer(Int32 companyId, var path = new AvaTaxPath("/api/v2/companies/{companyId}/customers/{customerCode}/certificates/link"); path.ApplyField("companyId", companyId); path.ApplyField("customerCode", customerCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -2793,7 +2793,7 @@ public CustomerModel LinkShipToCustomersToBillCustomer(Int32 companyId, String c var path = new AvaTaxPath("/api/v2/companies/{companyId}/customers/billto/{code}/shipto/link"); path.ApplyField("companyId", companyId); path.ApplyField("code", code); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -2831,7 +2831,7 @@ public FetchResult ListAttributesForCustomer(Int32 compa var path = new AvaTaxPath("/api/v2/companies/{companyId}/customers/{customerCode}/attributes"); path.ApplyField("companyId", companyId); path.ApplyField("customerCode", customerCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -2880,7 +2880,7 @@ public FetchResult ListCertificatesForCustomer(Int32 companyId path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -2922,7 +2922,7 @@ public ExemptionStatusModel ListValidCertificatesForCustomer(Int32 companyId, St path.ApplyField("customerCode", customerCode); path.ApplyField("country", country); path.ApplyField("region", region); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -2970,7 +2970,7 @@ public FetchResult QueryCustomers(Int32 companyId, String include path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3009,7 +3009,7 @@ public FetchResult UnlinkAttributesFromCustomer(Int32 co var path = new AvaTaxPath("/api/v2/companies/{companyId}/customers/{customerCode}/attributes/unlink"); path.ApplyField("companyId", companyId); path.ApplyField("customerCode", customerCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("PUT", path, model); } @@ -3045,7 +3045,7 @@ public FetchResult UnlinkCertificatesFromCustomer(Int32 compan var path = new AvaTaxPath("/api/v2/companies/{companyId}/customers/{customerCode}/certificates/unlink"); path.ApplyField("companyId", companyId); path.ApplyField("customerCode", customerCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -3081,7 +3081,7 @@ public CustomerModel UpdateCustomer(Int32 companyId, String customerCode, Custom var path = new AvaTaxPath("/api/v2/companies/{companyId}/customers/{customerCode}"); path.ApplyField("companyId", companyId); path.ApplyField("customerCode", customerCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -3104,7 +3104,7 @@ public List CreateDataSources(Int32 companyId, List>("POST", path, model); } @@ -3128,7 +3128,7 @@ public List DeleteDataSource(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/datasources/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -3141,7 +3141,7 @@ public List DeleteDataSource(Int32 companyId, Int32 id) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// * This API depends on the following active services:*Required* (all): AvaTaxPro, BasicReturns. /// /// Swagger Name: AvaTaxClient @@ -3152,7 +3152,7 @@ public DataSourceModel GetDataSourceById(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/datasources/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -3165,7 +3165,7 @@ public DataSourceModel GetDataSourceById(Int32 companyId, Int32 id) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// * This API depends on the following active services:*Required* (all): AvaTaxPro, BasicReturns. /// /// Swagger Name: AvaTaxClient @@ -3182,7 +3182,7 @@ public FetchResult ListDataSources(Int32 companyId, String filt path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3198,7 +3198,7 @@ public FetchResult ListDataSources(Int32 companyId, String filt /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// * This API depends on the following active services:*Required* (all): AvaTaxPro, BasicReturns. /// /// Swagger Name: AvaTaxClient @@ -3213,7 +3213,7 @@ public FetchResult QueryDataSources(String filter, Int32? top, path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3238,7 +3238,7 @@ public DataSourceModel UpdateDataSource(Int32 companyId, Int32 id, DataSourceMod var path = new AvaTaxPath("/api/v2/companies/{companyId}/datasources/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -3270,7 +3270,7 @@ public FetchResult GetCrossBorderCode(String country, String hsCode var path = new AvaTaxPath("/api/v2/definitions/crossborder/{country}/{hsCode}/hierarchy"); path.ApplyField("country", country); path.ApplyField("hsCode", hsCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3296,7 +3296,7 @@ public FetchResult GetLoginVerifierByForm(String form, St path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3319,7 +3319,7 @@ public FetchResult ListAllMarketplaceLocations(String filter, path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3347,7 +3347,7 @@ public FetchResult ListAvaFileForms(String filter, Int32? top, path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3378,7 +3378,7 @@ public FetchResult ListCertificateAttributes(Int32? c path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3407,7 +3407,7 @@ public FetchResult ListCertificateExemptReasons(String fil path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3436,7 +3436,7 @@ public FetchResult ListCertificateExposureZones(String filter path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3461,7 +3461,7 @@ public FetchResult ListClassificationParam path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3486,7 +3486,7 @@ public FetchResult ListCommunicationsServiceTypes(Int path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3510,7 +3510,7 @@ public FetchResult ListCommunicationsTransac path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3534,7 +3534,7 @@ public FetchResult ListCommunicationsTSPairs(String f path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3559,7 +3559,7 @@ public FetchResult ListCountries(String filter, Int32? top, Int path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3589,7 +3589,7 @@ public FetchResult ListCoverLetters(String filter, Int32? top, path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3627,7 +3627,7 @@ public FetchResult ListCrossBorderCodes(String country, String hsCo path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3651,7 +3651,7 @@ public FetchResult ListCrossBorderCodes(String country, String hsCo public FetchResult ListCrossBorderSections() { var path = new AvaTaxPath("/api/v2/definitions/crossborder/sections"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3677,7 +3677,7 @@ public FetchResult ListCurrencies(String filter, Int32? top, Int3 path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3704,7 +3704,7 @@ public FetchResult ListEntityUseCodes(String filter, Int32? path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3728,7 +3728,7 @@ public FetchResult ListFilingFrequencies(String filter, In path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3756,7 +3756,7 @@ public FetchResult ListJurisdictions(String filter, Int32? to path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3799,7 +3799,7 @@ public FetchResult ListJurisdictionsByAddress(String path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3839,7 +3839,7 @@ public FetchResult ListJurisdictionsByR path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3862,7 +3862,7 @@ public List ListJurisdictionTypesByRateTypeTaxTypeMapping(String country path.ApplyField("taxTypeId", taxTypeId); path.ApplyField("taxSubTypeId", taxSubTypeId); path.AddQuery("rateTypeId", rateTypeId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3908,7 +3908,7 @@ public FetchResult ListLocationQuestionsByAddress(String path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3933,7 +3933,7 @@ public FetchResult ListLoginVerifiers(String filter, Int3 path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3956,7 +3956,7 @@ public FetchResult ListMarketplaceLocations(String mar path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -3981,7 +3981,7 @@ public FetchResult ListNexus(String filter, Int32? top, Int32? skip, path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4037,7 +4037,7 @@ public FetchResult ListNexusByAddress(String line1, String line2, St path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4064,7 +4064,7 @@ public FetchResult ListNexusByCountry(String country, String filter, path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4093,7 +4093,7 @@ public FetchResult ListNexusByCountryAndRegion(String country, Strin path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4124,7 +4124,7 @@ public NexusByTaxFormModel ListNexusByFormCode(String formCode) { var path = new AvaTaxPath("/api/v2/definitions/nexus/byform/{formCode}"); path.ApplyField("formCode", formCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -4151,7 +4151,7 @@ public FetchResult ListNexusByTaxTypeGroup(String taxTypeGroup, Stri path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4175,7 +4175,7 @@ public FetchResult ListNexusTaxTypeGroups(String filter, path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4199,7 +4199,7 @@ public FetchResult ListNoticeCustomerFundingOp path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4223,7 +4223,7 @@ public FetchResult ListNoticeCustomerTypes(String filte path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4247,7 +4247,7 @@ public FetchResult ListNoticeFilingtypes(String filter, I path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4271,7 +4271,7 @@ public FetchResult ListNoticePriorities(String filter, Int3 path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4295,7 +4295,7 @@ public FetchResult ListNoticeReasons(String filter, Int32? to path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4319,7 +4319,7 @@ public FetchResult ListNoticeResponsibilities(String path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4343,7 +4343,7 @@ public FetchResult ListNoticeRootCauses(String filter, Int path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4367,7 +4367,7 @@ public FetchResult ListNoticeStatuses(String filter, Int32? t path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4391,7 +4391,7 @@ public FetchResult ListNoticeTypes(String filter, Int32? top, I path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4416,7 +4416,7 @@ public FetchResult ListParameters(String filter, Int32? top, Int path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4460,7 +4460,7 @@ public FetchResult ListParametersByItem(String companyCode, Stri path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4485,7 +4485,7 @@ public FetchResult ListParametersUsage(String filter, Int32 path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4505,7 +4505,7 @@ public FetchResult ListPermissions(Int32? top, Int32? skip) var path = new AvaTaxPath("/api/v2/definitions/permissions"); path.AddQuery("$top", top); path.AddQuery("$skip", skip); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4528,7 +4528,7 @@ public FetchResult ListPostalCodes(String filter, Int32? top, I path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4559,7 +4559,7 @@ public FetchResult ListPreferredPrograms(String filter, I path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4587,7 +4587,7 @@ public FetchResult ListProductClassificationSy path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); path.AddQuery("$countryCode", countryCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4625,7 +4625,7 @@ public FetchResult ListProductClassificationSy path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); path.AddQuery("$countryCode", countryCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4651,7 +4651,7 @@ public FetchResult ListRateTypesByCountry(String country, String path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4681,7 +4681,7 @@ public FetchResult ListRateTypesByCountryTaxTypeTaxSubType(Strin path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4706,7 +4706,7 @@ public FetchResult ListRegions(String filter, Int32? top, Int32? path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4733,7 +4733,7 @@ public FetchResult ListRegionsByCountry(String country, String f path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4770,7 +4770,7 @@ public FetchResult ListRegionsByCountryAndTaxTypeAndTaxSubTypeAn path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4794,7 +4794,7 @@ public FetchResult ListResourceFileTypes(String filter, I path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4819,7 +4819,7 @@ public FetchResult ListReturnsParametersUsage(String path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4844,7 +4844,7 @@ public FetchResult ListSecurityRoles(String filter, Int32? to path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4870,7 +4870,7 @@ public FetchResult ListSubscriptionTypes(String filter, I path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4893,7 +4893,7 @@ public FetchResult ListTags(String filter, Int32? top, Int32? skip, S path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4917,7 +4917,7 @@ public FetchResult ListTaxAuthorities(String filter, Int32? t path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4943,7 +4943,7 @@ public FetchResult ListTaxAuthorityForms(String filter, I path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4967,7 +4967,7 @@ public FetchResult ListTaxAuthorityTypes(String filter, I path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -4998,7 +4998,7 @@ public FetchResult ListTaxCodes(String filter, Int32? top, Int32? path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -5019,7 +5019,7 @@ public TaxCodeTypesModel ListTaxCodeTypes(Int32? top, Int32? skip) var path = new AvaTaxPath("/api/v2/definitions/taxcodetypes"); path.AddQuery("$top", top); path.AddQuery("$skip", skip); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -5043,7 +5043,7 @@ public FetchResult ListTaxForms(String filter, Int32? top, Int3 path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -5067,7 +5067,7 @@ public FetchResult ListTaxSubTypes(String filter, Int32? top, I path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -5097,7 +5097,7 @@ public FetchResult ListTaxSubTypesByCountryAndTaxType(String co path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -5125,7 +5125,7 @@ public FetchResult ListTaxSubTypesByJurisdictionAndRegion(Strin path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -5149,7 +5149,7 @@ public FetchResult ListTaxTypeGroups(String filter, Int32? to path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -5174,7 +5174,7 @@ public FetchResult ListTaxTypesByNexusAndCountry(String country, I path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -5203,7 +5203,7 @@ public FetchResult ListUnitOfBasisByCountryAndTaxTypeAndTaxSub path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -5228,7 +5228,7 @@ public FetchResult ListUnitOfMeasurement(String filter, Int32? top, In path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -5254,7 +5254,7 @@ public List CreateDistanceThreshold(Int32 company { var path = new AvaTaxPath("/api/v2/companies/{companyId}/distancethresholds"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -5281,7 +5281,7 @@ public List DeleteDistanceThreshold(Int32 companyId, Int64 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/distancethresholds/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -5308,7 +5308,7 @@ public CompanyDistanceThresholdModel GetDistanceThreshold(Int32 companyId, Int64 var path = new AvaTaxPath("/api/v2/companies/{companyId}/distancethresholds/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -5343,7 +5343,7 @@ public FetchResult ListDistanceThresholds(Int32 c path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -5379,7 +5379,7 @@ public FetchResult QueryDistanceThresholds(String path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -5410,7 +5410,7 @@ public CompanyDistanceThresholdModel UpdateDistanceThreshold(Int32 companyId, In var path = new AvaTaxPath("/api/v2/companies/{companyId}/distancethresholds/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -5425,7 +5425,7 @@ public CompanyDistanceThresholdModel UpdateDistanceThreshold(Int32 companyId, In /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// The company ID that will be issued this certificate. @@ -5434,7 +5434,7 @@ public ECommerceTokenOutputModel CreateECommerceToken(Int32 companyId, CreateECo { var path = new AvaTaxPath("/api/v2/companies/{companyId}/ecommercetokens"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -5449,7 +5449,7 @@ public ECommerceTokenOutputModel CreateECommerceToken(Int32 companyId, CreateECo /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// The company ID that the refreshed certificate belongs to. @@ -5458,7 +5458,7 @@ public FetchResult RefreshECommerceToken(Int32 compan { var path = new AvaTaxPath("/api/v2/companies/{companyId}/ecommercetokens"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("PUT", path, model); } @@ -5479,7 +5479,7 @@ public FirmClientLinkageOutputModel ApproveFirmClientLinkage(Int32 id) { var path = new AvaTaxPath("/api/v2/firmclientlinkages/{id}/approve"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, null); } @@ -5508,7 +5508,7 @@ public FirmClientLinkageOutputModel ApproveFirmClientLinkage(Int32 id) public FirmClientLinkageOutputModel CreateAndLinkNewFirmClientAccount(NewFirmClientAccountRequestModel model) { var path = new AvaTaxPath("/api/v2/firmclientlinkages/createandlinkclient"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -5528,7 +5528,7 @@ public FirmClientLinkageOutputModel CreateAndLinkNewFirmClientAccount(NewFirmCli public FirmClientLinkageOutputModel CreateFirmClientLinkage(FirmClientLinkageInputModel model) { var path = new AvaTaxPath("/api/v2/firmclientlinkages"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -5549,7 +5549,7 @@ public List DeleteFirmClientLinkage(Int32 id) { var path = new AvaTaxPath("/api/v2/firmclientlinkages/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -5562,7 +5562,7 @@ public List DeleteFirmClientLinkage(Int32 id) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// @@ -5570,7 +5570,7 @@ public FirmClientLinkageOutputModel GetFirmClientLinkage(Int32 id) { var path = new AvaTaxPath("/api/v2/firmclientlinkages/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -5583,7 +5583,7 @@ public FirmClientLinkageOutputModel GetFirmClientLinkage(Int32 id) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// 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/).
*Not filterable:* firmAccountName, clientAccountName @@ -5591,7 +5591,7 @@ public FetchResult ListFirmClientLinkage(String fi { var path = new AvaTaxPath("/api/v2/firmclientlinkages"); path.AddQuery("$filter", filter); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -5612,7 +5612,7 @@ public FirmClientLinkageOutputModel RejectFirmClientLinkage(Int32 id) { var path = new AvaTaxPath("/api/v2/firmclientlinkages/{id}/reject"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, null); } @@ -5633,7 +5633,7 @@ public FirmClientLinkageOutputModel ResetFirmClientLinkage(Int32 id) { var path = new AvaTaxPath("/api/v2/firmclientlinkages/{id}/reset"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, null); } @@ -5654,7 +5654,7 @@ public FirmClientLinkageOutputModel RevokeFirmClientLinkage(Int32 id) { var path = new AvaTaxPath("/api/v2/firmclientlinkages/{id}/revoke"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, null); } @@ -5683,7 +5683,7 @@ public FirmClientLinkageOutputModel RevokeFirmClientLinkage(Int32 id) public NewAccountModel RequestFreeTrial(FreeTrialRequestModel model) { var path = new AvaTaxPath("/api/v2/accounts/freetrials/request"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -5707,7 +5707,7 @@ public NewAccountModel RequestFreeTrial(FreeTrialRequestModel model) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp.*Firm Managed* (for accounts managed by a firm): ARA, ARAManaged. /// /// Swagger Name: AvaTaxClient @@ -5720,7 +5720,7 @@ public FundingStatusModel ActivateFundingRequest(Int64 id, POABusinessUnit? busi path.ApplyField("id", id); path.AddQuery("businessUnit", businessUnit); path.AddQuery("subscriptionType", subscriptionType); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -5755,7 +5755,7 @@ public FundingStatusModel FundingRequestStatus(Int32 id, POABusinessUnit? busine path.ApplyField("id", id); path.AddQuery("businessUnit", businessUnit); path.AddQuery("subscriptionType", subscriptionType); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -5782,7 +5782,7 @@ public List BatchDeleteItemClassifications(Int32 companyId, Int64 i var path = new AvaTaxPath("/api/v2/companies/{companyId}/items/{itemId}/classifications"); path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -5811,7 +5811,7 @@ public List BatchDeleteItemParameters(Int32 companyId, Int64 itemId var path = new AvaTaxPath("/api/v2/companies/{companyId}/items/{itemId}/parameters"); path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -5841,7 +5841,7 @@ public ItemBulkUploadOutputModel BulkUploadItems(Int32 companyId, ItemBulkUpload { var path = new AvaTaxPath("/api/v2/companies/{companyId}/items/upload"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -5871,7 +5871,7 @@ public List CreateItemClassifications(Int32 compa var path = new AvaTaxPath("/api/v2/companies/{companyId}/items/{itemId}/classifications"); path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -5905,7 +5905,7 @@ public List CreateItemParameters(Int32 companyId, Int64 item var path = new AvaTaxPath("/api/v2/companies/{companyId}/items/{itemId}/parameters"); path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -5935,7 +5935,7 @@ public List CreateItems(Int32 companyId, List model) { var path = new AvaTaxPath("/api/v2/companies/{companyId}/items"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -5961,7 +5961,7 @@ public List CreateItemTags(Int32 companyId, Int32 item var path = new AvaTaxPath("/api/v2/companies/{companyId}/items/{itemId}/tags"); path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -5987,7 +5987,7 @@ public ItemTaxCodeClassificationRequestOutputModel CreateTaxCodeClassificationRe { var path = new AvaTaxPath("/api/v2/companies/{companyId}/classificationrequests/taxcode"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -6024,7 +6024,7 @@ public List DeleteCatalogueItem(Int32 companyId, String itemCode) var path = new AvaTaxPath("/api/v2/companies/{companyId}/itemcatalogue/{itemCode}"); path.ApplyField("companyId", companyId); path.ApplyField("itemCode", itemCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -6055,7 +6055,7 @@ public List DeleteItem(Int32 companyId, Int64 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/items/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -6084,7 +6084,7 @@ public List DeleteItemClassification(Int32 companyId, Int64 itemId, path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -6115,7 +6115,7 @@ public List DeleteItemParameter(Int32 companyId, Int64 itemId, Int6 path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -6142,7 +6142,7 @@ public List DeleteItemTag(Int32 companyId, Int64 itemId, Int32 item path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); path.ApplyField("itemTagDetailId", itemTagDetailId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -6167,7 +6167,7 @@ public List DeleteItemTags(Int32 companyId, Int64 itemId) var path = new AvaTaxPath("/api/v2/companies/{companyId}/items/{itemId}/tags"); path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -6204,7 +6204,7 @@ public FetchResult GetClassif path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -6235,7 +6235,7 @@ public ItemModel GetItem(Int32 companyId, Int64 id, String include) path.ApplyField("companyId", companyId); path.ApplyField("id", id); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -6264,7 +6264,7 @@ public ItemClassificationOutputModel GetItemClassification(Int32 companyId, Int6 path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -6295,7 +6295,7 @@ public ItemParameterModel GetItemParameter(Int32 companyId, Int64 itemId, Int64 path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -6326,7 +6326,7 @@ public FetchResult GetItemTags(Int32 companyId, Int64 path.AddQuery("$filter", filter); path.AddQuery("$top", top); path.AddQuery("$skip", skip); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -6360,7 +6360,7 @@ public ItemPremiumClassificationOutputModel GetPremiumClassification(Int32 compa path.ApplyField("companyId", companyId); path.ApplyField("itemCode", itemCode); path.ApplyField("systemCode", systemCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -6395,7 +6395,7 @@ public FetchResult GetTaxCodeRecommendati path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -6435,7 +6435,7 @@ public FetchResult ListImportRestrictions(Int32 comp path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -6473,7 +6473,7 @@ public FetchResult ListItemClassifications(Int32 path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -6513,7 +6513,7 @@ public FetchResult ListItemParameters(Int32 companyId, Int64 path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -6565,7 +6565,7 @@ public FetchResult ListItemsByCompany(Int32 companyId, String filter, path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); path.AddQuery("tagName", tagName); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -6604,7 +6604,7 @@ public FetchResult QueryItems(String filter, String include, Int32? t path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -6647,7 +6647,7 @@ public FetchResult QueryItemsByTag(Int32 companyId, String tag, Strin path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -6675,7 +6675,7 @@ public ItemCatalogueOutputModel SyncItemCatalogue(Int32 companyId, List("POST", path, model); } @@ -6708,7 +6708,7 @@ public SyncItemsResponseModel SyncItems(Int32 companyId, SyncItemsRequestModel m { var path = new AvaTaxPath("/api/v2/companies/{companyId}/items/sync"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -6743,7 +6743,7 @@ public ItemModel UpdateItem(Int32 companyId, Int64 id, ItemModel model) var path = new AvaTaxPath("/api/v2/companies/{companyId}/items/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -6775,7 +6775,7 @@ public ItemClassificationOutputModel UpdateItemClassification(Int32 companyId, I path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -6807,7 +6807,7 @@ public ItemParameterModel UpdateItemParameter(Int32 companyId, Int64 itemId, Int path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -6834,7 +6834,7 @@ public List CreateJurisdictionOverrides(Int32 account { var path = new AvaTaxPath("/api/v2/accounts/{accountId}/jurisdictionoverrides"); path.ApplyField("accountId", accountId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -6857,7 +6857,7 @@ public List DeleteJurisdictionOverride(Int32 accountId, Int32 id) var path = new AvaTaxPath("/api/v2/accounts/{accountId}/jurisdictionoverrides/{id}"); path.ApplyField("accountId", accountId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -6885,7 +6885,7 @@ public JurisdictionOverrideModel GetJurisdictionOverride(Int32 accountId, Int32 var path = new AvaTaxPath("/api/v2/accounts/{accountId}/jurisdictionoverrides/{id}"); path.ApplyField("accountId", accountId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -6924,7 +6924,7 @@ public FetchResult ListJurisdictionOverridesByAccount path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -6961,7 +6961,7 @@ public FetchResult QueryJurisdictionOverrides(String path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -6985,7 +6985,7 @@ public JurisdictionOverrideModel UpdateJurisdictionOverride(Int32 accountId, Int var path = new AvaTaxPath("/api/v2/accounts/{accountId}/jurisdictionoverrides/{id}"); path.ApplyField("accountId", accountId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -7019,7 +7019,7 @@ public List CreateLocationParameters(Int32 companyId, In var path = new AvaTaxPath("/api/v2/companies/{companyId}/locations/{locationId}/parameters"); path.ApplyField("companyId", companyId); path.ApplyField("locationId", locationId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -7041,7 +7041,7 @@ public List CreateLocations(Int32 companyId, List { var path = new AvaTaxPath("/api/v2/companies/{companyId}/locations"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -7064,7 +7064,7 @@ public List DeleteLocation(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/locations/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -7095,7 +7095,7 @@ public List DeleteLocationParameter(Int32 companyId, Int32 location path.ApplyField("companyId", companyId); path.ApplyField("locationId", locationId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -7117,7 +7117,7 @@ public List DeleteLocationParameter(Int32 companyId, Int32 location /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// The ID of the company that owns this location @@ -7129,7 +7129,7 @@ public LocationModel GetLocation(Int32 companyId, Int32 id, String include) path.ApplyField("companyId", companyId); path.ApplyField("id", id); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -7148,7 +7148,7 @@ public LocationModel GetLocation(Int32 companyId, Int32 id, String include) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// The company id @@ -7160,7 +7160,7 @@ public LocationParameterModel GetLocationParameter(Int32 companyId, Int32 locati path.ApplyField("companyId", companyId); path.ApplyField("locationId", locationId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -7182,7 +7182,7 @@ public LocationParameterModel GetLocationParameter(Int32 companyId, Int32 locati /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// The company id @@ -7200,7 +7200,7 @@ public FetchResult ListLocationParameters(Int32 companyI path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -7224,7 +7224,7 @@ public FetchResult ListLocationParameters(Int32 companyI /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// The ID of the company that owns these locations @@ -7242,7 +7242,7 @@ public FetchResult ListLocationsByCompany(Int32 companyId, String path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -7267,7 +7267,7 @@ public FetchResult ListLocationsByCompany(Int32 companyId, String /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// 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/).
*Not filterable:* isMarketplaceOutsideUsa, settings, parameters @@ -7283,7 +7283,7 @@ public FetchResult QueryLocations(String filter, String include, path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -7309,7 +7309,7 @@ public LocationModel UpdateLocation(Int32 companyId, Int32 id, LocationModel mod var path = new AvaTaxPath("/api/v2/companies/{companyId}/locations/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -7341,7 +7341,7 @@ public LocationParameterModel UpdateLocationParameter(Int32 companyId, Int32 loc path.ApplyField("companyId", companyId); path.ApplyField("locationId", locationId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -7356,7 +7356,7 @@ public LocationParameterModel UpdateLocationParameter(Int32 companyId, Int32 loc /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// The ID of the company that owns this location @@ -7366,7 +7366,7 @@ public LocationValidationModel ValidateLocation(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/locations/{id}/validate"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -7410,7 +7410,7 @@ public MultiDocumentModel AdjustMultiDocumentTransaction(String code, DocumentTy path.ApplyField("code", code); path.ApplyField("type", type); path.AddQuery("include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -7455,7 +7455,7 @@ public AuditMultiDocumentModel AuditMultiDocumentTransaction(String code, Docume var path = new AvaTaxPath("/api/v2/transactions/multidocument/{code}/type/{type}/audit"); path.ApplyField("code", code); path.ApplyField("type", type); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -7491,7 +7491,7 @@ public AuditMultiDocumentModel AuditMultiDocumentTransaction(String code, Docume public MultiDocumentModel CommitMultiDocumentTransaction(CommitMultiDocumentModel model) { var path = new AvaTaxPath("/api/v2/transactions/multidocument/commit"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -7553,7 +7553,7 @@ public MultiDocumentModel CreateMultiDocumentTransaction(String include, CreateM { var path = new AvaTaxPath("/api/v2/transactions/multidocument"); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -7598,7 +7598,7 @@ public MultiDocumentModel GetMultiDocumentTransactionByCodeAndType(String code, path.ApplyField("code", code); path.ApplyField("type", type); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -7650,7 +7650,7 @@ public MultiDocumentModel GetMultiDocumentTransactionById(Int64 id, String inclu var path = new AvaTaxPath("/api/v2/transactions/multidocument/{id}"); path.ApplyField("id", id); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -7706,7 +7706,7 @@ public FetchResult ListMultiDocumentTransactions(String filt path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -7776,7 +7776,7 @@ public MultiDocumentModel RefundMultiDocumentTransaction(String code, DocumentTy path.ApplyField("code", code); path.ApplyField("type", type); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -7810,7 +7810,7 @@ public MultiDocumentModel RefundMultiDocumentTransaction(String code, DocumentTy public MultiDocumentModel VerifyMultiDocumentTransaction(VerifyMultiDocumentModel model) { var path = new AvaTaxPath("/api/v2/transactions/multidocument/verify"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -7851,7 +7851,7 @@ public MultiDocumentModel VoidMultiDocumentTransaction(String code, DocumentType var path = new AvaTaxPath("/api/v2/transactions/multidocument/{code}/type/{type}/void"); path.ApplyField("code", code); path.ApplyField("type", type); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -7891,7 +7891,7 @@ public List CreateNexus(Int32 companyId, List model) { var path = new AvaTaxPath("/api/v2/companies/{companyId}/nexus"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -7924,7 +7924,7 @@ public List CreateNexusParameters(Int32 companyId, In var path = new AvaTaxPath("/api/v2/companies/{companyId}/nexus/{nexusId}/parameters"); path.ApplyField("companyId", companyId); path.ApplyField("nexusId", nexusId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -7960,7 +7960,7 @@ public List DeclareNexusByAddress(Int32 companyId, List>("POST", path, model); } @@ -7992,7 +7992,7 @@ public List DeleteNexus(Int32 companyId, Int32 id, Boolean? cascade path.ApplyField("companyId", companyId); path.ApplyField("id", id); path.AddQuery("cascadeDelete", cascadeDelete); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -8022,7 +8022,7 @@ public List DeleteNexusParameter(Int32 companyId, Int32 nexusId, In path.ApplyField("companyId", companyId); path.ApplyField("nexusId", nexusId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -8050,7 +8050,7 @@ public List DeleteNexusParameters(Int32 companyId, Int32 nexusId) var path = new AvaTaxPath("/api/v2/companies/{companyId}/nexus/{nexusId}/parameters"); path.ApplyField("companyId", companyId); path.ApplyField("nexusId", nexusId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -8082,7 +8082,7 @@ public NexusModel GetNexus(Int32 companyId, Int32 id, String include) path.ApplyField("companyId", companyId); path.ApplyField("id", id); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -8118,7 +8118,7 @@ public NexusByTaxFormModel GetNexusByFormCode(Int32 companyId, String formCode, path.ApplyField("companyId", companyId); path.ApplyField("formCode", formCode); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -8148,7 +8148,7 @@ public NexusParameterDetailModel GetNexusParameter(Int32 companyId, Int32 nexusI path.ApplyField("companyId", companyId); path.ApplyField("nexusId", nexusId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -8189,7 +8189,7 @@ public FetchResult ListNexusByCompany(Int32 companyId, String filter path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -8232,7 +8232,7 @@ public FetchResult ListNexusByCompanyAndTaxTypeGroup(Int32 companyId path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -8271,7 +8271,7 @@ public FetchResult ListNexusParameters(Int32 companyI path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -8310,7 +8310,7 @@ public FetchResult QueryNexus(String filter, String include, Int32? path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -8352,7 +8352,7 @@ public NexusModel UpdateNexus(Int32 companyId, Int32 id, NexusModel model) var path = new AvaTaxPath("/api/v2/companies/{companyId}/nexus/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -8384,7 +8384,7 @@ public NexusParameterDetailModel UpdateNexusParameter(Int32 companyId, Int32 nex path.ApplyField("companyId", companyId); path.ApplyField("nexusId", nexusId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -8405,7 +8405,7 @@ public NexusParameterDetailModel UpdateNexusParameter(Int32 companyId, Int32 nex public NoticeResponsibilityModel CreateNoticeResponsibilityType(CreateNoticeResponsibilityTypeModel model) { var path = new AvaTaxPath("/api/v2/notices/responsibilities"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -8426,7 +8426,7 @@ public NoticeResponsibilityModel CreateNoticeResponsibilityType(CreateNoticeResp public NoticeRootCauseModel CreateNoticeRootCauseType(CreateNoticeRootCauseTypeModel model) { var path = new AvaTaxPath("/api/v2/notices/rootcauses"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -8447,7 +8447,7 @@ public List DeleteNoticeResponsibilityType(Int32 responsibilityId) { var path = new AvaTaxPath("/api/v2/notices/responsibilities/{responsibilityId}"); path.ApplyField("responsibilityId", responsibilityId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -8468,7 +8468,7 @@ public List DeleteNoticeRootCauseType(Int32 rootCauseId) { var path = new AvaTaxPath("/api/v2/notices/rootcauses/{rootCauseId}"); path.ApplyField("rootCauseId", rootCauseId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -8494,7 +8494,7 @@ public List DeleteNoticeRootCauseType(Int32 rootCauseId) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// The id of the notification you wish to mark as dismissed. @@ -8502,7 +8502,7 @@ public NotificationModel DismissNotification(Int64 id) { var path = new AvaTaxPath("/api/v2/notifications/{id}/dismiss"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, null); } @@ -8522,7 +8522,7 @@ public NotificationModel DismissNotification(Int64 id) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// The id of the notification to retrieve. @@ -8530,7 +8530,7 @@ public NotificationModel GetNotification(Int64 id) { var path = new AvaTaxPath("/api/v2/notifications/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -8553,7 +8553,7 @@ public NotificationModel GetNotification(Int64 id) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// 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/). @@ -8567,7 +8567,7 @@ public FetchResult ListNotifications(String filter, Int32? to path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -8602,7 +8602,7 @@ public FetchResult ListNotifications(String filter, Int32? to public NewAccountModel RequestNewAccount(NewAccountRequestModel model) { var path = new AvaTaxPath("/api/v2/accounts/request"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -8628,7 +8628,7 @@ public OfferModel RequestNewEntitlement(Int32 id, String offer) var path = new AvaTaxPath("/api/v2/accounts/{id}/entitlements/{offer}"); path.ApplyField("id", id); path.ApplyField("offer", offer); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, null); } @@ -8652,7 +8652,7 @@ public OfferModel RequestNewEntitlement(Int32 id, String offer) public List CreateAccount(AccountModel model) { var path = new AvaTaxPath("/api/v2/accounts"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -8685,7 +8685,7 @@ public List CreateAccount(AccountModel model) public List CreateNotifications(List model) { var path = new AvaTaxPath("/api/v2/notifications"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -8712,7 +8712,7 @@ public List CreateNotifications(List model public SubscriptionTypeModel CreateServiceTypes(SubscriptionTypeModel model) { var path = new AvaTaxPath("/api/v2/servicetypes"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -8738,7 +8738,7 @@ public List CreateSubscriptions(Int32 accountId, List>("POST", path, model); } @@ -8763,7 +8763,7 @@ public List DeleteAccount(Int32 id) { var path = new AvaTaxPath("/api/v2/accounts/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -8794,7 +8794,7 @@ public List DeleteNotification(Int64 id) { var path = new AvaTaxPath("/api/v2/notifications/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -8819,7 +8819,7 @@ public List DeleteServiceType(Int32 id) { var path = new AvaTaxPath("/api/v2/servicetypes/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -8845,7 +8845,7 @@ public List DeleteSubscription(Int32 accountId, Int32 id) var path = new AvaTaxPath("/api/v2/accounts/{accountId}/subscriptions/{id}"); path.ApplyField("accountId", accountId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -8878,7 +8878,7 @@ public FetchResult ListServiceTypes(String filter, Int32? path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -8908,7 +8908,7 @@ public String ResetPassword(Int32 userId, Boolean? isUndoMigrateRequest, SetPass var path = new AvaTaxPath("/api/v2/passwords/{userId}/reset"); path.ApplyField("userId", userId); path.AddQuery("isUndoMigrateRequest", isUndoMigrateRequest); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCallString("POST", path, model); } @@ -8933,7 +8933,7 @@ public AccountModel UpdateAccount(Int32 id, AccountModel model) { var path = new AvaTaxPath("/api/v2/accounts/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -8965,7 +8965,7 @@ public NotificationModel UpdateNotification(Int64 id, NotificationModel model) { var path = new AvaTaxPath("/api/v2/notifications/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -8992,7 +8992,7 @@ public SubscriptionTypeModel UpdateServiceType(Int32 id, SubscriptionTypeModel m { var path = new AvaTaxPath("/api/v2/servicetypes/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -9023,7 +9023,7 @@ public SubscriptionModel UpdateSubscription(Int32 accountId, Int32 id, Subscript var path = new AvaTaxPath("/api/v2/accounts/{accountId}/subscriptions/{id}"); path.ApplyField("accountId", accountId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -9057,7 +9057,7 @@ public FileResult DownloadReport(Int64 id) { var path = new AvaTaxPath("/api/v2/reports/{id}/attachment"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCallFile("GET", path, null); } @@ -9084,7 +9084,7 @@ public ReportModel GetReport(Int64 id) { var path = new AvaTaxPath("/api/v2/reports/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -9125,7 +9125,7 @@ public List InitiateExportDocumentLineReport(Int32 companyId, Expor { var path = new AvaTaxPath("/api/v2/companies/{companyId}/reports/exportdocumentline/initiate"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -9162,7 +9162,7 @@ public FetchResult ListReports(Int32? companyId, String pageKey, In path.AddQuery("pageKey", pageKey); path.AddQuery("$skip", skip); path.AddQuery("$top", top); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -9198,7 +9198,7 @@ public List CreateSettings(Int32 companyId, List mod { var path = new AvaTaxPath("/api/v2/companies/{companyId}/settings"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -9230,7 +9230,7 @@ public List DeleteSetting(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/settings/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -9252,7 +9252,7 @@ public List DeleteSetting(Int32 companyId, Int32 id) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser. /// /// Swagger Name: AvaTaxClient /// The ID of the company that owns this setting @@ -9262,7 +9262,7 @@ public SettingModel GetSetting(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/settings/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -9287,7 +9287,7 @@ public SettingModel GetSetting(Int32 companyId, Int32 id) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser. /// /// Swagger Name: AvaTaxClient /// The ID of the company that owns these settings @@ -9305,7 +9305,7 @@ public FetchResult ListSettingsByCompany(Int32 companyId, String f path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -9330,7 +9330,7 @@ public FetchResult ListSettingsByCompany(Int32 companyId, String f /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser. /// /// Swagger Name: AvaTaxClient /// 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/).
*Not filterable:* modifiedDate, ModifiedUserId @@ -9346,7 +9346,7 @@ public FetchResult QuerySettings(String filter, String include, In path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -9383,7 +9383,7 @@ public SettingModel UpdateSetting(Int32 companyId, Int32 id, SettingModel model) var path = new AvaTaxPath("/api/v2/companies/{companyId}/settings/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -9408,7 +9408,7 @@ public SubscriptionModel GetSubscription(Int32 accountId, Int32 id) var path = new AvaTaxPath("/api/v2/accounts/{accountId}/subscriptions/{id}"); path.ApplyField("accountId", accountId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -9442,7 +9442,7 @@ public FetchResult ListSubscriptionsByAccount(Int32 accountId path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -9474,7 +9474,7 @@ public FetchResult QuerySubscriptions(String filter, Int32? t path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -9500,7 +9500,7 @@ public List CreateTaxCodes(Int32 companyId, List mod { var path = new AvaTaxPath("/api/v2/companies/{companyId}/taxcodes"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -9523,7 +9523,7 @@ public List DeleteTaxCode(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/taxcodes/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -9550,7 +9550,7 @@ public TaxCodeModel GetTaxCode(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/taxcodes/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -9588,7 +9588,7 @@ public FetchResult ListTaxCodesByCompany(Int32 companyId, String f path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -9624,7 +9624,7 @@ public FetchResult QueryTaxCodes(String filter, String include, In path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -9654,7 +9654,7 @@ public TaxCodeModel UpdateTaxCode(Int32 companyId, Int32 id, TaxCodeModel model) var path = new AvaTaxPath("/api/v2/companies/{companyId}/taxcodes/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -9689,7 +9689,7 @@ public TaxCodeModel UpdateTaxCode(Int32 companyId, Int32 id, TaxCodeModel model) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// * This API depends on the following active services:*Required* (all): AvaTaxPro. /// /// Swagger Name: AvaTaxClient @@ -9697,7 +9697,7 @@ public TaxCodeModel UpdateTaxCode(Int32 companyId, Int32 id, TaxCodeModel model) public FileResult BuildTaxContentFile(PointOfSaleDataRequestModel model) { var path = new AvaTaxPath("/api/v2/pointofsaledata/build"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCallFile("POST", path, model); } @@ -9732,7 +9732,7 @@ public FileResult BuildTaxContentFile(PointOfSaleDataRequestModel model) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// * This API depends on the following active services:*Required* (all): AvaTaxPro. /// /// Swagger Name: AvaTaxClient @@ -9751,7 +9751,7 @@ public FileResult BuildTaxContentFileForLocation(Int32 companyId, Int32 id, Date path.AddQuery("format", format); path.AddQuery("partnerId", partnerId); path.AddQuery("includeJurisCodes", includeJurisCodes); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCallFile("GET", path, null); } @@ -9803,7 +9803,7 @@ public FileResult BuildTaxContentFileForLocation(Int32 companyId, Int32 id, Date /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// The date for which point-of-sale data would be calculated (today by default). Example input: 2016-12-31 @@ -9813,7 +9813,7 @@ public FileResult DownloadTaxRatesByZipCode(DateTime date, String region) var path = new AvaTaxPath("/api/v2/taxratesbyzipcode/download/{date}"); path.ApplyField("date", date.ToString("o")); path.AddQuery("region", region); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCallFile("GET", path, null); } @@ -9876,7 +9876,7 @@ public TaxRateModel TaxRatesByAddress(String line1, String line2, String line3, path.AddQuery("region", region); path.AddQuery("postalCode", postalCode); path.AddQuery("country", country); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -9924,7 +9924,7 @@ public TaxRateModel TaxRatesByPostalCode(String country, String postalCode) var path = new AvaTaxPath("/api/v2/taxrates/bypostalcode"); path.AddQuery("country", country); path.AddQuery("postalCode", postalCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -9958,7 +9958,7 @@ public List CreateTaxRules(Int32 companyId, List mod { var path = new AvaTaxPath("/api/v2/companies/{companyId}/taxrules"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -9993,7 +9993,7 @@ public List DeleteTaxRule(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/taxrules/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -10028,7 +10028,7 @@ public TaxRuleModel GetTaxRule(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/taxrules/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -10074,7 +10074,7 @@ public FetchResult ListTaxRules(Int32 companyId, String filter, St path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -10118,7 +10118,7 @@ public FetchResult QueryTaxRules(String filter, String include, In path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -10154,7 +10154,7 @@ public TaxRuleModel UpdateTaxRule(Int32 companyId, Int32 id, TaxRuleModel model) var path = new AvaTaxPath("/api/v2/companies/{companyId}/taxrules/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -10196,7 +10196,7 @@ public TransactionModel AddLines(String include, AddTransactionLineModel model) { var path = new AvaTaxPath("/api/v2/companies/transactions/lines/add"); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -10253,7 +10253,7 @@ public TransactionModel AdjustTransaction(String companyCode, String transaction path.ApplyField("transactionCode", transactionCode); path.AddQuery("documentType", documentType); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -10299,7 +10299,7 @@ public AuditTransactionModel AuditTransaction(String companyCode, String transac var path = new AvaTaxPath("/api/v2/companies/{companyCode}/transactions/{transactionCode}/audit"); path.ApplyField("companyCode", companyCode); path.ApplyField("transactionCode", transactionCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -10347,7 +10347,7 @@ public AuditTransactionModel AuditTransactionWithType(String companyCode, String path.ApplyField("companyCode", companyCode); path.ApplyField("transactionCode", transactionCode); path.ApplyField("documentType", documentType); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -10374,7 +10374,7 @@ public AuditTransactionModel AuditTransactionWithType(String companyCode, String public BulkLockTransactionResult BulkLockTransaction(BulkLockTransactionModel model) { var path = new AvaTaxPath("/api/v2/transactions/lock"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -10431,7 +10431,7 @@ public TransactionModel ChangeTransactionCode(String companyCode, String transac path.ApplyField("transactionCode", transactionCode); path.AddQuery("documentType", documentType); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -10486,7 +10486,7 @@ public TransactionModel CommitTransaction(String companyCode, String transaction path.ApplyField("transactionCode", transactionCode); path.AddQuery("documentType", documentType); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -10541,7 +10541,7 @@ public TransactionModel CreateOrAdjustTransaction(String include, CreateOrAdjust { var path = new AvaTaxPath("/api/v2/transactions/createoradjust"); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -10603,7 +10603,7 @@ public TransactionModel CreateTransaction(String include, CreateTransactionModel { var path = new AvaTaxPath("/api/v2/transactions/create"); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -10642,7 +10642,7 @@ public TransactionModel DeleteLines(String include, RemoveTransactionLineModel m { var path = new AvaTaxPath("/api/v2/companies/transactions/lines/delete"); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -10662,7 +10662,7 @@ public VarianceResponseModel GetAllVarianceReportByCompanyCode(String companyCod { var path = new AvaTaxPath("/api/v2/companies/{companyCode}/AllVariance"); path.ApplyField("companyCode", companyCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -10715,7 +10715,7 @@ public TransactionModel GetTransactionByCode(String companyCode, String transact path.ApplyField("transactionCode", transactionCode); path.AddQuery("documentType", documentType); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -10751,7 +10751,7 @@ public TransactionModel GetTransactionByCodeAndType(String companyCode, String t path.ApplyField("transactionCode", transactionCode); path.ApplyField("documentType", documentType); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -10790,7 +10790,7 @@ public TransactionModel GetTransactionById(Int64 id, String include) var path = new AvaTaxPath("/api/v2/transactions/{id}"); path.ApplyField("id", id); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -10812,7 +10812,7 @@ public VarianceResponseModel GetVarianceReportByCompanyCodeByTransactionId(Strin var path = new AvaTaxPath("/api/v2/companies/{companyCode}/transactions/{transactionId}/variance"); path.ApplyField("companyCode", companyCode); path.ApplyField("transactionId", transactionId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -10874,7 +10874,7 @@ public FetchResult ListTransactionsByCompany(String companyCod path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -10931,7 +10931,7 @@ public TransactionModel LockTransaction(String companyCode, String transactionCo path.ApplyField("transactionCode", transactionCode); path.AddQuery("documentType", documentType); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -11000,7 +11000,7 @@ public TransactionModel RefundTransaction(String companyCode, String transaction path.AddQuery("$include", include); path.AddQuery("documentType", documentType); path.AddQuery("useTaxDateOverride", useTaxDateOverride); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -11055,7 +11055,7 @@ public TransactionModel SettleTransaction(String companyCode, String transaction path.ApplyField("transactionCode", transactionCode); path.AddQuery("documentType", documentType); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -11104,7 +11104,7 @@ public TransactionModel UncommitTransaction(String companyCode, String transacti path.ApplyField("transactionCode", transactionCode); path.AddQuery("documentType", documentType); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, null); } @@ -11150,7 +11150,7 @@ public TransactionModel UnvoidTransaction(String companyCode, String transaction path.ApplyField("transactionCode", transactionCode); path.AddQuery("documentType", documentType); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, null); } @@ -11171,7 +11171,7 @@ public VarianceResponseModel VarianceReport(String companyCode, List("POST", path, model); } @@ -11225,7 +11225,7 @@ public TransactionModel VerifyTransaction(String companyCode, String transaction path.ApplyField("transactionCode", transactionCode); path.AddQuery("documentType", documentType); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -11281,7 +11281,7 @@ public TransactionModel VoidTransaction(String companyCode, String transactionCo path.ApplyField("transactionCode", transactionCode); path.AddQuery("documentType", documentType); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -11305,7 +11305,7 @@ public List CreateUPCs(Int32 companyId, List model) { var path = new AvaTaxPath("/api/v2/companies/{companyId}/upcs"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -11329,7 +11329,7 @@ public List DeleteUPC(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/upcs/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -11354,7 +11354,7 @@ public UPCModel GetUPC(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/upcs/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -11390,7 +11390,7 @@ public FetchResult ListUPCsByCompany(Int32 companyId, String filter, S path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -11424,7 +11424,7 @@ public FetchResult QueryUPCs(String filter, String include, Int32? top path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -11452,7 +11452,7 @@ public UPCModel UpdateUPC(Int32 companyId, Int32 id, UPCModel model) var path = new AvaTaxPath("/api/v2/companies/{companyId}/upcs/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -11476,7 +11476,7 @@ public List DeleteUserDefinedField(Int32 companyId, Int64 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/userdefinedfields/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -11487,7 +11487,7 @@ public List DeleteUserDefinedField(Int32 companyId, Int64 id) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// * This API depends on the following active services:*Required* (all): AvaTaxPro, BasicReturns. /// /// Swagger Name: AvaTaxClient @@ -11500,7 +11500,7 @@ public FetchResult ListUserDefinedFieldsByCompanyI path.ApplyField("companyId", companyId); path.AddQuery("udfType", udfType); path.AddQuery("allowDefaults", allowDefaults); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -11525,7 +11525,7 @@ public CompanyUserDefinedFieldModel UpdateUserDefinedField(Int32 companyId, Int6 var path = new AvaTaxPath("/api/v2/companies/{companyId}/userdefinedfields"); path.ApplyField("companyId", companyId); path.AddQuery("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("POST", path, model); } @@ -11551,7 +11551,7 @@ public CompanyUserDefinedFieldModel UpdateUserDefinedField(Int32 companyId, Int6 public String ChangePassword(PasswordChangeModel model) { var path = new AvaTaxPath("/api/v2/passwords"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCallString("PUT", path, model); } @@ -11581,7 +11581,7 @@ public List CreateUsers(Int32 accountId, List model) { var path = new AvaTaxPath("/api/v2/accounts/{accountId}/users"); path.ApplyField("accountId", accountId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("POST", path, model); } @@ -11609,7 +11609,7 @@ public List DeleteUser(Int32 id, Int32 accountId) var path = new AvaTaxPath("/api/v2/accounts/{accountId}/users/{id}"); path.ApplyField("id", id); path.ApplyField("accountId", accountId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("DELETE", path, null); } @@ -11627,7 +11627,7 @@ public List DeleteUser(Int32 id, Int32 accountId) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, SystemOperator, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, SystemOperator, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// The ID of the user to retrieve. @@ -11639,7 +11639,7 @@ public UserModel GetUser(Int32 id, Int32 accountId, String include) path.ApplyField("id", id); path.ApplyField("accountId", accountId); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -11666,7 +11666,7 @@ public UserModel GetUser(Int32 id, Int32 accountId, String include) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, SystemOperator, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, SystemOperator, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// The ID of the user to retrieve. @@ -11676,7 +11676,7 @@ public UserEntitlementModel GetUserEntitlements(Int32 id, Int32 accountId) var path = new AvaTaxPath("/api/v2/accounts/{accountId}/users/{id}/entitlements"); path.ApplyField("id", id); path.ApplyField("accountId", accountId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -11700,7 +11700,7 @@ public UserEntitlementModel GetUserEntitlements(Int32 id, Int32 accountId) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, SystemOperator, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, SystemOperator, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// The accountID of the user you wish to list. @@ -11718,7 +11718,7 @@ public FetchResult ListUsersByAccount(Int32 accountId, String include path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -11744,7 +11744,7 @@ public FetchResult ListUsersByAccount(Int32 accountId, String include /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, SystemOperator, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, SystemOperator, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// /// Swagger Name: AvaTaxClient /// Optional fetch commands. @@ -11760,7 +11760,7 @@ public FetchResult QueryUsers(String include, String filter, Int32? t path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -11787,7 +11787,7 @@ public UserModel UpdateUser(Int32 id, Int32 accountId, UserModel model) var path = new AvaTaxPath("/api/v2/accounts/{accountId}/users/{id}"); path.ApplyField("id", id); path.ApplyField("accountId", accountId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("PUT", path, model); } @@ -11811,7 +11811,7 @@ public SubscriptionModel GetMySubscription(String serviceTypeId) { var path = new AvaTaxPath("/api/v2/utilities/subscriptions/{serviceTypeId}"); path.ApplyField("serviceTypeId", serviceTypeId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -11833,7 +11833,7 @@ public SubscriptionModel GetMySubscription(String serviceTypeId) public FetchResult ListMySubscriptions() { var path = new AvaTaxPath("/api/v2/utilities/subscriptions"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall>("GET", path, null); } @@ -11867,7 +11867,7 @@ public FetchResult ListMySubscriptions() public PingResultModel Ping() { var path = new AvaTaxPath("/api/v2/utilities/ping"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID,"23.3.0"); return RestCall("GET", path, null); } @@ -12149,7 +12149,7 @@ public async Task AccountResetLicenseKeyAsync(Int32 id, ResetLi { var path = new AvaTaxPath("/api/v2/accounts/{id}/resetlicensekey"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -12181,7 +12181,7 @@ public async Task ActivateAccountAsync(Int32 id, ActivateAccountMo { var path = new AvaTaxPath("/api/v2/accounts/{id}/activate"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -12208,7 +12208,7 @@ public async Task ActivateAccountAsync(Int32 id, ActivateAccountMo /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// The ID of the account you wish to audit. @@ -12224,7 +12224,7 @@ public async Task> AuditAccountAsync(Int32 id, DateTime? path.AddQuery("end", end); path.AddQuery("$top", top); path.AddQuery("$skip", skip); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -12256,7 +12256,7 @@ public async Task CreateLicenseKeyAsync(Int32 id, AccountLicens { var path = new AvaTaxPath("/api/v2/accounts/{id}/licensekey"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -12284,7 +12284,7 @@ public async Task> DeleteLicenseKeyAsync(Int32 id, String lice var path = new AvaTaxPath("/api/v2/accounts/{id}/licensekey/{licensekeyname}"); path.ApplyField("id", id); path.ApplyField("licensekeyname", licensekeyname); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -12302,7 +12302,7 @@ public async Task> DeleteLicenseKeyAsync(Int32 id, String lice /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// The ID of the account to retrieve @@ -12312,7 +12312,7 @@ public async Task GetAccountAsync(Int32 id, String include) var path = new AvaTaxPath("/api/v2/accounts/{id}"); path.ApplyField("id", id); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -12337,7 +12337,7 @@ public async Task GetAccountAsync(Int32 id, String include) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ECMUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.; /// /// @@ -12345,7 +12345,7 @@ public async Task> GetAccountConfigurationAsync( { var path = new AvaTaxPath("/api/v2/accounts/{id}/configuration"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -12357,7 +12357,7 @@ public async Task> GetAccountConfigurationAsync( /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// The ID of the account to retrieve @@ -12367,7 +12367,7 @@ public async Task GetLicenseKeyAsync(Int32 id, String li var path = new AvaTaxPath("/api/v2/accounts/{id}/licensekey/{licensekeyname}"); path.ApplyField("id", id); path.ApplyField("licensekeyname", licensekeyname); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -12381,7 +12381,7 @@ public async Task GetLicenseKeyAsync(Int32 id, String li /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// The ID of the account to retrieve @@ -12389,7 +12389,7 @@ public async Task> GetLicenseKeysAsync(Int32 id) { var path = new AvaTaxPath("/api/v2/accounts/{id}/licensekeys"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -12414,7 +12414,7 @@ public async Task> GetLicenseKeysAsync(Int32 id) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// A comma separated list of objects to fetch underneath this account. Any object with a URL path underneath this account can be fetched by specifying its name. @@ -12430,7 +12430,7 @@ public async Task> QueryAccountsAsync(String include, path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -12464,7 +12464,7 @@ public async Task> SetAccountConfigurationAsync( { var path = new AvaTaxPath("/api/v2/accounts/{id}/configuration"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -12511,7 +12511,7 @@ public async Task ResolveAddressAsync(String line1, Stri path.AddQuery("postalCode", postalCode); path.AddQuery("country", country); path.AddQuery("textCase", textCase); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -12538,7 +12538,7 @@ public async Task ResolveAddressAsync(String line1, Stri public async Task ResolveAddressPostAsync(AddressValidationInfo model) { var path = new AvaTaxPath("/api/v2/addresses/resolve"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -12559,7 +12559,7 @@ public async Task CreateCompanyLookupFileAsync(Int3 var path = new AvaTaxPath("/api/v2/advancedrules/accounts/{accountId}/companies/{companyId}/lookupFiles"); path.ApplyField("accountId", accountId); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -12579,7 +12579,7 @@ public async Task> DeleteLookupFileAsync(Int32 accountId, Stri var path = new AvaTaxPath("/api/v2/advancedrules/accounts/{accountId}/lookupFiles/{id}"); path.ApplyField("accountId", accountId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -12599,7 +12599,7 @@ public async Task> GetCompanyLookupFile var path = new AvaTaxPath("/api/v2/advancedrules/accounts/{accountId}/companies/{companyId}/lookupFiles"); path.ApplyField("accountId", accountId); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -12619,7 +12619,7 @@ public async Task GetLookupFileAsync(Int32 accountI var path = new AvaTaxPath("/api/v2/advancedrules/accounts/{accountId}/lookupFiles/{id}"); path.ApplyField("accountId", accountId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -12640,7 +12640,7 @@ public async Task UpdateLookupFileAsync(Int32 accou var path = new AvaTaxPath("/api/v2/advancedrules/accounts/{accountId}/lookupFiles/{id}"); path.ApplyField("accountId", accountId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -12663,7 +12663,7 @@ public async Task UpdateLookupFileAsync(Int32 accou public async Task> CreateAvaFileFormsAsync(List model) { var path = new AvaTaxPath("/api/v2/avafileforms"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -12686,7 +12686,7 @@ public async Task> DeleteAvaFileFormAsync(Int32 id) { var path = new AvaTaxPath("/api/v2/avafileforms/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -12709,7 +12709,7 @@ public async Task GetAvaFileFormAsync(Int32 id) { var path = new AvaTaxPath("/api/v2/avafileforms/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -12739,7 +12739,7 @@ public async Task> QueryAvaFileFormsAsync(String f path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -12764,7 +12764,7 @@ public async Task UpdateAvaFileFormAsync(Int32 id, AvaFileForm { var path = new AvaTaxPath("/api/v2/avafileforms/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -12799,7 +12799,7 @@ public async Task CancelBatchAsync(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/batches/{id}/cancel"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, null).ConfigureAwait(false); } @@ -12840,7 +12840,7 @@ public async Task> CreateBatchesAsync(Int32 companyId, List>("POST", path, model).ConfigureAwait(false); } @@ -12879,7 +12879,7 @@ public async Task CreateTransactionBatchAsy { var path = new AvaTaxPath("/api/v2/companies/{companyId}/batches/transactions"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -12912,7 +12912,7 @@ public async Task> DeleteBatchAsync(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/batches/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -12938,7 +12938,7 @@ public async Task DownloadBatchAsync(Int32 companyId, Int32 batchId, path.ApplyField("companyId", companyId); path.ApplyField("batchId", batchId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallFileAsync("GET", path, null).ConfigureAwait(false); } @@ -12976,7 +12976,7 @@ public async Task GetBatchAsync(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/batches/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -13028,7 +13028,7 @@ public async Task> ListBatchesByCompanyAsync(Int32 compa path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -13075,7 +13075,7 @@ public async Task> QueryBatchesAsync(String filter, Stri path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -13115,7 +13115,7 @@ public async Task> CreateCertExpressInvit var path = new AvaTaxPath("/api/v2/companies/{companyId}/customers/{customerCode}/certexpressinvites"); path.ApplyField("companyId", companyId); path.ApplyField("customerCode", customerCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -13158,7 +13158,7 @@ public async Task GetCertExpressInvitationAsync(Int3 path.ApplyField("customerCode", customerCode); path.ApplyField("id", id); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -13207,7 +13207,7 @@ public async Task> ListCertExpressInvita path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -13253,7 +13253,7 @@ public async Task> CreateCertificatesAsync(Int32 companyI var path = new AvaTaxPath("/api/v2/companies/{companyId}/certificates"); path.ApplyField("companyId", companyId); path.AddQuery("$preValidatedExemptionReason", preValidatedExemptionReason); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -13290,7 +13290,7 @@ public async Task> DeleteCertificateAsync(Int32 companyId, Int var path = new AvaTaxPath("/api/v2/companies/{companyId}/certificates/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -13332,7 +13332,7 @@ public async Task DownloadCertificateImageAsync(Int32 companyId, Int path.ApplyField("id", id); path.AddQuery("$page", page); path.AddQuery("$type", type); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallFileAsync("GET", path, null).ConfigureAwait(false); } @@ -13379,7 +13379,7 @@ public async Task GetCertificateAsync(Int32 companyId, Int32 i path.ApplyField("companyId", companyId); path.ApplyField("id", id); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -13408,7 +13408,7 @@ public async Task GetCertificateSetupAsync(Int32 companyId { var path = new AvaTaxPath("/api/v2/companies/{companyId}/certificates/setup"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -13447,7 +13447,7 @@ public async Task> LinkAttributesToCertif var path = new AvaTaxPath("/api/v2/companies/{companyId}/certificates/{id}/attributes/link"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -13487,7 +13487,7 @@ public async Task> LinkCustomersToCertificateAsync(In var path = new AvaTaxPath("/api/v2/companies/{companyId}/certificates/{id}/customers/link"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -13525,7 +13525,7 @@ public async Task> ListAttributesForCerti var path = new AvaTaxPath("/api/v2/companies/{companyId}/certificates/{id}/attributes"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -13566,7 +13566,7 @@ public async Task> ListCustomersForCertificateAsync(I path.ApplyField("companyId", companyId); path.ApplyField("id", id); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -13619,7 +13619,7 @@ public async Task> QueryCertificatesAsync(Int32 co path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -13650,7 +13650,7 @@ public async Task RequestCertificateSetupAsync(Int32 compa { var path = new AvaTaxPath("/api/v2/companies/{companyId}/certificates/setup"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, null).ConfigureAwait(false); } @@ -13689,7 +13689,7 @@ public async Task> UnlinkAttributesFromCe var path = new AvaTaxPath("/api/v2/companies/{companyId}/certificates/{id}/attributes/unlink"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -13730,7 +13730,7 @@ public async Task> UnlinkCustomersFromCertificateAsyn var path = new AvaTaxPath("/api/v2/companies/{companyId}/certificates/{id}/customers/unlink"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -13766,7 +13766,7 @@ public async Task UpdateCertificateAsync(Int32 companyId, Int3 var path = new AvaTaxPath("/api/v2/companies/{companyId}/certificates/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -13805,7 +13805,7 @@ public async Task UploadCertificateImageAsync(Int32 companyId, Int32 id, var path = new AvaTaxPath("/api/v2/companies/{companyId}/certificates/{id}/attachment"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallStringAsync("POST", path, file).ConfigureAwait(false); } @@ -13841,7 +13841,7 @@ public async Task UploadCertificateImageAsync(Int32 companyId, Int32 id, /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// The ID of the company to check if its integration is certified. @@ -13849,7 +13849,7 @@ public async Task CertifyIntegrationAsync(Int32 id) { var path = new AvaTaxPath("/api/v2/companies/{id}/certify"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallStringAsync("GET", path, null).ConfigureAwait(false); } @@ -13875,7 +13875,7 @@ public async Task CertifyIntegrationAsync(Int32 id) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// @@ -13884,7 +13884,7 @@ public async Task ChangeFilingStatusAsync(Int32 id, FilingStatusChangeMo { var path = new AvaTaxPath("/api/v2/companies/{id}/filingstatus"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallStringAsync("POST", path, model).ConfigureAwait(false); } @@ -13916,7 +13916,7 @@ public async Task ChangeFilingStatusAsync(Int32 id, FilingStatusChangeMo public async Task CompanyInitializeAsync(CompanyInitializationModel model) { var path = new AvaTaxPath("/api/v2/companies/initialize"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -13941,7 +13941,7 @@ public async Task CompanyInitializeAsync(CompanyInitializationMode public async Task> CreateCompaniesAsync(List model) { var path = new AvaTaxPath("/api/v2/companies"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -13974,7 +13974,7 @@ public async Task> CreateCompanyParametersAsyn { var path = new AvaTaxPath("/api/v2/companies/{companyId}/parameters"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -13998,7 +13998,7 @@ public async Task> CreateCompanyParametersAsyn /// ### Security Policies /// /// * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp. - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// The unique identifier of the company @@ -14011,7 +14011,7 @@ public async Task CreateFundingRequestAsync(Int32 id, POABus path.ApplyField("id", id); path.AddQuery("businessUnit", businessUnit); path.AddQuery("subscriptionType", subscriptionType); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -14033,7 +14033,7 @@ public async Task> DeleteCompanyAsync(Int32 id) { var path = new AvaTaxPath("/api/v2/companies/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -14062,7 +14062,7 @@ public async Task> DeleteCompanyParameterAsync(Int32 companyId var path = new AvaTaxPath("/api/v2/companies/{companyId}/parameters/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -14079,7 +14079,7 @@ public async Task> DeleteCompanyParameterAsync(Int32 companyId /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp.*Firm Managed* (for accounts managed by a firm): ARA, ARAManaged.; /// @@ -14088,7 +14088,7 @@ public async Task FundingConfigurationByCompanyAsync( { var path = new AvaTaxPath("/api/v2/companies/{companyId}/funding/configuration"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -14105,7 +14105,7 @@ public async Task FundingConfigurationByCompanyAsync( /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp.*Firm Managed* (for accounts managed by a firm): ARA, ARAManaged.; /// @@ -14116,7 +14116,7 @@ public async Task> FundingConfigurationsByCompan var path = new AvaTaxPath("/api/v2/companies/{companyId}/funding/configurations"); path.ApplyField("companyId", companyId); path.AddQuery("currency", currency); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -14142,7 +14142,7 @@ public async Task> FundingConfigurationsByCompan /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// The ID of the company to retrieve. @@ -14155,7 +14155,7 @@ public async Task GetCompanyAsync(Int32 id, String include) var path = new AvaTaxPath("/api/v2/companies/{id}"); path.ApplyField("id", id); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -14180,7 +14180,7 @@ public async Task GetCompanyAsync(Int32 id, String include) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ECMUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.; /// /// @@ -14188,7 +14188,7 @@ public async Task> GetCompanyConfigurationAsync( { var path = new AvaTaxPath("/api/v2/companies/{id}/configuration"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -14208,7 +14208,7 @@ public async Task> GetCompanyConfigurationAsync( /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// @@ -14218,7 +14218,7 @@ public async Task GetCompanyParameterDetailAsync(In var path = new AvaTaxPath("/api/v2/companies/{companyId}/parameters/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -14245,7 +14245,7 @@ public async Task GetCompanyParameterDetailAsync(In /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// @@ -14253,7 +14253,7 @@ public async Task GetFilingStatusAsync(Int32 id) { var path = new AvaTaxPath("/api/v2/companies/{id}/filingstatus"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallStringAsync("GET", path, null).ConfigureAwait(false); } @@ -14271,7 +14271,7 @@ public async Task GetFilingStatusAsync(Int32 id) /// ### Security Policies /// /// * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp. - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// The unique identifier of the company @@ -14283,7 +14283,7 @@ public async Task> ListACHEntryDetailsForCompanyAsync( path.ApplyField("id", id); path.ApplyField("periodyear", periodyear); path.ApplyField("periodmonth", periodmonth); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -14306,7 +14306,7 @@ public async Task> ListACHEntryDetailsForCompanyAsync( /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// The company id @@ -14322,7 +14322,7 @@ public async Task> ListCompanyParameter path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -14340,7 +14340,7 @@ public async Task> ListCompanyParameter /// ### Security Policies /// /// * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp. - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// The unique identifier of the company @@ -14348,7 +14348,7 @@ public async Task> ListFundingRequestsByCompanyAsync(In { var path = new AvaTaxPath("/api/v2/companies/{id}/funding"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -14364,13 +14364,13 @@ public async Task> ListFundingRequestsByCompanyAsync(In /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// public async Task> ListMrsCompaniesAsync() { var path = new AvaTaxPath("/api/v2/companies/mrs"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -14400,7 +14400,7 @@ public async Task> ListMrsCompaniesAsync() /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// A comma separated list of objects to fetch underneath this company. Any object with a URL path underneath this company can be fetched by specifying its name. @@ -14416,7 +14416,7 @@ public async Task> QueryCompaniesAsync(String include, path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -14450,7 +14450,7 @@ public async Task> SetCompanyConfigurationAsync( { var path = new AvaTaxPath("/api/v2/companies/{id}/configuration"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -14483,7 +14483,7 @@ public async Task UpdateCompanyAsync(Int32 id, CompanyModel model) { var path = new AvaTaxPath("/api/v2/companies/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -14514,7 +14514,7 @@ public async Task UpdateCompanyParameterDetailAsync var path = new AvaTaxPath("/api/v2/companies/{companyId}/parameters/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -14550,7 +14550,7 @@ public async Task QueryTaxAuthorityJurisdiction path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -14575,7 +14575,7 @@ public async Task> CreateContactsAsync(Int32 companyId, List< { var path = new AvaTaxPath("/api/v2/companies/{companyId}/contacts"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -14599,7 +14599,7 @@ public async Task> DeleteContactAsync(Int32 companyId, Int32 i var path = new AvaTaxPath("/api/v2/companies/{companyId}/contacts/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -14625,7 +14625,7 @@ public async Task GetContactAsync(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/contacts/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -14658,7 +14658,7 @@ public async Task> ListContactsByCompanyAsync(Int32 co path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -14691,7 +14691,7 @@ public async Task> QueryContactsAsync(String filter, I path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -14720,7 +14720,7 @@ public async Task UpdateContactAsync(Int32 companyId, Int32 id, Co var path = new AvaTaxPath("/api/v2/companies/{companyId}/contacts/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -14758,7 +14758,7 @@ public async Task> CreateCustomersAsync(Int32 companyId, Lis { var path = new AvaTaxPath("/api/v2/companies/{companyId}/customers"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -14794,7 +14794,7 @@ public async Task DeleteCustomerAsync(Int32 companyId, String cus var path = new AvaTaxPath("/api/v2/companies/{companyId}/customers/{customerCode}"); path.ApplyField("companyId", companyId); path.ApplyField("customerCode", customerCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("DELETE", path, null).ConfigureAwait(false); } @@ -14838,7 +14838,7 @@ public async Task GetCustomerAsync(Int32 companyId, String custom path.ApplyField("companyId", companyId); path.ApplyField("customerCode", customerCode); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -14878,7 +14878,7 @@ public async Task> LinkAttributesToCustomerA var path = new AvaTaxPath("/api/v2/companies/{companyId}/customers/{customerCode}/attributes/link"); path.ApplyField("companyId", companyId); path.ApplyField("customerCode", customerCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("PUT", path, model).ConfigureAwait(false); } @@ -14915,7 +14915,7 @@ public async Task> LinkCertificatesToCustomerAsync var path = new AvaTaxPath("/api/v2/companies/{companyId}/customers/{customerCode}/certificates/link"); path.ApplyField("companyId", companyId); path.ApplyField("customerCode", customerCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -14953,7 +14953,7 @@ public async Task LinkShipToCustomersToBillCustomerAsync(Int32 co var path = new AvaTaxPath("/api/v2/companies/{companyId}/customers/billto/{code}/shipto/link"); path.ApplyField("companyId", companyId); path.ApplyField("code", code); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -14992,7 +14992,7 @@ public async Task> ListAttributesForCustomer var path = new AvaTaxPath("/api/v2/companies/{companyId}/customers/{customerCode}/attributes"); path.ApplyField("companyId", companyId); path.ApplyField("customerCode", customerCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -15042,7 +15042,7 @@ public async Task> ListCertificatesForCustomerAsyn path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -15085,7 +15085,7 @@ public async Task ListValidCertificatesForCustomerAsync(In path.ApplyField("customerCode", customerCode); path.ApplyField("country", country); path.ApplyField("region", region); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -15134,7 +15134,7 @@ public async Task> QueryCustomersAsync(Int32 companyI path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -15174,7 +15174,7 @@ public async Task> UnlinkAttributesFromCusto var path = new AvaTaxPath("/api/v2/companies/{companyId}/customers/{customerCode}/attributes/unlink"); path.ApplyField("companyId", companyId); path.ApplyField("customerCode", customerCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("PUT", path, model).ConfigureAwait(false); } @@ -15211,7 +15211,7 @@ public async Task> UnlinkCertificatesFromCustomerA var path = new AvaTaxPath("/api/v2/companies/{companyId}/customers/{customerCode}/certificates/unlink"); path.ApplyField("companyId", companyId); path.ApplyField("customerCode", customerCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -15248,7 +15248,7 @@ public async Task UpdateCustomerAsync(Int32 companyId, String cus var path = new AvaTaxPath("/api/v2/companies/{companyId}/customers/{customerCode}"); path.ApplyField("companyId", companyId); path.ApplyField("customerCode", customerCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -15272,7 +15272,7 @@ public async Task> CreateDataSourcesAsync(Int32 companyId, { var path = new AvaTaxPath("/api/v2/companies/{companyId}/datasources"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -15297,7 +15297,7 @@ public async Task> DeleteDataSourceAsync(Int32 companyId, Int3 var path = new AvaTaxPath("/api/v2/companies/{companyId}/datasources/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -15311,7 +15311,7 @@ public async Task> DeleteDataSourceAsync(Int32 companyId, Int3 /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// * This API depends on the following active services:*Required* (all): AvaTaxPro, BasicReturns.; /// @@ -15322,7 +15322,7 @@ public async Task GetDataSourceByIdAsync(Int32 companyId, Int32 var path = new AvaTaxPath("/api/v2/companies/{companyId}/datasources/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -15336,7 +15336,7 @@ public async Task GetDataSourceByIdAsync(Int32 companyId, Int32 /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// * This API depends on the following active services:*Required* (all): AvaTaxPro, BasicReturns.; /// @@ -15353,7 +15353,7 @@ public async Task> ListDataSourcesAsync(Int32 compa path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -15370,7 +15370,7 @@ public async Task> ListDataSourcesAsync(Int32 compa /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// * This API depends on the following active services:*Required* (all): AvaTaxPro, BasicReturns.; /// @@ -15385,7 +15385,7 @@ public async Task> QueryDataSourcesAsync(String fil path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -15411,7 +15411,7 @@ public async Task UpdateDataSourceAsync(Int32 companyId, Int32 var path = new AvaTaxPath("/api/v2/companies/{companyId}/datasources/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -15444,7 +15444,7 @@ public async Task> GetCrossBorderCodeAsync(String count var path = new AvaTaxPath("/api/v2/definitions/crossborder/{country}/{hsCode}/hierarchy"); path.ApplyField("country", country); path.ApplyField("hsCode", hsCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -15471,7 +15471,7 @@ public async Task> GetLoginVerifierByFormAsyn path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -15495,7 +15495,7 @@ public async Task> ListAllMarketplaceLocationsAsyn path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -15524,7 +15524,7 @@ public async Task> ListAvaFileFormsAsync(String fi path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -15556,7 +15556,7 @@ public async Task> ListCertificateAttribu path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -15586,7 +15586,7 @@ public async Task> ListCertificateExemptReason path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -15616,7 +15616,7 @@ public async Task> ListCertificateExposureZonesAs path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -15642,7 +15642,7 @@ public async Task> ListClassif path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -15668,7 +15668,7 @@ public async Task> ListCommunicationsServ path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -15693,7 +15693,7 @@ public async Task> ListCommunica path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -15718,7 +15718,7 @@ public async Task> ListCommunicationsTSPa path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -15744,7 +15744,7 @@ public async Task> ListCountriesAsync(String filter path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -15775,7 +15775,7 @@ public async Task> ListCoverLettersAsync(String fi path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -15814,7 +15814,7 @@ public async Task> ListCrossBorderCodesAsync(String cou path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -15839,7 +15839,7 @@ public async Task> ListCrossBorderCodesAsync(String cou public async Task> ListCrossBorderSectionsAsync() { var path = new AvaTaxPath("/api/v2/definitions/crossborder/sections"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -15866,7 +15866,7 @@ public async Task> ListCurrenciesAsync(String filter, path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -15894,7 +15894,7 @@ public async Task> ListEntityUseCodesAsync(Strin path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -15919,7 +15919,7 @@ public async Task> ListFilingFrequenciesAsync( path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -15948,7 +15948,7 @@ public async Task> ListJurisdictionsAsync(String path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -15992,7 +15992,7 @@ public async Task> ListJurisdictionsByAdd path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16033,7 +16033,7 @@ public async Task> ListJuri path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16057,7 +16057,7 @@ public async Task> ListJurisdictionTypesByRateTypeTaxTypeMappingAsy path.ApplyField("taxTypeId", taxTypeId); path.ApplyField("taxSubTypeId", taxSubTypeId); path.AddQuery("rateTypeId", rateTypeId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16104,7 +16104,7 @@ public async Task> ListLocationQuestionsByAdd path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16130,7 +16130,7 @@ public async Task> ListLoginVerifiersAsync(St path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16154,7 +16154,7 @@ public async Task> ListMarketplaceLocation path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16180,7 +16180,7 @@ public async Task> ListNexusAsync(String filter, Int32? path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16237,7 +16237,7 @@ public async Task> ListNexusByAddressAsync(String line1, path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16265,7 +16265,7 @@ public async Task> ListNexusByCountryAsync(String countr path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16295,7 +16295,7 @@ public async Task> ListNexusByCountryAndRegionAsync(Stri path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16327,7 +16327,7 @@ public async Task ListNexusByFormCodeAsync(String formCode) { var path = new AvaTaxPath("/api/v2/definitions/nexus/byform/{formCode}"); path.ApplyField("formCode", formCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -16355,7 +16355,7 @@ public async Task> ListNexusByTaxTypeGroupAsync(String t path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16380,7 +16380,7 @@ public async Task> ListNexusTaxTypeGroupsAsy path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16405,7 +16405,7 @@ public async Task> ListNoticeCusto path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16430,7 +16430,7 @@ public async Task> ListNoticeCustomerTypesA path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16455,7 +16455,7 @@ public async Task> ListNoticeFilingtypesAsync path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16480,7 +16480,7 @@ public async Task> ListNoticePrioritiesAsync(St path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16505,7 +16505,7 @@ public async Task> ListNoticeReasonsAsync(String path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16530,7 +16530,7 @@ public async Task> ListNoticeResponsibili path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16555,7 +16555,7 @@ public async Task> ListNoticeRootCausesAsync(S path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16580,7 +16580,7 @@ public async Task> ListNoticeStatusesAsync(String path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16605,7 +16605,7 @@ public async Task> ListNoticeTypesAsync(String filt path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16631,7 +16631,7 @@ public async Task> ListParametersAsync(String filter path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16676,7 +16676,7 @@ public async Task> ListParametersByItemAsync(String path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16702,7 +16702,7 @@ public async Task> ListParametersUsageAsync(Str path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16723,7 +16723,7 @@ public async Task> ListPermissionsAsync(Int32? top, Int32? s var path = new AvaTaxPath("/api/v2/definitions/permissions"); path.AddQuery("$top", top); path.AddQuery("$skip", skip); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16747,7 +16747,7 @@ public async Task> ListPostalCodesAsync(String filt path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16779,7 +16779,7 @@ public async Task> ListPreferredProgramsAsync path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16808,7 +16808,7 @@ public async Task> ListProductClas path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); path.AddQuery("$countryCode", countryCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16847,7 +16847,7 @@ public async Task> ListProductClas path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); path.AddQuery("$countryCode", countryCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16874,7 +16874,7 @@ public async Task> ListRateTypesByCountryAsync(String path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16905,7 +16905,7 @@ public async Task> ListRateTypesByCountryTaxTypeTaxS path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16931,7 +16931,7 @@ public async Task> ListRegionsAsync(String filter, I path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16959,7 +16959,7 @@ public async Task> ListRegionsByCountryAsync(String path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -16997,7 +16997,7 @@ public async Task> ListRegionsByCountryAndTaxTypeAnd path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -17022,7 +17022,7 @@ public async Task> ListResourceFileTypesAsync path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -17048,7 +17048,7 @@ public async Task> ListReturnsParameters path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -17074,7 +17074,7 @@ public async Task> ListSecurityRolesAsync(String path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -17101,7 +17101,7 @@ public async Task> ListSubscriptionTypesAsync path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -17125,7 +17125,7 @@ public async Task> ListTagsAsync(String filter, Int32? to path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -17150,7 +17150,7 @@ public async Task> ListTaxAuthoritiesAsync(String path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -17177,7 +17177,7 @@ public async Task> ListTaxAuthorityFormsAsync path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -17202,7 +17202,7 @@ public async Task> ListTaxAuthorityTypesAsync path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -17234,7 +17234,7 @@ public async Task> ListTaxCodesAsync(String filter, In path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -17256,7 +17256,7 @@ public async Task ListTaxCodeTypesAsync(Int32? top, Int32? sk var path = new AvaTaxPath("/api/v2/definitions/taxcodetypes"); path.AddQuery("$top", top); path.AddQuery("$skip", skip); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -17281,7 +17281,7 @@ public async Task> ListTaxFormsAsync(String filter, path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -17306,7 +17306,7 @@ public async Task> ListTaxSubTypesAsync(String filt path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -17337,7 +17337,7 @@ public async Task> ListTaxSubTypesByCountryAndTaxTy path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -17366,7 +17366,7 @@ public async Task> ListTaxSubTypesByJurisdictionAnd path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -17391,7 +17391,7 @@ public async Task> ListTaxTypeGroupsAsync(String path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -17417,7 +17417,7 @@ public async Task> ListTaxTypesByNexusAndCountryAsync( path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -17447,7 +17447,7 @@ public async Task> ListUnitOfBasisByCountryAndTaxT path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -17473,7 +17473,7 @@ public async Task> ListUnitOfMeasurementAsync(String filte path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -17500,7 +17500,7 @@ public async Task> CreateDistanceThresholdAs { var path = new AvaTaxPath("/api/v2/companies/{companyId}/distancethresholds"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -17528,7 +17528,7 @@ public async Task> DeleteDistanceThresholdAsync(Int32 companyI var path = new AvaTaxPath("/api/v2/companies/{companyId}/distancethresholds/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -17556,7 +17556,7 @@ public async Task GetDistanceThresholdAsync(Int32 var path = new AvaTaxPath("/api/v2/companies/{companyId}/distancethresholds/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -17592,7 +17592,7 @@ public async Task> ListDistanceThresh path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -17629,7 +17629,7 @@ public async Task> QueryDistanceThres path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -17661,7 +17661,7 @@ public async Task UpdateDistanceThresholdAsync(In var path = new AvaTaxPath("/api/v2/companies/{companyId}/distancethresholds/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -17677,7 +17677,7 @@ public async Task UpdateDistanceThresholdAsync(In /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// The company ID that will be issued this certificate. @@ -17686,7 +17686,7 @@ public async Task CreateECommerceTokenAsync(Int32 com { var path = new AvaTaxPath("/api/v2/companies/{companyId}/ecommercetokens"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -17702,7 +17702,7 @@ public async Task CreateECommerceTokenAsync(Int32 com /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// The company ID that the refreshed certificate belongs to. @@ -17711,7 +17711,7 @@ public async Task> RefreshECommerceTokenA { var path = new AvaTaxPath("/api/v2/companies/{companyId}/ecommercetokens"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("PUT", path, model).ConfigureAwait(false); } @@ -17733,7 +17733,7 @@ public async Task ApproveFirmClientLinkageAsync(In { var path = new AvaTaxPath("/api/v2/firmclientlinkages/{id}/approve"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, null).ConfigureAwait(false); } @@ -17763,7 +17763,7 @@ public async Task ApproveFirmClientLinkageAsync(In public async Task CreateAndLinkNewFirmClientAccountAsync(NewFirmClientAccountRequestModel model) { var path = new AvaTaxPath("/api/v2/firmclientlinkages/createandlinkclient"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -17784,7 +17784,7 @@ public async Task CreateAndLinkNewFirmClientAccoun public async Task CreateFirmClientLinkageAsync(FirmClientLinkageInputModel model) { var path = new AvaTaxPath("/api/v2/firmclientlinkages"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -17806,7 +17806,7 @@ public async Task> DeleteFirmClientLinkageAsync(Int32 id) { var path = new AvaTaxPath("/api/v2/firmclientlinkages/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -17820,7 +17820,7 @@ public async Task> DeleteFirmClientLinkageAsync(Int32 id) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// @@ -17828,7 +17828,7 @@ public async Task GetFirmClientLinkageAsync(Int32 { var path = new AvaTaxPath("/api/v2/firmclientlinkages/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -17842,7 +17842,7 @@ public async Task GetFirmClientLinkageAsync(Int32 /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// 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/).
*Not filterable:* firmAccountName, clientAccountName @@ -17850,7 +17850,7 @@ public async Task> ListFirmClientLinka { var path = new AvaTaxPath("/api/v2/firmclientlinkages"); path.AddQuery("$filter", filter); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -17872,7 +17872,7 @@ public async Task RejectFirmClientLinkageAsync(Int { var path = new AvaTaxPath("/api/v2/firmclientlinkages/{id}/reject"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, null).ConfigureAwait(false); } @@ -17894,7 +17894,7 @@ public async Task ResetFirmClientLinkageAsync(Int3 { var path = new AvaTaxPath("/api/v2/firmclientlinkages/{id}/reset"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, null).ConfigureAwait(false); } @@ -17916,7 +17916,7 @@ public async Task RevokeFirmClientLinkageAsync(Int { var path = new AvaTaxPath("/api/v2/firmclientlinkages/{id}/revoke"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, null).ConfigureAwait(false); } @@ -17946,7 +17946,7 @@ public async Task RevokeFirmClientLinkageAsync(Int public async Task RequestFreeTrialAsync(FreeTrialRequestModel model) { var path = new AvaTaxPath("/api/v2/accounts/freetrials/request"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -17971,7 +17971,7 @@ public async Task RequestFreeTrialAsync(FreeTrialRequestModel m /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp.*Firm Managed* (for accounts managed by a firm): ARA, ARAManaged.; /// @@ -17984,7 +17984,7 @@ public async Task ActivateFundingRequestAsync(Int64 id, POAB path.ApplyField("id", id); path.AddQuery("businessUnit", businessUnit); path.AddQuery("subscriptionType", subscriptionType); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -18020,7 +18020,7 @@ public async Task FundingRequestStatusAsync(Int32 id, POABus path.ApplyField("id", id); path.AddQuery("businessUnit", businessUnit); path.AddQuery("subscriptionType", subscriptionType); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -18048,7 +18048,7 @@ public async Task> BatchDeleteItemClassificationsAsync(Int32 c var path = new AvaTaxPath("/api/v2/companies/{companyId}/items/{itemId}/classifications"); path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -18078,7 +18078,7 @@ public async Task> BatchDeleteItemParametersAsync(Int32 compan var path = new AvaTaxPath("/api/v2/companies/{companyId}/items/{itemId}/parameters"); path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -18109,7 +18109,7 @@ public async Task BulkUploadItemsAsync(Int32 companyI { var path = new AvaTaxPath("/api/v2/companies/{companyId}/items/upload"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -18140,7 +18140,7 @@ public async Task> CreateItemClassifications var path = new AvaTaxPath("/api/v2/companies/{companyId}/items/{itemId}/classifications"); path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -18175,7 +18175,7 @@ public async Task> CreateItemParametersAsync(Int32 comp var path = new AvaTaxPath("/api/v2/companies/{companyId}/items/{itemId}/parameters"); path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -18206,7 +18206,7 @@ public async Task> CreateItemsAsync(Int32 companyId, List>("POST", path, model).ConfigureAwait(false); } @@ -18233,7 +18233,7 @@ public async Task> CreateItemTagsAsync(Int32 comp var path = new AvaTaxPath("/api/v2/companies/{companyId}/items/{itemId}/tags"); path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -18260,7 +18260,7 @@ public async Task CreateTaxCodeClas { var path = new AvaTaxPath("/api/v2/companies/{companyId}/classificationrequests/taxcode"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -18298,7 +18298,7 @@ public async Task> DeleteCatalogueItemAsync(Int32 companyId, S var path = new AvaTaxPath("/api/v2/companies/{companyId}/itemcatalogue/{itemCode}"); path.ApplyField("companyId", companyId); path.ApplyField("itemCode", itemCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -18330,7 +18330,7 @@ public async Task> DeleteItemAsync(Int32 companyId, Int64 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/items/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -18360,7 +18360,7 @@ public async Task> DeleteItemClassificationAsync(Int32 company path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -18392,7 +18392,7 @@ public async Task> DeleteItemParameterAsync(Int32 companyId, I path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -18420,7 +18420,7 @@ public async Task> DeleteItemTagAsync(Int32 companyId, Int64 i path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); path.ApplyField("itemTagDetailId", itemTagDetailId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -18446,7 +18446,7 @@ public async Task> DeleteItemTagsAsync(Int32 companyId, Int64 var path = new AvaTaxPath("/api/v2/companies/{companyId}/items/{itemId}/tags"); path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -18484,7 +18484,7 @@ public async Task path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -18516,7 +18516,7 @@ public async Task GetItemAsync(Int32 companyId, Int64 id, String incl path.ApplyField("companyId", companyId); path.ApplyField("id", id); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -18546,7 +18546,7 @@ public async Task GetItemClassificationAsync(Int3 path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -18578,7 +18578,7 @@ public async Task GetItemParameterAsync(Int32 companyId, Int path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -18610,7 +18610,7 @@ public async Task> GetItemTagsAsync(Int32 path.AddQuery("$filter", filter); path.AddQuery("$top", top); path.AddQuery("$skip", skip); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -18645,7 +18645,7 @@ public async Task GetPremiumClassification path.ApplyField("companyId", companyId); path.ApplyField("itemCode", itemCode); path.ApplyField("systemCode", systemCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -18681,7 +18681,7 @@ public async Task> GetTaxCode path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -18722,7 +18722,7 @@ public async Task> ListImportRestriction path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -18761,7 +18761,7 @@ public async Task> ListItemClassifica path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -18802,7 +18802,7 @@ public async Task> ListItemParametersAsync(Int32 path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -18855,7 +18855,7 @@ public async Task> ListItemsByCompanyAsync(Int32 companyI path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); path.AddQuery("tagName", tagName); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -18895,7 +18895,7 @@ public async Task> QueryItemsAsync(String filter, String path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -18939,7 +18939,7 @@ public async Task> QueryItemsByTagAsync(Int32 companyId, path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -18968,7 +18968,7 @@ public async Task SyncItemCatalogueAsync(Int32 company { var path = new AvaTaxPath("/api/v2/companies/{companyId}/itemcatalogue"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -19002,7 +19002,7 @@ public async Task SyncItemsAsync(Int32 companyId, SyncIt { var path = new AvaTaxPath("/api/v2/companies/{companyId}/items/sync"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -19038,7 +19038,7 @@ public async Task UpdateItemAsync(Int32 companyId, Int64 id, ItemMode var path = new AvaTaxPath("/api/v2/companies/{companyId}/items/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -19071,7 +19071,7 @@ public async Task UpdateItemClassificationAsync(I path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -19104,7 +19104,7 @@ public async Task UpdateItemParameterAsync(Int32 companyId, path.ApplyField("companyId", companyId); path.ApplyField("itemId", itemId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -19132,7 +19132,7 @@ public async Task> CreateJurisdictionOverridesAs { var path = new AvaTaxPath("/api/v2/accounts/{accountId}/jurisdictionoverrides"); path.ApplyField("accountId", accountId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -19156,7 +19156,7 @@ public async Task> DeleteJurisdictionOverrideAsync(Int32 accou var path = new AvaTaxPath("/api/v2/accounts/{accountId}/jurisdictionoverrides/{id}"); path.ApplyField("accountId", accountId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -19185,7 +19185,7 @@ public async Task GetJurisdictionOverrideAsync(Int32 var path = new AvaTaxPath("/api/v2/accounts/{accountId}/jurisdictionoverrides/{id}"); path.ApplyField("accountId", accountId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -19225,7 +19225,7 @@ public async Task> ListJurisdictionOverri path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -19263,7 +19263,7 @@ public async Task> QueryJurisdictionOverr path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -19288,7 +19288,7 @@ public async Task UpdateJurisdictionOverrideAsync(Int var path = new AvaTaxPath("/api/v2/accounts/{accountId}/jurisdictionoverrides/{id}"); path.ApplyField("accountId", accountId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -19323,7 +19323,7 @@ public async Task> CreateLocationParametersAsync(In var path = new AvaTaxPath("/api/v2/companies/{companyId}/locations/{locationId}/parameters"); path.ApplyField("companyId", companyId); path.ApplyField("locationId", locationId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -19346,7 +19346,7 @@ public async Task> CreateLocationsAsync(Int32 companyId, Lis { var path = new AvaTaxPath("/api/v2/companies/{companyId}/locations"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -19370,7 +19370,7 @@ public async Task> DeleteLocationAsync(Int32 companyId, Int32 var path = new AvaTaxPath("/api/v2/companies/{companyId}/locations/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -19402,7 +19402,7 @@ public async Task> DeleteLocationParameterAsync(Int32 companyI path.ApplyField("companyId", companyId); path.ApplyField("locationId", locationId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -19425,7 +19425,7 @@ public async Task> DeleteLocationParameterAsync(Int32 companyI /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// The ID of the company that owns this location @@ -19437,7 +19437,7 @@ public async Task GetLocationAsync(Int32 companyId, Int32 id, Str path.ApplyField("companyId", companyId); path.ApplyField("id", id); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -19457,7 +19457,7 @@ public async Task GetLocationAsync(Int32 companyId, Int32 id, Str /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// The company id @@ -19469,7 +19469,7 @@ public async Task GetLocationParameterAsync(Int32 compan path.ApplyField("companyId", companyId); path.ApplyField("locationId", locationId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -19492,7 +19492,7 @@ public async Task GetLocationParameterAsync(Int32 compan /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// The company id @@ -19510,7 +19510,7 @@ public async Task> ListLocationParametersAsy path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -19535,7 +19535,7 @@ public async Task> ListLocationParametersAsy /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// The ID of the company that owns these locations @@ -19553,7 +19553,7 @@ public async Task> ListLocationsByCompanyAsync(Int32 path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -19579,7 +19579,7 @@ public async Task> ListLocationsByCompanyAsync(Int32 /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// 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/).
*Not filterable:* isMarketplaceOutsideUsa, settings, parameters @@ -19595,7 +19595,7 @@ public async Task> QueryLocationsAsync(String filter, path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -19622,7 +19622,7 @@ public async Task UpdateLocationAsync(Int32 companyId, Int32 id, var path = new AvaTaxPath("/api/v2/companies/{companyId}/locations/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -19655,7 +19655,7 @@ public async Task UpdateLocationParameterAsync(Int32 com path.ApplyField("companyId", companyId); path.ApplyField("locationId", locationId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -19671,7 +19671,7 @@ public async Task UpdateLocationParameterAsync(Int32 com /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// The ID of the company that owns this location @@ -19681,7 +19681,7 @@ public async Task ValidateLocationAsync(Int32 companyId var path = new AvaTaxPath("/api/v2/companies/{companyId}/locations/{id}/validate"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -19726,7 +19726,7 @@ public async Task AdjustMultiDocumentTransactionAsync(String path.ApplyField("code", code); path.ApplyField("type", type); path.AddQuery("include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -19772,7 +19772,7 @@ public async Task AuditMultiDocumentTransactionAsync(St var path = new AvaTaxPath("/api/v2/transactions/multidocument/{code}/type/{type}/audit"); path.ApplyField("code", code); path.ApplyField("type", type); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -19809,7 +19809,7 @@ public async Task AuditMultiDocumentTransactionAsync(St public async Task CommitMultiDocumentTransactionAsync(CommitMultiDocumentModel model) { var path = new AvaTaxPath("/api/v2/transactions/multidocument/commit"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -19872,7 +19872,7 @@ public async Task CreateMultiDocumentTransactionAsync(String { var path = new AvaTaxPath("/api/v2/transactions/multidocument"); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -19918,7 +19918,7 @@ public async Task GetMultiDocumentTransactionByCodeAndTypeAs path.ApplyField("code", code); path.ApplyField("type", type); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -19971,7 +19971,7 @@ public async Task GetMultiDocumentTransactionByIdAsync(Int64 var path = new AvaTaxPath("/api/v2/transactions/multidocument/{id}"); path.ApplyField("id", id); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -20028,7 +20028,7 @@ public async Task> ListMultiDocumentTransactions path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -20099,7 +20099,7 @@ public async Task RefundMultiDocumentTransactionAsync(String path.ApplyField("code", code); path.ApplyField("type", type); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -20134,7 +20134,7 @@ public async Task RefundMultiDocumentTransactionAsync(String public async Task VerifyMultiDocumentTransactionAsync(VerifyMultiDocumentModel model) { var path = new AvaTaxPath("/api/v2/transactions/multidocument/verify"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -20176,7 +20176,7 @@ public async Task VoidMultiDocumentTransactionAsync(String c var path = new AvaTaxPath("/api/v2/transactions/multidocument/{code}/type/{type}/void"); path.ApplyField("code", code); path.ApplyField("type", type); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -20217,7 +20217,7 @@ public async Task> CreateNexusAsync(Int32 companyId, List>("POST", path, model).ConfigureAwait(false); } @@ -20251,7 +20251,7 @@ public async Task> CreateNexusParametersAsync(In var path = new AvaTaxPath("/api/v2/companies/{companyId}/nexus/{nexusId}/parameters"); path.ApplyField("companyId", companyId); path.ApplyField("nexusId", nexusId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -20288,7 +20288,7 @@ public async Task> DeclareNexusByAddressAsync(Int32 co { var path = new AvaTaxPath("/api/v2/companies/{companyId}/nexus/byaddress"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -20321,7 +20321,7 @@ public async Task> DeleteNexusAsync(Int32 companyId, Int32 id, path.ApplyField("companyId", companyId); path.ApplyField("id", id); path.AddQuery("cascadeDelete", cascadeDelete); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -20352,7 +20352,7 @@ public async Task> DeleteNexusParameterAsync(Int32 companyId, path.ApplyField("companyId", companyId); path.ApplyField("nexusId", nexusId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -20381,7 +20381,7 @@ public async Task> DeleteNexusParametersAsync(Int32 companyId, var path = new AvaTaxPath("/api/v2/companies/{companyId}/nexus/{nexusId}/parameters"); path.ApplyField("companyId", companyId); path.ApplyField("nexusId", nexusId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -20414,7 +20414,7 @@ public async Task GetNexusAsync(Int32 companyId, Int32 id, String in path.ApplyField("companyId", companyId); path.ApplyField("id", id); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -20451,7 +20451,7 @@ public async Task GetNexusByFormCodeAsync(Int32 companyId, path.ApplyField("companyId", companyId); path.ApplyField("formCode", formCode); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -20482,7 +20482,7 @@ public async Task GetNexusParameterAsync(Int32 compan path.ApplyField("companyId", companyId); path.ApplyField("nexusId", nexusId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -20524,7 +20524,7 @@ public async Task> ListNexusByCompanyAsync(Int32 company path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -20568,7 +20568,7 @@ public async Task> ListNexusByCompanyAndTaxTypeGroupAsyn path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -20608,7 +20608,7 @@ public async Task> ListNexusParametersAsy path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -20648,7 +20648,7 @@ public async Task> QueryNexusAsync(String filter, String path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -20691,7 +20691,7 @@ public async Task UpdateNexusAsync(Int32 companyId, Int32 id, NexusM var path = new AvaTaxPath("/api/v2/companies/{companyId}/nexus/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -20724,7 +20724,7 @@ public async Task UpdateNexusParameterAsync(Int32 com path.ApplyField("companyId", companyId); path.ApplyField("nexusId", nexusId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -20746,7 +20746,7 @@ public async Task UpdateNexusParameterAsync(Int32 com public async Task CreateNoticeResponsibilityTypeAsync(CreateNoticeResponsibilityTypeModel model) { var path = new AvaTaxPath("/api/v2/notices/responsibilities"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -20768,7 +20768,7 @@ public async Task CreateNoticeResponsibilityTypeAsync public async Task CreateNoticeRootCauseTypeAsync(CreateNoticeRootCauseTypeModel model) { var path = new AvaTaxPath("/api/v2/notices/rootcauses"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -20790,7 +20790,7 @@ public async Task> DeleteNoticeResponsibilityTypeAsync(Int32 r { var path = new AvaTaxPath("/api/v2/notices/responsibilities/{responsibilityId}"); path.ApplyField("responsibilityId", responsibilityId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -20812,7 +20812,7 @@ public async Task> DeleteNoticeRootCauseTypeAsync(Int32 rootCa { var path = new AvaTaxPath("/api/v2/notices/rootcauses/{rootCauseId}"); path.ApplyField("rootCauseId", rootCauseId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -20839,7 +20839,7 @@ public async Task> DeleteNoticeRootCauseTypeAsync(Int32 rootCa /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// The id of the notification you wish to mark as dismissed. @@ -20847,7 +20847,7 @@ public async Task DismissNotificationAsync(Int64 id) { var path = new AvaTaxPath("/api/v2/notifications/{id}/dismiss"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, null).ConfigureAwait(false); } @@ -20868,7 +20868,7 @@ public async Task DismissNotificationAsync(Int64 id) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// The id of the notification to retrieve. @@ -20876,7 +20876,7 @@ public async Task GetNotificationAsync(Int64 id) { var path = new AvaTaxPath("/api/v2/notifications/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -20900,7 +20900,7 @@ public async Task GetNotificationAsync(Int64 id) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// 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/). @@ -20914,7 +20914,7 @@ public async Task> ListNotificationsAsync(String path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -20950,7 +20950,7 @@ public async Task> ListNotificationsAsync(String public async Task RequestNewAccountAsync(NewAccountRequestModel model) { var path = new AvaTaxPath("/api/v2/accounts/request"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -20977,7 +20977,7 @@ public async Task RequestNewEntitlementAsync(Int32 id, String offer) var path = new AvaTaxPath("/api/v2/accounts/{id}/entitlements/{offer}"); path.ApplyField("id", id); path.ApplyField("offer", offer); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, null).ConfigureAwait(false); } @@ -21002,7 +21002,7 @@ public async Task RequestNewEntitlementAsync(Int32 id, String offer) public async Task> CreateAccountAsync(AccountModel model) { var path = new AvaTaxPath("/api/v2/accounts"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -21036,7 +21036,7 @@ public async Task> CreateAccountAsync(AccountModel model) public async Task> CreateNotificationsAsync(List model) { var path = new AvaTaxPath("/api/v2/notifications"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -21064,7 +21064,7 @@ public async Task> CreateNotificationsAsync(List CreateServiceTypesAsync(SubscriptionTypeModel model) { var path = new AvaTaxPath("/api/v2/servicetypes"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -21091,7 +21091,7 @@ public async Task> CreateSubscriptionsAsync(Int32 accoun { var path = new AvaTaxPath("/api/v2/accounts/{accountId}/subscriptions"); path.ApplyField("accountId", accountId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -21117,7 +21117,7 @@ public async Task> DeleteAccountAsync(Int32 id) { var path = new AvaTaxPath("/api/v2/accounts/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -21149,7 +21149,7 @@ public async Task> DeleteNotificationAsync(Int64 id) { var path = new AvaTaxPath("/api/v2/notifications/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -21175,7 +21175,7 @@ public async Task> DeleteServiceTypeAsync(Int32 id) { var path = new AvaTaxPath("/api/v2/servicetypes/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -21202,7 +21202,7 @@ public async Task> DeleteSubscriptionAsync(Int32 accountId, In var path = new AvaTaxPath("/api/v2/accounts/{accountId}/subscriptions/{id}"); path.ApplyField("accountId", accountId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -21236,7 +21236,7 @@ public async Task> ListServiceTypesAsync(Stri path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -21267,7 +21267,7 @@ public async Task ResetPasswordAsync(Int32 userId, Boolean? isUndoMigrat var path = new AvaTaxPath("/api/v2/passwords/{userId}/reset"); path.ApplyField("userId", userId); path.AddQuery("isUndoMigrateRequest", isUndoMigrateRequest); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallStringAsync("POST", path, model).ConfigureAwait(false); } @@ -21293,7 +21293,7 @@ public async Task UpdateAccountAsync(Int32 id, AccountModel model) { var path = new AvaTaxPath("/api/v2/accounts/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -21326,7 +21326,7 @@ public async Task UpdateNotificationAsync(Int64 id, Notificat { var path = new AvaTaxPath("/api/v2/notifications/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -21354,7 +21354,7 @@ public async Task UpdateServiceTypeAsync(Int32 id, Subscr { var path = new AvaTaxPath("/api/v2/servicetypes/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -21386,7 +21386,7 @@ public async Task UpdateSubscriptionAsync(Int32 accountId, In var path = new AvaTaxPath("/api/v2/accounts/{accountId}/subscriptions/{id}"); path.ApplyField("accountId", accountId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -21421,7 +21421,7 @@ public async Task DownloadReportAsync(Int64 id) { var path = new AvaTaxPath("/api/v2/reports/{id}/attachment"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallFileAsync("GET", path, null).ConfigureAwait(false); } @@ -21449,7 +21449,7 @@ public async Task GetReportAsync(Int64 id) { var path = new AvaTaxPath("/api/v2/reports/{id}"); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -21491,7 +21491,7 @@ public async Task> InitiateExportDocumentLineReportAsync(Int32 { var path = new AvaTaxPath("/api/v2/companies/{companyId}/reports/exportdocumentline/initiate"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -21529,7 +21529,7 @@ public async Task> ListReportsAsync(Int32? companyId, S path.AddQuery("pageKey", pageKey); path.AddQuery("$skip", skip); path.AddQuery("$top", top); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -21566,7 +21566,7 @@ public async Task> CreateSettingsAsync(Int32 companyId, List< { var path = new AvaTaxPath("/api/v2/companies/{companyId}/settings"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -21599,7 +21599,7 @@ public async Task> DeleteSettingAsync(Int32 companyId, Int32 i var path = new AvaTaxPath("/api/v2/companies/{companyId}/settings/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -21622,7 +21622,7 @@ public async Task> DeleteSettingAsync(Int32 companyId, Int32 i /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.; /// /// The ID of the company that owns this setting @@ -21632,7 +21632,7 @@ public async Task GetSettingAsync(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/settings/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -21658,7 +21658,7 @@ public async Task GetSettingAsync(Int32 companyId, Int32 id) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.; /// /// The ID of the company that owns these settings @@ -21676,7 +21676,7 @@ public async Task> ListSettingsByCompanyAsync(Int32 co path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -21702,7 +21702,7 @@ public async Task> ListSettingsByCompanyAsync(Int32 co /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.; /// /// 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/).
*Not filterable:* modifiedDate, ModifiedUserId @@ -21718,7 +21718,7 @@ public async Task> QuerySettingsAsync(String filter, S path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -21756,7 +21756,7 @@ public async Task UpdateSettingAsync(Int32 companyId, Int32 id, Se var path = new AvaTaxPath("/api/v2/companies/{companyId}/settings/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -21782,7 +21782,7 @@ public async Task GetSubscriptionAsync(Int32 accountId, Int32 var path = new AvaTaxPath("/api/v2/accounts/{accountId}/subscriptions/{id}"); path.ApplyField("accountId", accountId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -21817,7 +21817,7 @@ public async Task> ListSubscriptionsByAccountAsyn path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -21850,7 +21850,7 @@ public async Task> QuerySubscriptionsAsync(String path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -21877,7 +21877,7 @@ public async Task> CreateTaxCodesAsync(Int32 companyId, List< { var path = new AvaTaxPath("/api/v2/companies/{companyId}/taxcodes"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -21901,7 +21901,7 @@ public async Task> DeleteTaxCodeAsync(Int32 companyId, Int32 i var path = new AvaTaxPath("/api/v2/companies/{companyId}/taxcodes/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -21929,7 +21929,7 @@ public async Task GetTaxCodeAsync(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/taxcodes/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -21968,7 +21968,7 @@ public async Task> ListTaxCodesByCompanyAsync(Int32 co path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -22005,7 +22005,7 @@ public async Task> QueryTaxCodesAsync(String filter, S path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -22036,7 +22036,7 @@ public async Task UpdateTaxCodeAsync(Int32 companyId, Int32 id, Ta var path = new AvaTaxPath("/api/v2/companies/{companyId}/taxcodes/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -22072,7 +22072,7 @@ public async Task UpdateTaxCodeAsync(Int32 companyId, Int32 id, Ta /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// * This API depends on the following active services:*Required* (all): AvaTaxPro.; /// @@ -22080,7 +22080,7 @@ public async Task UpdateTaxCodeAsync(Int32 companyId, Int32 id, Ta public async Task BuildTaxContentFileAsync(PointOfSaleDataRequestModel model) { var path = new AvaTaxPath("/api/v2/pointofsaledata/build"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallFileAsync("POST", path, model).ConfigureAwait(false); } @@ -22116,7 +22116,7 @@ public async Task BuildTaxContentFileAsync(PointOfSaleDataRequestMod /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// * This API depends on the following active services:*Required* (all): AvaTaxPro.; /// @@ -22135,7 +22135,7 @@ public async Task BuildTaxContentFileForLocationAsync(Int32 companyI path.AddQuery("format", format); path.AddQuery("partnerId", partnerId); path.AddQuery("includeJurisCodes", includeJurisCodes); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallFileAsync("GET", path, null).ConfigureAwait(false); } @@ -22188,7 +22188,7 @@ public async Task BuildTaxContentFileForLocationAsync(Int32 companyI /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// The date for which point-of-sale data would be calculated (today by default). Example input: 2016-12-31 @@ -22198,7 +22198,7 @@ public async Task DownloadTaxRatesByZipCodeAsync(DateTime date, Stri var path = new AvaTaxPath("/api/v2/taxratesbyzipcode/download/{date}"); path.ApplyField("date", date.ToString("o")); path.AddQuery("region", region); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallFileAsync("GET", path, null).ConfigureAwait(false); } @@ -22262,7 +22262,7 @@ public async Task TaxRatesByAddressAsync(String line1, String line path.AddQuery("region", region); path.AddQuery("postalCode", postalCode); path.AddQuery("country", country); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -22311,7 +22311,7 @@ public async Task TaxRatesByPostalCodeAsync(String country, String var path = new AvaTaxPath("/api/v2/taxrates/bypostalcode"); path.AddQuery("country", country); path.AddQuery("postalCode", postalCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -22346,7 +22346,7 @@ public async Task> CreateTaxRulesAsync(Int32 companyId, List< { var path = new AvaTaxPath("/api/v2/companies/{companyId}/taxrules"); path.ApplyField("companyId", companyId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("POST", path, model).ConfigureAwait(false); } @@ -22382,7 +22382,7 @@ public async Task> DeleteTaxRuleAsync(Int32 companyId, Int32 i var path = new AvaTaxPath("/api/v2/companies/{companyId}/taxrules/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -22418,7 +22418,7 @@ public async Task GetTaxRuleAsync(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/taxrules/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -22465,7 +22465,7 @@ public async Task> ListTaxRulesAsync(Int32 companyId, path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -22510,7 +22510,7 @@ public async Task> QueryTaxRulesAsync(String filter, S path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -22547,7 +22547,7 @@ public async Task UpdateTaxRuleAsync(Int32 companyId, Int32 id, Ta var path = new AvaTaxPath("/api/v2/companies/{companyId}/taxrules/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -22590,7 +22590,7 @@ public async Task AddLinesAsync(String include, AddTransaction { var path = new AvaTaxPath("/api/v2/companies/transactions/lines/add"); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -22648,7 +22648,7 @@ public async Task AdjustTransactionAsync(String companyCode, S path.ApplyField("transactionCode", transactionCode); path.AddQuery("documentType", documentType); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -22695,7 +22695,7 @@ public async Task AuditTransactionAsync(String companyCod var path = new AvaTaxPath("/api/v2/companies/{companyCode}/transactions/{transactionCode}/audit"); path.ApplyField("companyCode", companyCode); path.ApplyField("transactionCode", transactionCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -22744,7 +22744,7 @@ public async Task AuditTransactionWithTypeAsync(String co path.ApplyField("companyCode", companyCode); path.ApplyField("transactionCode", transactionCode); path.ApplyField("documentType", documentType); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -22772,7 +22772,7 @@ public async Task AuditTransactionWithTypeAsync(String co public async Task BulkLockTransactionAsync(BulkLockTransactionModel model) { var path = new AvaTaxPath("/api/v2/transactions/lock"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -22830,7 +22830,7 @@ public async Task ChangeTransactionCodeAsync(String companyCod path.ApplyField("transactionCode", transactionCode); path.AddQuery("documentType", documentType); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -22886,7 +22886,7 @@ public async Task CommitTransactionAsync(String companyCode, S path.ApplyField("transactionCode", transactionCode); path.AddQuery("documentType", documentType); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -22942,7 +22942,7 @@ public async Task CreateOrAdjustTransactionAsync(String includ { var path = new AvaTaxPath("/api/v2/transactions/createoradjust"); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -23005,7 +23005,7 @@ public async Task CreateTransactionAsync(String include, Creat { var path = new AvaTaxPath("/api/v2/transactions/create"); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -23045,7 +23045,7 @@ public async Task DeleteLinesAsync(String include, RemoveTrans { var path = new AvaTaxPath("/api/v2/companies/transactions/lines/delete"); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -23066,7 +23066,7 @@ public async Task GetAllVarianceReportByCompanyCodeAsync( { var path = new AvaTaxPath("/api/v2/companies/{companyCode}/AllVariance"); path.ApplyField("companyCode", companyCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -23120,7 +23120,7 @@ public async Task GetTransactionByCodeAsync(String companyCode path.ApplyField("transactionCode", transactionCode); path.AddQuery("documentType", documentType); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -23157,7 +23157,7 @@ public async Task GetTransactionByCodeAndTypeAsync(String comp path.ApplyField("transactionCode", transactionCode); path.ApplyField("documentType", documentType); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -23197,7 +23197,7 @@ public async Task GetTransactionByIdAsync(Int64 id, String inc var path = new AvaTaxPath("/api/v2/transactions/{id}"); path.ApplyField("id", id); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -23220,7 +23220,7 @@ public async Task GetVarianceReportByCompanyCodeByTransac var path = new AvaTaxPath("/api/v2/companies/{companyCode}/transactions/{transactionId}/variance"); path.ApplyField("companyCode", companyCode); path.ApplyField("transactionId", transactionId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -23283,7 +23283,7 @@ public async Task> ListTransactionsByCompanyAsync( path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -23341,7 +23341,7 @@ public async Task LockTransactionAsync(String companyCode, Str path.ApplyField("transactionCode", transactionCode); path.AddQuery("documentType", documentType); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -23411,7 +23411,7 @@ public async Task RefundTransactionAsync(String companyCode, S path.AddQuery("$include", include); path.AddQuery("documentType", documentType); path.AddQuery("useTaxDateOverride", useTaxDateOverride); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -23467,7 +23467,7 @@ public async Task SettleTransactionAsync(String companyCode, S path.ApplyField("transactionCode", transactionCode); path.AddQuery("documentType", documentType); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -23517,7 +23517,7 @@ public async Task UncommitTransactionAsync(String companyCode, path.ApplyField("transactionCode", transactionCode); path.AddQuery("documentType", documentType); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, null).ConfigureAwait(false); } @@ -23564,7 +23564,7 @@ public async Task UnvoidTransactionAsync(String companyCode, S path.ApplyField("transactionCode", transactionCode); path.AddQuery("documentType", documentType); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, null).ConfigureAwait(false); } @@ -23586,7 +23586,7 @@ public async Task VarianceReportAsync(String companyCode, { var path = new AvaTaxPath("/api/v2/companies/{companyCode}/variance"); path.ApplyField("companyCode", companyCode); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -23641,7 +23641,7 @@ public async Task VerifyTransactionAsync(String companyCode, S path.ApplyField("transactionCode", transactionCode); path.AddQuery("documentType", documentType); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -23698,7 +23698,7 @@ public async Task VoidTransactionAsync(String companyCode, Str path.ApplyField("transactionCode", transactionCode); path.AddQuery("documentType", documentType); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -23723,7 +23723,7 @@ public async Task> CreateUPCsAsync(Int32 companyId, List>("POST", path, model).ConfigureAwait(false); } @@ -23748,7 +23748,7 @@ public async Task> DeleteUPCAsync(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/upcs/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -23774,7 +23774,7 @@ public async Task GetUPCAsync(Int32 companyId, Int32 id) var path = new AvaTaxPath("/api/v2/companies/{companyId}/upcs/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -23811,7 +23811,7 @@ public async Task> ListUPCsByCompanyAsync(Int32 companyId, path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -23846,7 +23846,7 @@ public async Task> QueryUPCsAsync(String filter, String in path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -23875,7 +23875,7 @@ public async Task UpdateUPCAsync(Int32 companyId, Int32 id, UPCModel m var path = new AvaTaxPath("/api/v2/companies/{companyId}/upcs/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -23900,7 +23900,7 @@ public async Task> DeleteUserDefinedFieldAsync(Int32 companyId var path = new AvaTaxPath("/api/v2/companies/{companyId}/userdefinedfields/{id}"); path.ApplyField("companyId", companyId); path.ApplyField("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -23912,7 +23912,7 @@ public async Task> DeleteUserDefinedFieldAsync(Int32 companyId /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. /// * This API depends on the following active services:*Required* (all): AvaTaxPro, BasicReturns.; /// @@ -23925,7 +23925,7 @@ public async Task> ListUserDefinedFiel path.ApplyField("companyId", companyId); path.AddQuery("udfType", udfType); path.AddQuery("allowDefaults", allowDefaults); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -23951,7 +23951,7 @@ public async Task UpdateUserDefinedFieldAsync(Int3 var path = new AvaTaxPath("/api/v2/companies/{companyId}/userdefinedfields"); path.ApplyField("companyId", companyId); path.AddQuery("id", id); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("POST", path, model).ConfigureAwait(false); } @@ -23978,7 +23978,7 @@ public async Task UpdateUserDefinedFieldAsync(Int3 public async Task ChangePasswordAsync(PasswordChangeModel model) { var path = new AvaTaxPath("/api/v2/passwords"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallStringAsync("PUT", path, model).ConfigureAwait(false); } @@ -24009,7 +24009,7 @@ public async Task> CreateUsersAsync(Int32 accountId, List>("POST", path, model).ConfigureAwait(false); } @@ -24038,7 +24038,7 @@ public async Task> DeleteUserAsync(Int32 id, Int32 accountId) var path = new AvaTaxPath("/api/v2/accounts/{accountId}/users/{id}"); path.ApplyField("id", id); path.ApplyField("accountId", accountId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("DELETE", path, null).ConfigureAwait(false); } @@ -24057,7 +24057,7 @@ public async Task> DeleteUserAsync(Int32 id, Int32 accountId) /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, SystemOperator, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, SystemOperator, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// The ID of the user to retrieve. @@ -24069,7 +24069,7 @@ public async Task GetUserAsync(Int32 id, Int32 accountId, String incl path.ApplyField("id", id); path.ApplyField("accountId", accountId); path.AddQuery("$include", include); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -24097,7 +24097,7 @@ public async Task GetUserAsync(Int32 id, Int32 accountId, String incl /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, SystemOperator, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, SystemOperator, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// The ID of the user to retrieve. @@ -24107,7 +24107,7 @@ public async Task GetUserEntitlementsAsync(Int32 id, Int32 var path = new AvaTaxPath("/api/v2/accounts/{accountId}/users/{id}/entitlements"); path.ApplyField("id", id); path.ApplyField("accountId", accountId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -24132,7 +24132,7 @@ public async Task GetUserEntitlementsAsync(Int32 id, Int32 /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, SystemOperator, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, SystemOperator, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// The accountID of the user you wish to list. @@ -24150,7 +24150,7 @@ public async Task> ListUsersByAccountAsync(Int32 accountI path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -24177,7 +24177,7 @@ public async Task> ListUsersByAccountAsync(Int32 accountI /// /// ### Security Policies /// - /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, SystemOperator, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; + /// * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, ECMUser, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, SystemOperator, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.; /// /// Optional fetch commands. @@ -24193,7 +24193,7 @@ public async Task> QueryUsersAsync(String include, String path.AddQuery("$top", top); path.AddQuery("$skip", skip); path.AddQuery("$orderBy", orderBy); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -24221,7 +24221,7 @@ public async Task UpdateUserAsync(Int32 id, Int32 accountId, UserMode var path = new AvaTaxPath("/api/v2/accounts/{accountId}/users/{id}"); path.ApplyField("id", id); path.ApplyField("accountId", accountId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("PUT", path, model).ConfigureAwait(false); } @@ -24246,7 +24246,7 @@ public async Task GetMySubscriptionAsync(String serviceTypeId { var path = new AvaTaxPath("/api/v2/utilities/subscriptions/{serviceTypeId}"); path.ApplyField("serviceTypeId", serviceTypeId); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } @@ -24269,7 +24269,7 @@ public async Task GetMySubscriptionAsync(String serviceTypeId public async Task> ListMySubscriptionsAsync() { var path = new AvaTaxPath("/api/v2/utilities/subscriptions"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync>("GET", path, null).ConfigureAwait(false); } @@ -24304,7 +24304,7 @@ public async Task> ListMySubscriptionsAsync() public async Task PingAsync() { var path = new AvaTaxPath("/api/v2/utilities/ping"); - _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.2.0"); + _clientHeaders[Constants.AVALARA_CLIENT_HEADER]=string.Format(ClientID ,"23.3.0"); return await RestCallAsync("GET", path, null).ConfigureAwait(false); } diff --git a/src/Avalara.AvaTax.RestClient.nuspec b/src/Avalara.AvaTax.RestClient.nuspec index e018cb2..f4cdd24 100644 --- a/src/Avalara.AvaTax.RestClient.nuspec +++ b/src/Avalara.AvaTax.RestClient.nuspec @@ -3,7 +3,7 @@ Avalara.AvaTax - 23.2.0 + 23.3.0 Avalara AvaTax SDK Add world-class tax estimation and calculation to your project with Avalara's AvaTax suite of APIs and services. diff --git a/src/enums/AccountStatusId.cs b/src/enums/AccountStatusId.cs index 4897aca..516abce 100644 --- a/src/enums/AccountStatusId.cs +++ b/src/enums/AccountStatusId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/AccountTypeId.cs b/src/enums/AccountTypeId.cs index e88bc4a..f5e0535 100644 --- a/src/enums/AccountTypeId.cs +++ b/src/enums/AccountTypeId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/AccrualType.cs b/src/enums/AccrualType.cs index 575a38f..71bd7e4 100644 --- a/src/enums/AccrualType.cs +++ b/src/enums/AccrualType.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/AddressCategoryId.cs b/src/enums/AddressCategoryId.cs index e479501..eb124c0 100644 --- a/src/enums/AddressCategoryId.cs +++ b/src/enums/AddressCategoryId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/AddressTypeId.cs b/src/enums/AddressTypeId.cs index 6eab321..e3b16a7 100644 --- a/src/enums/AddressTypeId.cs +++ b/src/enums/AddressTypeId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/AdjustmentPeriodTypeId.cs b/src/enums/AdjustmentPeriodTypeId.cs index 7a19647..c433de2 100644 --- a/src/enums/AdjustmentPeriodTypeId.cs +++ b/src/enums/AdjustmentPeriodTypeId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/AdjustmentReason.cs b/src/enums/AdjustmentReason.cs index d78fd8a..9fadb93 100644 --- a/src/enums/AdjustmentReason.cs +++ b/src/enums/AdjustmentReason.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/AgeVerifyFailureCode.cs b/src/enums/AgeVerifyFailureCode.cs index 33c80e7..e853e09 100644 --- a/src/enums/AgeVerifyFailureCode.cs +++ b/src/enums/AgeVerifyFailureCode.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxBeverageClient */ diff --git a/src/enums/ApiCallStatus.cs b/src/enums/ApiCallStatus.cs index 5fb6f8d..c2c576c 100644 --- a/src/enums/ApiCallStatus.cs +++ b/src/enums/ApiCallStatus.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/ApiVersionSchema.cs b/src/enums/ApiVersionSchema.cs index bfddf57..c100952 100644 --- a/src/enums/ApiVersionSchema.cs +++ b/src/enums/ApiVersionSchema.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxBeverageClient */ diff --git a/src/enums/AuthenticationTypeId.cs b/src/enums/AuthenticationTypeId.cs index 1315c22..37a7c54 100644 --- a/src/enums/AuthenticationTypeId.cs +++ b/src/enums/AuthenticationTypeId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/AvataxDeleteErrorTransactionStatus.cs b/src/enums/AvataxDeleteErrorTransactionStatus.cs index 60448fa..50c3f01 100644 --- a/src/enums/AvataxDeleteErrorTransactionStatus.cs +++ b/src/enums/AvataxDeleteErrorTransactionStatus.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/BatchStatus.cs b/src/enums/BatchStatus.cs index 54467b8..4a951af 100644 --- a/src/enums/BatchStatus.cs +++ b/src/enums/BatchStatus.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/BatchType.cs b/src/enums/BatchType.cs index 41ca815..5e7b333 100644 --- a/src/enums/BatchType.cs +++ b/src/enums/BatchType.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/BoundaryLevel.cs b/src/enums/BoundaryLevel.cs index e0ee3f0..614df75 100644 --- a/src/enums/BoundaryLevel.cs +++ b/src/enums/BoundaryLevel.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/BulkAccountValidationStatus.cs b/src/enums/BulkAccountValidationStatus.cs index f4f4531..38eaece 100644 --- a/src/enums/BulkAccountValidationStatus.cs +++ b/src/enums/BulkAccountValidationStatus.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/CertCaptureProvisionStatus.cs b/src/enums/CertCaptureProvisionStatus.cs index a54d2e4..2592584 100644 --- a/src/enums/CertCaptureProvisionStatus.cs +++ b/src/enums/CertCaptureProvisionStatus.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/CertExpressInvitationStatus.cs b/src/enums/CertExpressInvitationStatus.cs index 449a650..e66114c 100644 --- a/src/enums/CertExpressInvitationStatus.cs +++ b/src/enums/CertExpressInvitationStatus.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/CertificatePreviewType.cs b/src/enums/CertificatePreviewType.cs index 66a16a7..13d7345 100644 --- a/src/enums/CertificatePreviewType.cs +++ b/src/enums/CertificatePreviewType.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/CertificateRequestDeliveryMethod.cs b/src/enums/CertificateRequestDeliveryMethod.cs index 9392601..abd02b2 100644 --- a/src/enums/CertificateRequestDeliveryMethod.cs +++ b/src/enums/CertificateRequestDeliveryMethod.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/CommentType.cs b/src/enums/CommentType.cs index f56a948..35f62f0 100644 --- a/src/enums/CommentType.cs +++ b/src/enums/CommentType.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/CompanyAccessLevel.cs b/src/enums/CompanyAccessLevel.cs index 885e479..95ea4e6 100644 --- a/src/enums/CompanyAccessLevel.cs +++ b/src/enums/CompanyAccessLevel.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/CompanyFilingStatus.cs b/src/enums/CompanyFilingStatus.cs index 76024af..b0aa41d 100644 --- a/src/enums/CompanyFilingStatus.cs +++ b/src/enums/CompanyFilingStatus.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/DeemedSellerType.cs b/src/enums/DeemedSellerType.cs index d3b1cf4..bc733d3 100644 --- a/src/enums/DeemedSellerType.cs +++ b/src/enums/DeemedSellerType.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/DeliveryTerms.cs b/src/enums/DeliveryTerms.cs index cb7692d..1c7290d 100644 --- a/src/enums/DeliveryTerms.cs +++ b/src/enums/DeliveryTerms.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/DocumentStatus.cs b/src/enums/DocumentStatus.cs index f8f1d93..2d79411 100644 --- a/src/enums/DocumentStatus.cs +++ b/src/enums/DocumentStatus.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/DocumentType.cs b/src/enums/DocumentType.cs index 5b308a9..9baed7b 100644 --- a/src/enums/DocumentType.cs +++ b/src/enums/DocumentType.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/DueDateTypeId.cs b/src/enums/DueDateTypeId.cs index ff6fb37..911bc63 100644 --- a/src/enums/DueDateTypeId.cs +++ b/src/enums/DueDateTypeId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/ErrorCodeId.cs b/src/enums/ErrorCodeId.cs index 6ae5664..08e21fd 100644 --- a/src/enums/ErrorCodeId.cs +++ b/src/enums/ErrorCodeId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/ExemptCertReviewStatusId.cs b/src/enums/ExemptCertReviewStatusId.cs index d2e4dee..8164855 100644 --- a/src/enums/ExemptCertReviewStatusId.cs +++ b/src/enums/ExemptCertReviewStatusId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/ExemptCertStatusId.cs b/src/enums/ExemptCertStatusId.cs index 49334af..948a4a4 100644 --- a/src/enums/ExemptCertStatusId.cs +++ b/src/enums/ExemptCertStatusId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/ExemptCertTypeId.cs b/src/enums/ExemptCertTypeId.cs index 06111ae..af9476a 100644 --- a/src/enums/ExemptCertTypeId.cs +++ b/src/enums/ExemptCertTypeId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/FailureCodes.cs b/src/enums/FailureCodes.cs index ee6c6a7..efa6e2f 100644 --- a/src/enums/FailureCodes.cs +++ b/src/enums/FailureCodes.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxBeverageClient */ diff --git a/src/enums/FilingFrequencyId.cs b/src/enums/FilingFrequencyId.cs index a38955a..9699bbb 100644 --- a/src/enums/FilingFrequencyId.cs +++ b/src/enums/FilingFrequencyId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/FilingOptionTypeId.cs b/src/enums/FilingOptionTypeId.cs index 0b2af83..cdb1b2d 100644 --- a/src/enums/FilingOptionTypeId.cs +++ b/src/enums/FilingOptionTypeId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/FilingRequestStatus.cs b/src/enums/FilingRequestStatus.cs index 1658459..c8a75e9 100644 --- a/src/enums/FilingRequestStatus.cs +++ b/src/enums/FilingRequestStatus.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/FilingStatusId.cs b/src/enums/FilingStatusId.cs index dbc0e3a..78d0918 100644 --- a/src/enums/FilingStatusId.cs +++ b/src/enums/FilingStatusId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/FilingTypeId.cs b/src/enums/FilingTypeId.cs index 79bf7f0..a5878e4 100644 --- a/src/enums/FilingTypeId.cs +++ b/src/enums/FilingTypeId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/FirmClientLinkageStatus.cs b/src/enums/FirmClientLinkageStatus.cs index b8e3b27..91d7e25 100644 --- a/src/enums/FirmClientLinkageStatus.cs +++ b/src/enums/FirmClientLinkageStatus.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/FormTypeId.cs b/src/enums/FormTypeId.cs index 52e2c4a..d972ba1 100644 --- a/src/enums/FormTypeId.cs +++ b/src/enums/FormTypeId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/FundingOption.cs b/src/enums/FundingOption.cs index 456cf60..36c4242 100644 --- a/src/enums/FundingOption.cs +++ b/src/enums/FundingOption.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/ItemCatalogueResultEvent.cs b/src/enums/ItemCatalogueResultEvent.cs index b0bc7e4..3ab7d0e 100644 --- a/src/enums/ItemCatalogueResultEvent.cs +++ b/src/enums/ItemCatalogueResultEvent.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/JurisTypeId.cs b/src/enums/JurisTypeId.cs index a9dae82..0c6ce74 100644 --- a/src/enums/JurisTypeId.cs +++ b/src/enums/JurisTypeId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/JurisdictionType.cs b/src/enums/JurisdictionType.cs index 822c1be..f4ea4ec 100644 --- a/src/enums/JurisdictionType.cs +++ b/src/enums/JurisdictionType.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/LiabilityType.cs b/src/enums/LiabilityType.cs index 1d50eb7..1af906d 100644 --- a/src/enums/LiabilityType.cs +++ b/src/enums/LiabilityType.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/LocalNexusTypeId.cs b/src/enums/LocalNexusTypeId.cs index 0801428..c916d5c 100644 --- a/src/enums/LocalNexusTypeId.cs +++ b/src/enums/LocalNexusTypeId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/MarketplaceLiabilityType.cs b/src/enums/MarketplaceLiabilityType.cs index b5b3f6e..63a7b5f 100644 --- a/src/enums/MarketplaceLiabilityType.cs +++ b/src/enums/MarketplaceLiabilityType.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/MatchingTaxType.cs b/src/enums/MatchingTaxType.cs index 1f82608..e3922bf 100644 --- a/src/enums/MatchingTaxType.cs +++ b/src/enums/MatchingTaxType.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/NexusTypeId.cs b/src/enums/NexusTypeId.cs index 2acd99e..8239204 100644 --- a/src/enums/NexusTypeId.cs +++ b/src/enums/NexusTypeId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/NoticeCustomerType.cs b/src/enums/NoticeCustomerType.cs index 4664fde..e5f0883 100644 --- a/src/enums/NoticeCustomerType.cs +++ b/src/enums/NoticeCustomerType.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/NoticePriorityId.cs b/src/enums/NoticePriorityId.cs index 0e825a7..7a1b46b 100644 --- a/src/enums/NoticePriorityId.cs +++ b/src/enums/NoticePriorityId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/NotificationSeverityLevel.cs b/src/enums/NotificationSeverityLevel.cs index 766fe72..0baa5e0 100644 --- a/src/enums/NotificationSeverityLevel.cs +++ b/src/enums/NotificationSeverityLevel.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/OutletTypeId.cs b/src/enums/OutletTypeId.cs index ebf13bf..610753c 100644 --- a/src/enums/OutletTypeId.cs +++ b/src/enums/OutletTypeId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/POABusinessUnit.cs b/src/enums/POABusinessUnit.cs index a5d03d0..d9a493a 100644 --- a/src/enums/POABusinessUnit.cs +++ b/src/enums/POABusinessUnit.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/POASubscriptionType.cs b/src/enums/POASubscriptionType.cs index 6567b80..d8a3135 100644 --- a/src/enums/POASubscriptionType.cs +++ b/src/enums/POASubscriptionType.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/PasswordStatusId.cs b/src/enums/PasswordStatusId.cs index 05d6c9a..b54417d 100644 --- a/src/enums/PasswordStatusId.cs +++ b/src/enums/PasswordStatusId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/PaymentAccountTypeId.cs b/src/enums/PaymentAccountTypeId.cs index 9c21aca..65adc24 100644 --- a/src/enums/PaymentAccountTypeId.cs +++ b/src/enums/PaymentAccountTypeId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/PaymentType.cs b/src/enums/PaymentType.cs index d31a143..982fdae 100644 --- a/src/enums/PaymentType.cs +++ b/src/enums/PaymentType.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/PointOfSaleFileType.cs b/src/enums/PointOfSaleFileType.cs index 34d1f1a..ac6b5f9 100644 --- a/src/enums/PointOfSaleFileType.cs +++ b/src/enums/PointOfSaleFileType.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/PointOfSalePartnerId.cs b/src/enums/PointOfSalePartnerId.cs index 49ddfce..5ede487 100644 --- a/src/enums/PointOfSalePartnerId.cs +++ b/src/enums/PointOfSalePartnerId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/RateType.cs b/src/enums/RateType.cs index 1ef8199..fd56e97 100644 --- a/src/enums/RateType.cs +++ b/src/enums/RateType.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/RefundType.cs b/src/enums/RefundType.cs index 8cbdfe4..4e5a63f 100644 --- a/src/enums/RefundType.cs +++ b/src/enums/RefundType.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/ReportDateFilter.cs b/src/enums/ReportDateFilter.cs index 04c6512..12a9c3f 100644 --- a/src/enums/ReportDateFilter.cs +++ b/src/enums/ReportDateFilter.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/ReportDocType.cs b/src/enums/ReportDocType.cs index 46d5d93..60183ad 100644 --- a/src/enums/ReportDocType.cs +++ b/src/enums/ReportDocType.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/ReportFormat.cs b/src/enums/ReportFormat.cs index a0cea50..914a992 100644 --- a/src/enums/ReportFormat.cs +++ b/src/enums/ReportFormat.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/ReportSource.cs b/src/enums/ReportSource.cs index d739068..e461836 100644 --- a/src/enums/ReportSource.cs +++ b/src/enums/ReportSource.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/ResolutionQuality.cs b/src/enums/ResolutionQuality.cs index 37ae449..45f8798 100644 --- a/src/enums/ResolutionQuality.cs +++ b/src/enums/ResolutionQuality.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/RoundingLevelId.cs b/src/enums/RoundingLevelId.cs index 53f56f0..5024713 100644 --- a/src/enums/RoundingLevelId.cs +++ b/src/enums/RoundingLevelId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/RoundingTypeId.cs b/src/enums/RoundingTypeId.cs index dc734f5..a4d4730 100644 --- a/src/enums/RoundingTypeId.cs +++ b/src/enums/RoundingTypeId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/ScraperType.cs b/src/enums/ScraperType.cs index a1433cc..29088e4 100644 --- a/src/enums/ScraperType.cs +++ b/src/enums/ScraperType.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/SecurityRoleId.cs b/src/enums/SecurityRoleId.cs index fd48d34..5e5b718 100644 --- a/src/enums/SecurityRoleId.cs +++ b/src/enums/SecurityRoleId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ @@ -150,5 +150,10 @@ public enum SecurityRoleId /// BatchServiceAdmin = 25, + /// + /// ECMUser + /// + ECMUser = 26, + } } diff --git a/src/enums/SendSalesFileType.cs b/src/enums/SendSalesFileType.cs index 1918186..dd3d325 100644 --- a/src/enums/SendSalesFileType.cs +++ b/src/enums/SendSalesFileType.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/SendSalesOutputFileFormat.cs b/src/enums/SendSalesOutputFileFormat.cs index 77f6fa0..e5ebae8 100644 --- a/src/enums/SendSalesOutputFileFormat.cs +++ b/src/enums/SendSalesOutputFileFormat.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/ServiceMode.cs b/src/enums/ServiceMode.cs index 02ae7c2..0b058ca 100644 --- a/src/enums/ServiceMode.cs +++ b/src/enums/ServiceMode.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/SeverityLevel.cs b/src/enums/SeverityLevel.cs index 655d3f8..851dc47 100644 --- a/src/enums/SeverityLevel.cs +++ b/src/enums/SeverityLevel.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/Sourcing.cs b/src/enums/Sourcing.cs index 756d361..715929d 100644 --- a/src/enums/Sourcing.cs +++ b/src/enums/Sourcing.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/TaxDebugLevel.cs b/src/enums/TaxDebugLevel.cs index 29ce1ad..d88df69 100644 --- a/src/enums/TaxDebugLevel.cs +++ b/src/enums/TaxDebugLevel.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/TaxDependencyLevelId.cs b/src/enums/TaxDependencyLevelId.cs index a560d2f..9958ce2 100644 --- a/src/enums/TaxDependencyLevelId.cs +++ b/src/enums/TaxDependencyLevelId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/TaxNoticeFilingTypeId.cs b/src/enums/TaxNoticeFilingTypeId.cs index d676faa..38727a3 100644 --- a/src/enums/TaxNoticeFilingTypeId.cs +++ b/src/enums/TaxNoticeFilingTypeId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/TaxOverrideType.cs b/src/enums/TaxOverrideType.cs index 74906e1..1312c15 100644 --- a/src/enums/TaxOverrideType.cs +++ b/src/enums/TaxOverrideType.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/TaxRuleTypeId.cs b/src/enums/TaxRuleTypeId.cs index 5e4d66c..1f55e61 100644 --- a/src/enums/TaxRuleTypeId.cs +++ b/src/enums/TaxRuleTypeId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/TextCase.cs b/src/enums/TextCase.cs index b6d2662..41be3ec 100644 --- a/src/enums/TextCase.cs +++ b/src/enums/TextCase.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/UserDefinedFieldDataType.cs b/src/enums/UserDefinedFieldDataType.cs index 19e57a8..f446e0e 100644 --- a/src/enums/UserDefinedFieldDataType.cs +++ b/src/enums/UserDefinedFieldDataType.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/UserDefinedFieldType.cs b/src/enums/UserDefinedFieldType.cs index 560b990..f545cb6 100644 --- a/src/enums/UserDefinedFieldType.cs +++ b/src/enums/UserDefinedFieldType.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/Visibility.cs b/src/enums/Visibility.cs index a6fbdcb..8983046 100644 --- a/src/enums/Visibility.cs +++ b/src/enums/Visibility.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/VoidReasonCode.cs b/src/enums/VoidReasonCode.cs index d09d2ca..3dcb0cb 100644 --- a/src/enums/VoidReasonCode.cs +++ b/src/enums/VoidReasonCode.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/enums/WorksheetTypeId.cs b/src/enums/WorksheetTypeId.cs index 3346b83..c44c777 100644 --- a/src/enums/WorksheetTypeId.cs +++ b/src/enums/WorksheetTypeId.cs @@ -3,13 +3,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ACHEntryDetailModel.cs b/src/models/ACHEntryDetailModel.cs index d615555..c6b14ce 100644 --- a/src/models/ACHEntryDetailModel.cs +++ b/src/models/ACHEntryDetailModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AccountConfigurationModel.cs b/src/models/AccountConfigurationModel.cs index 7c24c8e..8f66fd7 100644 --- a/src/models/AccountConfigurationModel.cs +++ b/src/models/AccountConfigurationModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AccountLicenseKeyModel.cs b/src/models/AccountLicenseKeyModel.cs index 74bd0ce..996ea5c 100644 --- a/src/models/AccountLicenseKeyModel.cs +++ b/src/models/AccountLicenseKeyModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AccountMigrationStatusModel.cs b/src/models/AccountMigrationStatusModel.cs index 4ea3816..3ec73ad 100644 --- a/src/models/AccountMigrationStatusModel.cs +++ b/src/models/AccountMigrationStatusModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AccountModel.cs b/src/models/AccountModel.cs index 2bb752a..e47204e 100644 --- a/src/models/AccountModel.cs +++ b/src/models/AccountModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AccountTsaAccessDurationModel.cs b/src/models/AccountTsaAccessDurationModel.cs index 9ec622e..faeaf83 100644 --- a/src/models/AccountTsaAccessDurationModel.cs +++ b/src/models/AccountTsaAccessDurationModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AccountTsaAccessModel.cs b/src/models/AccountTsaAccessModel.cs index 58068aa..3d4a804 100644 --- a/src/models/AccountTsaAccessModel.cs +++ b/src/models/AccountTsaAccessModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ActivateAccountModel.cs b/src/models/ActivateAccountModel.cs index 7fec92a..0aa90e1 100644 --- a/src/models/ActivateAccountModel.cs +++ b/src/models/ActivateAccountModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AddTransactionLineModel.cs b/src/models/AddTransactionLineModel.cs index b3d1877..4235758 100644 --- a/src/models/AddTransactionLineModel.cs +++ b/src/models/AddTransactionLineModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AddressInfo.cs b/src/models/AddressInfo.cs index 214c23b..ab05abf 100644 --- a/src/models/AddressInfo.cs +++ b/src/models/AddressInfo.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AddressLocationInfo.cs b/src/models/AddressLocationInfo.cs index 9edebaf..9013935 100644 --- a/src/models/AddressLocationInfo.cs +++ b/src/models/AddressLocationInfo.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AddressResolutionModel.cs b/src/models/AddressResolutionModel.cs index 8394113..d7f7961 100644 --- a/src/models/AddressResolutionModel.cs +++ b/src/models/AddressResolutionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AddressValidationInfo.cs b/src/models/AddressValidationInfo.cs index e80cf35..7e5f8e1 100644 --- a/src/models/AddressValidationInfo.cs +++ b/src/models/AddressValidationInfo.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AddressesModel.cs b/src/models/AddressesModel.cs index 9b27efc..eecffc4 100644 --- a/src/models/AddressesModel.cs +++ b/src/models/AddressesModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AdjustMultiDocumentModel.cs b/src/models/AdjustMultiDocumentModel.cs index 1b757fe..2112d30 100644 --- a/src/models/AdjustMultiDocumentModel.cs +++ b/src/models/AdjustMultiDocumentModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AdjustTransactionModel.cs b/src/models/AdjustTransactionModel.cs index c94bb83..513ef0b 100644 --- a/src/models/AdjustTransactionModel.cs +++ b/src/models/AdjustTransactionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AdvancedRuleCustomerDataSchemaModel.cs b/src/models/AdvancedRuleCustomerDataSchemaModel.cs index f012b7a..ecc4c49 100644 --- a/src/models/AdvancedRuleCustomerDataSchemaModel.cs +++ b/src/models/AdvancedRuleCustomerDataSchemaModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AdvancedRuleExecutionModel.cs b/src/models/AdvancedRuleExecutionModel.cs index 31fa7a5..d815ac6 100644 --- a/src/models/AdvancedRuleExecutionModel.cs +++ b/src/models/AdvancedRuleExecutionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AdvancedRuleExecutionOrderModel.cs b/src/models/AdvancedRuleExecutionOrderModel.cs index a977791..ba11ce2 100644 --- a/src/models/AdvancedRuleExecutionOrderModel.cs +++ b/src/models/AdvancedRuleExecutionOrderModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AdvancedRuleFullDetailsModel.cs b/src/models/AdvancedRuleFullDetailsModel.cs index 336de1e..5ab8a75 100644 --- a/src/models/AdvancedRuleFullDetailsModel.cs +++ b/src/models/AdvancedRuleFullDetailsModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AdvancedRuleLookupFileModel.cs b/src/models/AdvancedRuleLookupFileModel.cs index 8221b0e..9740b8e 100644 --- a/src/models/AdvancedRuleLookupFileModel.cs +++ b/src/models/AdvancedRuleLookupFileModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AdvancedRuleModel.cs b/src/models/AdvancedRuleModel.cs index d4bbb6e..65e66ed 100644 --- a/src/models/AdvancedRuleModel.cs +++ b/src/models/AdvancedRuleModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AdvancedRuleVisibilityModel.cs b/src/models/AdvancedRuleVisibilityModel.cs index e996e8d..998d5ae 100644 --- a/src/models/AdvancedRuleVisibilityModel.cs +++ b/src/models/AdvancedRuleVisibilityModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AgeVerifyRequest.cs b/src/models/AgeVerifyRequest.cs index eed7062..e926c6e 100644 --- a/src/models/AgeVerifyRequest.cs +++ b/src/models/AgeVerifyRequest.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxBeverageClient */ diff --git a/src/models/AgeVerifyResult.cs b/src/models/AgeVerifyResult.cs index 2618ee4..719bb53 100644 --- a/src/models/AgeVerifyResult.cs +++ b/src/models/AgeVerifyResult.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxBeverageClient */ diff --git a/src/models/ApproveAdvancedRuleModel.cs b/src/models/ApproveAdvancedRuleModel.cs index f162b86..ef1b7c7 100644 --- a/src/models/ApproveAdvancedRuleModel.cs +++ b/src/models/ApproveAdvancedRuleModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ApproveFilingsModel.cs b/src/models/ApproveFilingsModel.cs index 4c2a694..07668ab 100644 --- a/src/models/ApproveFilingsModel.cs +++ b/src/models/ApproveFilingsModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AuditEvent.cs b/src/models/AuditEvent.cs index 316ec6b..49da2e2 100644 --- a/src/models/AuditEvent.cs +++ b/src/models/AuditEvent.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AuditModel.cs b/src/models/AuditModel.cs index 01455be..fc9a8f0 100644 --- a/src/models/AuditModel.cs +++ b/src/models/AuditModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AuditMultiDocumentModel.cs b/src/models/AuditMultiDocumentModel.cs index 4832f49..8956efc 100644 --- a/src/models/AuditMultiDocumentModel.cs +++ b/src/models/AuditMultiDocumentModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AuditServiceConfigModel.cs b/src/models/AuditServiceConfigModel.cs index b4b9a6a..7512a59 100644 --- a/src/models/AuditServiceConfigModel.cs +++ b/src/models/AuditServiceConfigModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AuditTransactionModel.cs b/src/models/AuditTransactionModel.cs index eeb4c97..43b8c1a 100644 --- a/src/models/AuditTransactionModel.cs +++ b/src/models/AuditTransactionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AvaFileFormModel.cs b/src/models/AvaFileFormModel.cs index c52acf5..1a5387b 100644 --- a/src/models/AvaFileFormModel.cs +++ b/src/models/AvaFileFormModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AvaTaxMessage.cs b/src/models/AvaTaxMessage.cs index 3ee4445..92478a3 100644 --- a/src/models/AvaTaxMessage.cs +++ b/src/models/AvaTaxMessage.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/AvailableCycleModel.cs b/src/models/AvailableCycleModel.cs index 53646ed..967b431 100644 --- a/src/models/AvailableCycleModel.cs +++ b/src/models/AvailableCycleModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/BatchAdjustTransactionModel.cs b/src/models/BatchAdjustTransactionModel.cs index ea37739..d20976e 100644 --- a/src/models/BatchAdjustTransactionModel.cs +++ b/src/models/BatchAdjustTransactionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/BatchFileModel.cs b/src/models/BatchFileModel.cs index f26f630..ce352b6 100644 --- a/src/models/BatchFileModel.cs +++ b/src/models/BatchFileModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/BatchModel.cs b/src/models/BatchModel.cs index 9182dc8..ad4a7d6 100644 --- a/src/models/BatchModel.cs +++ b/src/models/BatchModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/BatchVoidTransactionModel.cs b/src/models/BatchVoidTransactionModel.cs index 0bfcd40..b037da4 100644 --- a/src/models/BatchVoidTransactionModel.cs +++ b/src/models/BatchVoidTransactionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/BulkLockTransactionModel.cs b/src/models/BulkLockTransactionModel.cs index f25f751..7943d04 100644 --- a/src/models/BulkLockTransactionModel.cs +++ b/src/models/BulkLockTransactionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/BulkLockTransactionResult.cs b/src/models/BulkLockTransactionResult.cs index f61d228..273a06c 100644 --- a/src/models/BulkLockTransactionResult.cs +++ b/src/models/BulkLockTransactionResult.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CappedFetchResult.cs b/src/models/CappedFetchResult.cs index d6832cf..c4d9ff8 100644 --- a/src/models/CappedFetchResult.cs +++ b/src/models/CappedFetchResult.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CertExpressInvitationModel.cs b/src/models/CertExpressInvitationModel.cs index 633bb41..30d75cc 100644 --- a/src/models/CertExpressInvitationModel.cs +++ b/src/models/CertExpressInvitationModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CertExpressInvitationStatusModel.cs b/src/models/CertExpressInvitationStatusModel.cs index 506c6fe..9dd280e 100644 --- a/src/models/CertExpressInvitationStatusModel.cs +++ b/src/models/CertExpressInvitationStatusModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CertificateAttributeModel.cs b/src/models/CertificateAttributeModel.cs index ed76b30..d7d926f 100644 --- a/src/models/CertificateAttributeModel.cs +++ b/src/models/CertificateAttributeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CertificateModel.cs b/src/models/CertificateModel.cs index 72f545a..6048b3f 100644 --- a/src/models/CertificateModel.cs +++ b/src/models/CertificateModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ChangeTransactionCodeModel.cs b/src/models/ChangeTransactionCodeModel.cs index 5f3a613..9851926 100644 --- a/src/models/ChangeTransactionCodeModel.cs +++ b/src/models/ChangeTransactionCodeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ClassificationDetailsModel.cs b/src/models/ClassificationDetailsModel.cs index e6cee7f..0e5b85d 100644 --- a/src/models/ClassificationDetailsModel.cs +++ b/src/models/ClassificationDetailsModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ClassificationModel.cs b/src/models/ClassificationModel.cs index 7e6e0e2..8e9fece 100644 --- a/src/models/ClassificationModel.cs +++ b/src/models/ClassificationModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ClassificationParameterUsageMapModel.cs b/src/models/ClassificationParameterUsageMapModel.cs index 3325e69..3fbe0aa 100644 --- a/src/models/ClassificationParameterUsageMapModel.cs +++ b/src/models/ClassificationParameterUsageMapModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CombinedHSTConfigModel.cs b/src/models/CombinedHSTConfigModel.cs new file mode 100644 index 0000000..ca4e848 --- /dev/null +++ b/src/models/CombinedHSTConfigModel.cs @@ -0,0 +1,50 @@ +using System; +using System.Collections.Generic; +using Newtonsoft.Json; + +/* + * AvaTax API Client Library + * + * (c) 2004-2023 Avalara, Inc. + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + * + * @author Jonathan Wenger + * @author Sachin Baijal + * Swagger name: AvaTaxClient + */ + +namespace Avalara.AvaTax.RestClient +{ + /// + /// An AvaTax account. + /// + public class CombinedHSTConfigModel + { + /// + /// The unique ID number assigned to this account. + /// + public Int32 accountId { get; set; } + + /// + /// Company Codes to Exclude from change. + /// + public List excludedCompanyCodes { get; set; } + + /// + /// + /// + public DateTime? endDate { get; set; } + + + /// + /// Convert this object to a JSON string of itself + /// + /// A JSON string of this object + public override string ToString() + { + return JsonConvert.SerializeObject(this, new JsonSerializerSettings() { Formatting = Formatting.Indented }); + } + } +} diff --git a/src/models/CommitMultiDocumentModel.cs b/src/models/CommitMultiDocumentModel.cs index a45b25e..3b10951 100644 --- a/src/models/CommitMultiDocumentModel.cs +++ b/src/models/CommitMultiDocumentModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CommitTransactionModel.cs b/src/models/CommitTransactionModel.cs index be14b2e..46c4d40 100644 --- a/src/models/CommitTransactionModel.cs +++ b/src/models/CommitTransactionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CommunicationsTSPairModel.cs b/src/models/CommunicationsTSPairModel.cs index 6537f90..dbc2277 100644 --- a/src/models/CommunicationsTSPairModel.cs +++ b/src/models/CommunicationsTSPairModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CommunicationsTransactionTypeModel.cs b/src/models/CommunicationsTransactionTypeModel.cs index 905e4a4..e825b35 100644 --- a/src/models/CommunicationsTransactionTypeModel.cs +++ b/src/models/CommunicationsTransactionTypeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CompanyAddress.cs b/src/models/CompanyAddress.cs index 5ded302..dddefcd 100644 --- a/src/models/CompanyAddress.cs +++ b/src/models/CompanyAddress.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CompanyConfigurationModel.cs b/src/models/CompanyConfigurationModel.cs index 1b07903..01152c5 100644 --- a/src/models/CompanyConfigurationModel.cs +++ b/src/models/CompanyConfigurationModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CompanyDistanceThresholdModel.cs b/src/models/CompanyDistanceThresholdModel.cs index 15084f5..eb41613 100644 --- a/src/models/CompanyDistanceThresholdModel.cs +++ b/src/models/CompanyDistanceThresholdModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CompanyInitializationModel.cs b/src/models/CompanyInitializationModel.cs index 68c0771..92d588a 100644 --- a/src/models/CompanyInitializationModel.cs +++ b/src/models/CompanyInitializationModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CompanyModel.cs b/src/models/CompanyModel.cs index 2e1237d..1ac9a23 100644 --- a/src/models/CompanyModel.cs +++ b/src/models/CompanyModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CompanyParameterDetailModel.cs b/src/models/CompanyParameterDetailModel.cs index 9ee6eb5..5577f3d 100644 --- a/src/models/CompanyParameterDetailModel.cs +++ b/src/models/CompanyParameterDetailModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CompanyReturnSettingModel.cs b/src/models/CompanyReturnSettingModel.cs index 6a5cc24..b35d6ae 100644 --- a/src/models/CompanyReturnSettingModel.cs +++ b/src/models/CompanyReturnSettingModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CompanyUserDefinedFieldModel.cs b/src/models/CompanyUserDefinedFieldModel.cs index c254edd..213b6f2 100644 --- a/src/models/CompanyUserDefinedFieldModel.cs +++ b/src/models/CompanyUserDefinedFieldModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ComplianceAggregatedTaxRateModel.cs b/src/models/ComplianceAggregatedTaxRateModel.cs index 3f6ec0c..df5895f 100644 --- a/src/models/ComplianceAggregatedTaxRateModel.cs +++ b/src/models/ComplianceAggregatedTaxRateModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ComplianceJurisdictionModel.cs b/src/models/ComplianceJurisdictionModel.cs index 62ec355..ef527cf 100644 --- a/src/models/ComplianceJurisdictionModel.cs +++ b/src/models/ComplianceJurisdictionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ComplianceJurisdictionRateModel.cs b/src/models/ComplianceJurisdictionRateModel.cs index 788f5be..724734d 100644 --- a/src/models/ComplianceJurisdictionRateModel.cs +++ b/src/models/ComplianceJurisdictionRateModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ComplianceTaxRateModel.cs b/src/models/ComplianceTaxRateModel.cs index 47ab1c6..af812f0 100644 --- a/src/models/ComplianceTaxRateModel.cs +++ b/src/models/ComplianceTaxRateModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ContactModel.cs b/src/models/ContactModel.cs index a84ff5a..9eb785d 100644 --- a/src/models/ContactModel.cs +++ b/src/models/ContactModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CoordinateInfo.cs b/src/models/CoordinateInfo.cs index 508bbf8..59b9160 100644 --- a/src/models/CoordinateInfo.cs +++ b/src/models/CoordinateInfo.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CoverLetterModel.cs b/src/models/CoverLetterModel.cs index 87c39b4..f3c4610 100644 --- a/src/models/CoverLetterModel.cs +++ b/src/models/CoverLetterModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CreateCertExpressInvitationModel.cs b/src/models/CreateCertExpressInvitationModel.cs index 8fc78cc..dc8e296 100644 --- a/src/models/CreateCertExpressInvitationModel.cs +++ b/src/models/CreateCertExpressInvitationModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CreateECommerceTokenInputModel.cs b/src/models/CreateECommerceTokenInputModel.cs index c5ded80..cc13ac5 100644 --- a/src/models/CreateECommerceTokenInputModel.cs +++ b/src/models/CreateECommerceTokenInputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CreateMultiDocumentModel.cs b/src/models/CreateMultiDocumentModel.cs index 2e8226a..3e7b29c 100644 --- a/src/models/CreateMultiDocumentModel.cs +++ b/src/models/CreateMultiDocumentModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CreateNoticeResponsibilityTypeModel.cs b/src/models/CreateNoticeResponsibilityTypeModel.cs index 109a5bc..e8c51f9 100644 --- a/src/models/CreateNoticeResponsibilityTypeModel.cs +++ b/src/models/CreateNoticeResponsibilityTypeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CreateNoticeRootCauseTypeModel.cs b/src/models/CreateNoticeRootCauseTypeModel.cs index a2cfeda..d6f3422 100644 --- a/src/models/CreateNoticeRootCauseTypeModel.cs +++ b/src/models/CreateNoticeRootCauseTypeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CreateOrAdjustTransactionModel.cs b/src/models/CreateOrAdjustTransactionModel.cs index 7399e01..16e57e7 100644 --- a/src/models/CreateOrAdjustTransactionModel.cs +++ b/src/models/CreateOrAdjustTransactionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CreateTransactionBatchRequestModel.cs b/src/models/CreateTransactionBatchRequestModel.cs index 65d0b95..378546b 100644 --- a/src/models/CreateTransactionBatchRequestModel.cs +++ b/src/models/CreateTransactionBatchRequestModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CreateTransactionBatchResponseModel.cs b/src/models/CreateTransactionBatchResponseModel.cs index 77703a7..9013348 100644 --- a/src/models/CreateTransactionBatchResponseModel.cs +++ b/src/models/CreateTransactionBatchResponseModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CreateTransactionModel.cs b/src/models/CreateTransactionModel.cs index 99bb121..16ade9e 100644 --- a/src/models/CreateTransactionModel.cs +++ b/src/models/CreateTransactionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CurrencyModel.cs b/src/models/CurrencyModel.cs index e446406..2582065 100644 --- a/src/models/CurrencyModel.cs +++ b/src/models/CurrencyModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CustomFieldModel.cs b/src/models/CustomFieldModel.cs index 360a63f..25c033a 100644 --- a/src/models/CustomFieldModel.cs +++ b/src/models/CustomFieldModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CustomerAttributeModel.cs b/src/models/CustomerAttributeModel.cs index 8ffbe76..d708f4d 100644 --- a/src/models/CustomerAttributeModel.cs +++ b/src/models/CustomerAttributeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CustomerModel.cs b/src/models/CustomerModel.cs index b38c3e3..e5ed7d0 100644 --- a/src/models/CustomerModel.cs +++ b/src/models/CustomerModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CustomerSupplierCountryParamModel.cs b/src/models/CustomerSupplierCountryParamModel.cs index f4b9080..23d82f4 100644 --- a/src/models/CustomerSupplierCountryParamModel.cs +++ b/src/models/CustomerSupplierCountryParamModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CustomerSupplierModel.cs b/src/models/CustomerSupplierModel.cs index 749fbc4..30d24e1 100644 --- a/src/models/CustomerSupplierModel.cs +++ b/src/models/CustomerSupplierModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CycleAddOptionModel.cs b/src/models/CycleAddOptionModel.cs index 4281479..a006e16 100644 --- a/src/models/CycleAddOptionModel.cs +++ b/src/models/CycleAddOptionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CycleEditOptionModel.cs b/src/models/CycleEditOptionModel.cs index ffcf899..a32a2f4 100644 --- a/src/models/CycleEditOptionModel.cs +++ b/src/models/CycleEditOptionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CycleExpireModel.cs b/src/models/CycleExpireModel.cs index 78d411d..daced25 100644 --- a/src/models/CycleExpireModel.cs +++ b/src/models/CycleExpireModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CycleExpireOptionModel.cs b/src/models/CycleExpireOptionModel.cs index 1091f5b..b88b19b 100644 --- a/src/models/CycleExpireOptionModel.cs +++ b/src/models/CycleExpireOptionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CycleSafeEditRequestModel.cs b/src/models/CycleSafeEditRequestModel.cs index f485d7c..a2e78ba 100644 --- a/src/models/CycleSafeEditRequestModel.cs +++ b/src/models/CycleSafeEditRequestModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CycleSafeFilingCalendarEditModel.cs b/src/models/CycleSafeFilingCalendarEditModel.cs index 91bd856..f392a55 100644 --- a/src/models/CycleSafeFilingCalendarEditModel.cs +++ b/src/models/CycleSafeFilingCalendarEditModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/CycleSafeOptionResultModel.cs b/src/models/CycleSafeOptionResultModel.cs index 1fca081..6430297 100644 --- a/src/models/CycleSafeOptionResultModel.cs +++ b/src/models/CycleSafeOptionResultModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/DataSourceModel.cs b/src/models/DataSourceModel.cs index a784037..d68e79a 100644 --- a/src/models/DataSourceModel.cs +++ b/src/models/DataSourceModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/DeclareNexusByAddressModel.cs b/src/models/DeclareNexusByAddressModel.cs index bf35515..386d81f 100644 --- a/src/models/DeclareNexusByAddressModel.cs +++ b/src/models/DeclareNexusByAddressModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/DeleteErrorTransactionResponseModel.cs b/src/models/DeleteErrorTransactionResponseModel.cs index 5dc6331..20bc03e 100644 --- a/src/models/DeleteErrorTransactionResponseModel.cs +++ b/src/models/DeleteErrorTransactionResponseModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/DeleteErrorTransactionsRequestModel.cs b/src/models/DeleteErrorTransactionsRequestModel.cs index eb5eac8..a29ed75 100644 --- a/src/models/DeleteErrorTransactionsRequestModel.cs +++ b/src/models/DeleteErrorTransactionsRequestModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/DeleteErrorTransactionsResponseModel.cs b/src/models/DeleteErrorTransactionsResponseModel.cs index ea6be66..3e67d07 100644 --- a/src/models/DeleteErrorTransactionsResponseModel.cs +++ b/src/models/DeleteErrorTransactionsResponseModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/DenormalizedJurisModel.cs b/src/models/DenormalizedJurisModel.cs index 1b5c624..48c5c3b 100644 --- a/src/models/DenormalizedJurisModel.cs +++ b/src/models/DenormalizedJurisModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/DeterminationFactorModel.cs b/src/models/DeterminationFactorModel.cs index ae7329c..a991fd8 100644 --- a/src/models/DeterminationFactorModel.cs +++ b/src/models/DeterminationFactorModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ECommerceTokenOutputModel.cs b/src/models/ECommerceTokenOutputModel.cs index 210bbb6..6c1379b 100644 --- a/src/models/ECommerceTokenOutputModel.cs +++ b/src/models/ECommerceTokenOutputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/EcmsDetailModel.cs b/src/models/EcmsDetailModel.cs index def5225..fa3beb7 100644 --- a/src/models/EcmsDetailModel.cs +++ b/src/models/EcmsDetailModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/EcmsDetailTaxCodeModel.cs b/src/models/EcmsDetailTaxCodeModel.cs index 0153077..efa1876 100644 --- a/src/models/EcmsDetailTaxCodeModel.cs +++ b/src/models/EcmsDetailTaxCodeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/EcmsModel.cs b/src/models/EcmsModel.cs index a1579f7..6a97e74 100644 --- a/src/models/EcmsModel.cs +++ b/src/models/EcmsModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/EntityUseCodeModel.cs b/src/models/EntityUseCodeModel.cs index 5fdd9b5..eb075d5 100644 --- a/src/models/EntityUseCodeModel.cs +++ b/src/models/EntityUseCodeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ErrorCodeOutputModel.cs b/src/models/ErrorCodeOutputModel.cs index 20b7b83..f7e8762 100644 --- a/src/models/ErrorCodeOutputModel.cs +++ b/src/models/ErrorCodeOutputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ErrorDetail.cs b/src/models/ErrorDetail.cs index d74ae90..cb657df 100644 --- a/src/models/ErrorDetail.cs +++ b/src/models/ErrorDetail.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ErrorDetails.cs b/src/models/ErrorDetails.cs index 166660a..4f01774 100644 --- a/src/models/ErrorDetails.cs +++ b/src/models/ErrorDetails.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxBeverageClient */ diff --git a/src/models/ErrorTransactionModelBase.cs b/src/models/ErrorTransactionModelBase.cs index 215ee55..7dc493f 100644 --- a/src/models/ErrorTransactionModelBase.cs +++ b/src/models/ErrorTransactionModelBase.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ErrorTransactionOutputModel.cs b/src/models/ErrorTransactionOutputModel.cs index 6fb69bb..4d6e5f1 100644 --- a/src/models/ErrorTransactionOutputModel.cs +++ b/src/models/ErrorTransactionOutputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ExemptionReasonModel.cs b/src/models/ExemptionReasonModel.cs index dc822b2..b56ca35 100644 --- a/src/models/ExemptionReasonModel.cs +++ b/src/models/ExemptionReasonModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ExemptionStatusModel.cs b/src/models/ExemptionStatusModel.cs index 2bcc2ac..d0b3498 100644 --- a/src/models/ExemptionStatusModel.cs +++ b/src/models/ExemptionStatusModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ExportDocumentLineModel.cs b/src/models/ExportDocumentLineModel.cs index ac9733e..f4e86d9 100644 --- a/src/models/ExportDocumentLineModel.cs +++ b/src/models/ExportDocumentLineModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ExposureZoneModel.cs b/src/models/ExposureZoneModel.cs index 5629ea7..e9aafb9 100644 --- a/src/models/ExposureZoneModel.cs +++ b/src/models/ExposureZoneModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FiledReturnModel.cs b/src/models/FiledReturnModel.cs index c054f7c..babb6d9 100644 --- a/src/models/FiledReturnModel.cs +++ b/src/models/FiledReturnModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FilingAdjustmentModel.cs b/src/models/FilingAdjustmentModel.cs index 5ff36b8..94e1223 100644 --- a/src/models/FilingAdjustmentModel.cs +++ b/src/models/FilingAdjustmentModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FilingAnswerModel.cs b/src/models/FilingAnswerModel.cs index 5be3adb..2375daf 100644 --- a/src/models/FilingAnswerModel.cs +++ b/src/models/FilingAnswerModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FilingAttachmentModel.cs b/src/models/FilingAttachmentModel.cs index 3f28a9d..c8df49e 100644 --- a/src/models/FilingAttachmentModel.cs +++ b/src/models/FilingAttachmentModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FilingAugmentationModel.cs b/src/models/FilingAugmentationModel.cs index 33f8537..a856da0 100644 --- a/src/models/FilingAugmentationModel.cs +++ b/src/models/FilingAugmentationModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FilingCalendarEditModel.cs b/src/models/FilingCalendarEditModel.cs index 91c6102..2a5b552 100644 --- a/src/models/FilingCalendarEditModel.cs +++ b/src/models/FilingCalendarEditModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FilingCalendarModel.cs b/src/models/FilingCalendarModel.cs index 0d4a5aa..d19a8c2 100644 --- a/src/models/FilingCalendarModel.cs +++ b/src/models/FilingCalendarModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FilingFrequencyModel.cs b/src/models/FilingFrequencyModel.cs index 28b77e8..c94a089 100644 --- a/src/models/FilingFrequencyModel.cs +++ b/src/models/FilingFrequencyModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FilingModel.cs b/src/models/FilingModel.cs index d2150ae..737d51a 100644 --- a/src/models/FilingModel.cs +++ b/src/models/FilingModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FilingPaymentModel.cs b/src/models/FilingPaymentModel.cs index 2fa8319..b0177b5 100644 --- a/src/models/FilingPaymentModel.cs +++ b/src/models/FilingPaymentModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FilingRegionModel.cs b/src/models/FilingRegionModel.cs index 86a13e8..d321e48 100644 --- a/src/models/FilingRegionModel.cs +++ b/src/models/FilingRegionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FilingRequestDataModel.cs b/src/models/FilingRequestDataModel.cs index 93f63b7..cf72d81 100644 --- a/src/models/FilingRequestDataModel.cs +++ b/src/models/FilingRequestDataModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FilingRequestModel.cs b/src/models/FilingRequestModel.cs index 88863ba..585bac2 100644 --- a/src/models/FilingRequestModel.cs +++ b/src/models/FilingRequestModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FilingReturnCreditModel.cs b/src/models/FilingReturnCreditModel.cs index 3f571fb..b8a1665 100644 --- a/src/models/FilingReturnCreditModel.cs +++ b/src/models/FilingReturnCreditModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FilingReturnModel.cs b/src/models/FilingReturnModel.cs index 4e3cabc..0105d58 100644 --- a/src/models/FilingReturnModel.cs +++ b/src/models/FilingReturnModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FilingReturnModelBasic.cs b/src/models/FilingReturnModelBasic.cs index ca42719..cdce201 100644 --- a/src/models/FilingReturnModelBasic.cs +++ b/src/models/FilingReturnModelBasic.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FilingStatusChangeModel.cs b/src/models/FilingStatusChangeModel.cs index 29c2c71..d7c1b00 100644 --- a/src/models/FilingStatusChangeModel.cs +++ b/src/models/FilingStatusChangeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FilingsCheckupAuthorityModel.cs b/src/models/FilingsCheckupAuthorityModel.cs index 1dbb90f..306ff99 100644 --- a/src/models/FilingsCheckupAuthorityModel.cs +++ b/src/models/FilingsCheckupAuthorityModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FilingsCheckupModel.cs b/src/models/FilingsCheckupModel.cs index 15cf972..9fffddb 100644 --- a/src/models/FilingsCheckupModel.cs +++ b/src/models/FilingsCheckupModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FilingsCheckupSuggestedFormModel.cs b/src/models/FilingsCheckupSuggestedFormModel.cs index 2fe4346..0e0f327 100644 --- a/src/models/FilingsCheckupSuggestedFormModel.cs +++ b/src/models/FilingsCheckupSuggestedFormModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FilingsTaxDetailsModel.cs b/src/models/FilingsTaxDetailsModel.cs index d16b0fc..4715860 100644 --- a/src/models/FilingsTaxDetailsModel.cs +++ b/src/models/FilingsTaxDetailsModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FilingsTaxSummaryModel.cs b/src/models/FilingsTaxSummaryModel.cs index f9bbde2..45909d9 100644 --- a/src/models/FilingsTaxSummaryModel.cs +++ b/src/models/FilingsTaxSummaryModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FirmClientLinkageInputModel.cs b/src/models/FirmClientLinkageInputModel.cs index 83f5119..80e12f4 100644 --- a/src/models/FirmClientLinkageInputModel.cs +++ b/src/models/FirmClientLinkageInputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FirmClientLinkageOutputModel.cs b/src/models/FirmClientLinkageOutputModel.cs index 0cb34a4..84e29d5 100644 --- a/src/models/FirmClientLinkageOutputModel.cs +++ b/src/models/FirmClientLinkageOutputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FormMasterModel.cs b/src/models/FormMasterModel.cs index 7b79f4e..f38744a 100644 --- a/src/models/FormMasterModel.cs +++ b/src/models/FormMasterModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FreeTrialRequestModel.cs b/src/models/FreeTrialRequestModel.cs index f27eaaa..0417fce 100644 --- a/src/models/FreeTrialRequestModel.cs +++ b/src/models/FreeTrialRequestModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FrequencyAvailableModel.cs b/src/models/FrequencyAvailableModel.cs index 9926fb0..09fb828 100644 --- a/src/models/FrequencyAvailableModel.cs +++ b/src/models/FrequencyAvailableModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FundingConfigurationModel.cs b/src/models/FundingConfigurationModel.cs index 5f4d3a5..8c6e029 100644 --- a/src/models/FundingConfigurationModel.cs +++ b/src/models/FundingConfigurationModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FundingESignMethodReturn.cs b/src/models/FundingESignMethodReturn.cs index 18badda..292d9f6 100644 --- a/src/models/FundingESignMethodReturn.cs +++ b/src/models/FundingESignMethodReturn.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FundingInitiateModel.cs b/src/models/FundingInitiateModel.cs index 241371a..82cea08 100644 --- a/src/models/FundingInitiateModel.cs +++ b/src/models/FundingInitiateModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/FundingStatusModel.cs b/src/models/FundingStatusModel.cs index 5d88e26..b8e8eee 100644 --- a/src/models/FundingStatusModel.cs +++ b/src/models/FundingStatusModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/HsCode.cs b/src/models/HsCode.cs index b810bdc..4ba9338 100644 --- a/src/models/HsCode.cs +++ b/src/models/HsCode.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/HsCodeModel.cs b/src/models/HsCodeModel.cs index 9a05fa4..e6c74d3 100644 --- a/src/models/HsCodeModel.cs +++ b/src/models/HsCodeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/InspectResponseModel.cs b/src/models/InspectResponseModel.cs index 4a8201d..1269f3e 100644 --- a/src/models/InspectResponseModel.cs +++ b/src/models/InspectResponseModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/InvoiceMessageModel.cs b/src/models/InvoiceMessageModel.cs index 4a65c01..2791b98 100644 --- a/src/models/InvoiceMessageModel.cs +++ b/src/models/InvoiceMessageModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/IsoCountryModel.cs b/src/models/IsoCountryModel.cs index 33d2303..3b1bdd7 100644 --- a/src/models/IsoCountryModel.cs +++ b/src/models/IsoCountryModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/IsoLocalizedName.cs b/src/models/IsoLocalizedName.cs index d969c3d..2a1c52f 100644 --- a/src/models/IsoLocalizedName.cs +++ b/src/models/IsoLocalizedName.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/IsoRegionModel.cs b/src/models/IsoRegionModel.cs index 09042f2..b41f392 100644 --- a/src/models/IsoRegionModel.cs +++ b/src/models/IsoRegionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ItemBulkUploadInputModel.cs b/src/models/ItemBulkUploadInputModel.cs index d458374..4243335 100644 --- a/src/models/ItemBulkUploadInputModel.cs +++ b/src/models/ItemBulkUploadInputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ItemBulkUploadOutputModel.cs b/src/models/ItemBulkUploadOutputModel.cs index e722214..84e204b 100644 --- a/src/models/ItemBulkUploadOutputModel.cs +++ b/src/models/ItemBulkUploadOutputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ItemCatalogueInputModel.cs b/src/models/ItemCatalogueInputModel.cs index a144c85..33e7524 100644 --- a/src/models/ItemCatalogueInputModel.cs +++ b/src/models/ItemCatalogueInputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ItemCatalogueOutputModel.cs b/src/models/ItemCatalogueOutputModel.cs index 5c0394a..34fd574 100644 --- a/src/models/ItemCatalogueOutputModel.cs +++ b/src/models/ItemCatalogueOutputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ItemCatalogueResultModel.cs b/src/models/ItemCatalogueResultModel.cs index 8067a47..bc05b2b 100644 --- a/src/models/ItemCatalogueResultModel.cs +++ b/src/models/ItemCatalogueResultModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ItemClassificationInputModel.cs b/src/models/ItemClassificationInputModel.cs index ee93f64..a13b123 100644 --- a/src/models/ItemClassificationInputModel.cs +++ b/src/models/ItemClassificationInputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ItemClassificationOutputModel.cs b/src/models/ItemClassificationOutputModel.cs index 6eb3826..c74662b 100644 --- a/src/models/ItemClassificationOutputModel.cs +++ b/src/models/ItemClassificationOutputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ItemModel.cs b/src/models/ItemModel.cs index cd91b7d..cf1a3b6 100644 --- a/src/models/ItemModel.cs +++ b/src/models/ItemModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ItemParameterModel.cs b/src/models/ItemParameterModel.cs index 89bc13d..03b762e 100644 --- a/src/models/ItemParameterModel.cs +++ b/src/models/ItemParameterModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ItemPremiumClassificationInputModel.cs b/src/models/ItemPremiumClassificationInputModel.cs index 55065a6..751fbfd 100644 --- a/src/models/ItemPremiumClassificationInputModel.cs +++ b/src/models/ItemPremiumClassificationInputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ItemPremiumClassificationOutputModel.cs b/src/models/ItemPremiumClassificationOutputModel.cs index 5a4dd88..56b0d0a 100644 --- a/src/models/ItemPremiumClassificationOutputModel.cs +++ b/src/models/ItemPremiumClassificationOutputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ItemRestrictionInputModel.cs b/src/models/ItemRestrictionInputModel.cs index fd5c23a..7595b82 100644 --- a/src/models/ItemRestrictionInputModel.cs +++ b/src/models/ItemRestrictionInputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ItemRestrictionOutputModel.cs b/src/models/ItemRestrictionOutputModel.cs index 8350515..8b870ee 100644 --- a/src/models/ItemRestrictionOutputModel.cs +++ b/src/models/ItemRestrictionOutputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ItemSyncModel.cs b/src/models/ItemSyncModel.cs index 05f3293..5290824 100644 --- a/src/models/ItemSyncModel.cs +++ b/src/models/ItemSyncModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ItemTagDetailInputModel.cs b/src/models/ItemTagDetailInputModel.cs index 45f5232..6ebefc2 100644 --- a/src/models/ItemTagDetailInputModel.cs +++ b/src/models/ItemTagDetailInputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ItemTagDetailOutputModel.cs b/src/models/ItemTagDetailOutputModel.cs index b70e5d7..6c0b4ab 100644 --- a/src/models/ItemTagDetailOutputModel.cs +++ b/src/models/ItemTagDetailOutputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ItemTaxCodeClassificationRequestInputModel.cs b/src/models/ItemTaxCodeClassificationRequestInputModel.cs index cc71302..dda8ef6 100644 --- a/src/models/ItemTaxCodeClassificationRequestInputModel.cs +++ b/src/models/ItemTaxCodeClassificationRequestInputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ItemTaxCodeClassificationRequestOutputModel.cs b/src/models/ItemTaxCodeClassificationRequestOutputModel.cs index dc363e7..bb9ac42 100644 --- a/src/models/ItemTaxCodeClassificationRequestOutputModel.cs +++ b/src/models/ItemTaxCodeClassificationRequestOutputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ItemTaxCodeClassificationRequestStatusOutputModel.cs b/src/models/ItemTaxCodeClassificationRequestStatusOutputModel.cs index 70748e1..03cd597 100644 --- a/src/models/ItemTaxCodeClassificationRequestStatusOutputModel.cs +++ b/src/models/ItemTaxCodeClassificationRequestStatusOutputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ItemTaxCodeModel.cs b/src/models/ItemTaxCodeModel.cs index 9fe699c..9fc7795 100644 --- a/src/models/ItemTaxCodeModel.cs +++ b/src/models/ItemTaxCodeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ItemTaxCodeRecommendationsOutputModel.cs b/src/models/ItemTaxCodeRecommendationsOutputModel.cs index 2a59628..319ead4 100644 --- a/src/models/ItemTaxCodeRecommendationsOutputModel.cs +++ b/src/models/ItemTaxCodeRecommendationsOutputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ItemUploadErrorModel.cs b/src/models/ItemUploadErrorModel.cs index 7fa6acc..8b14eb6 100644 --- a/src/models/ItemUploadErrorModel.cs +++ b/src/models/ItemUploadErrorModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/JurisdictionModel.cs b/src/models/JurisdictionModel.cs index 2af0564..c578110 100644 --- a/src/models/JurisdictionModel.cs +++ b/src/models/JurisdictionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/JurisdictionOverrideModel.cs b/src/models/JurisdictionOverrideModel.cs index 5655346..b0b15cb 100644 --- a/src/models/JurisdictionOverrideModel.cs +++ b/src/models/JurisdictionOverrideModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/JurisdictionRateTypeTaxTypeMappingModel.cs b/src/models/JurisdictionRateTypeTaxTypeMappingModel.cs index 30e56ac..b327c59 100644 --- a/src/models/JurisdictionRateTypeTaxTypeMappingModel.cs +++ b/src/models/JurisdictionRateTypeTaxTypeMappingModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/LicenseKeyModel.cs b/src/models/LicenseKeyModel.cs index 58adb7d..938cf2f 100644 --- a/src/models/LicenseKeyModel.cs +++ b/src/models/LicenseKeyModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/LineItemModel.cs b/src/models/LineItemModel.cs index c276e4d..4a4ae3b 100644 --- a/src/models/LineItemModel.cs +++ b/src/models/LineItemModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/LinkCertificatesModel.cs b/src/models/LinkCertificatesModel.cs index cbe3504..e190602 100644 --- a/src/models/LinkCertificatesModel.cs +++ b/src/models/LinkCertificatesModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/LinkCustomersModel.cs b/src/models/LinkCustomersModel.cs index be3eb64..95f5784 100644 --- a/src/models/LinkCustomersModel.cs +++ b/src/models/LinkCustomersModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/LocationModel.cs b/src/models/LocationModel.cs index 5df2ec5..3012150 100644 --- a/src/models/LocationModel.cs +++ b/src/models/LocationModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/LocationParameterModel.cs b/src/models/LocationParameterModel.cs index 6a53cd6..5e1c00a 100644 --- a/src/models/LocationParameterModel.cs +++ b/src/models/LocationParameterModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/LocationQuestionModel.cs b/src/models/LocationQuestionModel.cs index 57bad4a..fa14a56 100644 --- a/src/models/LocationQuestionModel.cs +++ b/src/models/LocationQuestionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/LocationSettingModel.cs b/src/models/LocationSettingModel.cs index a3461f9..6c22c8a 100644 --- a/src/models/LocationSettingModel.cs +++ b/src/models/LocationSettingModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/LocationValidationModel.cs b/src/models/LocationValidationModel.cs index 3e55d1c..a2044db 100644 --- a/src/models/LocationValidationModel.cs +++ b/src/models/LocationValidationModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/LockTransactionModel.cs b/src/models/LockTransactionModel.cs index cbb5570..191a608 100644 --- a/src/models/LockTransactionModel.cs +++ b/src/models/LockTransactionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/LoginVerificationInputModel.cs b/src/models/LoginVerificationInputModel.cs index 628aa7c..67c5e94 100644 --- a/src/models/LoginVerificationInputModel.cs +++ b/src/models/LoginVerificationInputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/LoginVerificationOutputModel.cs b/src/models/LoginVerificationOutputModel.cs index b1bd3ea..527ffd0 100644 --- a/src/models/LoginVerificationOutputModel.cs +++ b/src/models/LoginVerificationOutputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/MarketplaceLocationModel.cs b/src/models/MarketplaceLocationModel.cs index 9d29661..6f9da5a 100644 --- a/src/models/MarketplaceLocationModel.cs +++ b/src/models/MarketplaceLocationModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/MarketplaceModel.cs b/src/models/MarketplaceModel.cs index 024d8fc..d2fcb6e 100644 --- a/src/models/MarketplaceModel.cs +++ b/src/models/MarketplaceModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/Message.cs b/src/models/Message.cs index ccd63a2..b06ebee 100644 --- a/src/models/Message.cs +++ b/src/models/Message.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/MrsCompanyModel.cs b/src/models/MrsCompanyModel.cs index dcb9a65..4ee0ae9 100644 --- a/src/models/MrsCompanyModel.cs +++ b/src/models/MrsCompanyModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/MultiDocumentLineItemModel.cs b/src/models/MultiDocumentLineItemModel.cs index c8aebb7..8c88558 100644 --- a/src/models/MultiDocumentLineItemModel.cs +++ b/src/models/MultiDocumentLineItemModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/MultiDocumentModel.cs b/src/models/MultiDocumentModel.cs index d35116e..482fd89 100644 --- a/src/models/MultiDocumentModel.cs +++ b/src/models/MultiDocumentModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/MultiTaxFilingModel.cs b/src/models/MultiTaxFilingModel.cs index 61945de..3bbcec3 100644 --- a/src/models/MultiTaxFilingModel.cs +++ b/src/models/MultiTaxFilingModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/MultiTaxFilingRegionModel.cs b/src/models/MultiTaxFilingRegionModel.cs index 9414181..1b5b58f 100644 --- a/src/models/MultiTaxFilingRegionModel.cs +++ b/src/models/MultiTaxFilingRegionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/MultiTaxFilingReturnModel.cs b/src/models/MultiTaxFilingReturnModel.cs index d3c7139..1090089 100644 --- a/src/models/MultiTaxFilingReturnModel.cs +++ b/src/models/MultiTaxFilingReturnModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NewAccountModel.cs b/src/models/NewAccountModel.cs index f0f26fc..1e79d07 100644 --- a/src/models/NewAccountModel.cs +++ b/src/models/NewAccountModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NewAccountRequestModel.cs b/src/models/NewAccountRequestModel.cs index 76bdacb..78f2d2f 100644 --- a/src/models/NewAccountRequestModel.cs +++ b/src/models/NewAccountRequestModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NewFirmClientAccountRequestModel.cs b/src/models/NewFirmClientAccountRequestModel.cs index 7960bfa..dd449f7 100644 --- a/src/models/NewFirmClientAccountRequestModel.cs +++ b/src/models/NewFirmClientAccountRequestModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NexusByAddressModel.cs b/src/models/NexusByAddressModel.cs index 19fa615..d3a7b49 100644 --- a/src/models/NexusByAddressModel.cs +++ b/src/models/NexusByAddressModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NexusByTaxFormModel.cs b/src/models/NexusByTaxFormModel.cs index f1a9d94..3222743 100644 --- a/src/models/NexusByTaxFormModel.cs +++ b/src/models/NexusByTaxFormModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NexusModel.cs b/src/models/NexusModel.cs index 16e3f78..6788b04 100644 --- a/src/models/NexusModel.cs +++ b/src/models/NexusModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NexusParameterDetailModel.cs b/src/models/NexusParameterDetailModel.cs index 620695e..272daa0 100644 --- a/src/models/NexusParameterDetailModel.cs +++ b/src/models/NexusParameterDetailModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NexusSummaryModel.cs b/src/models/NexusSummaryModel.cs index 56467de..cdeee90 100644 --- a/src/models/NexusSummaryModel.cs +++ b/src/models/NexusSummaryModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NexusTaxTypeGroupCountModel.cs b/src/models/NexusTaxTypeGroupCountModel.cs index 921ffef..ea709db 100644 --- a/src/models/NexusTaxTypeGroupCountModel.cs +++ b/src/models/NexusTaxTypeGroupCountModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NexusTaxTypeGroupModel.cs b/src/models/NexusTaxTypeGroupModel.cs index 01eb8d0..d151263 100644 --- a/src/models/NexusTaxTypeGroupModel.cs +++ b/src/models/NexusTaxTypeGroupModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NoticeCommentModel.cs b/src/models/NoticeCommentModel.cs index a79a605..0bdbe0e 100644 --- a/src/models/NoticeCommentModel.cs +++ b/src/models/NoticeCommentModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NoticeCustomerFundingOptionModel.cs b/src/models/NoticeCustomerFundingOptionModel.cs index 727d359..3b5fe62 100644 --- a/src/models/NoticeCustomerFundingOptionModel.cs +++ b/src/models/NoticeCustomerFundingOptionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NoticeCustomerTypeModel.cs b/src/models/NoticeCustomerTypeModel.cs index 72ff732..fffa0ac 100644 --- a/src/models/NoticeCustomerTypeModel.cs +++ b/src/models/NoticeCustomerTypeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NoticeFilingTypeModel.cs b/src/models/NoticeFilingTypeModel.cs index 210a227..ba3addf 100644 --- a/src/models/NoticeFilingTypeModel.cs +++ b/src/models/NoticeFilingTypeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NoticeFinanceModel.cs b/src/models/NoticeFinanceModel.cs index 9f0461b..6ea64da 100644 --- a/src/models/NoticeFinanceModel.cs +++ b/src/models/NoticeFinanceModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NoticeModel.cs b/src/models/NoticeModel.cs index 8e7809e..ae74851 100644 --- a/src/models/NoticeModel.cs +++ b/src/models/NoticeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NoticePriorityModel.cs b/src/models/NoticePriorityModel.cs index 9f09bea..7b6a05b 100644 --- a/src/models/NoticePriorityModel.cs +++ b/src/models/NoticePriorityModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NoticeReasonModel.cs b/src/models/NoticeReasonModel.cs index 424888e..9cc2e04 100644 --- a/src/models/NoticeReasonModel.cs +++ b/src/models/NoticeReasonModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NoticeResponsibilityDetailModel.cs b/src/models/NoticeResponsibilityDetailModel.cs index ed9e8ad..a57e477 100644 --- a/src/models/NoticeResponsibilityDetailModel.cs +++ b/src/models/NoticeResponsibilityDetailModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NoticeResponsibilityModel.cs b/src/models/NoticeResponsibilityModel.cs index ce9a9a7..ba492e5 100644 --- a/src/models/NoticeResponsibilityModel.cs +++ b/src/models/NoticeResponsibilityModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NoticeRootCauseDetailModel.cs b/src/models/NoticeRootCauseDetailModel.cs index 3d83785..f305150 100644 --- a/src/models/NoticeRootCauseDetailModel.cs +++ b/src/models/NoticeRootCauseDetailModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NoticeRootCauseModel.cs b/src/models/NoticeRootCauseModel.cs index 2d41eb7..56c0bd1 100644 --- a/src/models/NoticeRootCauseModel.cs +++ b/src/models/NoticeRootCauseModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NoticeStatusModel.cs b/src/models/NoticeStatusModel.cs index c746ce3..d8e71a9 100644 --- a/src/models/NoticeStatusModel.cs +++ b/src/models/NoticeStatusModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NoticeTypeModel.cs b/src/models/NoticeTypeModel.cs index 753d681..f570fc2 100644 --- a/src/models/NoticeTypeModel.cs +++ b/src/models/NoticeTypeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/NotificationModel.cs b/src/models/NotificationModel.cs index 8d50eed..8a51dce 100644 --- a/src/models/NotificationModel.cs +++ b/src/models/NotificationModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/OfferModel.cs b/src/models/OfferModel.cs index cbeb585..8360129 100644 --- a/src/models/OfferModel.cs +++ b/src/models/OfferModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/OriginalApiRequestResponseModel.cs b/src/models/OriginalApiRequestResponseModel.cs index b170023..9c5b87a 100644 --- a/src/models/OriginalApiRequestResponseModel.cs +++ b/src/models/OriginalApiRequestResponseModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ParameterModel.cs b/src/models/ParameterModel.cs index d59bb3b..47bfe29 100644 --- a/src/models/ParameterModel.cs +++ b/src/models/ParameterModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ParameterUsageModel.cs b/src/models/ParameterUsageModel.cs index aeed0d0..77709cf 100644 --- a/src/models/ParameterUsageModel.cs +++ b/src/models/ParameterUsageModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/PasswordChangeModel.cs b/src/models/PasswordChangeModel.cs index fc4c25c..2cd36de 100644 --- a/src/models/PasswordChangeModel.cs +++ b/src/models/PasswordChangeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/PingResultModel.cs b/src/models/PingResultModel.cs index 076ca36..79f66ee 100644 --- a/src/models/PingResultModel.cs +++ b/src/models/PingResultModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/PoNumberModel.cs b/src/models/PoNumberModel.cs index ec783eb..f6702cf 100644 --- a/src/models/PoNumberModel.cs +++ b/src/models/PoNumberModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/PointOfSaleDataRequestModel.cs b/src/models/PointOfSaleDataRequestModel.cs index 202bbc6..7870a5b 100644 --- a/src/models/PointOfSaleDataRequestModel.cs +++ b/src/models/PointOfSaleDataRequestModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/PostalCodeModel.cs b/src/models/PostalCodeModel.cs index d7cc082..1bd7312 100644 --- a/src/models/PostalCodeModel.cs +++ b/src/models/PostalCodeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/PowerOfAttorneyCheckModel.cs b/src/models/PowerOfAttorneyCheckModel.cs index 4140199..a4e76a5 100644 --- a/src/models/PowerOfAttorneyCheckModel.cs +++ b/src/models/PowerOfAttorneyCheckModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/PreferredProgramModel.cs b/src/models/PreferredProgramModel.cs index 32ac627..5455abd 100644 --- a/src/models/PreferredProgramModel.cs +++ b/src/models/PreferredProgramModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ProblemDetails.cs b/src/models/ProblemDetails.cs index 137fb50..945bd4b 100644 --- a/src/models/ProblemDetails.cs +++ b/src/models/ProblemDetails.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ProductClassificationSystemModel.cs b/src/models/ProductClassificationSystemModel.cs index 9df3e4f..aea25c0 100644 --- a/src/models/ProductClassificationSystemModel.cs +++ b/src/models/ProductClassificationSystemModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ProductSystemCountryModel.cs b/src/models/ProductSystemCountryModel.cs index 4215da0..bac1de3 100644 --- a/src/models/ProductSystemCountryModel.cs +++ b/src/models/ProductSystemCountryModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ProvisionStatusModel.cs b/src/models/ProvisionStatusModel.cs index bf3d91f..523d670 100644 --- a/src/models/ProvisionStatusModel.cs +++ b/src/models/ProvisionStatusModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/QueryRequestModel.cs b/src/models/QueryRequestModel.cs index d794cb9..c15998a 100644 --- a/src/models/QueryRequestModel.cs +++ b/src/models/QueryRequestModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/RateModel.cs b/src/models/RateModel.cs index fc5ed1d..46e7a33 100644 --- a/src/models/RateModel.cs +++ b/src/models/RateModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/RateTypeModel.cs b/src/models/RateTypeModel.cs index 4d8e103..398d2ea 100644 --- a/src/models/RateTypeModel.cs +++ b/src/models/RateTypeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/RateTypesModel.cs b/src/models/RateTypesModel.cs index fd7e560..4716f48 100644 --- a/src/models/RateTypesModel.cs +++ b/src/models/RateTypesModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/RebuildFilingsModel.cs b/src/models/RebuildFilingsModel.cs index a870add..6520b99 100644 --- a/src/models/RebuildFilingsModel.cs +++ b/src/models/RebuildFilingsModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ReconstructedApiRequestResponseModel.cs b/src/models/ReconstructedApiRequestResponseModel.cs index 9231040..e5cee2d 100644 --- a/src/models/ReconstructedApiRequestResponseModel.cs +++ b/src/models/ReconstructedApiRequestResponseModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ReconstructedMultiDocumentModel.cs b/src/models/ReconstructedMultiDocumentModel.cs index 9a13427..60c1dca 100644 --- a/src/models/ReconstructedMultiDocumentModel.cs +++ b/src/models/ReconstructedMultiDocumentModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/RefreshECommerceTokenInputModel.cs b/src/models/RefreshECommerceTokenInputModel.cs index 2670947..4753a79 100644 --- a/src/models/RefreshECommerceTokenInputModel.cs +++ b/src/models/RefreshECommerceTokenInputModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/RefundTransactionModel.cs b/src/models/RefundTransactionModel.cs index 0b25da3..9bccd27 100644 --- a/src/models/RefundTransactionModel.cs +++ b/src/models/RefundTransactionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/RemoveTransactionLineModel.cs b/src/models/RemoveTransactionLineModel.cs index d0aff11..ddce993 100644 --- a/src/models/RemoveTransactionLineModel.cs +++ b/src/models/RemoveTransactionLineModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ReportModel.cs b/src/models/ReportModel.cs index 2ad4a48..494124b 100644 --- a/src/models/ReportModel.cs +++ b/src/models/ReportModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ReportParametersModel.cs b/src/models/ReportParametersModel.cs index ca05bd9..c932cc7 100644 --- a/src/models/ReportParametersModel.cs +++ b/src/models/ReportParametersModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ResetLicenseKeyModel.cs b/src/models/ResetLicenseKeyModel.cs index 35922bd..364d3ee 100644 --- a/src/models/ResetLicenseKeyModel.cs +++ b/src/models/ResetLicenseKeyModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ResourceFileDownloadResult.cs b/src/models/ResourceFileDownloadResult.cs index 7a03eb5..f03c8b8 100644 --- a/src/models/ResourceFileDownloadResult.cs +++ b/src/models/ResourceFileDownloadResult.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ResourceFileTypeModel.cs b/src/models/ResourceFileTypeModel.cs index 807a2d2..7c24115 100644 --- a/src/models/ResourceFileTypeModel.cs +++ b/src/models/ResourceFileTypeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ResourceFileUploadRequestModel.cs b/src/models/ResourceFileUploadRequestModel.cs index bcd1b2a..ac4bda0 100644 --- a/src/models/ResourceFileUploadRequestModel.cs +++ b/src/models/ResourceFileUploadRequestModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ResourceFileUploadResultModel.cs b/src/models/ResourceFileUploadResultModel.cs index 814e294..def5db7 100644 --- a/src/models/ResourceFileUploadResultModel.cs +++ b/src/models/ResourceFileUploadResultModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ReturnsParameterUsageModel.cs b/src/models/ReturnsParameterUsageModel.cs index 44c8c17..7fd6a79 100644 --- a/src/models/ReturnsParameterUsageModel.cs +++ b/src/models/ReturnsParameterUsageModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/SecurityRoleModel.cs b/src/models/SecurityRoleModel.cs index 8b255a8..efa60de 100644 --- a/src/models/SecurityRoleModel.cs +++ b/src/models/SecurityRoleModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/SendSalesRequestModel.cs b/src/models/SendSalesRequestModel.cs index 96382ff..eb63760 100644 --- a/src/models/SendSalesRequestModel.cs +++ b/src/models/SendSalesRequestModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/SetPasswordModel.cs b/src/models/SetPasswordModel.cs index bf1ba37..39933db 100644 --- a/src/models/SetPasswordModel.cs +++ b/src/models/SetPasswordModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/SettingModel.cs b/src/models/SettingModel.cs index f12370f..679dcdd 100644 --- a/src/models/SettingModel.cs +++ b/src/models/SettingModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/SettleTransactionModel.cs b/src/models/SettleTransactionModel.cs index a2a245f..317c4c5 100644 --- a/src/models/SettleTransactionModel.cs +++ b/src/models/SettleTransactionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ShippingVerifyResult.cs b/src/models/ShippingVerifyResult.cs index 5ba9e69..1e87328 100644 --- a/src/models/ShippingVerifyResult.cs +++ b/src/models/ShippingVerifyResult.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxBeverageClient */ diff --git a/src/models/SkyscraperStatusModel.cs b/src/models/SkyscraperStatusModel.cs index b1e2950..12077eb 100644 --- a/src/models/SkyscraperStatusModel.cs +++ b/src/models/SkyscraperStatusModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/StoreAgeVerifyRequest.cs b/src/models/StoreAgeVerifyRequest.cs index 964c7f8..9cb11ce 100644 --- a/src/models/StoreAgeVerifyRequest.cs +++ b/src/models/StoreAgeVerifyRequest.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxBeverageClient */ diff --git a/src/models/StoreIfVerifiedResult.cs b/src/models/StoreIfVerifiedResult.cs index eb483f9..4459b8c 100644 --- a/src/models/StoreIfVerifiedResult.cs +++ b/src/models/StoreIfVerifiedResult.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxBeverageClient */ diff --git a/src/models/SubscriptionModel.cs b/src/models/SubscriptionModel.cs index 6de86b8..e42f907 100644 --- a/src/models/SubscriptionModel.cs +++ b/src/models/SubscriptionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/SubscriptionTypeModel.cs b/src/models/SubscriptionTypeModel.cs index 04bc301..1dac9ea 100644 --- a/src/models/SubscriptionTypeModel.cs +++ b/src/models/SubscriptionTypeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/SyncItemsRequestModel.cs b/src/models/SyncItemsRequestModel.cs index f7585e5..30dbae8 100644 --- a/src/models/SyncItemsRequestModel.cs +++ b/src/models/SyncItemsRequestModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/SyncItemsResponseModel.cs b/src/models/SyncItemsResponseModel.cs index b0b1d40..cd81226 100644 --- a/src/models/SyncItemsResponseModel.cs +++ b/src/models/SyncItemsResponseModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TagsModel.cs b/src/models/TagsModel.cs index 74fbe51..173d093 100644 --- a/src/models/TagsModel.cs +++ b/src/models/TagsModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TaxAuthorityFormModel.cs b/src/models/TaxAuthorityFormModel.cs index 540e90e..1108605 100644 --- a/src/models/TaxAuthorityFormModel.cs +++ b/src/models/TaxAuthorityFormModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TaxAuthorityInfo.cs b/src/models/TaxAuthorityInfo.cs index a17d05c..61ec501 100644 --- a/src/models/TaxAuthorityInfo.cs +++ b/src/models/TaxAuthorityInfo.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TaxAuthorityModel.cs b/src/models/TaxAuthorityModel.cs index f8a5e41..3389019 100644 --- a/src/models/TaxAuthorityModel.cs +++ b/src/models/TaxAuthorityModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TaxAuthorityTypeModel.cs b/src/models/TaxAuthorityTypeModel.cs index 6c061d0..3c46d8a 100644 --- a/src/models/TaxAuthorityTypeModel.cs +++ b/src/models/TaxAuthorityTypeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TaxCodeModel.cs b/src/models/TaxCodeModel.cs index 13bcb67..01bcd3c 100644 --- a/src/models/TaxCodeModel.cs +++ b/src/models/TaxCodeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TaxCodeTypesModel.cs b/src/models/TaxCodeTypesModel.cs index ac259fc..31d0a6d 100644 --- a/src/models/TaxCodeTypesModel.cs +++ b/src/models/TaxCodeTypesModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TaxDetailsByTaxSubType.cs b/src/models/TaxDetailsByTaxSubType.cs index 35eaad3..3d1c3bb 100644 --- a/src/models/TaxDetailsByTaxSubType.cs +++ b/src/models/TaxDetailsByTaxSubType.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TaxDetailsByTaxType.cs b/src/models/TaxDetailsByTaxType.cs index ad8c470..c398e07 100644 --- a/src/models/TaxDetailsByTaxType.cs +++ b/src/models/TaxDetailsByTaxType.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TaxOverrideModel.cs b/src/models/TaxOverrideModel.cs index b9f5b61..eeef985 100644 --- a/src/models/TaxOverrideModel.cs +++ b/src/models/TaxOverrideModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TaxRateModel.cs b/src/models/TaxRateModel.cs index 638533c..d536a6b 100644 --- a/src/models/TaxRateModel.cs +++ b/src/models/TaxRateModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TaxRegionJurisdictionModel.cs b/src/models/TaxRegionJurisdictionModel.cs index 257363b..cd2b787 100644 --- a/src/models/TaxRegionJurisdictionModel.cs +++ b/src/models/TaxRegionJurisdictionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TaxRegionModel.cs b/src/models/TaxRegionModel.cs index a3a12e3..5f571a1 100644 --- a/src/models/TaxRegionModel.cs +++ b/src/models/TaxRegionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TaxRuleModel.cs b/src/models/TaxRuleModel.cs index e3b31cc..a66489c 100644 --- a/src/models/TaxRuleModel.cs +++ b/src/models/TaxRuleModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TaxRuleProductDetailModel.cs b/src/models/TaxRuleProductDetailModel.cs index 0002a72..0db1cb4 100644 --- a/src/models/TaxRuleProductDetailModel.cs +++ b/src/models/TaxRuleProductDetailModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TaxSubTypeModel.cs b/src/models/TaxSubTypeModel.cs index 25f710b..3fe743a 100644 --- a/src/models/TaxSubTypeModel.cs +++ b/src/models/TaxSubTypeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TaxTypeGroupModel.cs b/src/models/TaxTypeGroupModel.cs index 0abddf2..3e1eaf3 100644 --- a/src/models/TaxTypeGroupModel.cs +++ b/src/models/TaxTypeGroupModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TaxTypeModel.cs b/src/models/TaxTypeModel.cs index a62ea17..743d3ea 100644 --- a/src/models/TaxTypeModel.cs +++ b/src/models/TaxTypeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TransactionAddressModel.cs b/src/models/TransactionAddressModel.cs index 42d95c3..30af4a4 100644 --- a/src/models/TransactionAddressModel.cs +++ b/src/models/TransactionAddressModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TransactionBatchItemModel.cs b/src/models/TransactionBatchItemModel.cs index 19fc78d..2016e6d 100644 --- a/src/models/TransactionBatchItemModel.cs +++ b/src/models/TransactionBatchItemModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TransactionLineDetailModel.cs b/src/models/TransactionLineDetailModel.cs index 2805692..d5959ee 100644 --- a/src/models/TransactionLineDetailModel.cs +++ b/src/models/TransactionLineDetailModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TransactionLineLocationTypeModel.cs b/src/models/TransactionLineLocationTypeModel.cs index 7e392b1..a61080c 100644 --- a/src/models/TransactionLineLocationTypeModel.cs +++ b/src/models/TransactionLineLocationTypeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TransactionLineModel.cs b/src/models/TransactionLineModel.cs index dbfdaa1..59b067c 100644 --- a/src/models/TransactionLineModel.cs +++ b/src/models/TransactionLineModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TransactionLineParameterModel.cs b/src/models/TransactionLineParameterModel.cs index 826d8b8..260bf12 100644 --- a/src/models/TransactionLineParameterModel.cs +++ b/src/models/TransactionLineParameterModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TransactionLineTaxAmountByTaxTypeModel.cs b/src/models/TransactionLineTaxAmountByTaxTypeModel.cs index d163f90..6356d63 100644 --- a/src/models/TransactionLineTaxAmountByTaxTypeModel.cs +++ b/src/models/TransactionLineTaxAmountByTaxTypeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TransactionLineUserDefinedFieldModel.cs b/src/models/TransactionLineUserDefinedFieldModel.cs index ea77ab7..a51db35 100644 --- a/src/models/TransactionLineUserDefinedFieldModel.cs +++ b/src/models/TransactionLineUserDefinedFieldModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TransactionLocationTypeModel.cs b/src/models/TransactionLocationTypeModel.cs index e29a7b8..95e1643 100644 --- a/src/models/TransactionLocationTypeModel.cs +++ b/src/models/TransactionLocationTypeModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TransactionModel.cs b/src/models/TransactionModel.cs index f7b85c6..408aa6f 100644 --- a/src/models/TransactionModel.cs +++ b/src/models/TransactionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TransactionParameterModel.cs b/src/models/TransactionParameterModel.cs index 1c9ef19..0f72c90 100644 --- a/src/models/TransactionParameterModel.cs +++ b/src/models/TransactionParameterModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TransactionSummary.cs b/src/models/TransactionSummary.cs index 2d7b321..76bb778 100644 --- a/src/models/TransactionSummary.cs +++ b/src/models/TransactionSummary.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/TransactionUserDefinedFieldModel.cs b/src/models/TransactionUserDefinedFieldModel.cs index bd984b4..468905a 100644 --- a/src/models/TransactionUserDefinedFieldModel.cs +++ b/src/models/TransactionUserDefinedFieldModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/UPCModel.cs b/src/models/UPCModel.cs index b7acd37..c342952 100644 --- a/src/models/UPCModel.cs +++ b/src/models/UPCModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/UnitOfBasisModel.cs b/src/models/UnitOfBasisModel.cs index ec7f58e..58e05c7 100644 --- a/src/models/UnitOfBasisModel.cs +++ b/src/models/UnitOfBasisModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/UomModel.cs b/src/models/UomModel.cs index 90a5554..cb4890e 100644 --- a/src/models/UomModel.cs +++ b/src/models/UomModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/UpdateCompanyLocationRemittanceModel.cs b/src/models/UpdateCompanyLocationRemittanceModel.cs index 8ea1c83..207de59 100644 --- a/src/models/UpdateCompanyLocationRemittanceModel.cs +++ b/src/models/UpdateCompanyLocationRemittanceModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/UserEntitlementModel.cs b/src/models/UserEntitlementModel.cs index 998c264..c03b703 100644 --- a/src/models/UserEntitlementModel.cs +++ b/src/models/UserEntitlementModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/UserModel.cs b/src/models/UserModel.cs index d2caeb0..5fab7e6 100644 --- a/src/models/UserModel.cs +++ b/src/models/UserModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/ValidatedAddressInfo.cs b/src/models/ValidatedAddressInfo.cs index 3855fe8..2d82598 100644 --- a/src/models/ValidatedAddressInfo.cs +++ b/src/models/ValidatedAddressInfo.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/VarianceDetail.cs b/src/models/VarianceDetail.cs index 1576664..85e0ad6 100644 --- a/src/models/VarianceDetail.cs +++ b/src/models/VarianceDetail.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/VarianceLine.cs b/src/models/VarianceLine.cs index ef601bd..a72b6cb 100644 --- a/src/models/VarianceLine.cs +++ b/src/models/VarianceLine.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/VarianceRequestModel.cs b/src/models/VarianceRequestModel.cs index 3e5cadc..8bc5fb6 100644 --- a/src/models/VarianceRequestModel.cs +++ b/src/models/VarianceRequestModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/VarianceResponseEntity.cs b/src/models/VarianceResponseEntity.cs index c639b6d..8380401 100644 --- a/src/models/VarianceResponseEntity.cs +++ b/src/models/VarianceResponseEntity.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/VarianceResponseLine.cs b/src/models/VarianceResponseLine.cs index 851f8d4..cd28819 100644 --- a/src/models/VarianceResponseLine.cs +++ b/src/models/VarianceResponseLine.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/VarianceResponseModel.cs b/src/models/VarianceResponseModel.cs index eee9349..2213938 100644 --- a/src/models/VarianceResponseModel.cs +++ b/src/models/VarianceResponseModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/VarianceUnit.cs b/src/models/VarianceUnit.cs index 2d68c29..ef0ef66 100644 --- a/src/models/VarianceUnit.cs +++ b/src/models/VarianceUnit.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/VerifyMultiDocumentModel.cs b/src/models/VerifyMultiDocumentModel.cs index 1488724..4aca552 100644 --- a/src/models/VerifyMultiDocumentModel.cs +++ b/src/models/VerifyMultiDocumentModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/VerifyTransactionModel.cs b/src/models/VerifyTransactionModel.cs index a2f7770..b9fc2e9 100644 --- a/src/models/VerifyTransactionModel.cs +++ b/src/models/VerifyTransactionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/VoidTransactionModel.cs b/src/models/VoidTransactionModel.cs index 0534b28..dcdf411 100644 --- a/src/models/VoidTransactionModel.cs +++ b/src/models/VoidTransactionModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/WorksheetDocument.cs b/src/models/WorksheetDocument.cs index 0251b21..459ebb0 100644 --- a/src/models/WorksheetDocument.cs +++ b/src/models/WorksheetDocument.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/WorksheetDocumentLine.cs b/src/models/WorksheetDocumentLine.cs index e2bc371..20f4490 100644 --- a/src/models/WorksheetDocumentLine.cs +++ b/src/models/WorksheetDocumentLine.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */ diff --git a/src/models/requiredFilingCalendarDataFieldModel.cs b/src/models/requiredFilingCalendarDataFieldModel.cs index 9be7d20..30b3b45 100644 --- a/src/models/requiredFilingCalendarDataFieldModel.cs +++ b/src/models/requiredFilingCalendarDataFieldModel.cs @@ -5,13 +5,13 @@ /* * AvaTax API Client Library * - * (c) 2004-2019 Avalara, Inc. + * (c) 2004-2023 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @author Genevieve Conty - * @author Greg Hester + * @author Jonathan Wenger + * @author Sachin Baijal * Swagger name: AvaTaxClient */