Changed
- BREAKING CHANGE:
- Consolidated error response models -
ErrorResponse
andErrorResponseItem
- for all API endpoints and all types of errors.
Example:{ "title": "One or more validation errors occurred.", "errors": [ { "type": "referenceId", "detail": "'Reference Id' must not be empty." } ] }
- Consolidated error response models -
Fixed
POST/PUT /avalara1099/w9/forms
: fix 500 (Internal Server Error) for W9 form type when trying to check if TIN match is allowed with user account on trial period.