# \_getReference

Retrieve the Reference for a Purchase order.

### Parameteres

#### po\_id

ID of the purhase order which you wish to retrieve the Reference details for.

### Example

```
FM_api('PurchaseOrder_getReference', ['po_id' => '11'])
```

### Result

#### On Success

```
"Purcase order #100"
```
