For the complete documentation index, see llms.txt. This page is also available as Markdown.

_setLatLng

Sets the Latitude and Longitude of the Customers location.

Parameters

id

The ID of the Customer.

lat

The latitude of the Customer location.

lng

The longitude of the Customer location.

Example

FM_api('Customer_setLatLng', ['id' => '23674', 'lat' => '1091', 'lng' => '2034']);

Result

On Success

{"ok":1}

Last updated