Migrated from Redmine #212 | Author: Mariam Mosinyan
Status: New | Priority: High, I’m very impatient | Created: 2018-08-07
Hi
I am trying to implement getServiceAvailableTimeIntervals, getAvailableTimeIntervals api calls and both return wrong data.
this my request example getAvailableTimeIntervals(‘2018-08-07 19:27:00’, ‘2018-08-14 00:00:00’, ‘2’, ‘130’, 8). I am getting following result
{“2018-08-07”:{“130”:},“2018-08-08”:{“130”:},“2018-08-09”:{“130”:},“2018-08-10”:{“130”:},“2018-08-11”:{“130”:},“2018-08-12”:{“130”:},“2018-08-13”:{“130”:},“2018-08-14”:{“130”:}}
Which means that provider isn’t available for next 7 days. I checked from simplybook admin panel and that provider has lot of available times. I tried this request for various providers and various services(events) and every time I am getting empty result. Please help me to understand what is the issue.