Migrated from Redmine #103 | Author: Ihor Bokatov
Status: Rejected | Priority: High, I’m very impatient | Created: 2018-02-01
There is still have an issue with “book” (‘https://user-api.simplybook.me/admin’ enpoint)
“getReservedTime” method with parameters:
{“jsonrpc”:“2.0”,“method”:“getReservedTime”,“params”:[‘2018-02-12’, ‘2018-02-12’, 2, 12],“id”:3}
returned
{
“events”: ,
“type”: “reserved_time”,
“dd”:
},
“getReservedTime” method with parameters:
{“jsonrpc”:“2.0”,“method”:“getWorkDaysInfo”,“params”:[‘2018-02-12’, ‘2018-02-12’, 2,12],“id”:3}
returned:
{
“2018-02-12”: [
{
“from”: “05:00:00”,
“to”: “24:00:00”
}
]
},
“book” method with parameters:
{“jsonrpc”:“2.0”,“method”:“book”,“params”: [2, 12, 1, 2018-02-12, 16:00:00, 2018-02-12, 17:15:00, 0, {“0db3e7523ba2ad3424742eb1f56826c4”:“Bernhardt Jensens Bouleveard 89, st tv”}],“id”:7}
returned
{id=7, error={code=-32054, data=, message=Selected time start is not available}, jsonrpc=2.0}
Can you please help me to check why “Selected time start is not available” if it is working time and there is no reserved time for this day
(Company name: “RaskRask.dk”, email: “info@raskrask.dk”)