getOutlets

Get a list of outlets

This function returns an outlets list. The data can be filtered, sorted and paginated.

func getOutlets(filteredBy filters: String?, sorts: String?, page: Int?, pageSize: Int?, completion: @escaping (_ model: [OutletResultView]?, _ error: String?)->()) {
}

What’s Next