[#667] Info regarding Cancel and Reschedule methods rpc

Migrated from Redmine #667 | Author: Harleen Ahuja
Status: New | Priority: High, I’m very impatient | Created: 2021-03-19


While integrating the cancel and reschedule api the document asks for a param named $sign
in both the api’s need in somewhere around a brief description is given that it is
calculated by the formula md5($bookingId . $bookingHash . $secretKey) ,
So we have the bookingId and bookingHash need to know what is the secretkey?
and do we encode the concatenation of these three values with md5 , or something else is the logic

Currently we have tried to join all the three as one single string and encode it with md5 and pass as param
but it gives signature error

not sure what this secret key is and need to know what to do with the md5 process.

[[API documentation | SimplyBook.me Online Scheduling]]

Redmine Admin wrote:

Please use forum search Search - API - Simplybook.me support for developers
there were many answers to this question already