Skip to content

Releases: avadev/AvaTax-REST-V2-DotNet-SDK

23.2.0

03 Feb 16:52
b15532c
Compare
Choose a tag to compare

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

16 Jan 17:58
c3d7b8f
Compare
Choose a tag to compare

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

03 Nov 22:08
16e13b8
Compare
Choose a tag to compare

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

06 Oct 18:58
58258ff
Compare
Choose a tag to compare

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

15 Sep 20:43
32f1637
Compare
Choose a tag to compare

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

30 Aug 22:41
4e07bd9
Compare
Choose a tag to compare

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

30 Aug 18:04
5f1ee32
Compare
Choose a tag to compare

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

28 Jul 18:16
85851f7
Compare
Choose a tag to compare

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

02 Jun 16:38
f8f89aa
Compare
Choose a tag to compare

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

28 May 02:54
335b4c6
Compare
Choose a tag to compare

Avalara DotNet SDK Release Notes For 22.5.0

  • Added performance enhancement for HttpClient