Method: PureCloud::ResponseManagementApi#post_responses
- Defined in:
- lib/purecloud/api/response_management_api.rb
#post_responses(body, opts = {}) ⇒ Response
Create a response.
458 459 460 461 |
# File 'lib/purecloud/api/response_management_api.rb', line 458 def post_responses(body, opts = {}) data, status_code, headers = post_responses_with_http_info(body, opts) return data end |