_checkLandlineIsUnique
Check is a customers landline number is unique.
Parameters
id
The id of the customer.
landline
The customers landline number.
Example
Result
On Success
On Failure
If the "id" parameter is not set or less than 1:
If there's another Customer with the same Landline number: (The ID and name of that customer are returned in this result)
Last updated