_getLocation
Returns the location of an Appointment.
Parameters
id
The ID of the Appointment.
Example
FM_api('Appointment_getLocation', ['id' => '1']);
On Success
{'latitude':'54.1276','longitude':'-6.26376','name':'The Cafe'}
Last updated