dolibarr 21.0.0-alpha
|
File that is entry point to call Dolibarr WebServices. More...
Go to the source code of this file.
Functions | |
getThirdParty ($authentication, $id='', $ref='', $ref_ext='', $barcode='', $profid1='', $profid2='') | |
Get a thirdparty. | |
createThirdParty ($authentication, $thirdparty) | |
Create a thirdparty. | |
updateThirdParty ($authentication, $thirdparty) | |
Update a thirdparty. | |
getListOfThirdParties ($authentication, $filterthirdparty) | |
getListOfThirdParties | |
deleteThirdParty ($authentication, $id='', $ref='', $ref_ext='') | |
Delete a thirdparty. | |
File that is entry point to call Dolibarr WebServices.
Definition in file server_thirdparty.php.
createThirdParty | ( | $authentication, | |
$thirdparty ) |
Create a thirdparty.
array{login:string,password:string,entity:?int,dolibarrkey:string} | $authentication Array of authentication information | |
array | $thirdparty | Thirdparty |
Definition at line 440 of file server_thirdparty.php.
References check_authentication(), dol_now(), dol_syslog(), and getCountry().
deleteThirdParty | ( | $authentication, | |
$id = '', | |||
$ref = '', | |||
$ref_ext = '' ) |
Delete a thirdparty.
array{login:string,password:string,entity:?int,dolibarrkey:string} | $authentication Array of authentication information | |
string | $id | internal id |
string | $ref | internal reference |
string | $ref_ext | external reference |
Definition at line 824 of file server_thirdparty.php.
References $id, check_authentication(), and dol_syslog().
getListOfThirdParties | ( | $authentication, | |
$filterthirdparty ) |
getListOfThirdParties
array{login:string,password:string,entity:?int,dolibarrkey:string} | $authentication Array of authentication information | |
array | $filterthirdparty | Filter fields (key=>value to filer on. For example 'client'=>2, 'supplier'=>1, 'category'=>idcateg, 'name'=>'searchstring', ...) |
Definition at line 712 of file server_thirdparty.php.
References check_authentication(), and dol_syslog().
getThirdParty | ( | $authentication, | |
$id = '', | |||
$ref = '', | |||
$ref_ext = '', | |||
$barcode = '', | |||
$profid1 = '', | |||
$profid2 = '' ) |
Get a thirdparty.
array{login:string,password:string,entity:?int,dolibarrkey:string} | $authentication Array of authentication information | |
string | $id | internal id |
string | $ref | internal reference |
string | $ref_ext | external reference |
string | $barcode | barcode |
string | $profid1 | profid1 |
string | $profid2 | profid2 |
Definition at line 318 of file server_thirdparty.php.
References $id, check_authentication(), dol_print_date(), and dol_syslog().
updateThirdParty | ( | $authentication, | |
$thirdparty ) |
Update a thirdparty.
array{login:string,password:string,entity:?int,dolibarrkey:string} | $authentication Array of authentication information | |
array | $thirdparty | Thirdparty |
Definition at line 573 of file server_thirdparty.php.
References $object, check_authentication(), dol_now(), dol_syslog(), and getCountry().