_setDeliveryDetails
Last updated
Set the delivery details for a Purchase order.
###id ID of the purchase order which will have the delivery details set.
To whom the delivery should be addressed.
Delivery address of the purchae order.
The delivery details to be set for the purchase order.
FM_api('PurchaseOrder_setDeliveryDetails', ['id' => '1', 'attention' => 'Mary Brown', 'delivery_address' => '10 Canal St Newry', 'instructions' => 'Please deliver to front desk']){"ok":1}Last updated