_set
Sets the details of a Customer's Address
Parameters
id
The ID of the Address you wish to modify.
obj_id
The ID of the Customer with said Address.
new
An array of parameters which overwrite current parameters in the Address with.
Fields which can be used under new are:
street_address1
street_address2
town
city
county
state
country
postcode
latitude
longitude
obj_type
The ID of the Type of Customer with the Address.
Example
Results
On Success
On Failure
If the "obj_id" parameter is not set or has a value less than 1:
If the "new" parameter is not set:
Last updated