Avionté bug fixes: Week of March 2, 2026
March 11th, 2026
This update addresses issues affecting the Add a Department endpoint. Check the rest of the article for more details.
-
Add a Department Response Did Not Return weekEndDay and Incorrectly Stored stateProvince
Resolved issues where the Add a Department endpoint did not return the
weekEndDayvalue in the response whenweekEndDatewas provided in the request, and where thestateProvincevalue was not stored in the correct database column.With this fix, the
weekEndDayfield in the response now reflects theweekEndDatevalue submitted in the request, and thestateProvincevalue is correctly saved and returned in subsequent responses, including when retrieving the department using the Get a Department endpoint.