_setLatLng
Parameters
id
lat
lng
Example
FM_api('Customer_setLatLng', ['id' => '23674', 'lat' => '1091', 'lng' => '2034']);Result
On Success
{"ok":1}Last updated
Sets the Latitude and Longitude of the Customers location.
The ID of the Customer.
The latitude of the Customer location.
The longitude of the Customer location.
FM_api('Customer_setLatLng', ['id' => '23674', 'lat' => '1091', 'lng' => '2034']);{"ok":1}Last updated