_setDeliveryDate
Last updated
Set the delivery date for a Requisition order.
###id ID of the requisition order which will have the delivery date set.
Delivery date of the requisition order, YYYY-MM-DD.
FM_api('RequisitionOrder_setDeliveryDate', ['id' => '10', 'delivery_date' => '2018-11-10']){"ok":1}Last updated