_checkAccountNumberIsUnique
Checks if a Customer's Account Number is Unique
Parameters
id
The id of the customer to be checked.
account_number
The account number of the customer being checked.
Example
Result
On Success
On Failure
If the "id" parameter is not included:
If the "account_number" parameter is not included:
If there is already another Customer with the same account number as the "account_number" parameter:
Last updated