_setNotification
Parameters
id
val
Example
FM_api(
'AppointmentType_setNotification',[
'id' => '122039',
'val' => '1'
]
);On Success
{"ok":1}On Failure
Last updated
FM_api(
'AppointmentType_setNotification',[
'id' => '122039',
'val' => '1'
]
);{"ok":1}Last updated
{"error":"job type does not exist"}{"error":"missing or invalid parameter: id"}{"error":"missing or invalid parameter: val"}