docs/OutboundApi.md in purecloudplatformclientv2-3.1.7 vs docs/OutboundApi.md in purecloudplatformclientv2-4.0.0

- old
+ new

@@ -86,11 +86,11 @@ [**put_outbound_wrapupcodemappings**](OutboundApi.html#put_outbound_wrapupcodemappings) | Update the Dialer wrap up code mapping. {: class="table table-striped"} <a name="delete_outbound_attemptlimit"></a> -## -String** delete_outbound_attemptlimit(attempt_limits_id) +## - delete_outbound_attemptlimit(attempt_limits_id) Delete attempt limits @@ -117,12 +117,11 @@ attempt_limits_id = "attempt_limits_id_example" # String | Attempt limits ID begin #Delete attempt limits - result = api_instance.delete_outbound_attemptlimit(attempt_limits_id) - p result + api_instance.delete_outbound_attemptlimit(attempt_limits_id) rescue PureCloud::ApiError => e puts "Exception when calling OutboundApi->delete_outbound_attemptlimit: #{e}" end ~~~ @@ -134,22 +133,22 @@ {: class="table table-striped"} ### Return type -**String** +nil (empty response body) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json <a name="delete_outbound_callabletimeset"></a> -## -String** delete_outbound_callabletimeset(callable_time_set_id) +## - delete_outbound_callabletimeset(callable_time_set_id) Delete callable time set @@ -176,12 +175,11 @@ callable_time_set_id = "callable_time_set_id_example" # String | Callable Time Set ID begin #Delete callable time set - result = api_instance.delete_outbound_callabletimeset(callable_time_set_id) - p result + api_instance.delete_outbound_callabletimeset(callable_time_set_id) rescue PureCloud::ApiError => e puts "Exception when calling OutboundApi->delete_outbound_callabletimeset: #{e}" end ~~~ @@ -193,22 +191,22 @@ {: class="table table-striped"} ### Return type -**String** +nil (empty response body) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json <a name="delete_outbound_callanalysisresponseset"></a> -## -String** delete_outbound_callanalysisresponseset(call_analysis_set_id) +## - delete_outbound_callanalysisresponseset(call_analysis_set_id) Delete a dialer call analysis response set. @@ -235,12 +233,11 @@ call_analysis_set_id = "call_analysis_set_id_example" # String | Call Analysis Response Set ID begin #Delete a dialer call analysis response set. - result = api_instance.delete_outbound_callanalysisresponseset(call_analysis_set_id) - p result + api_instance.delete_outbound_callanalysisresponseset(call_analysis_set_id) rescue PureCloud::ApiError => e puts "Exception when calling OutboundApi->delete_outbound_callanalysisresponseset: #{e}" end ~~~ @@ -252,11 +249,11 @@ {: class="table table-striped"} ### Return type -**String** +nil (empty response body) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -380,11 +377,11 @@ <a name="delete_outbound_campaignrule"></a> -## -String** delete_outbound_campaignrule(campaign_rule_id) +## - delete_outbound_campaignrule(campaign_rule_id) Delete Campaign Rule @@ -411,12 +408,11 @@ campaign_rule_id = "campaign_rule_id_example" # String | Campaign Rule ID begin #Delete Campaign Rule - result = api_instance.delete_outbound_campaignrule(campaign_rule_id) - p result + api_instance.delete_outbound_campaignrule(campaign_rule_id) rescue PureCloud::ApiError => e puts "Exception when calling OutboundApi->delete_outbound_campaignrule: #{e}" end ~~~ @@ -428,22 +424,22 @@ {: class="table table-striped"} ### Return type -**String** +nil (empty response body) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json <a name="delete_outbound_contactlist"></a> -## -String** delete_outbound_contactlist(contact_list_id) +## - delete_outbound_contactlist(contact_list_id) Delete a contact list. @@ -470,12 +466,11 @@ contact_list_id = "contact_list_id_example" # String | ContactList ID begin #Delete a contact list. - result = api_instance.delete_outbound_contactlist(contact_list_id) - p result + api_instance.delete_outbound_contactlist(contact_list_id) rescue PureCloud::ApiError => e puts "Exception when calling OutboundApi->delete_outbound_contactlist: #{e}" end ~~~ @@ -487,22 +482,22 @@ {: class="table table-striped"} ### Return type -**String** +nil (empty response body) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json <a name="delete_outbound_contactlist_contact"></a> -## -String** delete_outbound_contactlist_contact(contact_list_id, contact_id) +## - delete_outbound_contactlist_contact(contact_list_id, contact_id) Delete a contact. @@ -531,12 +526,11 @@ contact_id = "contact_id_example" # String | Contact ID begin #Delete a contact. - result = api_instance.delete_outbound_contactlist_contact(contact_list_id, contact_id) - p result + api_instance.delete_outbound_contactlist_contact(contact_list_id, contact_id) rescue PureCloud::ApiError => e puts "Exception when calling OutboundApi->delete_outbound_contactlist_contact: #{e}" end ~~~ @@ -549,22 +543,22 @@ {: class="table table-striped"} ### Return type -**String** +nil (empty response body) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json <a name="delete_outbound_dnclist"></a> -## -String** delete_outbound_dnclist(dnc_list_id) +## - delete_outbound_dnclist(dnc_list_id) Delete dialer DNC list @@ -591,12 +585,11 @@ dnc_list_id = "dnc_list_id_example" # String | DncList ID begin #Delete dialer DNC list - result = api_instance.delete_outbound_dnclist(dnc_list_id) - p result + api_instance.delete_outbound_dnclist(dnc_list_id) rescue PureCloud::ApiError => e puts "Exception when calling OutboundApi->delete_outbound_dnclist: #{e}" end ~~~ @@ -608,22 +601,22 @@ {: class="table table-striped"} ### Return type -**String** +nil (empty response body) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json <a name="delete_outbound_ruleset"></a> -## -String** delete_outbound_ruleset(rule_set_id) +## - delete_outbound_ruleset(rule_set_id) Delete a Rule set. @@ -650,12 +643,11 @@ rule_set_id = "rule_set_id_example" # String | Rule Set ID begin #Delete a Rule set. - result = api_instance.delete_outbound_ruleset(rule_set_id) - p result + api_instance.delete_outbound_ruleset(rule_set_id) rescue PureCloud::ApiError => e puts "Exception when calling OutboundApi->delete_outbound_ruleset: #{e}" end ~~~ @@ -667,22 +659,22 @@ {: class="table table-striped"} ### Return type -**String** +nil (empty response body) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json <a name="delete_outbound_schedules_campaign"></a> -## -String** delete_outbound_schedules_campaign(campaign_id) +## - delete_outbound_schedules_campaign(campaign_id) Delete a dialer campaign schedule. @@ -709,12 +701,11 @@ campaign_id = "campaign_id_example" # String | Campaign ID begin #Delete a dialer campaign schedule. - result = api_instance.delete_outbound_schedules_campaign(campaign_id) - p result + api_instance.delete_outbound_schedules_campaign(campaign_id) rescue PureCloud::ApiError => e puts "Exception when calling OutboundApi->delete_outbound_schedules_campaign: #{e}" end ~~~ @@ -726,22 +717,22 @@ {: class="table table-striped"} ### Return type -**String** +nil (empty response body) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json <a name="delete_outbound_schedules_sequence"></a> -## -String** delete_outbound_schedules_sequence(sequence_id) +## - delete_outbound_schedules_sequence(sequence_id) Delete a dialer sequence schedule. @@ -768,12 +759,11 @@ sequence_id = "sequence_id_example" # String | Sequence ID begin #Delete a dialer sequence schedule. - result = api_instance.delete_outbound_schedules_sequence(sequence_id) - p result + api_instance.delete_outbound_schedules_sequence(sequence_id) rescue PureCloud::ApiError => e puts "Exception when calling OutboundApi->delete_outbound_schedules_sequence: #{e}" end ~~~ @@ -785,22 +775,22 @@ {: class="table table-striped"} ### Return type -**String** +nil (empty response body) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json <a name="delete_outbound_sequence"></a> -## -String** delete_outbound_sequence(sequence_id) +## - delete_outbound_sequence(sequence_id) Delete a dialer campaign sequence. @@ -827,12 +817,11 @@ sequence_id = "sequence_id_example" # String | Campaign Sequence ID begin #Delete a dialer campaign sequence. - result = api_instance.delete_outbound_sequence(sequence_id) - p result + api_instance.delete_outbound_sequence(sequence_id) rescue PureCloud::ApiError => e puts "Exception when calling OutboundApi->delete_outbound_sequence: #{e}" end ~~~ @@ -844,10 +833,10 @@ {: class="table table-striped"} ### Return type -**String** +nil (empty response body) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json