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 2 years ago