dolibarr
x.y.z
|
File that is entry point to call Dolibarr WebServices. More...
Go to the source code of this file.
Functions | |
getSupplierInvoice ($authentication, $id='', $ref='', $ref_ext='') | |
Get invoice from id, ref or ref_ext. More... | |
getSupplierInvoicesForThirdParty ($authentication, $idthirdparty) | |
Get list of invoices for third party. More... | |
File that is entry point to call Dolibarr WebServices.
Definition in file server_supplier_invoice.php.
getSupplierInvoice | ( | $authentication, | |
$id = '' , |
|||
$ref = '' , |
|||
$ref_ext = '' |
|||
) |
Get invoice from id, ref or ref_ext.
array | $authentication | Array of authentication information |
int | $id | Id |
string | $ref | Ref |
string | $ref_ext | Ref_ext |
Definition at line 227 of file server_supplier_invoice.php.
getSupplierInvoicesForThirdParty | ( | $authentication, | |
$idthirdparty | |||
) |
Get list of invoices for third party.
array | $authentication | Array of authentication information |
int | $idthirdparty | Id thirdparty |
Definition at line 328 of file server_supplier_invoice.php.