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