Migrated from Redmine #559 | Author: MOZ ZOM Status: New | Priority: High, I’m very impatient | Created: 2020-08-20
Hi, I am creating an app to let customers do the followings step consequentially:
select locations (I have this feature enabled)
select event (Services)
select Date & Time (All available Date and Time of the event within the location)
booking
I have no problem getting necessary data from the first 2 steps using getLocatiosList() and getEventList() functions.
However, when I try the getServiceAvailableTimeIntervals() function, it requires unitId of which I would like to randomise.
Similarly, how do I use book() if I wish to randomise the unit at given Date, Time, Location and Event?
I did enabled the any unit feature.