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

# \_setDescription

Set the description for a Requisition order.

### Parameteres

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

#### description

Textual description of a requisition order

### Example

```
FM_api('RequisitionOrder_setDescription', ['id' => '1', 'description' => 'TEST DESCRIPTION'])
```

### Result

#### On Success

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