updateCustomer
Modify a Customer
This function modifies the customer whose Id matches the Id inputted in the parameters.
func updateCustomer(_ customer: CustomerResultView, completion: @escaping (_ model: CustomerResultView?, _ error: String?)->()) {
}
Updated over 2 years ago
What’s Next