> 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/_setdeliverycosts.md).

# \_setDeliveryCosts

Set the delivery costs details for a Requisition order.

### Parameteres

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

#### delivery\_net

The net cost for the delivery.

#### delivery\_taxcode

The tax code for the delivery.

#### delivery\_tax

The tax cost for the delivery.

### Example

```
FM_api('RequisitionOrder_setDeliveryCosts', ['id' => '1', 'delivery_net' => '30', 'delivery_taxcode' => '10', 'delivery_tax' => '2.00'])
```

### Result

#### On Success

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