Method: PureCloud::SearchApi#post_locations_search

Defined in:
lib/purecloudplatformclientv2/api/search_api.rb

#post_locations_search(body, opts = {}) ⇒ LocationsSearchResponse

Search locations

Parameters:

  • body

    Search request options

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



576
577
578
579
# File 'lib/purecloudplatformclientv2/api/search_api.rb', line 576

def post_locations_search(body, opts = {})
  data, _status_code, _headers = post_locations_search_with_http_info(body, opts)
  return data
end