Set the supplier for a Purchase order.
###id ID of the Purchase order which will have the supplier set.
The ID of the supplier to be set for the Puschase order..
FM_api('PurchaseOrder_setSupplier', ['id' => '10', 'supplier_id' => '7'])
{"ok":1}
Last updated 3 years ago