While using the PUT API for adding/updating services to a booking, the service details are not reflecting correctly.
- For example, if a room has an auto added service for "Room Maintenance", while trying to get services in bookings API, the service is not reflected:


- If I now go and add a service from the PUT API, the auto added service is removed:


- Now If I go and add another service through PUT, the previously added services prices are updated as well:


