Skip to content

25.9.0

Latest
Compare
Choose a tag to compare
@svc-developer svc-developer released this 19 Sep 18:02
7e5125f

A1099

Changed

  • PUT /avalara1099/w9/forms/{id}:
    • Handles TIN match for W9s as POST /avalara1099/w9/forms do.
    • Re-sends form request e-mail when e-mail address is updated (only for forms in 'requested/bounced' status).
  • BREAKING CHANGE:
    • PUT /avalara1099/w9/forms/{id}: request and response models changed to match same models used on POST endpoint.

Fixed

  • Fix invalid updates on PUT /avalara1099/w9/forms/{id}:
    • It was allowed sending "id" parameter and "type" body attribute related to different form types.
    • New behaviour: returns 400 Bad Request if both information are not related to the same form type (e.g., "W9").
  • Fix missing "type" attribute for W9s response bodies (POST /w9/forms, GET /w9/forms/{id}).