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 3 years ago