_setTown
Parameters
id
val
Example
FM_api('Customer_setTown', ['id' => '123', 'val' => 'Newry']);Result
On Success
{'ok':1}Last updated
Sets the Town for a Customer address.
The ID of the Customer.
The town to be set.
FM_api('Customer_setTown', ['id' => '123', 'val' => 'Newry']);{'ok':1}Last updated