_setFormNum
Parameters
id
value
Example
FM_api('Appointment_setFormNum', ['id'=>'7','value'=>'10']);On Success
{'ok':1};On Error (No id)
{"error":"appointment does not exist"}On Error (No value)
{"error":"no value provided"} Last updated