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