Edit a location.
The ID of the Location to be edited.
Name of the location.
Latitude of the location.
Longitude of the location.
Customer ID of the customer set to that location.
Locaction address.
Last updated 3 years ago
FM_api('Location_edit', ['id' => '5', 'name' => 'New Location', 'lat' => '54.1819', 'lng' => '-6.3283', 'customer_id' => '7', 'address' => '10 test town'])
{'ok':1}