_setCounty
Parameters
id
val
Example
FM_api('Customer_setCounty', ['id' => '123', 'val' => 'Down']);Result
On Success
{'ok':1}Last updated
Sets the County for a customer address.
The ID of the customer.
The county to be set for the customer
FM_api('Customer_setCounty', ['id' => '123', 'val' => 'Down']);{'ok':1}Last updated