# \_get

Returns given Goods received note details

### Parameters

#### id

The ID of the goods received note

### Example

```
FM_api('GoodsReceivedNote_get', ['id' => '1'])
```

#### On Success

```
{"name":"Supplier 1","street_address1":"","street_address2":"","town":"","county":"","postcode":"","tax_id":"20","reference":"24","po_id":"4","date_approved":null,"grn_date":"2018-11-09 00:00:00","grn_notes":"Accepted"}
```
