_getClientAndMeetingTime
Return information about who and when the Appointment is for.
Parameters
id
The ID of the Appointment to check.
Example
FM_api('Appointment_getClientAndMeetingTime', ['id' => '222404']);
Result
On Success
{'customer_id':'100829','customer_type':'0','meeting_time':'2015-10-30 15:21:00'}
Last updated