dolibarr 21.0.0-alpha
|
File that is entry point to call Dolibarr WebServices. More...
Go to the source code of this file.
Functions | |
getContact ($authentication, $id, $ref_ext) | |
Get Contact. | |
createContact ($authentication, $contact) | |
Create Contact. | |
getContactsForThirdParty ($authentication, $idthirdparty) | |
Get list of contacts for third party. | |
updateContact ($authentication, $contact) | |
Update a contact. | |
File that is entry point to call Dolibarr WebServices.
Definition in file server_contact.php.
createContact | ( | $authentication, | |
$contact ) |
Create Contact.
array{login:string,password:string,entity:?int,dolibarrkey:string} | $authentication Array of authentication information | |
array | $contact | $contact |
Definition at line 384 of file server_contact.php.
References check_authentication(), dol_now(), and dol_syslog().
getContact | ( | $authentication, | |
$id, | |||
$ref_ext ) |
Get Contact.
array{login:string,password:string,entity:?int,dolibarrkey:string} | $authentication Array of authentication information | |
int | $id | Id of object |
string | $ref_ext | Ref external of object |
Definition at line 268 of file server_contact.php.
References $id, check_authentication(), and dol_syslog().
getContactsForThirdParty | ( | $authentication, | |
$idthirdparty ) |
Get list of contacts for third party.
array{login:string,password:string,entity:?int,dolibarrkey:string} | $authentication Array of authentication information | |
int | $idthirdparty | Id thirdparty |
Definition at line 493 of file server_contact.php.
References check_authentication(), and dol_syslog().
updateContact | ( | $authentication, | |
$contact ) |
Update a contact.
array{login:string,password:string,entity:?int,dolibarrkey:string} | $authentication Array of authentication information | |
array | $contact | Contact |
Definition at line 622 of file server_contact.php.
References $object, check_authentication(), dol_now(), dol_syslog(), and getCountry().