Migrated from Redmine #288 | Author: Tavan Eftekhar Status: New | Priority: Normal | Created: 2018-11-17
If I have a normal service that has been used to create a recurrent set of bookings, how can I cancel the recurrent set of bookings from the API?
getRecurringSettings doesn’t seem to work, and getRecurringDatetimes seems to require already knowing the recurrent schedule. How can I provide one booking and determine if it’s part of a recurring sequence? And then cancel the entire sequence?
Ok thank you. Now that I have the batchId, how can I cancel the entire batch? CancelBatch requires the batchId AND the list of bookingIds, but I don’t know how I can get the list of booking Ids just from the batchId?
Does the getBookings method take the batchId as a param? Or do I have to pass clientId and then go through the results and search for all matches to my batchId manually?