_setInternalNotes
Parameters
id
notes
Examples
FM_api('Appointment_setInternalNotes', [
'id' => '772021',
'notes' => 'This is a note.
This is another note'
]);Result
On Success
{'ok':1}On Failure
Last updated