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