Merge pull request #14406 from egils-consulting/patch-2

Update api_supplier_orders.class.php
This commit is contained in:
Laurent Destailleur 2020-08-07 09:55:05 +02:00 committed by GitHub
commit 60fe813d26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,6 +187,8 @@ class SupplierOrders extends DolibarrApi
/**
* 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
* @return int ID of supplier order
*/