lib/purecloudplatformclientv2/api/outbound_api.rb in purecloudplatformclientv2-12.0.0 vs lib/purecloudplatformclientv2/api/outbound_api.rb in purecloudplatformclientv2-13.0.0
- old
+ new
@@ -4629,11 +4629,11 @@
# Add contacts to a contact list.
#
# @param contact_list_id Contact List ID
# @param body Contact
# @param [Hash] opts the optional parameters
- # @option opts [BOOLEAN] :priority Contact priority. True means the contact(s) will go to the beginning of the list, false means at the end.
+ # @option opts [BOOLEAN] :priority Contact priority. True means the contact(s) will be dialed next, false means the contact will go to the end of the contact queue.
# @option opts [BOOLEAN] :clear_system_data Clear system data. True means the system data stored on the contact will be cleared if the contact already exists (attempts, callable status, etc), false means it won't.
# @return [Array<DialerContact>]
def post_outbound_contactlist_contacts(contact_list_id, body, opts = {})
data, _status_code, _headers = post_outbound_contactlist_contacts_with_http_info(contact_list_id, body, opts)
return data
@@ -4642,10 +4642,10 @@
# Add contacts to a contact list.
#
# @param contact_list_id Contact List ID
# @param body Contact
# @param [Hash] opts the optional parameters
- # @option opts [BOOLEAN] :priority Contact priority. True means the contact(s) will go to the beginning of the list, false means at the end.
+ # @option opts [BOOLEAN] :priority Contact priority. True means the contact(s) will be dialed next, false means the contact will go to the end of the contact queue.
# @option opts [BOOLEAN] :clear_system_data Clear system data. True means the system data stored on the contact will be cleared if the contact already exists (attempts, callable status, etc), false means it won't.
# @return [Array<(Array<DialerContact>, Fixnum, Hash)>] Array<DialerContact> data, response status code and response headers
def post_outbound_contactlist_contacts_with_http_info(contact_list_id, body, opts = {})
if @api_client.config.debugging
@api_client.config.logger.debug "Calling API: OutboundApi.post_outbound_contactlist_contacts ..."