|
dolibarr
x.y.z
|
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. More... | |
| createThirdParty ($authentication, $thirdparty) | |
| Create a thirdparty. More... | |
| updateThirdParty ($authentication, $thirdparty) | |
| Update a thirdparty. More... | |
| getListOfThirdParties ($authentication, $filterthirdparty) | |
| getListOfThirdParties More... | |
| deleteThirdParty ($authentication, $id='', $ref='', $ref_ext='') | |
| Delete a thirdparty. More... | |
File that is entry point to call Dolibarr WebServices.
Definition in file server_thirdparty.php.
| createThirdParty | ( | $authentication, | |
| $thirdparty | |||
| ) |
Create a thirdparty.
| array | $authentication | Array of authentication information |
| Societe | $thirdparty | Thirdparty |
Definition at line 417 of file server_thirdparty.php.
| deleteThirdParty | ( | $authentication, | |
$id = '', |
|||
$ref = '', |
|||
$ref_ext = '' |
|||
| ) |
Delete a thirdparty.
| array | $authentication | Array of authentication information |
| string | $id | internal id |
| string | $ref | internal reference |
| string | $ref_ext | external reference |
Definition at line 790 of file server_thirdparty.php.
| getListOfThirdParties | ( | $authentication, | |
| $filterthirdparty | |||
| ) |
getListOfThirdParties
| array | $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 679 of file server_thirdparty.php.
| getThirdParty | ( | $authentication, | |
$id = '', |
|||
$ref = '', |
|||
$ref_ext = '', |
|||
$barcode = '', |
|||
$profid1 = '', |
|||
$profid2 = '' |
|||
| ) |
Get a thirdparty.
| array | $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 298 of file server_thirdparty.php.
| updateThirdParty | ( | $authentication, | |
| $thirdparty | |||
| ) |
Update a thirdparty.
| array | $authentication | Array of authentication information |
| Societe | $thirdparty | Thirdparty |
Definition at line 546 of file server_thirdparty.php.