_getNotes
Returns the notes for an Appointment.
Parameters
id
The ID of the Appointment.
Example
FM_api('Appointment_getNotes', ['id' => '1']);
On Success
{'notes':'[Report to front desk]'}
Last updated
Returns the notes for an Appointment.
The ID of the Appointment.
FM_api('Appointment_getNotes', ['id' => '1']);
{'notes':'[Report to front desk]'}
Last updated