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

# \_new

Creates a new Requisition order

### Parameters

#### user\_id

ID of the User to be assigned to the requisition order.

#### description

A description for the requisition order.

### Example

```
FM_api('RequisitionOrder_new', ['user_id' => '82878', 'description' => 'Test Description'])
```

### On Success

```
"{"ok":1,"id":12}"
```
