_setCity
Parameters
id
val
Example
FM_api('Customer_setCity', ['id' => '1', 'val' => 'Belfast']);Result
On Success
{'ok':1}Last updated
Sets the City for a customer address.
The ID of the customer.
The city to be set for the customer.
FM_api('Customer_setCity', ['id' => '1', 'val' => 'Belfast']);{'ok':1}Last updated