SOAP TO RESTV2 REFACTOR GUIDE
Error messages and response codes
SOAP to RESTv2 mapping
Refactoring
- Refactoring your integration using AvaTax SDKs
- ping refactor to Ping
- isAuthorized refactor to GetAccount
- validateAddress refactor to ResolveAddress
- getTax refactor to CreateTransaction
- postTax refactor to SettleTransaction
- commitTax refactor to CommitTransaction
- adjustTax refactor to AdjustTransaction
- cancelTax refactor to VoidTransaction
- reconcileTaxHistory refactor to ListTransactionsByCompany
- getTaxHistory refactor to GetTransactionByCode
Refactor examples