_setStockNotes

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

Parameters

id

The ID of the Appointment.

value

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

Example

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

Result

On Success

{'ok':1}

Last updated