|
dolibarr 18.0.8
|
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 | $authentication | Array of authentication information |
| Contact | $contact | $contact |
Definition at line 378 of file server_contact.php.
References check_authentication(), dol_now(), and dol_syslog().
| getContact | ( | $authentication, | |
| $id, | |||
| $ref_ext ) |
Get Contact.
| array | $authentication | Array of authentication information |
| int | $id | Id of object |
| string | $ref_ext | Ref external of object |
Definition at line 266 of file server_contact.php.
References check_authentication(), and dol_syslog().
| getContactsForThirdParty | ( | $authentication, | |
| $idthirdparty ) |
Get list of contacts for third party.
| array | $authentication | Array of authentication information |
| int | $idthirdparty | Id thirdparty |
Definition at line 484 of file server_contact.php.
References check_authentication(), and dol_syslog().
| updateContact | ( | $authentication, | |
| $contact ) |
Update a contact.
Definition at line 609 of file server_contact.php.
References check_authentication(), dol_now(), dol_syslog(), and getCountry().