-
Fix: Bulk customer rate update using request body (v1.3.53)
released this
2025-12-23 14:39:57 +01:00 | 234 commits to main since this releaseFixed API endpoint to accept JSON request body instead of query params:
- Added TModuleBulkRateUpdate Pydantic model
- Changed endpoint to accept request body
- Fixed parameter references to use request.customer_ids and request.hourly_rate
- Added migration for hourly_rate_updated and time_card_toggled event types
Resolves: 'Not Found' error and audit log constraint violations
Downloads