Sets the postoce for a customers address.
The ID of the Customer.
The postcode you wish to set.
FM_api('Customer_setPostCode', ['id' => '123', 'val' => 'BT358EU']);
{'ok':1}
Last updated 3 years ago