[#578] What is the proper body request for getBookingDetails? getBookings seems to work but I can't get the detail too.

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
}

Michael Prince wrote:

This is the message I get.

Failed to retrieve documents. Make sure you have at least one record in your data or specified filter path (i.e. Empty array). If you don’t want to see this error then enable error output if its available

Redmine Admin wrote:

Please provide raw http request