> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/requisitionorder/_setdeliverydetails.md).

# \_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}
```
