_setCounty

Sets the County for a customer address.

Parameters

id

The ID of the customer.

val

The county to be set for the customer

Example

FM_api('Customer_setCounty', ['id' => '123', 'val' => 'Down']);

Result

On Success

{'ok':1}

Last updated