Company administration service methods: Difference between revisions
No edit summary |
|||
| Line 1: | Line 1: | ||
You can find full list of Company administration service API methods [https://simplybook.me/api/doc#/admin here]. | You can find full list of Company administration service API methods [https://simplybook.me/api/doc#/admin here]. | ||
==Methods== | |||
---- | |||
====getCompanyParam==== | ====getCompanyParam==== | ||
| Line 159: | Line 160: | ||
* zooz_app_id | * zooz_app_id | ||
* zooz_app_key | * zooz_app_key | ||
---- | |||
====getPluginStatuses==== | |||
<code>getPluginStatuses(pluginNames)</code> | |||
Params: | |||
* '''pluginNames''' an array of strings | |||
Returns an associative array with strings as keys and booleans as values. | |||
Returns an associative array (a JSON object) with values from <code>pluginNames</code> parameter as keys and boolean values for each plugin. See [[Company public service methods#pluginName|description of public service <code>isPluginActivated</code> method]] for list of available plugin names. | |||
---- | ---- | ||