dolibarr
x.y.z
|
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 360 of file server_contact.php.
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 248 of file server_contact.php.
getContactsForThirdParty | ( | $authentication, | |
$idthirdparty | |||
) |
Get list of contacts for third party.
array | $authentication | Array of authentication information |
int | $idthirdparty | Id thirdparty |
Definition at line 466 of file server_contact.php.
updateContact | ( | $authentication, | |
$contact | |||
) |