dolibarr  16.0.5
Functions
server_supplier_invoice.php File Reference

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...
 

Detailed Description

File that is entry point to call Dolibarr WebServices.

Definition in file server_supplier_invoice.php.

Function Documentation

◆ getSupplierInvoice()

getSupplierInvoice (   $authentication,
  $id = '',
  $ref = '',
  $ref_ext = '' 
)

Get invoice from id, ref or ref_ext.

Parameters
array$authenticationArray of authentication information
int$idId
string$refRef
string$ref_extRef_ext
Returns
array Array result

Definition at line 227 of file server_supplier_invoice.php.

◆ getSupplierInvoicesForThirdParty()

getSupplierInvoicesForThirdParty (   $authentication,
  $idthirdparty 
)

Get list of invoices for third party.

Parameters
array$authenticationArray of authentication information
int$idthirdpartyId thirdparty
Returns
array Array result

Definition at line 328 of file server_supplier_invoice.php.