_new
Create an Appointment Type.
Parameters
name
The name of the Appointmnet Type you wish to add.
Example
FM_api('AppointmentType_new', ['name' => 'new appointment type'])
Result
{"ok":1,"id":5,"name":"new appointment type"}
Last updated