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 3 years ago