dolibarr 21.0.0-alpha
|
File that is entry point to call Dolibarr WebServices. More...
Go to the source code of this file.
Functions | |
getSupplierInvoice ($authentication, $id=0, $ref='', $ref_ext='') | |
Get invoice from id, ref or ref_ext. | |
getSupplierInvoicesForThirdParty ($authentication, $idthirdparty) | |
Get list of invoices for third party. | |
File that is entry point to call Dolibarr WebServices.
Definition in file server_supplier_invoice.php.
getSupplierInvoice | ( | $authentication, | |
$id = 0, | |||
$ref = '', | |||
$ref_ext = '' ) |
Get invoice from id, ref or ref_ext.
array{login:string,password:string,entity:?int,dolibarrkey:string} | $authentication Array of authentication information | |
int | $id | Id |
string | $ref | Ref |
string | $ref_ext | Ref_ext |
Definition at line 246 of file server_supplier_invoice.php.
References $id, check_authentication(), dol_print_date(), and dol_syslog().
getSupplierInvoicesForThirdParty | ( | $authentication, | |
$idthirdparty ) |
Get list of invoices for third party.
array{login:string,password:string,entity:?int,dolibarrkey:string} | $authentication Array of authentication information | |
int | $idthirdparty | Id thirdparty |
Definition at line 351 of file server_supplier_invoice.php.
References check_authentication(), dol_htmlcleanlastbr(), dol_print_date(), and dol_syslog().