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

# \_get

Retrieve details of a Purchase order.

### Parameters

#### id

ID of the purchase order you wish to retrieve details of.

### Example

FM\_api('PurchaseOrder\_get', \['id' => '1'])

### Result

#### On Success

```
"{"po_id":"11","target_type":"0","target_id":"0","status":"0","total_net":"100","total_tax":"10","cdate":"2018-11-05 10:12:35","supplier_id":"4","delivery_date":null,"reference":"test","date_approved":null,"date_sent":null,"attention":null,"instructions":null,"tax_inc":null,"delivery_address":null,"delivery_net":null,"delivery_taxcode":null,"delivery_tax":null,"name":"Supplier 1","street_address1":"","street_address2":"","town":"","county":"","country":"GBR","postcode":"","email":"","phone":"53234234","tax"...
```
