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

# \_setStockNotes

Adds new notes to or edits existing notes of the Job Stock used.

### Parameters

#### id

The ID of the Job.

#### value

The new(ly changed) notes of the Job Stock Used.

### Example

```
FM_api('Job_setStockNotes', ['id' => '123', 'value' => 'This is a note.']);
```

### Result

#### On Success

```
{'ok':1}
```
