Method: PureCloud::VoicemailApi#post_search
- Defined in:
- lib/purecloud/api/voicemail_api.rb
#post_search(body, opts = {}) ⇒ VoicemailsSearchResponse
Search voicemails
1170 1171 1172 1173 |
# File 'lib/purecloud/api/voicemail_api.rb', line 1170 def post_search(body, opts = {}) data, status_code, headers = post_search_with_http_info(body, opts) return data end |