Migrated from Redmine #468 | Author: omar Naseef Status: Closed | Priority: Immediate, there is BUG! | Created: 2020-02-01
I’m trying to connect a service to a service provider using the editserviceprovider function. I get a success response back, however when I look at the service provider in SimplyBook, the service is not connected to it. Here’s the json i’m sending and the response i get back.
{
“jsonrpc”: “2.0”,
“method”: “editServiceProvider”,
“params”: [
23,
[{
“name” : “The New Bike Path”,
“locations” : [6],
“services”: [
20,21,22,23,24,25,26,26,28,29,30
] }]
],
“id”: 1
}
there is no services with ids 24,25,26,26,28 in your account
if there is any problem with services list then it will not be saved but the rest info will be saved, so function return success.