[#169] Booking API

Migrated from Redmine #169 | Author: jasmine JJ
Status: Closed | Priority: Normal | Created: 2018-05-24


Hi there,
I am checking SBM API with method “book”

@{
“jsonrpc”: “2.0”,
“method”: “book”,
“id”: “1”,
“params”: [“1”,
“7”,
“5”,
“2018-05-30”,
“09:00:00”,
“2018-05-30”,
“18:00:00”,
1,
{
“name”: “Suong”,
“email”: “jasmine@gmail.com”,
“phone”: “01225543977”
}]
}@
I thought I did the same parameter with document but it return @{“error”:{“code”:-32070,“message”:“Mine - Value is required and can’t be empty”,“data”:},“id”:“1”,“jsonrpc”:“2.0”}@
Could you please help me on this. Thanks you.

Redmine Admin wrote:

Please check our API explorer with book function example API documentation | SimplyBook.me Online Scheduling