Migrated from Redmine #566 | Author: Dhanushka Krishnajith Status: New | Priority: High, I’m very impatient | Created: 2020-09-06
When booking an appointment, I would like to collect additional information from the client such as whether they would like to receive promotions (checkbox), and age group (dropdown). I tried to pass this information using the additional fields in book method. But when retrieving booking using admin method getBookingDetails, additional_fields return empty array. Ideally, I would like to retrieve these information in bulk (example: getBooking()). What’s the best way to achieve this?