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