_setNotes
Parameters
id
value
Example
FM_api(
'AppointmentType_setNotes',[
'id' => '122039',
'value' => 'Test Notes'
]
);Results
On Success
On Failure
Last updated
FM_api(
'AppointmentType_setNotes',[
'id' => '122039',
'value' => 'Test Notes'
]
);Last updated
{"ok":1}{"error":"no ID provided"}{"error":"no value provided"}{"error":"appointment does not exist"}