# \_setDeliveryDate

Set the delivery date for a Requisition order.

### Parameteres

\###id ID of the requisition order which will have the delivery date set.

#### delivery\_date

Delivery date of the requisition order, YYYY-MM-DD.

### Example

```
FM_api('RequisitionOrder_setDeliveryDate', ['id' => '10', 'delivery_date' => '2018-11-10'])
```

### Result

#### On Success

```
{"ok":1}
```
