_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}

Last updated