Releases: avadev/AvaTax-REST-V2-DotNet-SDK
23.2.0
AvaTax API enhancements:
- Added AutoLockOverrideDay parameter to Returns FilingRequest and FilingCalendar APIs
- Updated Swagger models and description for Item APIs
- Fixed issues with Colorado nexus names and descriptions
23.1.0
AvaTax API enhancements:
- Fixed various bugs with MultiTax APIs.
- Updated CertExpressInvite API documentation.
- Updated description of the LockTransaction API.
- Fixed bug in ListTaxSubTypesByCountryAndTaxType API.
22.11.0
AvaTax API enhancements:
- Enhancements to the Create CertExpressInvites API
- Fixed issue with Top and Skip for the ListNexusByTaxTypeGroup API
- Fixed bug with Customer APIs when special characters are in the customerCode
- Added include credit transaction details option to the GetTaxFilings API
SDK Enhancements
- Added additional metadata to logging output
22.10.0
AvaTax API enhancements:
- Renamed ECM Enterprise Service Type to ECM Premium
- Added new Service Types: DigitalArchive and DAVO
- Added new field 'AVTUserBIN' at the DocumentLineDetail level
22.9.0
AvaTax API enhancements:
• Added new Service Types: DigitalSignature, VEMPro and VEMEnt
• Added new Notice Type: License Renewals
• Added country and region verification for Customer creation when creating a certificate
• Updated nexus to not check child nexus for SST Nexus update
• FirmAdmin users can now query/update users in their account
Returns API enhancements:
• Added fix for jurisdictions based on tax authorities.
22.8.0
Fixes and improvements
SDK Enhancements/Bugfixes
- Restructured code / dlls to conform to .NET standards to address issue: #133
AvaTax API enhancements:
• Added new ServiceType: MLT
• Added new field 'AVTUserBIN' at the Docu APImentLineDetail level
• Fix for filtering in the NexusByTaxType API
Returns API enhancements:
• Added new Power of Attorney Subscription types
22.7.0
AvaTax API enhancements:
• Added fix for CO RDF tax rate issue.
• Added new address types for VesselRegNumber and AviationRegNumber.
• Updated ListParameterUsage API.
• Updated CreateCertificate API to return region and country from Customer.
Returns API enhancements:
• Updated POA APIs to pass through business unit and subscription type if provided.
22.6.1
AvaTax API enhancements:
• Added fix for filtering in the ListNexus API.
Returns API enhancements:
• Fixed bug with “Test Your Login” function.
• Added new location for Texas Permit Number.
• Updates to POA service for MRA customers.
22.5.1
Avalara DotNet SDK Release Notes For 22.5.1
- Added support for TaxAmountByTaxType tax override to the TransactionBuilder.cs
- Method signature:
public TransactionBuilder WithLineTaxOverride(TaxOverrideType type, string reason, decimal taxAmount = 0, DateTime? taxDate = null, List<TransactionLineTaxAmountByTaxTypeModel> taxAmountByTaxTypeList = null)
22.5.0
Avalara DotNet SDK Release Notes For 22.5.0
- Added performance enhancement for HttpClient