_getDT

Get details for an Appointment Recurrence.

Parameters

id

The ID of the Appointment Recurrence to retrieve.

Example

FM_api('AppointmentRecurrence_get', ['id' => '123']);

Result

On Success

{"id":"44","name":"Name","ids":"","cdate":"2018-10-08","edate":"0000-00-00","active":"0","every":null,"on_arr":null,"customer_id":"0","customer_type":"0","next_date":null,"user_id":"0","notes":null,"files":null,"edited_uuid":"AppointmentRecurrence_rename","last_edited":"2018-10-12 14:32:11","days_in_advance":"30","copy_user":null,"copy_cust_ref":null}

Last updated