Sets the Street Address 1 for a Customer address.
The ID of the Customer.
The street address 1 to be set.
FM_api('Customer_setStreet1', ['id' => '123', 'value' => '18 Canal st']);
{'ok':1}
Last updated 3 years ago