dolibarr
x.y.z
|
File that is entry point to call Dolibarr WebServices. More...
Go to the source code of this file.
Functions | |
getVersions ($authentication) | |
Full methods code. More... | |
getDocument ($authentication, $modulepart, $file, $refname='') | |
Method to get a document by webservice. More... | |
File that is entry point to call Dolibarr WebServices.
Definition in file server_other.php.
getDocument | ( | $authentication, | |
$modulepart, | |||
$file, | |||
$refname = '' |
|||
) |
Method to get a document by webservice.
array | $authentication | Array with permissions |
string | $modulepart | Properties of document |
string | $file | Relative path |
string | $refname | Ref of object to check permission for external users (autodetect if not provided) |
Definition at line 190 of file server_other.php.
getVersions | ( | $authentication | ) |
Full methods code.
string | $authentication | Authentication string |
Definition at line 147 of file server_other.php.