09-17-2019, 04:14 PM
I manage to add contact + pic using the "coreBOS Web Service Developer Tool"
Now I want to run it from linux cli.
Its not clear to me from the doc what library should I include.
Some example use:
other:
Now I want to run it from linux cli.
Its not clear to me from the doc what library should I include.
Some example use:
PHP Code:
include_once('vtwsclib/Vtiger/WSClient.php');
other:
PHP Code:
include_once 'vtlib/Vtiger/Module.php';
require_once 'include/Webservices/Revise.php';