dolibarr
x.y.z
|
File that is entry point to call Dolibarr WebServices. More...
Go to the source code of this file.
Functions | |
getOrder ($authentication, $id='', $ref='', $ref_ext='') | |
Get order from id, ref or ref_ext. More... | |
getOrdersForThirdParty ($authentication, $idthirdparty) | |
Get list of orders for third party. More... | |
createOrder ($authentication, $order) | |
Create order. More... | |
validOrder ($authentication, $id='', $id_warehouse=0) | |
Valid an order. More... | |
updateOrder ($authentication, $order) | |
Update an order. More... | |
File that is entry point to call Dolibarr WebServices.
Definition in file server_order.php.
createOrder | ( | $authentication, | |
$order | |||
) |
Create order.
array | $authentication | Array of authentication information |
array | $order | Order info |
Definition at line 659 of file server_order.php.
getOrder | ( | $authentication, | |
$id = '' , |
|||
$ref = '' , |
|||
$ref_ext = '' |
|||
) |
Get order 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 361 of file server_order.php.
getOrdersForThirdParty | ( | $authentication, | |
$idthirdparty | |||
) |
Get list of orders for third party.
array | $authentication | Array of authentication information |
int | $idthirdparty | Id of thirdparty |
Definition at line 505 of file server_order.php.
updateOrder | ( | $authentication, | |
$order | |||
) |
Update an order.
array | $authentication | Array of authentication information |
array | $order | Order info |
Definition at line 870 of file server_order.php.
validOrder | ( | $authentication, | |
$id = '' , |
|||
$id_warehouse = 0 |
|||
) |
Valid an order.
array | $authentication | Array of authentication information |
int | $id | Id of order to validate |
int | $id_warehouse | Id of warehouse to use for stock decrease |
Definition at line 801 of file server_order.php.