Migrated from Redmine #70 | Author: Miodrag Dragic Status: Resolved | Priority: High, I’m very impatient | Created: 2017-11-28
I need to implement your api for jojo nails. Documentation for Api is not very good (please add more code for scenarios). Can you give me the example how to implement multiple bookings throw api?
i have new question about book api method. in documentation is written this book ($eventId, $unitId, $date, $time, $clientData, , $count, $batchId, $recurringData) and @param Integer $eventId @param Integer $unitId @param String $date in Y-m-d format @param String $time in H:i:s format @param Object $clientData eg. {name: ‘Name’, email: ‘test@gmail.com’, phone: ‘+38099999999’} @param array @param Integer $count bookings count, min. 1 (using for group bookings batch). (optional) @param Integer $batchId add booking to multiple bookings batch. (optional) @param Array $recurringData make booking recurrent. (optional) @return Object
one more
confirmBookingBatch ($batchId, $batchType, $sign)
Confirms booking batch. Signature is required.
$sign = md5($batchId . $batchHash . $secret)
Call this method from server side only @param Integer $batchId @param String $batchType @param String $sign @return Boolean