Migrated from Redmine #1171 | Author: Aria W
Status: New | Priority: Immediate, there is BUG! | Created: 2024-02-19
Hi,
I was trying the getStartTimeMatrix method, and I passed
{“jsonrpc”:“2.0”,“method”:“getStartTimeMatrix”,“params”:[“2024-02-19”,“2024-03-20”, 6, { “unit_id”: 6, “location_id”: 1},null, [“14”] ],“id”:1},
but the returned starting time does not taken into account the productIds I passed as the last parameter. I tried [14], [“14”] and 14, none of them worked.
But once I switch to use https://user-api-v2.simplybook.me/admin/schedule/available-slots?date=2024-02-21&provider_id=6&service_id=6&products[]=14, it worked. Could someone please help locating the issue?
Thank you so much.