createCustomer
Register a new Customer
This function saves the new customer to the Loyale system.
func createCustomer(_ customer: CustomerInsertView, additionalFiedlds: [AdditionalCustomerFieldsResultView], completion: @escaping (_ model: CustomerResultView?, _ error: String?)->()) {
}
Updated over 2 years ago