Fatal error: Uncaught Exception: Request error: Method not found in C:\amembersvn\test.php:54
Stack trace: #0 C:\amembersvn\test.php(75): JsonRpcClient->__call(‘getClientList’, Array) #1 {main}
thrown in C:\amembersvn\test.php on line 54
Is that API method working?
Or am I doing something wrong
The question is about API documentation | SimplyBook.me Online Scheduling - does it require client hash for “sign” parameter?
What can be done if we have only client ID?
I mean is that possible to get client hash from client ID ?
I send “cancelBooking” reques and get true as a result. Also I see booking was canceled in the backend but Simplybook does not send notification to notification url. IS that expected?
Is that somehow possible to sign in user into the Simplybook widget with exact client ID ? Currently I am using “predefined” but Simplybook is creaeting new user(with the same email address ) for new booking. And that is a big problem.
For example currently there are 3 users with the same name, email and phone
Array
(
[0] => stdClass Object
(
[id] => 31
[name] => anton orlov
[phone] => +18005555555
[email] => anton.orloff@cgi-central.net
)
there is no way to pass ID to widget. And this cannot be done for security reasons because it is very simple for attacker to pass some ID and got access to client’s data
We need to prevent double login. Maybe that is possible to somehow sign in customer (we alreadt have login/password_ and send session id or cookie to the widget?