_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
Returns given Customers location
The ID of the Customer
FM_api('Customer_getLocation', ['id'=>'1']);
{"latitude":"100","longitude":"200","name":"The Cafe"}
Last updated