Migrated from Redmine #902 | Author: naveen kumar Status: New | Priority: High, I’m very impatient | Created: 2022-07-05
I want to do multiple service booking with single rest api call. How can I do this ? right Now I used book book ($eventId, $unitId, $date, $time, $clientData, $additional, $count, $batchId, $recurringData) to make booking but How can I pass two services with single call ?
Hi Redmine,
I am doing multiple booking by calling booking api two time. But I am getting issue.
For example I choose slot 2:00 -3:00 pm and 3:00 -4:00 pm but during booking 3:00 - 4:00 pm its getting booked by someone else same time. So user get stuck here.
So is there any way to make these slots on hold for 5 minutes when I choose it so no one can book these slots that I choose ?