# \_notesSet

Set a Stock item's notes

### Parameters

#### id

Integer ID for the Stock item.

#### val

String. New notes for the Stock item.

### Example

```
FM_api('Stock_notesSet',
	[
		'id'=>'7',
		'val'=>'susceptible to humidity. store in a dry place'
	]
);
```

### Example Result

```
{"ok":"1"}
```
