_setDeliveryDetails
Set the delivery details for a Requisition order.
Parameteres
###id ID of the requisition order which will have the delivery details set.
attention
To whom the delivery should be addressed.
delivery_address
Delivery address of the requisition order.
instructions
The delivery details to be set for the requisition order.
Example
FM_api('RequisitionOrder_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