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

# \_get

Get a given Purchase Order entry details

#### Parameters

### po\_id

The the ID of the purchase order entry

### Example

```
FM_api('PurchaseOrderEntries_get', ['po_id' => '17'])
```

### Result

#### On Success

```
[["4","1","0",false,"1",0,"0.00","0.00","0.00","0",""]]
```
