doc_out/OutboundApi.html.md in purecloud-0.60.1 vs doc_out/OutboundApi.html.md in purecloud-0.61.1
- old
+ new
@@ -3038,11 +3038,12 @@
contact_list_id = "contact_list_id_example" # String | Contact List ID
body = [PureCloud::DialerContact.new] # Array<DialerContact> | Contact
opts = {
- priority: true # BOOLEAN | Contact priority. True means the contact(s) will go to the beginning of the list, false means at the end.
+ priority: true, # BOOLEAN | Contact priority. True means the contact(s) will go to the beginning of the list, false means at the end.
+ clear_system_data: true # BOOLEAN | 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.
}
begin
#Add contacts to a contact list.
result = api_instance.post_contactlists_contactlist_id_contacts(contact_list_id, body, opts)
@@ -3057,9 +3058,10 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**contact_list_id** | **String**| Contact List ID |
**body** | [**Array<DialerContact>**](DialerContact.html)| Contact |
**priority** | **BOOLEAN**| Contact priority. True means the contact(s) will go to the beginning of the list, false means at the end. | [optional]
+ **clear_system_data** | **BOOLEAN**| 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. | [optional]
{: class="table table-striped"}
### Return type