joinScheme

Customer join scheme by id

This function adds the customer with Id from the parameters, to the scheme with Id from the parameters.

func joinScheme(schemeId: String, completion: @escaping (_ success: Bool, _ error: String?)->()) {
}