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