_setNotes
Parameters
id
value
Examples
FM_api('Appointment_setNotes', [
'id' => '123',
'value' => json_encode([
['content'=>'This is a note.'],
['content'=>'This is another note']
])
]);FM_api('Appointment_setNotes', [
'id' => '123',
'value' => json_encode([
['content'=>'This is a note.',
'createdby'=>32,
'noteTime'=>1770808774347
],
['content'=>'This is another note']
])
]);Result
On Success
On Failure
Last updated