docs/OutboundApi.md in purecloudplatformclientv2-83.0.0 vs docs/OutboundApi.md in purecloudplatformclientv2-84.0.0
- old
+ new
@@ -2127,11 +2127,11 @@
This returns a simplified version of a Campaign, consisting of name and division.
Wraps GET /api/v2/outbound/campaigns/divisionviews/{campaignId}
-Requires ANY permissions:
+Requires ALL permissions:
* outbound:campaign:search
### Example
@@ -2192,11 +2192,11 @@
This returns a simplified version of a Campaign, consisting of name and division.
Wraps GET /api/v2/outbound/campaigns/divisionviews
-Requires ANY permissions:
+Requires ALL permissions:
* outbound:campaign:search
### Example
@@ -2836,11 +2836,11 @@
This returns a simplified version of a ContactList, consisting of the name, division, column names, phone columns, import status, and size.
Wraps GET /api/v2/outbound/contactlists/divisionviews/{contactListId}
-Requires ANY permissions:
+Requires ALL permissions:
* outbound:contactList:search
### Example
@@ -2907,11 +2907,11 @@
This return a simplified version of contact lists, consisting of the name, division, column names, phone columns, import status, and size.
Wraps GET /api/v2/outbound/contactlists/divisionviews
-Requires ANY permissions:
+Requires ALL permissions:
* outbound:contactList:search
### Example
@@ -3279,11 +3279,11 @@
This returns a simplified version of a DncList, consisting of the name, division, import status, and size.
Wraps GET /api/v2/outbound/dnclists/divisionviews/{dncListId}
-Requires ANY permissions:
+Requires ALL permissions:
* outbound:dncList:search
### Example
@@ -3350,11 +3350,11 @@
This return a simplified version of dnc lists, consisting of the name, division, import status, and size.
Wraps GET /api/v2/outbound/dnclists/divisionviews
-Requires ANY permissions:
+Requires ALL permissions:
* outbound:dncList:search
### Example
@@ -4914,11 +4914,11 @@
body = [PureCloud::WritableDialerContact.new] # Array<WritableDialerContact> | Contact
opts = {
priority: true, # BOOLEAN | Contact priority. True means the contact(s) will be dialed next; false means the contact will go to the end of the contact queue.
clear_system_data: true, # BOOLEAN | Clear system data. True means the system columns (attempts, callable status, etc) stored on the contact will be cleared if the contact already exists; false means they won't.
- do_not_queue: true # BOOLEAN | Do not queue. True means that updated contacts will not have their positions in the queue altered, so contacts that have already been dialed will not be redialed. For new contacts they will not be called until a campaign recycle; False means that updated contacts will be re-queued, according to the 'priority' parameter.
+ do_not_queue: true # BOOLEAN | Do not queue. True means that updated contacts will not have their positions in the queue altered, so contacts that have already been dialed will not be redialed. For new contacts, this parameter has no effect; False means that updated contacts will be re-queued, according to the 'priority' parameter.
}
begin
#Add contacts to a contact list.
result = api_instance.post_outbound_contactlist_contacts(contact_list_id, body, opts)
@@ -4934,10 +4934,10 @@
------------- | ------------- | ------------- | -------------
**contact_list_id** | **String**| Contact List ID | |
**body** | [**Array<WritableDialerContact>**](WritableDialerContact.html)| Contact | |
**priority** | **BOOLEAN**| Contact priority. True means the contact(s) will be dialed next; false means the contact will go to the end of the contact queue. | [optional] |
**clear_system_data** | **BOOLEAN**| Clear system data. True means the system columns (attempts, callable status, etc) stored on the contact will be cleared if the contact already exists; false means they won't. | [optional] |
- **do_not_queue** | **BOOLEAN**| Do not queue. True means that updated contacts will not have their positions in the queue altered, so contacts that have already been dialed will not be redialed. For new contacts they will not be called until a campaign recycle; False means that updated contacts will be re-queued, according to the 'priority' parameter. | [optional] |
+ **do_not_queue** | **BOOLEAN**| Do not queue. True means that updated contacts will not have their positions in the queue altered, so contacts that have already been dialed will not be redialed. For new contacts, this parameter has no effect; False means that updated contacts will be re-queued, according to the 'priority' parameter. | [optional] |
{: class="table table-striped"}
### Return type