Method: PureCloud::LocationsApi#post_locations_search
- Defined in:
- lib/purecloudplatformclientv2/api/locations_api.rb
#post_locations_search(body, opts = {}) ⇒ LocationsSearchResponse
Search locations
215 216 217 218 |
# File 'lib/purecloudplatformclientv2/api/locations_api.rb', line 215 def post_locations_search(body, opts = {}) data, _status_code, _headers = post_locations_search_with_http_info(body, opts) return data end |