Migrated from Redmine #578 | Author: Michael Prince
Status: New | Priority: High, I’m very impatient | Created: 2020-10-04
Here is what we are using for getBookings and I was assuming getBookingDetails would be similar? Also, is the service URL the same for both? https://user-api.simplybook.me/admin
{
“jsonrpc”: “2.0”,
“method”: “getBookings”,
“params”: [
{
“date_from”:“{{User::PullFromDateString}}”
}
],
“id”: 1
}