[#64] Sending service provider details with a booking.

Migrated from Redmine #64 | Author: Saiminda Peramuna
Status: Closed | Priority: High, I’m very impatient | Created: 2017-11-04


Hi

I was wondering how could one send the service provider in the book() API call. I can send the location through additional parameters by using {“location_id”, }. The service provider is displayed as in the downloaded booking file. But I couldn’t find an appropriate parameter to use with additional parameters (I tried unit, provider, service_provider but didn’t work). Any help would be appreciated.

Redmine Admin wrote:

$unitId – is param you need

If you need to use company administration API (we have 2 versions: publick API and admin API) then please check here

Saiminda Peramuna wrote:

Redmine Admin wrote:

Company public service methods - Company public service methods - SimplyBook.me
$unitId – is param you need

If you need to use company administration API (we have 2 versions: publick API and admin API) then please check here
Company administration service methods - Company administration service methods - SimplyBook.me

Thank you very much for the help.