|
dolibarr
13.0.2
|
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. More... | |
| createContact ($authentication, $contact) | |
| Create Contact. More... | |
| getContactsForThirdParty ($authentication, $idthirdparty) | |
| Get list of contacts for third party. More... | |
| updateContact ($authentication, $contact) | |
| Update a contact. More... | |
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 363 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 244 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 475 of file server_contact.php.
References $resql, check_authentication(), and dol_syslog().
| updateContact | ( | $authentication, | |
| $contact | |||
| ) |
Update a contact.
Definition at line 606 of file server_contact.php.
References check_authentication(), dol_now(), dol_syslog(), and getCountry().