Migrated from Redmine #988 | Author: Emre Koc
Status: New | Priority: High, I’m very impatient | Created: 2022-12-14
Hello,
We are trying to implement a booking page on our website. We want to have ‘any’ option for providers while booking. When we send request to https://user-api-v2.simplybook.me/admin/schedule/available-slots?date=2022-12-20&service_id=6&provider_id=41 this endpoint with provider_id integer value, available slots gets returned. But when we send request like https://user-api-v2.simplybook.me/admin/schedule/available-slots?date=2022-12-20&service_id=6&provider_id=any we don’t get any availability data. What we expect is to get all available slots for all providers for that specific date.