Update api_supplier_orders.class.php
Added example of creating a supplier order
This commit is contained in:
parent
e6c4c8082e
commit
20ea6d86d8
@ -187,6 +187,8 @@ class SupplierOrders extends DolibarrApi
|
|||||||
/**
|
/**
|
||||||
* Create supplier order object
|
* Create supplier order object
|
||||||
*
|
*
|
||||||
|
* Example: {"ref": "auto", "ref_supplier": "1234", "socid": "1", "multicurrency_code": "SEK", "multicurrency_tx": 1, "tva_tx": 25, "note": "Imported via the REST API"}
|
||||||
|
*
|
||||||
* @param array $request_data Request datas
|
* @param array $request_data Request datas
|
||||||
* @return int ID of supplier order
|
* @return int ID of supplier order
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user