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