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

# \_new

Creates a new Requisition Order Entry

### Parameters

#### ro\_id

The ID of the Requisition Order being given a new Entry.

### Example

```
FM_api('RequisitionOrderEntry_new', ['ro_id' => '10001'])
```

### Result

#### On Success

The "id" value is the ID of the created Entry.

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

#### On Failure

If the "ro\_id" parameter is not set:

```
{"error":"missing or invalid parameter: ro_id"}
```
