Skip to content

25.10.0

Latest
Compare
Choose a tag to compare
@svc-developer svc-developer released this 30 Sep 12:59
146c679

Changed

  • BREAKING CHANGE:
    • Consolidated error response models - ErrorResponse and ErrorResponseItem - 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."
              }
          ]
      }
      

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.