_getLocation

Returns given Customers location

Parameters

id

The ID of the Customer

Example

FM_api('Customer_getLocation', ['id'=>'1']);

On Success

{"latitude":"100","longitude":"200","name":"The Cafe"}

Last updated