Method: PureCloud::SearchApi#post_locations_search
- Defined in:
- lib/purecloudplatformclientv2/api/search_api.rb
#post_locations_search(body, opts = {}) ⇒ LocationsSearchResponse
Search locations
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 |