purecloudplatformclientv2 49.0.0 → 49.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +8 -8
- data/docs/AlertingApi.md +33 -33
- data/docs/AnalyticsApi.md +81 -81
- data/docs/ArchitectApi.md +243 -243
- data/docs/AuthorizationApi.md +102 -102
- data/docs/BillingApi.md +6 -6
- data/docs/ContentManagementApi.md +114 -114
- data/docs/ConversationsApi.md +300 -300
- data/docs/DialerRulesetConfigChangeCondition.md +1 -0
- data/docs/DialerRulesetConfigChangeDataActionConditionPredicate.md +2 -0
- data/docs/ExternalContactsApi.md +90 -90
- data/docs/FaxApi.md +18 -18
- data/docs/FlowsApi.md +3 -3
- data/docs/GeneralDataProtectionRegulationApi.md +12 -12
- data/docs/GeolocationApi.md +12 -12
- data/docs/GreetingsApi.md +48 -48
- data/docs/GroupsApi.md +42 -42
- data/docs/IdentityProviderApi.md +84 -84
- data/docs/IntegrationsApi.md +123 -123
- data/docs/LanguagesApi.md +30 -30
- data/docs/LicenseApi.md +24 -24
- data/docs/LocationsApi.md +21 -21
- data/docs/MessagingApi.md +42 -42
- data/docs/MobileDevicesApi.md +15 -15
- data/docs/NotificationsApi.md +21 -21
- data/docs/OAuthApi.md +18 -18
- data/docs/ObjectsApi.md +24 -24
- data/docs/OrganizationApi.md +18 -18
- data/docs/OrganizationAuthorizationApi.md +69 -69
- data/docs/OutboundApi.md +288 -288
- data/docs/PresenceApi.md +27 -27
- data/docs/QualityApi.md +174 -174
- data/docs/QueueUserEventTopicQueueMember.md +4 -3
- data/docs/RecordingApi.md +111 -111
- data/docs/ResponseManagementApi.md +33 -33
- data/docs/RoutingApi.md +189 -189
- data/docs/ScriptsApi.md +33 -33
- data/docs/SearchApi.md +48 -48
- data/docs/StationsApi.md +15 -15
- data/docs/SuggestApi.md +12 -12
- data/docs/TelephonyProvidersEdgeApi.md +375 -375
- data/docs/TokensApi.md +6 -6
- data/docs/UserRecordingsApi.md +18 -18
- data/docs/UsersApi.md +183 -183
- data/docs/UtilitiesApi.md +12 -12
- data/docs/VoicemailApi.md +72 -72
- data/docs/WebChatApi.md +24 -24
- data/docs/WorkforceManagementApi.md +192 -192
- data/lib/purecloudplatformclientv2/api_client.rb +1 -1
- data/lib/purecloudplatformclientv2/models/conversation_callback_event_topic_voicemail.rb +2 -2
- data/lib/purecloudplatformclientv2/models/conversation_event_topic_voicemail.rb +2 -2
- data/lib/purecloudplatformclientv2/models/dialer_ruleset_config_change_condition.rb +26 -1
- data/lib/purecloudplatformclientv2/models/dialer_ruleset_config_change_data_action_condition_predicate.rb +51 -1
- data/lib/purecloudplatformclientv2/models/queue_conversation_callback_event_topic_voicemail.rb +2 -2
- data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_voicemail.rb +2 -2
- data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_voicemail.rb +2 -2
- data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_voicemail.rb +2 -2
- data/lib/purecloudplatformclientv2/models/queue_user_event_topic_queue_member.rb +50 -25
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +2 -2
@@ -16,6 +16,7 @@ title: DialerRulesetConfigChangeCondition
|
|
16
16
|
| **codes** | **Array<String>** | | [optional] |
|
17
17
|
| **property_type** | **String** | | [optional] |
|
18
18
|
| **property** | **String** | | [optional] |
|
19
|
+
| **data_not_found_resolution** | **BOOLEAN** | | [optional] |
|
19
20
|
| **contact_id_field** | **String** | | [optional] |
|
20
21
|
| **call_analysis_result_field** | **String** | | [optional] |
|
21
22
|
| **agent_wrapup_field** | **String** | | [optional] |
|
@@ -10,6 +10,8 @@ title: DialerRulesetConfigChangeDataActionConditionPredicate
|
|
10
10
|
| **output_field** | **String** | | [optional] |
|
11
11
|
| **output_operator** | **String** | | [optional] |
|
12
12
|
| **comparison_value** | **String** | | [optional] |
|
13
|
+
| **output_field_missing_resolution** | **BOOLEAN** | | [optional] |
|
14
|
+
| **inverted** | **BOOLEAN** | | [optional] |
|
13
15
|
| **additional_properties** | **Object** | | [optional] |
|
14
16
|
{: class="table table-striped"}
|
15
17
|
|
data/docs/ExternalContactsApi.md
CHANGED
@@ -42,7 +42,7 @@ Method | Description
|
|
42
42
|
|
43
43
|
<a name="delete_externalcontacts_contact"></a>
|
44
44
|
|
45
|
-
##
|
45
|
+
## delete_externalcontacts_contact(contact_id)
|
46
46
|
|
47
47
|
|
48
48
|
|
@@ -58,7 +58,7 @@ Requires ANY permissions:
|
|
58
58
|
|
59
59
|
|
60
60
|
### Example
|
61
|
-
|
61
|
+
```{"language":"ruby"}
|
62
62
|
# load the gem
|
63
63
|
require 'purecloudplatformclientv2'
|
64
64
|
# setup authorization
|
@@ -83,7 +83,7 @@ begin
|
|
83
83
|
rescue PureCloud::ApiError => e
|
84
84
|
puts "Exception when calling ExternalContactsApi->delete_externalcontacts_contact: #{e}"
|
85
85
|
end
|
86
|
-
|
86
|
+
```
|
87
87
|
|
88
88
|
### Parameters
|
89
89
|
|
@@ -106,7 +106,7 @@ nil (empty response body)
|
|
106
106
|
|
107
107
|
<a name="delete_externalcontacts_contact_note"></a>
|
108
108
|
|
109
|
-
##
|
109
|
+
## delete_externalcontacts_contact_note(contact_id, note_id)
|
110
110
|
|
111
111
|
|
112
112
|
|
@@ -122,7 +122,7 @@ Requires ANY permissions:
|
|
122
122
|
|
123
123
|
|
124
124
|
### Example
|
125
|
-
|
125
|
+
```{"language":"ruby"}
|
126
126
|
# load the gem
|
127
127
|
require 'purecloudplatformclientv2'
|
128
128
|
# setup authorization
|
@@ -149,7 +149,7 @@ begin
|
|
149
149
|
rescue PureCloud::ApiError => e
|
150
150
|
puts "Exception when calling ExternalContactsApi->delete_externalcontacts_contact_note: #{e}"
|
151
151
|
end
|
152
|
-
|
152
|
+
```
|
153
153
|
|
154
154
|
### Parameters
|
155
155
|
|
@@ -173,7 +173,7 @@ nil (empty response body)
|
|
173
173
|
|
174
174
|
<a name="delete_externalcontacts_organization"></a>
|
175
175
|
|
176
|
-
##
|
176
|
+
## delete_externalcontacts_organization(external_organization_id)
|
177
177
|
|
178
178
|
|
179
179
|
|
@@ -189,7 +189,7 @@ Requires ANY permissions:
|
|
189
189
|
|
190
190
|
|
191
191
|
### Example
|
192
|
-
|
192
|
+
```{"language":"ruby"}
|
193
193
|
# load the gem
|
194
194
|
require 'purecloudplatformclientv2'
|
195
195
|
# setup authorization
|
@@ -214,7 +214,7 @@ begin
|
|
214
214
|
rescue PureCloud::ApiError => e
|
215
215
|
puts "Exception when calling ExternalContactsApi->delete_externalcontacts_organization: #{e}"
|
216
216
|
end
|
217
|
-
|
217
|
+
```
|
218
218
|
|
219
219
|
### Parameters
|
220
220
|
|
@@ -237,7 +237,7 @@ nil (empty response body)
|
|
237
237
|
|
238
238
|
<a name="delete_externalcontacts_organization_note"></a>
|
239
239
|
|
240
|
-
##
|
240
|
+
## delete_externalcontacts_organization_note(external_organization_id, note_id)
|
241
241
|
|
242
242
|
|
243
243
|
|
@@ -253,7 +253,7 @@ Requires ANY permissions:
|
|
253
253
|
|
254
254
|
|
255
255
|
### Example
|
256
|
-
|
256
|
+
```{"language":"ruby"}
|
257
257
|
# load the gem
|
258
258
|
require 'purecloudplatformclientv2'
|
259
259
|
# setup authorization
|
@@ -280,7 +280,7 @@ begin
|
|
280
280
|
rescue PureCloud::ApiError => e
|
281
281
|
puts "Exception when calling ExternalContactsApi->delete_externalcontacts_organization_note: #{e}"
|
282
282
|
end
|
283
|
-
|
283
|
+
```
|
284
284
|
|
285
285
|
### Parameters
|
286
286
|
|
@@ -304,7 +304,7 @@ nil (empty response body)
|
|
304
304
|
|
305
305
|
<a name="delete_externalcontacts_organization_trustor"></a>
|
306
306
|
|
307
|
-
##
|
307
|
+
## delete_externalcontacts_organization_trustor(external_organization_id)
|
308
308
|
|
309
309
|
|
310
310
|
|
@@ -320,7 +320,7 @@ Requires ANY permissions:
|
|
320
320
|
|
321
321
|
|
322
322
|
### Example
|
323
|
-
|
323
|
+
```{"language":"ruby"}
|
324
324
|
# load the gem
|
325
325
|
require 'purecloudplatformclientv2'
|
326
326
|
# setup authorization
|
@@ -345,7 +345,7 @@ begin
|
|
345
345
|
rescue PureCloud::ApiError => e
|
346
346
|
puts "Exception when calling ExternalContactsApi->delete_externalcontacts_organization_trustor: #{e}"
|
347
347
|
end
|
348
|
-
|
348
|
+
```
|
349
349
|
|
350
350
|
### Parameters
|
351
351
|
|
@@ -368,7 +368,7 @@ nil (empty response body)
|
|
368
368
|
|
369
369
|
<a name="delete_externalcontacts_relationship"></a>
|
370
370
|
|
371
|
-
##
|
371
|
+
## delete_externalcontacts_relationship(relationship_id)
|
372
372
|
|
373
373
|
|
374
374
|
|
@@ -384,7 +384,7 @@ Requires ANY permissions:
|
|
384
384
|
|
385
385
|
|
386
386
|
### Example
|
387
|
-
|
387
|
+
```{"language":"ruby"}
|
388
388
|
# load the gem
|
389
389
|
require 'purecloudplatformclientv2'
|
390
390
|
# setup authorization
|
@@ -409,7 +409,7 @@ begin
|
|
409
409
|
rescue PureCloud::ApiError => e
|
410
410
|
puts "Exception when calling ExternalContactsApi->delete_externalcontacts_relationship: #{e}"
|
411
411
|
end
|
412
|
-
|
412
|
+
```
|
413
413
|
|
414
414
|
### Parameters
|
415
415
|
|
@@ -432,7 +432,7 @@ nil (empty response body)
|
|
432
432
|
|
433
433
|
<a name="get_externalcontacts_contact"></a>
|
434
434
|
|
435
|
-
##
|
435
|
+
## [**ExternalContact**](ExternalContact.html) get_externalcontacts_contact(contact_id, opts)
|
436
436
|
|
437
437
|
|
438
438
|
|
@@ -448,7 +448,7 @@ Requires ANY permissions:
|
|
448
448
|
|
449
449
|
|
450
450
|
### Example
|
451
|
-
|
451
|
+
```{"language":"ruby"}
|
452
452
|
# load the gem
|
453
453
|
require 'purecloudplatformclientv2'
|
454
454
|
# setup authorization
|
@@ -477,7 +477,7 @@ begin
|
|
477
477
|
rescue PureCloud::ApiError => e
|
478
478
|
puts "Exception when calling ExternalContactsApi->get_externalcontacts_contact: #{e}"
|
479
479
|
end
|
480
|
-
|
480
|
+
```
|
481
481
|
|
482
482
|
### Parameters
|
483
483
|
|
@@ -501,7 +501,7 @@ Name | Type | Description | Notes
|
|
501
501
|
|
502
502
|
<a name="get_externalcontacts_contact_note"></a>
|
503
503
|
|
504
|
-
##
|
504
|
+
## [**Note**](Note.html) get_externalcontacts_contact_note(contact_id, note_id, opts)
|
505
505
|
|
506
506
|
|
507
507
|
|
@@ -517,7 +517,7 @@ Requires ANY permissions:
|
|
517
517
|
|
518
518
|
|
519
519
|
### Example
|
520
|
-
|
520
|
+
```{"language":"ruby"}
|
521
521
|
# load the gem
|
522
522
|
require 'purecloudplatformclientv2'
|
523
523
|
# setup authorization
|
@@ -548,7 +548,7 @@ begin
|
|
548
548
|
rescue PureCloud::ApiError => e
|
549
549
|
puts "Exception when calling ExternalContactsApi->get_externalcontacts_contact_note: #{e}"
|
550
550
|
end
|
551
|
-
|
551
|
+
```
|
552
552
|
|
553
553
|
### Parameters
|
554
554
|
|
@@ -573,7 +573,7 @@ Name | Type | Description | Notes
|
|
573
573
|
|
574
574
|
<a name="get_externalcontacts_contact_notes"></a>
|
575
575
|
|
576
|
-
##
|
576
|
+
## [**NoteListing**](NoteListing.html) get_externalcontacts_contact_notes(contact_id, opts)
|
577
577
|
|
578
578
|
|
579
579
|
|
@@ -589,7 +589,7 @@ Requires ANY permissions:
|
|
589
589
|
|
590
590
|
|
591
591
|
### Example
|
592
|
-
|
592
|
+
```{"language":"ruby"}
|
593
593
|
# load the gem
|
594
594
|
require 'purecloudplatformclientv2'
|
595
595
|
# setup authorization
|
@@ -621,7 +621,7 @@ begin
|
|
621
621
|
rescue PureCloud::ApiError => e
|
622
622
|
puts "Exception when calling ExternalContactsApi->get_externalcontacts_contact_notes: #{e}"
|
623
623
|
end
|
624
|
-
|
624
|
+
```
|
625
625
|
|
626
626
|
### Parameters
|
627
627
|
|
@@ -648,7 +648,7 @@ Name | Type | Description | Notes
|
|
648
648
|
|
649
649
|
<a name="get_externalcontacts_contacts"></a>
|
650
650
|
|
651
|
-
##
|
651
|
+
## [**ContactListing**](ContactListing.html) get_externalcontacts_contacts(opts)
|
652
652
|
|
653
653
|
|
654
654
|
|
@@ -664,7 +664,7 @@ Requires ANY permissions:
|
|
664
664
|
|
665
665
|
|
666
666
|
### Example
|
667
|
-
|
667
|
+
```{"language":"ruby"}
|
668
668
|
# load the gem
|
669
669
|
require 'purecloudplatformclientv2'
|
670
670
|
# setup authorization
|
@@ -695,7 +695,7 @@ begin
|
|
695
695
|
rescue PureCloud::ApiError => e
|
696
696
|
puts "Exception when calling ExternalContactsApi->get_externalcontacts_contacts: #{e}"
|
697
697
|
end
|
698
|
-
|
698
|
+
```
|
699
699
|
|
700
700
|
### Parameters
|
701
701
|
|
@@ -722,7 +722,7 @@ Name | Type | Description | Notes
|
|
722
722
|
|
723
723
|
<a name="get_externalcontacts_organization"></a>
|
724
724
|
|
725
|
-
##
|
725
|
+
## [**ExternalOrganization**](ExternalOrganization.html) get_externalcontacts_organization(external_organization_id, opts)
|
726
726
|
|
727
727
|
|
728
728
|
|
@@ -738,7 +738,7 @@ Requires ANY permissions:
|
|
738
738
|
|
739
739
|
|
740
740
|
### Example
|
741
|
-
|
741
|
+
```{"language":"ruby"}
|
742
742
|
# load the gem
|
743
743
|
require 'purecloudplatformclientv2'
|
744
744
|
# setup authorization
|
@@ -768,7 +768,7 @@ begin
|
|
768
768
|
rescue PureCloud::ApiError => e
|
769
769
|
puts "Exception when calling ExternalContactsApi->get_externalcontacts_organization: #{e}"
|
770
770
|
end
|
771
|
-
|
771
|
+
```
|
772
772
|
|
773
773
|
### Parameters
|
774
774
|
|
@@ -793,7 +793,7 @@ Name | Type | Description | Notes
|
|
793
793
|
|
794
794
|
<a name="get_externalcontacts_organization_contacts"></a>
|
795
795
|
|
796
|
-
##
|
796
|
+
## [**ContactListing**](ContactListing.html) get_externalcontacts_organization_contacts(external_organization_id, opts)
|
797
797
|
|
798
798
|
|
799
799
|
|
@@ -809,7 +809,7 @@ Requires ANY permissions:
|
|
809
809
|
|
810
810
|
|
811
811
|
### Example
|
812
|
-
|
812
|
+
```{"language":"ruby"}
|
813
813
|
# load the gem
|
814
814
|
require 'purecloudplatformclientv2'
|
815
815
|
# setup authorization
|
@@ -842,7 +842,7 @@ begin
|
|
842
842
|
rescue PureCloud::ApiError => e
|
843
843
|
puts "Exception when calling ExternalContactsApi->get_externalcontacts_organization_contacts: #{e}"
|
844
844
|
end
|
845
|
-
|
845
|
+
```
|
846
846
|
|
847
847
|
### Parameters
|
848
848
|
|
@@ -870,7 +870,7 @@ Name | Type | Description | Notes
|
|
870
870
|
|
871
871
|
<a name="get_externalcontacts_organization_note"></a>
|
872
872
|
|
873
|
-
##
|
873
|
+
## [**Note**](Note.html) get_externalcontacts_organization_note(external_organization_id, note_id, opts)
|
874
874
|
|
875
875
|
|
876
876
|
|
@@ -886,7 +886,7 @@ Requires ANY permissions:
|
|
886
886
|
|
887
887
|
|
888
888
|
### Example
|
889
|
-
|
889
|
+
```{"language":"ruby"}
|
890
890
|
# load the gem
|
891
891
|
require 'purecloudplatformclientv2'
|
892
892
|
# setup authorization
|
@@ -917,7 +917,7 @@ begin
|
|
917
917
|
rescue PureCloud::ApiError => e
|
918
918
|
puts "Exception when calling ExternalContactsApi->get_externalcontacts_organization_note: #{e}"
|
919
919
|
end
|
920
|
-
|
920
|
+
```
|
921
921
|
|
922
922
|
### Parameters
|
923
923
|
|
@@ -942,7 +942,7 @@ Name | Type | Description | Notes
|
|
942
942
|
|
943
943
|
<a name="get_externalcontacts_organization_notes"></a>
|
944
944
|
|
945
|
-
##
|
945
|
+
## [**NoteListing**](NoteListing.html) get_externalcontacts_organization_notes(external_organization_id, opts)
|
946
946
|
|
947
947
|
|
948
948
|
|
@@ -958,7 +958,7 @@ Requires ANY permissions:
|
|
958
958
|
|
959
959
|
|
960
960
|
### Example
|
961
|
-
|
961
|
+
```{"language":"ruby"}
|
962
962
|
# load the gem
|
963
963
|
require 'purecloudplatformclientv2'
|
964
964
|
# setup authorization
|
@@ -990,7 +990,7 @@ begin
|
|
990
990
|
rescue PureCloud::ApiError => e
|
991
991
|
puts "Exception when calling ExternalContactsApi->get_externalcontacts_organization_notes: #{e}"
|
992
992
|
end
|
993
|
-
|
993
|
+
```
|
994
994
|
|
995
995
|
### Parameters
|
996
996
|
|
@@ -1017,7 +1017,7 @@ Name | Type | Description | Notes
|
|
1017
1017
|
|
1018
1018
|
<a name="get_externalcontacts_organization_relationships"></a>
|
1019
1019
|
|
1020
|
-
##
|
1020
|
+
## [**RelationshipListing**](RelationshipListing.html) get_externalcontacts_organization_relationships(external_organization_id, opts)
|
1021
1021
|
|
1022
1022
|
|
1023
1023
|
|
@@ -1033,7 +1033,7 @@ Requires ANY permissions:
|
|
1033
1033
|
|
1034
1034
|
|
1035
1035
|
### Example
|
1036
|
-
|
1036
|
+
```{"language":"ruby"}
|
1037
1037
|
# load the gem
|
1038
1038
|
require 'purecloudplatformclientv2'
|
1039
1039
|
# setup authorization
|
@@ -1065,7 +1065,7 @@ begin
|
|
1065
1065
|
rescue PureCloud::ApiError => e
|
1066
1066
|
puts "Exception when calling ExternalContactsApi->get_externalcontacts_organization_relationships: #{e}"
|
1067
1067
|
end
|
1068
|
-
|
1068
|
+
```
|
1069
1069
|
|
1070
1070
|
### Parameters
|
1071
1071
|
|
@@ -1092,7 +1092,7 @@ Name | Type | Description | Notes
|
|
1092
1092
|
|
1093
1093
|
<a name="get_externalcontacts_organizations"></a>
|
1094
1094
|
|
1095
|
-
##
|
1095
|
+
## [**ExternalOrganizationListing**](ExternalOrganizationListing.html) get_externalcontacts_organizations(opts)
|
1096
1096
|
|
1097
1097
|
|
1098
1098
|
|
@@ -1108,7 +1108,7 @@ Requires ANY permissions:
|
|
1108
1108
|
|
1109
1109
|
|
1110
1110
|
### Example
|
1111
|
-
|
1111
|
+
```{"language":"ruby"}
|
1112
1112
|
# load the gem
|
1113
1113
|
require 'purecloudplatformclientv2'
|
1114
1114
|
# setup authorization
|
@@ -1141,7 +1141,7 @@ begin
|
|
1141
1141
|
rescue PureCloud::ApiError => e
|
1142
1142
|
puts "Exception when calling ExternalContactsApi->get_externalcontacts_organizations: #{e}"
|
1143
1143
|
end
|
1144
|
-
|
1144
|
+
```
|
1145
1145
|
|
1146
1146
|
### Parameters
|
1147
1147
|
|
@@ -1170,7 +1170,7 @@ Name | Type | Description | Notes
|
|
1170
1170
|
|
1171
1171
|
<a name="get_externalcontacts_relationship"></a>
|
1172
1172
|
|
1173
|
-
##
|
1173
|
+
## [**Relationship**](Relationship.html) get_externalcontacts_relationship(relationship_id, opts)
|
1174
1174
|
|
1175
1175
|
|
1176
1176
|
|
@@ -1186,7 +1186,7 @@ Requires ANY permissions:
|
|
1186
1186
|
|
1187
1187
|
|
1188
1188
|
### Example
|
1189
|
-
|
1189
|
+
```{"language":"ruby"}
|
1190
1190
|
# load the gem
|
1191
1191
|
require 'purecloudplatformclientv2'
|
1192
1192
|
# setup authorization
|
@@ -1215,7 +1215,7 @@ begin
|
|
1215
1215
|
rescue PureCloud::ApiError => e
|
1216
1216
|
puts "Exception when calling ExternalContactsApi->get_externalcontacts_relationship: #{e}"
|
1217
1217
|
end
|
1218
|
-
|
1218
|
+
```
|
1219
1219
|
|
1220
1220
|
### Parameters
|
1221
1221
|
|
@@ -1239,7 +1239,7 @@ Name | Type | Description | Notes
|
|
1239
1239
|
|
1240
1240
|
<a name="get_externalcontacts_reversewhitepageslookup"></a>
|
1241
1241
|
|
1242
|
-
##
|
1242
|
+
## [**ReverseWhitepagesLookupResult**](ReverseWhitepagesLookupResult.html) get_externalcontacts_reversewhitepageslookup(lookup_val, opts)
|
1243
1243
|
|
1244
1244
|
|
1245
1245
|
|
@@ -1255,7 +1255,7 @@ Requires ANY permissions:
|
|
1255
1255
|
|
1256
1256
|
|
1257
1257
|
### Example
|
1258
|
-
|
1258
|
+
```{"language":"ruby"}
|
1259
1259
|
# load the gem
|
1260
1260
|
require 'purecloudplatformclientv2'
|
1261
1261
|
# setup authorization
|
@@ -1284,7 +1284,7 @@ begin
|
|
1284
1284
|
rescue PureCloud::ApiError => e
|
1285
1285
|
puts "Exception when calling ExternalContactsApi->get_externalcontacts_reversewhitepageslookup: #{e}"
|
1286
1286
|
end
|
1287
|
-
|
1287
|
+
```
|
1288
1288
|
|
1289
1289
|
### Parameters
|
1290
1290
|
|
@@ -1308,7 +1308,7 @@ Name | Type | Description | Notes
|
|
1308
1308
|
|
1309
1309
|
<a name="post_externalcontacts_contact_notes"></a>
|
1310
1310
|
|
1311
|
-
##
|
1311
|
+
## [**Note**](Note.html) post_externalcontacts_contact_notes(contact_id, body)
|
1312
1312
|
|
1313
1313
|
|
1314
1314
|
|
@@ -1324,7 +1324,7 @@ Requires ANY permissions:
|
|
1324
1324
|
|
1325
1325
|
|
1326
1326
|
### Example
|
1327
|
-
|
1327
|
+
```{"language":"ruby"}
|
1328
1328
|
# load the gem
|
1329
1329
|
require 'purecloudplatformclientv2'
|
1330
1330
|
# setup authorization
|
@@ -1352,7 +1352,7 @@ begin
|
|
1352
1352
|
rescue PureCloud::ApiError => e
|
1353
1353
|
puts "Exception when calling ExternalContactsApi->post_externalcontacts_contact_notes: #{e}"
|
1354
1354
|
end
|
1355
|
-
|
1355
|
+
```
|
1356
1356
|
|
1357
1357
|
### Parameters
|
1358
1358
|
|
@@ -1376,7 +1376,7 @@ Name | Type | Description | Notes
|
|
1376
1376
|
|
1377
1377
|
<a name="post_externalcontacts_contacts"></a>
|
1378
1378
|
|
1379
|
-
##
|
1379
|
+
## [**ExternalContact**](ExternalContact.html) post_externalcontacts_contacts(body)
|
1380
1380
|
|
1381
1381
|
|
1382
1382
|
|
@@ -1392,7 +1392,7 @@ Requires ANY permissions:
|
|
1392
1392
|
|
1393
1393
|
|
1394
1394
|
### Example
|
1395
|
-
|
1395
|
+
```{"language":"ruby"}
|
1396
1396
|
# load the gem
|
1397
1397
|
require 'purecloudplatformclientv2'
|
1398
1398
|
# setup authorization
|
@@ -1418,7 +1418,7 @@ begin
|
|
1418
1418
|
rescue PureCloud::ApiError => e
|
1419
1419
|
puts "Exception when calling ExternalContactsApi->post_externalcontacts_contacts: #{e}"
|
1420
1420
|
end
|
1421
|
-
|
1421
|
+
```
|
1422
1422
|
|
1423
1423
|
### Parameters
|
1424
1424
|
|
@@ -1441,7 +1441,7 @@ Name | Type | Description | Notes
|
|
1441
1441
|
|
1442
1442
|
<a name="post_externalcontacts_organization_notes"></a>
|
1443
1443
|
|
1444
|
-
##
|
1444
|
+
## [**Note**](Note.html) post_externalcontacts_organization_notes(external_organization_id, body)
|
1445
1445
|
|
1446
1446
|
|
1447
1447
|
|
@@ -1457,7 +1457,7 @@ Requires ANY permissions:
|
|
1457
1457
|
|
1458
1458
|
|
1459
1459
|
### Example
|
1460
|
-
|
1460
|
+
```{"language":"ruby"}
|
1461
1461
|
# load the gem
|
1462
1462
|
require 'purecloudplatformclientv2'
|
1463
1463
|
# setup authorization
|
@@ -1485,7 +1485,7 @@ begin
|
|
1485
1485
|
rescue PureCloud::ApiError => e
|
1486
1486
|
puts "Exception when calling ExternalContactsApi->post_externalcontacts_organization_notes: #{e}"
|
1487
1487
|
end
|
1488
|
-
|
1488
|
+
```
|
1489
1489
|
|
1490
1490
|
### Parameters
|
1491
1491
|
|
@@ -1509,7 +1509,7 @@ Name | Type | Description | Notes
|
|
1509
1509
|
|
1510
1510
|
<a name="post_externalcontacts_organizations"></a>
|
1511
1511
|
|
1512
|
-
##
|
1512
|
+
## [**ExternalOrganization**](ExternalOrganization.html) post_externalcontacts_organizations(body)
|
1513
1513
|
|
1514
1514
|
|
1515
1515
|
|
@@ -1525,7 +1525,7 @@ Requires ANY permissions:
|
|
1525
1525
|
|
1526
1526
|
|
1527
1527
|
### Example
|
1528
|
-
|
1528
|
+
```{"language":"ruby"}
|
1529
1529
|
# load the gem
|
1530
1530
|
require 'purecloudplatformclientv2'
|
1531
1531
|
# setup authorization
|
@@ -1551,7 +1551,7 @@ begin
|
|
1551
1551
|
rescue PureCloud::ApiError => e
|
1552
1552
|
puts "Exception when calling ExternalContactsApi->post_externalcontacts_organizations: #{e}"
|
1553
1553
|
end
|
1554
|
-
|
1554
|
+
```
|
1555
1555
|
|
1556
1556
|
### Parameters
|
1557
1557
|
|
@@ -1574,7 +1574,7 @@ Name | Type | Description | Notes
|
|
1574
1574
|
|
1575
1575
|
<a name="post_externalcontacts_relationships"></a>
|
1576
1576
|
|
1577
|
-
##
|
1577
|
+
## [**Relationship**](Relationship.html) post_externalcontacts_relationships(body)
|
1578
1578
|
|
1579
1579
|
|
1580
1580
|
|
@@ -1590,7 +1590,7 @@ Requires ANY permissions:
|
|
1590
1590
|
|
1591
1591
|
|
1592
1592
|
### Example
|
1593
|
-
|
1593
|
+
```{"language":"ruby"}
|
1594
1594
|
# load the gem
|
1595
1595
|
require 'purecloudplatformclientv2'
|
1596
1596
|
# setup authorization
|
@@ -1616,7 +1616,7 @@ begin
|
|
1616
1616
|
rescue PureCloud::ApiError => e
|
1617
1617
|
puts "Exception when calling ExternalContactsApi->post_externalcontacts_relationships: #{e}"
|
1618
1618
|
end
|
1619
|
-
|
1619
|
+
```
|
1620
1620
|
|
1621
1621
|
### Parameters
|
1622
1622
|
|
@@ -1639,7 +1639,7 @@ Name | Type | Description | Notes
|
|
1639
1639
|
|
1640
1640
|
<a name="put_externalcontacts_contact"></a>
|
1641
1641
|
|
1642
|
-
##
|
1642
|
+
## [**ExternalContact**](ExternalContact.html) put_externalcontacts_contact(contact_id, body)
|
1643
1643
|
|
1644
1644
|
|
1645
1645
|
|
@@ -1655,7 +1655,7 @@ Requires ANY permissions:
|
|
1655
1655
|
|
1656
1656
|
|
1657
1657
|
### Example
|
1658
|
-
|
1658
|
+
```{"language":"ruby"}
|
1659
1659
|
# load the gem
|
1660
1660
|
require 'purecloudplatformclientv2'
|
1661
1661
|
# setup authorization
|
@@ -1683,7 +1683,7 @@ begin
|
|
1683
1683
|
rescue PureCloud::ApiError => e
|
1684
1684
|
puts "Exception when calling ExternalContactsApi->put_externalcontacts_contact: #{e}"
|
1685
1685
|
end
|
1686
|
-
|
1686
|
+
```
|
1687
1687
|
|
1688
1688
|
### Parameters
|
1689
1689
|
|
@@ -1707,7 +1707,7 @@ Name | Type | Description | Notes
|
|
1707
1707
|
|
1708
1708
|
<a name="put_externalcontacts_contact_note"></a>
|
1709
1709
|
|
1710
|
-
##
|
1710
|
+
## [**Note**](Note.html) put_externalcontacts_contact_note(contact_id, note_id, body)
|
1711
1711
|
|
1712
1712
|
|
1713
1713
|
|
@@ -1723,7 +1723,7 @@ Requires ANY permissions:
|
|
1723
1723
|
|
1724
1724
|
|
1725
1725
|
### Example
|
1726
|
-
|
1726
|
+
```{"language":"ruby"}
|
1727
1727
|
# load the gem
|
1728
1728
|
require 'purecloudplatformclientv2'
|
1729
1729
|
# setup authorization
|
@@ -1753,7 +1753,7 @@ begin
|
|
1753
1753
|
rescue PureCloud::ApiError => e
|
1754
1754
|
puts "Exception when calling ExternalContactsApi->put_externalcontacts_contact_note: #{e}"
|
1755
1755
|
end
|
1756
|
-
|
1756
|
+
```
|
1757
1757
|
|
1758
1758
|
### Parameters
|
1759
1759
|
|
@@ -1778,7 +1778,7 @@ Name | Type | Description | Notes
|
|
1778
1778
|
|
1779
1779
|
<a name="put_externalcontacts_conversation"></a>
|
1780
1780
|
|
1781
|
-
##
|
1781
|
+
## put_externalcontacts_conversation(conversation_id, body)
|
1782
1782
|
|
1783
1783
|
|
1784
1784
|
|
@@ -1794,7 +1794,7 @@ Requires ANY permissions:
|
|
1794
1794
|
|
1795
1795
|
|
1796
1796
|
### Example
|
1797
|
-
|
1797
|
+
```{"language":"ruby"}
|
1798
1798
|
# load the gem
|
1799
1799
|
require 'purecloudplatformclientv2'
|
1800
1800
|
# setup authorization
|
@@ -1821,7 +1821,7 @@ begin
|
|
1821
1821
|
rescue PureCloud::ApiError => e
|
1822
1822
|
puts "Exception when calling ExternalContactsApi->put_externalcontacts_conversation: #{e}"
|
1823
1823
|
end
|
1824
|
-
|
1824
|
+
```
|
1825
1825
|
|
1826
1826
|
### Parameters
|
1827
1827
|
|
@@ -1845,7 +1845,7 @@ nil (empty response body)
|
|
1845
1845
|
|
1846
1846
|
<a name="put_externalcontacts_organization"></a>
|
1847
1847
|
|
1848
|
-
##
|
1848
|
+
## [**ExternalOrganization**](ExternalOrganization.html) put_externalcontacts_organization(external_organization_id, body)
|
1849
1849
|
|
1850
1850
|
|
1851
1851
|
|
@@ -1861,7 +1861,7 @@ Requires ANY permissions:
|
|
1861
1861
|
|
1862
1862
|
|
1863
1863
|
### Example
|
1864
|
-
|
1864
|
+
```{"language":"ruby"}
|
1865
1865
|
# load the gem
|
1866
1866
|
require 'purecloudplatformclientv2'
|
1867
1867
|
# setup authorization
|
@@ -1889,7 +1889,7 @@ begin
|
|
1889
1889
|
rescue PureCloud::ApiError => e
|
1890
1890
|
puts "Exception when calling ExternalContactsApi->put_externalcontacts_organization: #{e}"
|
1891
1891
|
end
|
1892
|
-
|
1892
|
+
```
|
1893
1893
|
|
1894
1894
|
### Parameters
|
1895
1895
|
|
@@ -1913,7 +1913,7 @@ Name | Type | Description | Notes
|
|
1913
1913
|
|
1914
1914
|
<a name="put_externalcontacts_organization_note"></a>
|
1915
1915
|
|
1916
|
-
##
|
1916
|
+
## [**Note**](Note.html) put_externalcontacts_organization_note(external_organization_id, note_id, body)
|
1917
1917
|
|
1918
1918
|
|
1919
1919
|
|
@@ -1929,7 +1929,7 @@ Requires ANY permissions:
|
|
1929
1929
|
|
1930
1930
|
|
1931
1931
|
### Example
|
1932
|
-
|
1932
|
+
```{"language":"ruby"}
|
1933
1933
|
# load the gem
|
1934
1934
|
require 'purecloudplatformclientv2'
|
1935
1935
|
# setup authorization
|
@@ -1959,7 +1959,7 @@ begin
|
|
1959
1959
|
rescue PureCloud::ApiError => e
|
1960
1960
|
puts "Exception when calling ExternalContactsApi->put_externalcontacts_organization_note: #{e}"
|
1961
1961
|
end
|
1962
|
-
|
1962
|
+
```
|
1963
1963
|
|
1964
1964
|
### Parameters
|
1965
1965
|
|
@@ -1984,7 +1984,7 @@ Name | Type | Description | Notes
|
|
1984
1984
|
|
1985
1985
|
<a name="put_externalcontacts_organization_trustor_trustor_id"></a>
|
1986
1986
|
|
1987
|
-
##
|
1987
|
+
## [**ExternalOrganization**](ExternalOrganization.html) put_externalcontacts_organization_trustor_trustor_id(external_organization_id, trustor_id)
|
1988
1988
|
|
1989
1989
|
|
1990
1990
|
|
@@ -2000,7 +2000,7 @@ Requires ANY permissions:
|
|
2000
2000
|
|
2001
2001
|
|
2002
2002
|
### Example
|
2003
|
-
|
2003
|
+
```{"language":"ruby"}
|
2004
2004
|
# load the gem
|
2005
2005
|
require 'purecloudplatformclientv2'
|
2006
2006
|
# setup authorization
|
@@ -2028,7 +2028,7 @@ begin
|
|
2028
2028
|
rescue PureCloud::ApiError => e
|
2029
2029
|
puts "Exception when calling ExternalContactsApi->put_externalcontacts_organization_trustor_trustor_id: #{e}"
|
2030
2030
|
end
|
2031
|
-
|
2031
|
+
```
|
2032
2032
|
|
2033
2033
|
### Parameters
|
2034
2034
|
|
@@ -2052,7 +2052,7 @@ Name | Type | Description | Notes
|
|
2052
2052
|
|
2053
2053
|
<a name="put_externalcontacts_relationship"></a>
|
2054
2054
|
|
2055
|
-
##
|
2055
|
+
## [**Relationship**](Relationship.html) put_externalcontacts_relationship(relationship_id, body)
|
2056
2056
|
|
2057
2057
|
|
2058
2058
|
|
@@ -2068,7 +2068,7 @@ Requires ANY permissions:
|
|
2068
2068
|
|
2069
2069
|
|
2070
2070
|
### Example
|
2071
|
-
|
2071
|
+
```{"language":"ruby"}
|
2072
2072
|
# load the gem
|
2073
2073
|
require 'purecloudplatformclientv2'
|
2074
2074
|
# setup authorization
|
@@ -2096,7 +2096,7 @@ begin
|
|
2096
2096
|
rescue PureCloud::ApiError => e
|
2097
2097
|
puts "Exception when calling ExternalContactsApi->put_externalcontacts_relationship: #{e}"
|
2098
2098
|
end
|
2099
|
-
|
2099
|
+
```
|
2100
2100
|
|
2101
2101
|
### Parameters
|
2102
2102
|
|