_setReference
Parameteres
reference
Example
FM_api('PurchaseOrder_setReference', ['id' => '10', 'reference' => '18'])Result
On Success
{"ok":1}Last updated
Set the Reference for a Purchase order.
###id ID of the purchase order which will have the reference set.
The reference to be set for the purchase order.
FM_api('PurchaseOrder_setReference', ['id' => '10', 'reference' => '18']){"ok":1}Last updated