_setFormNum

Sets the form number

Parameters

id

The id of the

value

New 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