doc_out/OutboundApi.html.md in purecloud-0.68.1 vs doc_out/OutboundApi.html.md in purecloud-0.69.1
- old
+ new
@@ -322,11 +322,11 @@
<a name="delete_campaigns_campaign_id"></a>
-## -String** delete_campaigns_campaign_id(campaign_id)
+## -[**Campaign**](Campaign.html) delete_campaigns_campaign_id(campaign_id)
Delete a campaign.
@@ -370,11 +370,11 @@
{: class="table table-striped"}
### Return type
-**String**
+[**Campaign**](Campaign.html)
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
@@ -3479,11 +3479,11 @@
<a name="post_contactlists_contactlist_id_export"></a>
-## -String** post_contactlists_contactlist_id_export(contact_list_id)
+## -[**UriReference**](UriReference.html) post_contactlists_contactlist_id_export(contact_list_id)
Initiate the export of a contact list.
Returns 200 if received OK.
@@ -3527,11 +3527,11 @@
{: class="table table-striped"}
### Return type
-**String**
+[**UriReference**](UriReference.html)
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
@@ -3622,11 +3622,11 @@
config.access_token = @authToken
end
api_instance = PureCloud::OutboundApi.new
-body = PureCloud::DncList.new # DncList | DncList
+body = PureCloud::DncListCreate.new # DncListCreate | DncList
begin
#Create dialer DNC list
result = api_instance.post_dnclists(body)
@@ -3638,11 +3638,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **body** | [**DncList**](DncList.html)| DncList |
+ **body** | [**DncListCreate**](DncListCreate.html)| DncList |
{: class="table table-striped"}
### Return type
@@ -3655,11 +3655,11 @@
<a name="post_dnclists_dnclist_id_export"></a>
-## -String** post_dnclists_dnclist_id_export(dnc_list_id)
+## -[**UriReference**](UriReference.html) post_dnclists_dnclist_id_export(dnc_list_id)
Initiate the export of a dnc list.
Returns 200 if received OK.
@@ -3703,10 +3703,10 @@
{: class="table table-striped"}
### Return type
-**String**
+[**UriReference**](UriReference.html)
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json