Adds new notes to or edits existing notes of the Job Stock used.
The ID of the Job.
The new(ly changed) notes of the Job Stock Used.
FM_api('Job_setStockNotes', ['id' => '123', 'value' => 'This is a note.']);
{'ok':1}
Last updated 3 months ago