_setArea
Sets the Area of a Customer.
Parameters
id
The ID of the Customer.
area_id
The ID of the Area to be set to the Customer.
Example
Result
On Success
If the Customer is already set to the requested Area's ID:
On Failure
If the "id" parameter is not given a value or has a value less than 1:
If the "id" parameter value does not match an existing Customer ID:
Last updated