_setName

Set the name of an Appointment Recurrence.

Parameters

id

The ID of the Appointment Recurrence.

val

The Name to be set for the Appointment Recurrence.

Example

FM_api('AppointmentRecurrence_setName', ['id' => '10', 'val' => 'Test Name']);

Result

On Success

{"ok":1}

Last updated