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

# \_getTargetDetails

Retrieve Target details for a Purchase order.

### Parameteres

\###id ID of the Purchase order for which you wish to retrieve target details.

### Example

```
FM_api('PurchaseOrder_getTargetDetails', ['id' => '11'])
```

### Result

#### On Success

```
 ["Customer - The Cafe"]
```
