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
@@ -23,7 +23,7 @@ Method | Description
|
|
23
23
|
|
24
24
|
<a name="delete_responsemanagement_library"></a>
|
25
25
|
|
26
|
-
##
|
26
|
+
## delete_responsemanagement_library(library_id)
|
27
27
|
|
28
28
|
|
29
29
|
|
@@ -38,7 +38,7 @@ Requires NO permissions:
|
|
38
38
|
|
39
39
|
|
40
40
|
### Example
|
41
|
-
|
41
|
+
```{"language":"ruby"}
|
42
42
|
# load the gem
|
43
43
|
require 'purecloudplatformclientv2'
|
44
44
|
# setup authorization
|
@@ -63,7 +63,7 @@ begin
|
|
63
63
|
rescue PureCloud::ApiError => e
|
64
64
|
puts "Exception when calling ResponseManagementApi->delete_responsemanagement_library: #{e}"
|
65
65
|
end
|
66
|
-
|
66
|
+
```
|
67
67
|
|
68
68
|
### Parameters
|
69
69
|
|
@@ -86,7 +86,7 @@ nil (empty response body)
|
|
86
86
|
|
87
87
|
<a name="delete_responsemanagement_response"></a>
|
88
88
|
|
89
|
-
##
|
89
|
+
## delete_responsemanagement_response(response_id)
|
90
90
|
|
91
91
|
|
92
92
|
|
@@ -101,7 +101,7 @@ Requires NO permissions:
|
|
101
101
|
|
102
102
|
|
103
103
|
### Example
|
104
|
-
|
104
|
+
```{"language":"ruby"}
|
105
105
|
# load the gem
|
106
106
|
require 'purecloudplatformclientv2'
|
107
107
|
# setup authorization
|
@@ -126,7 +126,7 @@ begin
|
|
126
126
|
rescue PureCloud::ApiError => e
|
127
127
|
puts "Exception when calling ResponseManagementApi->delete_responsemanagement_response: #{e}"
|
128
128
|
end
|
129
|
-
|
129
|
+
```
|
130
130
|
|
131
131
|
### Parameters
|
132
132
|
|
@@ -149,7 +149,7 @@ nil (empty response body)
|
|
149
149
|
|
150
150
|
<a name="get_responsemanagement_libraries"></a>
|
151
151
|
|
152
|
-
##
|
152
|
+
## [**LibraryEntityListing**](LibraryEntityListing.html) get_responsemanagement_libraries(opts)
|
153
153
|
|
154
154
|
|
155
155
|
|
@@ -164,7 +164,7 @@ Requires NO permissions:
|
|
164
164
|
|
165
165
|
|
166
166
|
### Example
|
167
|
-
|
167
|
+
```{"language":"ruby"}
|
168
168
|
# load the gem
|
169
169
|
require 'purecloudplatformclientv2'
|
170
170
|
# setup authorization
|
@@ -192,7 +192,7 @@ begin
|
|
192
192
|
rescue PureCloud::ApiError => e
|
193
193
|
puts "Exception when calling ResponseManagementApi->get_responsemanagement_libraries: #{e}"
|
194
194
|
end
|
195
|
-
|
195
|
+
```
|
196
196
|
|
197
197
|
### Parameters
|
198
198
|
|
@@ -216,7 +216,7 @@ Name | Type | Description | Notes
|
|
216
216
|
|
217
217
|
<a name="get_responsemanagement_library"></a>
|
218
218
|
|
219
|
-
##
|
219
|
+
## [**Library**](Library.html) get_responsemanagement_library(library_id)
|
220
220
|
|
221
221
|
|
222
222
|
|
@@ -231,7 +231,7 @@ Requires NO permissions:
|
|
231
231
|
|
232
232
|
|
233
233
|
### Example
|
234
|
-
|
234
|
+
```{"language":"ruby"}
|
235
235
|
# load the gem
|
236
236
|
require 'purecloudplatformclientv2'
|
237
237
|
# setup authorization
|
@@ -257,7 +257,7 @@ begin
|
|
257
257
|
rescue PureCloud::ApiError => e
|
258
258
|
puts "Exception when calling ResponseManagementApi->get_responsemanagement_library: #{e}"
|
259
259
|
end
|
260
|
-
|
260
|
+
```
|
261
261
|
|
262
262
|
### Parameters
|
263
263
|
|
@@ -280,7 +280,7 @@ Name | Type | Description | Notes
|
|
280
280
|
|
281
281
|
<a name="get_responsemanagement_response"></a>
|
282
282
|
|
283
|
-
##
|
283
|
+
## [**Response**](Response.html) get_responsemanagement_response(response_id, opts)
|
284
284
|
|
285
285
|
|
286
286
|
|
@@ -295,7 +295,7 @@ Requires NO permissions:
|
|
295
295
|
|
296
296
|
|
297
297
|
### Example
|
298
|
-
|
298
|
+
```{"language":"ruby"}
|
299
299
|
# load the gem
|
300
300
|
require 'purecloudplatformclientv2'
|
301
301
|
# setup authorization
|
@@ -324,7 +324,7 @@ begin
|
|
324
324
|
rescue PureCloud::ApiError => e
|
325
325
|
puts "Exception when calling ResponseManagementApi->get_responsemanagement_response: #{e}"
|
326
326
|
end
|
327
|
-
|
327
|
+
```
|
328
328
|
|
329
329
|
### Parameters
|
330
330
|
|
@@ -348,7 +348,7 @@ Name | Type | Description | Notes
|
|
348
348
|
|
349
349
|
<a name="get_responsemanagement_responses"></a>
|
350
350
|
|
351
|
-
##
|
351
|
+
## [**ResponseEntityListing**](ResponseEntityListing.html) get_responsemanagement_responses(library_id, opts)
|
352
352
|
|
353
353
|
|
354
354
|
|
@@ -363,7 +363,7 @@ Requires NO permissions:
|
|
363
363
|
|
364
364
|
|
365
365
|
### Example
|
366
|
-
|
366
|
+
```{"language":"ruby"}
|
367
367
|
# load the gem
|
368
368
|
require 'purecloudplatformclientv2'
|
369
369
|
# setup authorization
|
@@ -394,7 +394,7 @@ begin
|
|
394
394
|
rescue PureCloud::ApiError => e
|
395
395
|
puts "Exception when calling ResponseManagementApi->get_responsemanagement_responses: #{e}"
|
396
396
|
end
|
397
|
-
|
397
|
+
```
|
398
398
|
|
399
399
|
### Parameters
|
400
400
|
|
@@ -420,7 +420,7 @@ Name | Type | Description | Notes
|
|
420
420
|
|
421
421
|
<a name="post_responsemanagement_libraries"></a>
|
422
422
|
|
423
|
-
##
|
423
|
+
## [**Library**](Library.html) post_responsemanagement_libraries(body)
|
424
424
|
|
425
425
|
|
426
426
|
|
@@ -435,7 +435,7 @@ Requires NO permissions:
|
|
435
435
|
|
436
436
|
|
437
437
|
### Example
|
438
|
-
|
438
|
+
```{"language":"ruby"}
|
439
439
|
# load the gem
|
440
440
|
require 'purecloudplatformclientv2'
|
441
441
|
# setup authorization
|
@@ -461,7 +461,7 @@ begin
|
|
461
461
|
rescue PureCloud::ApiError => e
|
462
462
|
puts "Exception when calling ResponseManagementApi->post_responsemanagement_libraries: #{e}"
|
463
463
|
end
|
464
|
-
|
464
|
+
```
|
465
465
|
|
466
466
|
### Parameters
|
467
467
|
|
@@ -484,7 +484,7 @@ Name | Type | Description | Notes
|
|
484
484
|
|
485
485
|
<a name="post_responsemanagement_responses"></a>
|
486
486
|
|
487
|
-
##
|
487
|
+
## [**Response**](Response.html) post_responsemanagement_responses(body, opts)
|
488
488
|
|
489
489
|
|
490
490
|
|
@@ -499,7 +499,7 @@ Requires NO permissions:
|
|
499
499
|
|
500
500
|
|
501
501
|
### Example
|
502
|
-
|
502
|
+
```{"language":"ruby"}
|
503
503
|
# load the gem
|
504
504
|
require 'purecloudplatformclientv2'
|
505
505
|
# setup authorization
|
@@ -528,7 +528,7 @@ begin
|
|
528
528
|
rescue PureCloud::ApiError => e
|
529
529
|
puts "Exception when calling ResponseManagementApi->post_responsemanagement_responses: #{e}"
|
530
530
|
end
|
531
|
-
|
531
|
+
```
|
532
532
|
|
533
533
|
### Parameters
|
534
534
|
|
@@ -552,7 +552,7 @@ Name | Type | Description | Notes
|
|
552
552
|
|
553
553
|
<a name="post_responsemanagement_responses_query"></a>
|
554
554
|
|
555
|
-
##
|
555
|
+
## [**ResponseQueryResults**](ResponseQueryResults.html) post_responsemanagement_responses_query(body)
|
556
556
|
|
557
557
|
|
558
558
|
|
@@ -567,7 +567,7 @@ Requires NO permissions:
|
|
567
567
|
|
568
568
|
|
569
569
|
### Example
|
570
|
-
|
570
|
+
```{"language":"ruby"}
|
571
571
|
# load the gem
|
572
572
|
require 'purecloudplatformclientv2'
|
573
573
|
# setup authorization
|
@@ -593,7 +593,7 @@ begin
|
|
593
593
|
rescue PureCloud::ApiError => e
|
594
594
|
puts "Exception when calling ResponseManagementApi->post_responsemanagement_responses_query: #{e}"
|
595
595
|
end
|
596
|
-
|
596
|
+
```
|
597
597
|
|
598
598
|
### Parameters
|
599
599
|
|
@@ -616,7 +616,7 @@ Name | Type | Description | Notes
|
|
616
616
|
|
617
617
|
<a name="put_responsemanagement_library"></a>
|
618
618
|
|
619
|
-
##
|
619
|
+
## [**Library**](Library.html) put_responsemanagement_library(library_id, body)
|
620
620
|
|
621
621
|
|
622
622
|
|
@@ -631,7 +631,7 @@ Requires NO permissions:
|
|
631
631
|
|
632
632
|
|
633
633
|
### Example
|
634
|
-
|
634
|
+
```{"language":"ruby"}
|
635
635
|
# load the gem
|
636
636
|
require 'purecloudplatformclientv2'
|
637
637
|
# setup authorization
|
@@ -659,7 +659,7 @@ begin
|
|
659
659
|
rescue PureCloud::ApiError => e
|
660
660
|
puts "Exception when calling ResponseManagementApi->put_responsemanagement_library: #{e}"
|
661
661
|
end
|
662
|
-
|
662
|
+
```
|
663
663
|
|
664
664
|
### Parameters
|
665
665
|
|
@@ -683,7 +683,7 @@ Name | Type | Description | Notes
|
|
683
683
|
|
684
684
|
<a name="put_responsemanagement_response"></a>
|
685
685
|
|
686
|
-
##
|
686
|
+
## [**Response**](Response.html) put_responsemanagement_response(response_id, body, opts)
|
687
687
|
|
688
688
|
|
689
689
|
|
@@ -698,7 +698,7 @@ Requires NO permissions:
|
|
698
698
|
|
699
699
|
|
700
700
|
### Example
|
701
|
-
|
701
|
+
```{"language":"ruby"}
|
702
702
|
# load the gem
|
703
703
|
require 'purecloudplatformclientv2'
|
704
704
|
# setup authorization
|
@@ -729,7 +729,7 @@ begin
|
|
729
729
|
rescue PureCloud::ApiError => e
|
730
730
|
puts "Exception when calling ResponseManagementApi->put_responsemanagement_response: #{e}"
|
731
731
|
end
|
732
|
-
|
732
|
+
```
|
733
733
|
|
734
734
|
### Parameters
|
735
735
|
|
data/docs/RoutingApi.md
CHANGED
@@ -75,7 +75,7 @@ Method | Description
|
|
75
75
|
|
76
76
|
<a name="delete_routing_email_domain"></a>
|
77
77
|
|
78
|
-
##
|
78
|
+
## delete_routing_email_domain(domain_id)
|
79
79
|
|
80
80
|
|
81
81
|
|
@@ -91,7 +91,7 @@ Requires ANY permissions:
|
|
91
91
|
|
92
92
|
|
93
93
|
### Example
|
94
|
-
|
94
|
+
```{"language":"ruby"}
|
95
95
|
# load the gem
|
96
96
|
require 'purecloudplatformclientv2'
|
97
97
|
# setup authorization
|
@@ -116,7 +116,7 @@ begin
|
|
116
116
|
rescue PureCloud::ApiError => e
|
117
117
|
puts "Exception when calling RoutingApi->delete_routing_email_domain: #{e}"
|
118
118
|
end
|
119
|
-
|
119
|
+
```
|
120
120
|
|
121
121
|
### Parameters
|
122
122
|
|
@@ -139,7 +139,7 @@ nil (empty response body)
|
|
139
139
|
|
140
140
|
<a name="delete_routing_email_domain_route"></a>
|
141
141
|
|
142
|
-
##
|
142
|
+
## delete_routing_email_domain_route(domain_name, route_id)
|
143
143
|
|
144
144
|
|
145
145
|
|
@@ -155,7 +155,7 @@ Requires ANY permissions:
|
|
155
155
|
|
156
156
|
|
157
157
|
### Example
|
158
|
-
|
158
|
+
```{"language":"ruby"}
|
159
159
|
# load the gem
|
160
160
|
require 'purecloudplatformclientv2'
|
161
161
|
# setup authorization
|
@@ -182,7 +182,7 @@ begin
|
|
182
182
|
rescue PureCloud::ApiError => e
|
183
183
|
puts "Exception when calling RoutingApi->delete_routing_email_domain_route: #{e}"
|
184
184
|
end
|
185
|
-
|
185
|
+
```
|
186
186
|
|
187
187
|
### Parameters
|
188
188
|
|
@@ -206,7 +206,7 @@ nil (empty response body)
|
|
206
206
|
|
207
207
|
<a name="delete_routing_queue"></a>
|
208
208
|
|
209
|
-
##
|
209
|
+
## delete_routing_queue(queue_id, opts)
|
210
210
|
|
211
211
|
|
212
212
|
|
@@ -222,7 +222,7 @@ Requires ANY permissions:
|
|
222
222
|
|
223
223
|
|
224
224
|
### Example
|
225
|
-
|
225
|
+
```{"language":"ruby"}
|
226
226
|
# load the gem
|
227
227
|
require 'purecloudplatformclientv2'
|
228
228
|
# setup authorization
|
@@ -250,7 +250,7 @@ begin
|
|
250
250
|
rescue PureCloud::ApiError => e
|
251
251
|
puts "Exception when calling RoutingApi->delete_routing_queue: #{e}"
|
252
252
|
end
|
253
|
-
|
253
|
+
```
|
254
254
|
|
255
255
|
### Parameters
|
256
256
|
|
@@ -274,7 +274,7 @@ nil (empty response body)
|
|
274
274
|
|
275
275
|
<a name="delete_routing_queue_user"></a>
|
276
276
|
|
277
|
-
##
|
277
|
+
## delete_routing_queue_user(queue_id, member_id)
|
278
278
|
|
279
279
|
|
280
280
|
|
@@ -290,7 +290,7 @@ Requires ANY permissions:
|
|
290
290
|
|
291
291
|
|
292
292
|
### Example
|
293
|
-
|
293
|
+
```{"language":"ruby"}
|
294
294
|
# load the gem
|
295
295
|
require 'purecloudplatformclientv2'
|
296
296
|
# setup authorization
|
@@ -317,7 +317,7 @@ begin
|
|
317
317
|
rescue PureCloud::ApiError => e
|
318
318
|
puts "Exception when calling RoutingApi->delete_routing_queue_user: #{e}"
|
319
319
|
end
|
320
|
-
|
320
|
+
```
|
321
321
|
|
322
322
|
### Parameters
|
323
323
|
|
@@ -341,7 +341,7 @@ nil (empty response body)
|
|
341
341
|
|
342
342
|
<a name="delete_routing_queue_wrapupcode"></a>
|
343
343
|
|
344
|
-
##
|
344
|
+
## delete_routing_queue_wrapupcode(queue_id, code_id)
|
345
345
|
|
346
346
|
|
347
347
|
|
@@ -357,7 +357,7 @@ Requires ANY permissions:
|
|
357
357
|
|
358
358
|
|
359
359
|
### Example
|
360
|
-
|
360
|
+
```{"language":"ruby"}
|
361
361
|
# load the gem
|
362
362
|
require 'purecloudplatformclientv2'
|
363
363
|
# setup authorization
|
@@ -384,7 +384,7 @@ begin
|
|
384
384
|
rescue PureCloud::ApiError => e
|
385
385
|
puts "Exception when calling RoutingApi->delete_routing_queue_wrapupcode: #{e}"
|
386
386
|
end
|
387
|
-
|
387
|
+
```
|
388
388
|
|
389
389
|
### Parameters
|
390
390
|
|
@@ -408,7 +408,7 @@ nil (empty response body)
|
|
408
408
|
|
409
409
|
<a name="delete_routing_skill"></a>
|
410
410
|
|
411
|
-
##
|
411
|
+
## delete_routing_skill(skill_id)
|
412
412
|
|
413
413
|
|
414
414
|
|
@@ -424,7 +424,7 @@ Requires ANY permissions:
|
|
424
424
|
|
425
425
|
|
426
426
|
### Example
|
427
|
-
|
427
|
+
```{"language":"ruby"}
|
428
428
|
# load the gem
|
429
429
|
require 'purecloudplatformclientv2'
|
430
430
|
# setup authorization
|
@@ -449,7 +449,7 @@ begin
|
|
449
449
|
rescue PureCloud::ApiError => e
|
450
450
|
puts "Exception when calling RoutingApi->delete_routing_skill: #{e}"
|
451
451
|
end
|
452
|
-
|
452
|
+
```
|
453
453
|
|
454
454
|
### Parameters
|
455
455
|
|
@@ -472,7 +472,7 @@ nil (empty response body)
|
|
472
472
|
|
473
473
|
<a name="delete_routing_sms_phonenumber"></a>
|
474
474
|
|
475
|
-
##
|
475
|
+
## delete_routing_sms_phonenumber(address_id)
|
476
476
|
|
477
477
|
|
478
478
|
|
@@ -488,7 +488,7 @@ Requires ANY permissions:
|
|
488
488
|
|
489
489
|
|
490
490
|
### Example
|
491
|
-
|
491
|
+
```{"language":"ruby"}
|
492
492
|
# load the gem
|
493
493
|
require 'purecloudplatformclientv2'
|
494
494
|
# setup authorization
|
@@ -513,7 +513,7 @@ begin
|
|
513
513
|
rescue PureCloud::ApiError => e
|
514
514
|
puts "Exception when calling RoutingApi->delete_routing_sms_phonenumber: #{e}"
|
515
515
|
end
|
516
|
-
|
516
|
+
```
|
517
517
|
|
518
518
|
### Parameters
|
519
519
|
|
@@ -536,7 +536,7 @@ nil (empty response body)
|
|
536
536
|
|
537
537
|
<a name="delete_routing_utilization"></a>
|
538
538
|
|
539
|
-
##
|
539
|
+
## delete_routing_utilization
|
540
540
|
|
541
541
|
|
542
542
|
|
@@ -552,7 +552,7 @@ Requires ANY permissions:
|
|
552
552
|
|
553
553
|
|
554
554
|
### Example
|
555
|
-
|
555
|
+
```{"language":"ruby"}
|
556
556
|
# load the gem
|
557
557
|
require 'purecloudplatformclientv2'
|
558
558
|
# setup authorization
|
@@ -574,7 +574,7 @@ begin
|
|
574
574
|
rescue PureCloud::ApiError => e
|
575
575
|
puts "Exception when calling RoutingApi->delete_routing_utilization: #{e}"
|
576
576
|
end
|
577
|
-
|
577
|
+
```
|
578
578
|
|
579
579
|
### Parameters
|
580
580
|
This endpoint does not need any parameter.
|
@@ -594,7 +594,7 @@ nil (empty response body)
|
|
594
594
|
|
595
595
|
<a name="delete_routing_wrapupcode"></a>
|
596
596
|
|
597
|
-
##
|
597
|
+
## delete_routing_wrapupcode(code_id)
|
598
598
|
|
599
599
|
|
600
600
|
|
@@ -610,7 +610,7 @@ Requires ANY permissions:
|
|
610
610
|
|
611
611
|
|
612
612
|
### Example
|
613
|
-
|
613
|
+
```{"language":"ruby"}
|
614
614
|
# load the gem
|
615
615
|
require 'purecloudplatformclientv2'
|
616
616
|
# setup authorization
|
@@ -635,7 +635,7 @@ begin
|
|
635
635
|
rescue PureCloud::ApiError => e
|
636
636
|
puts "Exception when calling RoutingApi->delete_routing_wrapupcode: #{e}"
|
637
637
|
end
|
638
|
-
|
638
|
+
```
|
639
639
|
|
640
640
|
### Parameters
|
641
641
|
|
@@ -658,7 +658,7 @@ nil (empty response body)
|
|
658
658
|
|
659
659
|
<a name="delete_user_routinglanguage"></a>
|
660
660
|
|
661
|
-
##
|
661
|
+
## delete_user_routinglanguage(user_id, language_id)
|
662
662
|
|
663
663
|
|
664
664
|
|
@@ -675,7 +675,7 @@ Requires ANY permissions:
|
|
675
675
|
|
676
676
|
|
677
677
|
### Example
|
678
|
-
|
678
|
+
```{"language":"ruby"}
|
679
679
|
# load the gem
|
680
680
|
require 'purecloudplatformclientv2'
|
681
681
|
# setup authorization
|
@@ -702,7 +702,7 @@ begin
|
|
702
702
|
rescue PureCloud::ApiError => e
|
703
703
|
puts "Exception when calling RoutingApi->delete_user_routinglanguage: #{e}"
|
704
704
|
end
|
705
|
-
|
705
|
+
```
|
706
706
|
|
707
707
|
### Parameters
|
708
708
|
|
@@ -726,7 +726,7 @@ nil (empty response body)
|
|
726
726
|
|
727
727
|
<a name="delete_user_routingskill"></a>
|
728
728
|
|
729
|
-
##
|
729
|
+
## delete_user_routingskill(user_id, skill_id)
|
730
730
|
|
731
731
|
|
732
732
|
|
@@ -743,7 +743,7 @@ Requires ANY permissions:
|
|
743
743
|
|
744
744
|
|
745
745
|
### Example
|
746
|
-
|
746
|
+
```{"language":"ruby"}
|
747
747
|
# load the gem
|
748
748
|
require 'purecloudplatformclientv2'
|
749
749
|
# setup authorization
|
@@ -770,7 +770,7 @@ begin
|
|
770
770
|
rescue PureCloud::ApiError => e
|
771
771
|
puts "Exception when calling RoutingApi->delete_user_routingskill: #{e}"
|
772
772
|
end
|
773
|
-
|
773
|
+
```
|
774
774
|
|
775
775
|
### Parameters
|
776
776
|
|
@@ -794,7 +794,7 @@ nil (empty response body)
|
|
794
794
|
|
795
795
|
<a name="get_routing_email_domain"></a>
|
796
796
|
|
797
|
-
##
|
797
|
+
## [**InboundDomain**](InboundDomain.html) get_routing_email_domain(domain_id)
|
798
798
|
|
799
799
|
|
800
800
|
|
@@ -810,7 +810,7 @@ Requires ANY permissions:
|
|
810
810
|
|
811
811
|
|
812
812
|
### Example
|
813
|
-
|
813
|
+
```{"language":"ruby"}
|
814
814
|
# load the gem
|
815
815
|
require 'purecloudplatformclientv2'
|
816
816
|
# setup authorization
|
@@ -836,7 +836,7 @@ begin
|
|
836
836
|
rescue PureCloud::ApiError => e
|
837
837
|
puts "Exception when calling RoutingApi->get_routing_email_domain: #{e}"
|
838
838
|
end
|
839
|
-
|
839
|
+
```
|
840
840
|
|
841
841
|
### Parameters
|
842
842
|
|
@@ -859,7 +859,7 @@ Name | Type | Description | Notes
|
|
859
859
|
|
860
860
|
<a name="get_routing_email_domain_route"></a>
|
861
861
|
|
862
|
-
##
|
862
|
+
## [**InboundRoute**](InboundRoute.html) get_routing_email_domain_route(domain_name, route_id)
|
863
863
|
|
864
864
|
|
865
865
|
|
@@ -875,7 +875,7 @@ Requires ANY permissions:
|
|
875
875
|
|
876
876
|
|
877
877
|
### Example
|
878
|
-
|
878
|
+
```{"language":"ruby"}
|
879
879
|
# load the gem
|
880
880
|
require 'purecloudplatformclientv2'
|
881
881
|
# setup authorization
|
@@ -903,7 +903,7 @@ begin
|
|
903
903
|
rescue PureCloud::ApiError => e
|
904
904
|
puts "Exception when calling RoutingApi->get_routing_email_domain_route: #{e}"
|
905
905
|
end
|
906
|
-
|
906
|
+
```
|
907
907
|
|
908
908
|
### Parameters
|
909
909
|
|
@@ -927,7 +927,7 @@ Name | Type | Description | Notes
|
|
927
927
|
|
928
928
|
<a name="get_routing_email_domain_routes"></a>
|
929
929
|
|
930
|
-
##
|
930
|
+
## [**InboundRouteEntityListing**](InboundRouteEntityListing.html) get_routing_email_domain_routes(domain_name, opts)
|
931
931
|
|
932
932
|
|
933
933
|
|
@@ -943,7 +943,7 @@ Requires ANY permissions:
|
|
943
943
|
|
944
944
|
|
945
945
|
### Example
|
946
|
-
|
946
|
+
```{"language":"ruby"}
|
947
947
|
# load the gem
|
948
948
|
require 'purecloudplatformclientv2'
|
949
949
|
# setup authorization
|
@@ -974,7 +974,7 @@ begin
|
|
974
974
|
rescue PureCloud::ApiError => e
|
975
975
|
puts "Exception when calling RoutingApi->get_routing_email_domain_routes: #{e}"
|
976
976
|
end
|
977
|
-
|
977
|
+
```
|
978
978
|
|
979
979
|
### Parameters
|
980
980
|
|
@@ -1000,7 +1000,7 @@ Name | Type | Description | Notes
|
|
1000
1000
|
|
1001
1001
|
<a name="get_routing_email_domains"></a>
|
1002
1002
|
|
1003
|
-
##
|
1003
|
+
## [**InboundDomainEntityListing**](InboundDomainEntityListing.html) get_routing_email_domains
|
1004
1004
|
|
1005
1005
|
|
1006
1006
|
|
@@ -1016,7 +1016,7 @@ Requires ANY permissions:
|
|
1016
1016
|
|
1017
1017
|
|
1018
1018
|
### Example
|
1019
|
-
|
1019
|
+
```{"language":"ruby"}
|
1020
1020
|
# load the gem
|
1021
1021
|
require 'purecloudplatformclientv2'
|
1022
1022
|
# setup authorization
|
@@ -1039,7 +1039,7 @@ begin
|
|
1039
1039
|
rescue PureCloud::ApiError => e
|
1040
1040
|
puts "Exception when calling RoutingApi->get_routing_email_domains: #{e}"
|
1041
1041
|
end
|
1042
|
-
|
1042
|
+
```
|
1043
1043
|
|
1044
1044
|
### Parameters
|
1045
1045
|
This endpoint does not need any parameter.
|
@@ -1059,7 +1059,7 @@ This endpoint does not need any parameter.
|
|
1059
1059
|
|
1060
1060
|
<a name="get_routing_email_setup"></a>
|
1061
1061
|
|
1062
|
-
##
|
1062
|
+
## [**EmailSetup**](EmailSetup.html) get_routing_email_setup
|
1063
1063
|
|
1064
1064
|
|
1065
1065
|
|
@@ -1075,7 +1075,7 @@ Requires ANY permissions:
|
|
1075
1075
|
|
1076
1076
|
|
1077
1077
|
### Example
|
1078
|
-
|
1078
|
+
```{"language":"ruby"}
|
1079
1079
|
# load the gem
|
1080
1080
|
require 'purecloudplatformclientv2'
|
1081
1081
|
# setup authorization
|
@@ -1098,7 +1098,7 @@ begin
|
|
1098
1098
|
rescue PureCloud::ApiError => e
|
1099
1099
|
puts "Exception when calling RoutingApi->get_routing_email_setup: #{e}"
|
1100
1100
|
end
|
1101
|
-
|
1101
|
+
```
|
1102
1102
|
|
1103
1103
|
### Parameters
|
1104
1104
|
This endpoint does not need any parameter.
|
@@ -1118,7 +1118,7 @@ This endpoint does not need any parameter.
|
|
1118
1118
|
|
1119
1119
|
<a name="get_routing_languages"></a>
|
1120
1120
|
|
1121
|
-
##
|
1121
|
+
## [**LanguageEntityListing**](LanguageEntityListing.html) get_routing_languages(opts)
|
1122
1122
|
|
1123
1123
|
|
1124
1124
|
|
@@ -1133,7 +1133,7 @@ Requires NO permissions:
|
|
1133
1133
|
|
1134
1134
|
|
1135
1135
|
### Example
|
1136
|
-
|
1136
|
+
```{"language":"ruby"}
|
1137
1137
|
# load the gem
|
1138
1138
|
require 'purecloudplatformclientv2'
|
1139
1139
|
# setup authorization
|
@@ -1164,7 +1164,7 @@ begin
|
|
1164
1164
|
rescue PureCloud::ApiError => e
|
1165
1165
|
puts "Exception when calling RoutingApi->get_routing_languages: #{e}"
|
1166
1166
|
end
|
1167
|
-
|
1167
|
+
```
|
1168
1168
|
|
1169
1169
|
### Parameters
|
1170
1170
|
|
@@ -1191,7 +1191,7 @@ Name | Type | Description | Notes
|
|
1191
1191
|
|
1192
1192
|
<a name="get_routing_message_recipient"></a>
|
1193
1193
|
|
1194
|
-
##
|
1194
|
+
## [**Recipient**](Recipient.html) get_routing_message_recipient(recipient_id)
|
1195
1195
|
|
1196
1196
|
|
1197
1197
|
|
@@ -1207,7 +1207,7 @@ Requires ANY permissions:
|
|
1207
1207
|
|
1208
1208
|
|
1209
1209
|
### Example
|
1210
|
-
|
1210
|
+
```{"language":"ruby"}
|
1211
1211
|
# load the gem
|
1212
1212
|
require 'purecloudplatformclientv2'
|
1213
1213
|
# setup authorization
|
@@ -1233,7 +1233,7 @@ begin
|
|
1233
1233
|
rescue PureCloud::ApiError => e
|
1234
1234
|
puts "Exception when calling RoutingApi->get_routing_message_recipient: #{e}"
|
1235
1235
|
end
|
1236
|
-
|
1236
|
+
```
|
1237
1237
|
|
1238
1238
|
### Parameters
|
1239
1239
|
|
@@ -1256,7 +1256,7 @@ Name | Type | Description | Notes
|
|
1256
1256
|
|
1257
1257
|
<a name="get_routing_message_recipients"></a>
|
1258
1258
|
|
1259
|
-
##
|
1259
|
+
## [**RecipientListing**](RecipientListing.html) get_routing_message_recipients(opts)
|
1260
1260
|
|
1261
1261
|
|
1262
1262
|
|
@@ -1272,7 +1272,7 @@ Requires ANY permissions:
|
|
1272
1272
|
|
1273
1273
|
|
1274
1274
|
### Example
|
1275
|
-
|
1275
|
+
```{"language":"ruby"}
|
1276
1276
|
# load the gem
|
1277
1277
|
require 'purecloudplatformclientv2'
|
1278
1278
|
# setup authorization
|
@@ -1301,7 +1301,7 @@ begin
|
|
1301
1301
|
rescue PureCloud::ApiError => e
|
1302
1302
|
puts "Exception when calling RoutingApi->get_routing_message_recipients: #{e}"
|
1303
1303
|
end
|
1304
|
-
|
1304
|
+
```
|
1305
1305
|
|
1306
1306
|
### Parameters
|
1307
1307
|
|
@@ -1326,7 +1326,7 @@ Name | Type | Description | Notes
|
|
1326
1326
|
|
1327
1327
|
<a name="get_routing_queue"></a>
|
1328
1328
|
|
1329
|
-
##
|
1329
|
+
## [**Queue**](Queue.html) get_routing_queue(queue_id)
|
1330
1330
|
|
1331
1331
|
|
1332
1332
|
|
@@ -1342,7 +1342,7 @@ Requires ANY permissions:
|
|
1342
1342
|
|
1343
1343
|
|
1344
1344
|
### Example
|
1345
|
-
|
1345
|
+
```{"language":"ruby"}
|
1346
1346
|
# load the gem
|
1347
1347
|
require 'purecloudplatformclientv2'
|
1348
1348
|
# setup authorization
|
@@ -1368,7 +1368,7 @@ begin
|
|
1368
1368
|
rescue PureCloud::ApiError => e
|
1369
1369
|
puts "Exception when calling RoutingApi->get_routing_queue: #{e}"
|
1370
1370
|
end
|
1371
|
-
|
1371
|
+
```
|
1372
1372
|
|
1373
1373
|
### Parameters
|
1374
1374
|
|
@@ -1391,7 +1391,7 @@ Name | Type | Description | Notes
|
|
1391
1391
|
|
1392
1392
|
<a name="get_routing_queue_estimatedwaittime"></a>
|
1393
1393
|
|
1394
|
-
##
|
1394
|
+
## [**EstimatedWaitTimePredictions**](EstimatedWaitTimePredictions.html) get_routing_queue_estimatedwaittime(queue_id, opts)
|
1395
1395
|
|
1396
1396
|
|
1397
1397
|
|
@@ -1407,7 +1407,7 @@ Requires ANY permissions:
|
|
1407
1407
|
|
1408
1408
|
|
1409
1409
|
### Example
|
1410
|
-
|
1410
|
+
```{"language":"ruby"}
|
1411
1411
|
# load the gem
|
1412
1412
|
require 'purecloudplatformclientv2'
|
1413
1413
|
# setup authorization
|
@@ -1436,7 +1436,7 @@ begin
|
|
1436
1436
|
rescue PureCloud::ApiError => e
|
1437
1437
|
puts "Exception when calling RoutingApi->get_routing_queue_estimatedwaittime: #{e}"
|
1438
1438
|
end
|
1439
|
-
|
1439
|
+
```
|
1440
1440
|
|
1441
1441
|
### Parameters
|
1442
1442
|
|
@@ -1460,7 +1460,7 @@ Name | Type | Description | Notes
|
|
1460
1460
|
|
1461
1461
|
<a name="get_routing_queue_mediatype_estimatedwaittime"></a>
|
1462
1462
|
|
1463
|
-
##
|
1463
|
+
## [**EstimatedWaitTimePredictions**](EstimatedWaitTimePredictions.html) get_routing_queue_mediatype_estimatedwaittime(queue_id, media_type)
|
1464
1464
|
|
1465
1465
|
|
1466
1466
|
|
@@ -1476,7 +1476,7 @@ Requires ANY permissions:
|
|
1476
1476
|
|
1477
1477
|
|
1478
1478
|
### Example
|
1479
|
-
|
1479
|
+
```{"language":"ruby"}
|
1480
1480
|
# load the gem
|
1481
1481
|
require 'purecloudplatformclientv2'
|
1482
1482
|
# setup authorization
|
@@ -1504,7 +1504,7 @@ begin
|
|
1504
1504
|
rescue PureCloud::ApiError => e
|
1505
1505
|
puts "Exception when calling RoutingApi->get_routing_queue_mediatype_estimatedwaittime: #{e}"
|
1506
1506
|
end
|
1507
|
-
|
1507
|
+
```
|
1508
1508
|
|
1509
1509
|
### Parameters
|
1510
1510
|
|
@@ -1528,7 +1528,7 @@ Name | Type | Description | Notes
|
|
1528
1528
|
|
1529
1529
|
<a name="get_routing_queue_users"></a>
|
1530
1530
|
|
1531
|
-
##
|
1531
|
+
## [**QueueMemberEntityListing**](QueueMemberEntityListing.html) get_routing_queue_users(queue_id, opts)
|
1532
1532
|
|
1533
1533
|
|
1534
1534
|
|
@@ -1544,7 +1544,7 @@ Requires ANY permissions:
|
|
1544
1544
|
|
1545
1545
|
|
1546
1546
|
### Example
|
1547
|
-
|
1547
|
+
```{"language":"ruby"}
|
1548
1548
|
# load the gem
|
1549
1549
|
require 'purecloudplatformclientv2'
|
1550
1550
|
# setup authorization
|
@@ -1583,7 +1583,7 @@ begin
|
|
1583
1583
|
rescue PureCloud::ApiError => e
|
1584
1584
|
puts "Exception when calling RoutingApi->get_routing_queue_users: #{e}"
|
1585
1585
|
end
|
1586
|
-
|
1586
|
+
```
|
1587
1587
|
|
1588
1588
|
### Parameters
|
1589
1589
|
|
@@ -1617,7 +1617,7 @@ Name | Type | Description | Notes
|
|
1617
1617
|
|
1618
1618
|
<a name="get_routing_queue_wrapupcodes"></a>
|
1619
1619
|
|
1620
|
-
##
|
1620
|
+
## [**WrapupCodeEntityListing**](WrapupCodeEntityListing.html) get_routing_queue_wrapupcodes(queue_id)
|
1621
1621
|
|
1622
1622
|
|
1623
1623
|
|
@@ -1633,7 +1633,7 @@ Requires ANY permissions:
|
|
1633
1633
|
|
1634
1634
|
|
1635
1635
|
### Example
|
1636
|
-
|
1636
|
+
```{"language":"ruby"}
|
1637
1637
|
# load the gem
|
1638
1638
|
require 'purecloudplatformclientv2'
|
1639
1639
|
# setup authorization
|
@@ -1659,7 +1659,7 @@ begin
|
|
1659
1659
|
rescue PureCloud::ApiError => e
|
1660
1660
|
puts "Exception when calling RoutingApi->get_routing_queue_wrapupcodes: #{e}"
|
1661
1661
|
end
|
1662
|
-
|
1662
|
+
```
|
1663
1663
|
|
1664
1664
|
### Parameters
|
1665
1665
|
|
@@ -1682,7 +1682,7 @@ Name | Type | Description | Notes
|
|
1682
1682
|
|
1683
1683
|
<a name="get_routing_queues"></a>
|
1684
1684
|
|
1685
|
-
##
|
1685
|
+
## [**QueueEntityListing**](QueueEntityListing.html) get_routing_queues(opts)
|
1686
1686
|
|
1687
1687
|
|
1688
1688
|
|
@@ -1698,7 +1698,7 @@ Requires ANY permissions:
|
|
1698
1698
|
|
1699
1699
|
|
1700
1700
|
### Example
|
1701
|
-
|
1701
|
+
```{"language":"ruby"}
|
1702
1702
|
# load the gem
|
1703
1703
|
require 'purecloudplatformclientv2'
|
1704
1704
|
# setup authorization
|
@@ -1730,7 +1730,7 @@ begin
|
|
1730
1730
|
rescue PureCloud::ApiError => e
|
1731
1731
|
puts "Exception when calling RoutingApi->get_routing_queues: #{e}"
|
1732
1732
|
end
|
1733
|
-
|
1733
|
+
```
|
1734
1734
|
|
1735
1735
|
### Parameters
|
1736
1736
|
|
@@ -1758,7 +1758,7 @@ Name | Type | Description | Notes
|
|
1758
1758
|
|
1759
1759
|
<a name="get_routing_queues_divisionviews"></a>
|
1760
1760
|
|
1761
|
-
##
|
1761
|
+
## [**QueueEntityListing**](QueueEntityListing.html) get_routing_queues_divisionviews(opts)
|
1762
1762
|
|
1763
1763
|
|
1764
1764
|
|
@@ -1774,7 +1774,7 @@ Requires ANY permissions:
|
|
1774
1774
|
|
1775
1775
|
|
1776
1776
|
### Example
|
1777
|
-
|
1777
|
+
```{"language":"ruby"}
|
1778
1778
|
# load the gem
|
1779
1779
|
require 'purecloudplatformclientv2'
|
1780
1780
|
# setup authorization
|
@@ -1807,7 +1807,7 @@ begin
|
|
1807
1807
|
rescue PureCloud::ApiError => e
|
1808
1808
|
puts "Exception when calling RoutingApi->get_routing_queues_divisionviews: #{e}"
|
1809
1809
|
end
|
1810
|
-
|
1810
|
+
```
|
1811
1811
|
|
1812
1812
|
### Parameters
|
1813
1813
|
|
@@ -1836,7 +1836,7 @@ Name | Type | Description | Notes
|
|
1836
1836
|
|
1837
1837
|
<a name="get_routing_queues_divisionviews_all"></a>
|
1838
1838
|
|
1839
|
-
##
|
1839
|
+
## [**QueueEntityListing**](QueueEntityListing.html) get_routing_queues_divisionviews_all(opts)
|
1840
1840
|
|
1841
1841
|
|
1842
1842
|
|
@@ -1852,7 +1852,7 @@ Requires ANY permissions:
|
|
1852
1852
|
|
1853
1853
|
|
1854
1854
|
### Example
|
1855
|
-
|
1855
|
+
```{"language":"ruby"}
|
1856
1856
|
# load the gem
|
1857
1857
|
require 'purecloudplatformclientv2'
|
1858
1858
|
# setup authorization
|
@@ -1882,7 +1882,7 @@ begin
|
|
1882
1882
|
rescue PureCloud::ApiError => e
|
1883
1883
|
puts "Exception when calling RoutingApi->get_routing_queues_divisionviews_all: #{e}"
|
1884
1884
|
end
|
1885
|
-
|
1885
|
+
```
|
1886
1886
|
|
1887
1887
|
### Parameters
|
1888
1888
|
|
@@ -1908,7 +1908,7 @@ Name | Type | Description | Notes
|
|
1908
1908
|
|
1909
1909
|
<a name="get_routing_queues_me"></a>
|
1910
1910
|
|
1911
|
-
##
|
1911
|
+
## [**UserQueueEntityListing**](UserQueueEntityListing.html) get_routing_queues_me(opts)
|
1912
1912
|
|
1913
1913
|
|
1914
1914
|
|
@@ -1923,7 +1923,7 @@ Requires NO permissions:
|
|
1923
1923
|
|
1924
1924
|
|
1925
1925
|
### Example
|
1926
|
-
|
1926
|
+
```{"language":"ruby"}
|
1927
1927
|
# load the gem
|
1928
1928
|
require 'purecloudplatformclientv2'
|
1929
1929
|
# setup authorization
|
@@ -1954,7 +1954,7 @@ begin
|
|
1954
1954
|
rescue PureCloud::ApiError => e
|
1955
1955
|
puts "Exception when calling RoutingApi->get_routing_queues_me: #{e}"
|
1956
1956
|
end
|
1957
|
-
|
1957
|
+
```
|
1958
1958
|
|
1959
1959
|
### Parameters
|
1960
1960
|
|
@@ -1981,7 +1981,7 @@ Name | Type | Description | Notes
|
|
1981
1981
|
|
1982
1982
|
<a name="get_routing_skill"></a>
|
1983
1983
|
|
1984
|
-
##
|
1984
|
+
## [**RoutingSkill**](RoutingSkill.html) get_routing_skill(skill_id)
|
1985
1985
|
|
1986
1986
|
|
1987
1987
|
|
@@ -1996,7 +1996,7 @@ Requires NO permissions:
|
|
1996
1996
|
|
1997
1997
|
|
1998
1998
|
### Example
|
1999
|
-
|
1999
|
+
```{"language":"ruby"}
|
2000
2000
|
# load the gem
|
2001
2001
|
require 'purecloudplatformclientv2'
|
2002
2002
|
# setup authorization
|
@@ -2022,7 +2022,7 @@ begin
|
|
2022
2022
|
rescue PureCloud::ApiError => e
|
2023
2023
|
puts "Exception when calling RoutingApi->get_routing_skill: #{e}"
|
2024
2024
|
end
|
2025
|
-
|
2025
|
+
```
|
2026
2026
|
|
2027
2027
|
### Parameters
|
2028
2028
|
|
@@ -2045,7 +2045,7 @@ Name | Type | Description | Notes
|
|
2045
2045
|
|
2046
2046
|
<a name="get_routing_skills"></a>
|
2047
2047
|
|
2048
|
-
##
|
2048
|
+
## [**SkillEntityListing**](SkillEntityListing.html) get_routing_skills(opts)
|
2049
2049
|
|
2050
2050
|
|
2051
2051
|
|
@@ -2060,7 +2060,7 @@ Requires NO permissions:
|
|
2060
2060
|
|
2061
2061
|
|
2062
2062
|
### Example
|
2063
|
-
|
2063
|
+
```{"language":"ruby"}
|
2064
2064
|
# load the gem
|
2065
2065
|
require 'purecloudplatformclientv2'
|
2066
2066
|
# setup authorization
|
@@ -2090,7 +2090,7 @@ begin
|
|
2090
2090
|
rescue PureCloud::ApiError => e
|
2091
2091
|
puts "Exception when calling RoutingApi->get_routing_skills: #{e}"
|
2092
2092
|
end
|
2093
|
-
|
2093
|
+
```
|
2094
2094
|
|
2095
2095
|
### Parameters
|
2096
2096
|
|
@@ -2116,7 +2116,7 @@ Name | Type | Description | Notes
|
|
2116
2116
|
|
2117
2117
|
<a name="get_routing_sms_availablephonenumbers"></a>
|
2118
2118
|
|
2119
|
-
##
|
2119
|
+
## [**SMSAvailablePhoneNumberEntityListing**](SMSAvailablePhoneNumberEntityListing.html) get_routing_sms_availablephonenumbers(country_code, phone_number_type, opts)
|
2120
2120
|
|
2121
2121
|
|
2122
2122
|
|
@@ -2132,7 +2132,7 @@ Requires ANY permissions:
|
|
2132
2132
|
|
2133
2133
|
|
2134
2134
|
### Example
|
2135
|
-
|
2135
|
+
```{"language":"ruby"}
|
2136
2136
|
# load the gem
|
2137
2137
|
require 'purecloudplatformclientv2'
|
2138
2138
|
# setup authorization
|
@@ -2167,7 +2167,7 @@ begin
|
|
2167
2167
|
rescue PureCloud::ApiError => e
|
2168
2168
|
puts "Exception when calling RoutingApi->get_routing_sms_availablephonenumbers: #{e}"
|
2169
2169
|
end
|
2170
|
-
|
2170
|
+
```
|
2171
2171
|
|
2172
2172
|
### Parameters
|
2173
2173
|
|
@@ -2196,7 +2196,7 @@ Name | Type | Description | Notes
|
|
2196
2196
|
|
2197
2197
|
<a name="get_routing_sms_phonenumber"></a>
|
2198
2198
|
|
2199
|
-
##
|
2199
|
+
## [**SmsPhoneNumber**](SmsPhoneNumber.html) get_routing_sms_phonenumber(address_id)
|
2200
2200
|
|
2201
2201
|
|
2202
2202
|
|
@@ -2212,7 +2212,7 @@ Requires ANY permissions:
|
|
2212
2212
|
|
2213
2213
|
|
2214
2214
|
### Example
|
2215
|
-
|
2215
|
+
```{"language":"ruby"}
|
2216
2216
|
# load the gem
|
2217
2217
|
require 'purecloudplatformclientv2'
|
2218
2218
|
# setup authorization
|
@@ -2238,7 +2238,7 @@ begin
|
|
2238
2238
|
rescue PureCloud::ApiError => e
|
2239
2239
|
puts "Exception when calling RoutingApi->get_routing_sms_phonenumber: #{e}"
|
2240
2240
|
end
|
2241
|
-
|
2241
|
+
```
|
2242
2242
|
|
2243
2243
|
### Parameters
|
2244
2244
|
|
@@ -2261,7 +2261,7 @@ Name | Type | Description | Notes
|
|
2261
2261
|
|
2262
2262
|
<a name="get_routing_sms_phonenumbers"></a>
|
2263
2263
|
|
2264
|
-
##
|
2264
|
+
## [**SmsPhoneNumberEntityListing**](SmsPhoneNumberEntityListing.html) get_routing_sms_phonenumbers(opts)
|
2265
2265
|
|
2266
2266
|
|
2267
2267
|
|
@@ -2277,7 +2277,7 @@ Requires ANY permissions:
|
|
2277
2277
|
|
2278
2278
|
|
2279
2279
|
### Example
|
2280
|
-
|
2280
|
+
```{"language":"ruby"}
|
2281
2281
|
# load the gem
|
2282
2282
|
require 'purecloudplatformclientv2'
|
2283
2283
|
# setup authorization
|
@@ -2308,7 +2308,7 @@ begin
|
|
2308
2308
|
rescue PureCloud::ApiError => e
|
2309
2309
|
puts "Exception when calling RoutingApi->get_routing_sms_phonenumbers: #{e}"
|
2310
2310
|
end
|
2311
|
-
|
2311
|
+
```
|
2312
2312
|
|
2313
2313
|
### Parameters
|
2314
2314
|
|
@@ -2335,7 +2335,7 @@ Name | Type | Description | Notes
|
|
2335
2335
|
|
2336
2336
|
<a name="get_routing_utilization"></a>
|
2337
2337
|
|
2338
|
-
##
|
2338
|
+
## [**Utilization**](Utilization.html) get_routing_utilization
|
2339
2339
|
|
2340
2340
|
|
2341
2341
|
|
@@ -2352,7 +2352,7 @@ Requires ANY permissions:
|
|
2352
2352
|
|
2353
2353
|
|
2354
2354
|
### Example
|
2355
|
-
|
2355
|
+
```{"language":"ruby"}
|
2356
2356
|
# load the gem
|
2357
2357
|
require 'purecloudplatformclientv2'
|
2358
2358
|
# setup authorization
|
@@ -2375,7 +2375,7 @@ begin
|
|
2375
2375
|
rescue PureCloud::ApiError => e
|
2376
2376
|
puts "Exception when calling RoutingApi->get_routing_utilization: #{e}"
|
2377
2377
|
end
|
2378
|
-
|
2378
|
+
```
|
2379
2379
|
|
2380
2380
|
### Parameters
|
2381
2381
|
This endpoint does not need any parameter.
|
@@ -2395,7 +2395,7 @@ This endpoint does not need any parameter.
|
|
2395
2395
|
|
2396
2396
|
<a name="get_routing_wrapupcode"></a>
|
2397
2397
|
|
2398
|
-
##
|
2398
|
+
## [**WrapupCode**](WrapupCode.html) get_routing_wrapupcode(code_id)
|
2399
2399
|
|
2400
2400
|
|
2401
2401
|
|
@@ -2411,7 +2411,7 @@ Requires ANY permissions:
|
|
2411
2411
|
|
2412
2412
|
|
2413
2413
|
### Example
|
2414
|
-
|
2414
|
+
```{"language":"ruby"}
|
2415
2415
|
# load the gem
|
2416
2416
|
require 'purecloudplatformclientv2'
|
2417
2417
|
# setup authorization
|
@@ -2437,7 +2437,7 @@ begin
|
|
2437
2437
|
rescue PureCloud::ApiError => e
|
2438
2438
|
puts "Exception when calling RoutingApi->get_routing_wrapupcode: #{e}"
|
2439
2439
|
end
|
2440
|
-
|
2440
|
+
```
|
2441
2441
|
|
2442
2442
|
### Parameters
|
2443
2443
|
|
@@ -2460,7 +2460,7 @@ Name | Type | Description | Notes
|
|
2460
2460
|
|
2461
2461
|
<a name="get_routing_wrapupcodes"></a>
|
2462
2462
|
|
2463
|
-
##
|
2463
|
+
## [**WrapupCodeEntityListing**](WrapupCodeEntityListing.html) get_routing_wrapupcodes(opts)
|
2464
2464
|
|
2465
2465
|
|
2466
2466
|
|
@@ -2476,7 +2476,7 @@ Requires ANY permissions:
|
|
2476
2476
|
|
2477
2477
|
|
2478
2478
|
### Example
|
2479
|
-
|
2479
|
+
```{"language":"ruby"}
|
2480
2480
|
# load the gem
|
2481
2481
|
require 'purecloudplatformclientv2'
|
2482
2482
|
# setup authorization
|
@@ -2506,7 +2506,7 @@ begin
|
|
2506
2506
|
rescue PureCloud::ApiError => e
|
2507
2507
|
puts "Exception when calling RoutingApi->get_routing_wrapupcodes: #{e}"
|
2508
2508
|
end
|
2509
|
-
|
2509
|
+
```
|
2510
2510
|
|
2511
2511
|
### Parameters
|
2512
2512
|
|
@@ -2532,7 +2532,7 @@ Name | Type | Description | Notes
|
|
2532
2532
|
|
2533
2533
|
<a name="get_user_routinglanguages"></a>
|
2534
2534
|
|
2535
|
-
##
|
2535
|
+
## [**UserLanguageEntityListing**](UserLanguageEntityListing.html) get_user_routinglanguages(user_id, opts)
|
2536
2536
|
|
2537
2537
|
|
2538
2538
|
|
@@ -2547,7 +2547,7 @@ Requires NO permissions:
|
|
2547
2547
|
|
2548
2548
|
|
2549
2549
|
### Example
|
2550
|
-
|
2550
|
+
```{"language":"ruby"}
|
2551
2551
|
# load the gem
|
2552
2552
|
require 'purecloudplatformclientv2'
|
2553
2553
|
# setup authorization
|
@@ -2578,7 +2578,7 @@ begin
|
|
2578
2578
|
rescue PureCloud::ApiError => e
|
2579
2579
|
puts "Exception when calling RoutingApi->get_user_routinglanguages: #{e}"
|
2580
2580
|
end
|
2581
|
-
|
2581
|
+
```
|
2582
2582
|
|
2583
2583
|
### Parameters
|
2584
2584
|
|
@@ -2604,7 +2604,7 @@ Name | Type | Description | Notes
|
|
2604
2604
|
|
2605
2605
|
<a name="get_user_routingskills"></a>
|
2606
2606
|
|
2607
|
-
##
|
2607
|
+
## [**UserSkillEntityListing**](UserSkillEntityListing.html) get_user_routingskills(user_id, opts)
|
2608
2608
|
|
2609
2609
|
|
2610
2610
|
|
@@ -2619,7 +2619,7 @@ Requires NO permissions:
|
|
2619
2619
|
|
2620
2620
|
|
2621
2621
|
### Example
|
2622
|
-
|
2622
|
+
```{"language":"ruby"}
|
2623
2623
|
# load the gem
|
2624
2624
|
require 'purecloudplatformclientv2'
|
2625
2625
|
# setup authorization
|
@@ -2650,7 +2650,7 @@ begin
|
|
2650
2650
|
rescue PureCloud::ApiError => e
|
2651
2651
|
puts "Exception when calling RoutingApi->get_user_routingskills: #{e}"
|
2652
2652
|
end
|
2653
|
-
|
2653
|
+
```
|
2654
2654
|
|
2655
2655
|
### Parameters
|
2656
2656
|
|
@@ -2676,7 +2676,7 @@ Name | Type | Description | Notes
|
|
2676
2676
|
|
2677
2677
|
<a name="patch_routing_queue_user"></a>
|
2678
2678
|
|
2679
|
-
##
|
2679
|
+
## [**QueueMember**](QueueMember.html) patch_routing_queue_user(queue_id, member_id, body)
|
2680
2680
|
|
2681
2681
|
|
2682
2682
|
|
@@ -2692,7 +2692,7 @@ Requires ANY permissions:
|
|
2692
2692
|
|
2693
2693
|
|
2694
2694
|
### Example
|
2695
|
-
|
2695
|
+
```{"language":"ruby"}
|
2696
2696
|
# load the gem
|
2697
2697
|
require 'purecloudplatformclientv2'
|
2698
2698
|
# setup authorization
|
@@ -2722,7 +2722,7 @@ begin
|
|
2722
2722
|
rescue PureCloud::ApiError => e
|
2723
2723
|
puts "Exception when calling RoutingApi->patch_routing_queue_user: #{e}"
|
2724
2724
|
end
|
2725
|
-
|
2725
|
+
```
|
2726
2726
|
|
2727
2727
|
### Parameters
|
2728
2728
|
|
@@ -2747,7 +2747,7 @@ Name | Type | Description | Notes
|
|
2747
2747
|
|
2748
2748
|
<a name="patch_routing_queue_users"></a>
|
2749
2749
|
|
2750
|
-
##
|
2750
|
+
## [**QueueMemberEntityListing**](QueueMemberEntityListing.html) patch_routing_queue_users(queue_id, body)
|
2751
2751
|
|
2752
2752
|
|
2753
2753
|
|
@@ -2763,7 +2763,7 @@ Requires ANY permissions:
|
|
2763
2763
|
|
2764
2764
|
|
2765
2765
|
### Example
|
2766
|
-
|
2766
|
+
```{"language":"ruby"}
|
2767
2767
|
# load the gem
|
2768
2768
|
require 'purecloudplatformclientv2'
|
2769
2769
|
# setup authorization
|
@@ -2791,7 +2791,7 @@ begin
|
|
2791
2791
|
rescue PureCloud::ApiError => e
|
2792
2792
|
puts "Exception when calling RoutingApi->patch_routing_queue_users: #{e}"
|
2793
2793
|
end
|
2794
|
-
|
2794
|
+
```
|
2795
2795
|
|
2796
2796
|
### Parameters
|
2797
2797
|
|
@@ -2815,7 +2815,7 @@ Name | Type | Description | Notes
|
|
2815
2815
|
|
2816
2816
|
<a name="patch_user_routinglanguage"></a>
|
2817
2817
|
|
2818
|
-
##
|
2818
|
+
## [**UserRoutingLanguage**](UserRoutingLanguage.html) patch_user_routinglanguage(user_id, language_id, body)
|
2819
2819
|
|
2820
2820
|
|
2821
2821
|
|
@@ -2832,7 +2832,7 @@ Requires ANY permissions:
|
|
2832
2832
|
|
2833
2833
|
|
2834
2834
|
### Example
|
2835
|
-
|
2835
|
+
```{"language":"ruby"}
|
2836
2836
|
# load the gem
|
2837
2837
|
require 'purecloudplatformclientv2'
|
2838
2838
|
# setup authorization
|
@@ -2862,7 +2862,7 @@ begin
|
|
2862
2862
|
rescue PureCloud::ApiError => e
|
2863
2863
|
puts "Exception when calling RoutingApi->patch_user_routinglanguage: #{e}"
|
2864
2864
|
end
|
2865
|
-
|
2865
|
+
```
|
2866
2866
|
|
2867
2867
|
### Parameters
|
2868
2868
|
|
@@ -2887,7 +2887,7 @@ Name | Type | Description | Notes
|
|
2887
2887
|
|
2888
2888
|
<a name="patch_user_routinglanguages_bulk"></a>
|
2889
2889
|
|
2890
|
-
##
|
2890
|
+
## [**UserLanguageEntityListing**](UserLanguageEntityListing.html) patch_user_routinglanguages_bulk(user_id, body)
|
2891
2891
|
|
2892
2892
|
|
2893
2893
|
|
@@ -2904,7 +2904,7 @@ Requires ANY permissions:
|
|
2904
2904
|
|
2905
2905
|
|
2906
2906
|
### Example
|
2907
|
-
|
2907
|
+
```{"language":"ruby"}
|
2908
2908
|
# load the gem
|
2909
2909
|
require 'purecloudplatformclientv2'
|
2910
2910
|
# setup authorization
|
@@ -2932,7 +2932,7 @@ begin
|
|
2932
2932
|
rescue PureCloud::ApiError => e
|
2933
2933
|
puts "Exception when calling RoutingApi->patch_user_routinglanguages_bulk: #{e}"
|
2934
2934
|
end
|
2935
|
-
|
2935
|
+
```
|
2936
2936
|
|
2937
2937
|
### Parameters
|
2938
2938
|
|
@@ -2956,7 +2956,7 @@ Name | Type | Description | Notes
|
|
2956
2956
|
|
2957
2957
|
<a name="patch_user_routingskills_bulk"></a>
|
2958
2958
|
|
2959
|
-
##
|
2959
|
+
## [**UserSkillEntityListing**](UserSkillEntityListing.html) patch_user_routingskills_bulk(user_id, body)
|
2960
2960
|
|
2961
2961
|
|
2962
2962
|
|
@@ -2973,7 +2973,7 @@ Requires ANY permissions:
|
|
2973
2973
|
|
2974
2974
|
|
2975
2975
|
### Example
|
2976
|
-
|
2976
|
+
```{"language":"ruby"}
|
2977
2977
|
# load the gem
|
2978
2978
|
require 'purecloudplatformclientv2'
|
2979
2979
|
# setup authorization
|
@@ -3001,7 +3001,7 @@ begin
|
|
3001
3001
|
rescue PureCloud::ApiError => e
|
3002
3002
|
puts "Exception when calling RoutingApi->patch_user_routingskills_bulk: #{e}"
|
3003
3003
|
end
|
3004
|
-
|
3004
|
+
```
|
3005
3005
|
|
3006
3006
|
### Parameters
|
3007
3007
|
|
@@ -3025,7 +3025,7 @@ Name | Type | Description | Notes
|
|
3025
3025
|
|
3026
3026
|
<a name="post_analytics_queues_observations_query"></a>
|
3027
3027
|
|
3028
|
-
##
|
3028
|
+
## [**QualifierMappingObservationQueryResponse**](QualifierMappingObservationQueryResponse.html) post_analytics_queues_observations_query(body)
|
3029
3029
|
|
3030
3030
|
|
3031
3031
|
|
@@ -3041,7 +3041,7 @@ Requires ANY permissions:
|
|
3041
3041
|
|
3042
3042
|
|
3043
3043
|
### Example
|
3044
|
-
|
3044
|
+
```{"language":"ruby"}
|
3045
3045
|
# load the gem
|
3046
3046
|
require 'purecloudplatformclientv2'
|
3047
3047
|
# setup authorization
|
@@ -3067,7 +3067,7 @@ begin
|
|
3067
3067
|
rescue PureCloud::ApiError => e
|
3068
3068
|
puts "Exception when calling RoutingApi->post_analytics_queues_observations_query: #{e}"
|
3069
3069
|
end
|
3070
|
-
|
3070
|
+
```
|
3071
3071
|
|
3072
3072
|
### Parameters
|
3073
3073
|
|
@@ -3090,7 +3090,7 @@ Name | Type | Description | Notes
|
|
3090
3090
|
|
3091
3091
|
<a name="post_routing_email_domain_routes"></a>
|
3092
3092
|
|
3093
|
-
##
|
3093
|
+
## [**InboundRoute**](InboundRoute.html) post_routing_email_domain_routes(domain_name, body)
|
3094
3094
|
|
3095
3095
|
|
3096
3096
|
|
@@ -3106,7 +3106,7 @@ Requires ANY permissions:
|
|
3106
3106
|
|
3107
3107
|
|
3108
3108
|
### Example
|
3109
|
-
|
3109
|
+
```{"language":"ruby"}
|
3110
3110
|
# load the gem
|
3111
3111
|
require 'purecloudplatformclientv2'
|
3112
3112
|
# setup authorization
|
@@ -3134,7 +3134,7 @@ begin
|
|
3134
3134
|
rescue PureCloud::ApiError => e
|
3135
3135
|
puts "Exception when calling RoutingApi->post_routing_email_domain_routes: #{e}"
|
3136
3136
|
end
|
3137
|
-
|
3137
|
+
```
|
3138
3138
|
|
3139
3139
|
### Parameters
|
3140
3140
|
|
@@ -3158,7 +3158,7 @@ Name | Type | Description | Notes
|
|
3158
3158
|
|
3159
3159
|
<a name="post_routing_email_domains"></a>
|
3160
3160
|
|
3161
|
-
##
|
3161
|
+
## [**InboundDomain**](InboundDomain.html) post_routing_email_domains(body)
|
3162
3162
|
|
3163
3163
|
|
3164
3164
|
|
@@ -3174,7 +3174,7 @@ Requires ANY permissions:
|
|
3174
3174
|
|
3175
3175
|
|
3176
3176
|
### Example
|
3177
|
-
|
3177
|
+
```{"language":"ruby"}
|
3178
3178
|
# load the gem
|
3179
3179
|
require 'purecloudplatformclientv2'
|
3180
3180
|
# setup authorization
|
@@ -3200,7 +3200,7 @@ begin
|
|
3200
3200
|
rescue PureCloud::ApiError => e
|
3201
3201
|
puts "Exception when calling RoutingApi->post_routing_email_domains: #{e}"
|
3202
3202
|
end
|
3203
|
-
|
3203
|
+
```
|
3204
3204
|
|
3205
3205
|
### Parameters
|
3206
3206
|
|
@@ -3223,7 +3223,7 @@ Name | Type | Description | Notes
|
|
3223
3223
|
|
3224
3224
|
<a name="post_routing_languages"></a>
|
3225
3225
|
|
3226
|
-
##
|
3226
|
+
## [**Language**](Language.html) post_routing_languages(body)
|
3227
3227
|
|
3228
3228
|
|
3229
3229
|
|
@@ -3239,7 +3239,7 @@ Requires ANY permissions:
|
|
3239
3239
|
|
3240
3240
|
|
3241
3241
|
### Example
|
3242
|
-
|
3242
|
+
```{"language":"ruby"}
|
3243
3243
|
# load the gem
|
3244
3244
|
require 'purecloudplatformclientv2'
|
3245
3245
|
# setup authorization
|
@@ -3265,7 +3265,7 @@ begin
|
|
3265
3265
|
rescue PureCloud::ApiError => e
|
3266
3266
|
puts "Exception when calling RoutingApi->post_routing_languages: #{e}"
|
3267
3267
|
end
|
3268
|
-
|
3268
|
+
```
|
3269
3269
|
|
3270
3270
|
### Parameters
|
3271
3271
|
|
@@ -3288,7 +3288,7 @@ Name | Type | Description | Notes
|
|
3288
3288
|
|
3289
3289
|
<a name="post_routing_queue_users"></a>
|
3290
3290
|
|
3291
|
-
##
|
3291
|
+
## String** post_routing_queue_users(queue_id, body, opts)
|
3292
3292
|
|
3293
3293
|
|
3294
3294
|
|
@@ -3304,7 +3304,7 @@ Requires ANY permissions:
|
|
3304
3304
|
|
3305
3305
|
|
3306
3306
|
### Example
|
3307
|
-
|
3307
|
+
```{"language":"ruby"}
|
3308
3308
|
# load the gem
|
3309
3309
|
require 'purecloudplatformclientv2'
|
3310
3310
|
# setup authorization
|
@@ -3335,7 +3335,7 @@ begin
|
|
3335
3335
|
rescue PureCloud::ApiError => e
|
3336
3336
|
puts "Exception when calling RoutingApi->post_routing_queue_users: #{e}"
|
3337
3337
|
end
|
3338
|
-
|
3338
|
+
```
|
3339
3339
|
|
3340
3340
|
### Parameters
|
3341
3341
|
|
@@ -3360,7 +3360,7 @@ Name | Type | Description | Notes
|
|
3360
3360
|
|
3361
3361
|
<a name="post_routing_queue_wrapupcodes"></a>
|
3362
3362
|
|
3363
|
-
##
|
3363
|
+
## [**Array<WrapupCode>**](WrapupCode.html) post_routing_queue_wrapupcodes(queue_id, body)
|
3364
3364
|
|
3365
3365
|
|
3366
3366
|
|
@@ -3376,7 +3376,7 @@ Requires ANY permissions:
|
|
3376
3376
|
|
3377
3377
|
|
3378
3378
|
### Example
|
3379
|
-
|
3379
|
+
```{"language":"ruby"}
|
3380
3380
|
# load the gem
|
3381
3381
|
require 'purecloudplatformclientv2'
|
3382
3382
|
# setup authorization
|
@@ -3404,7 +3404,7 @@ begin
|
|
3404
3404
|
rescue PureCloud::ApiError => e
|
3405
3405
|
puts "Exception when calling RoutingApi->post_routing_queue_wrapupcodes: #{e}"
|
3406
3406
|
end
|
3407
|
-
|
3407
|
+
```
|
3408
3408
|
|
3409
3409
|
### Parameters
|
3410
3410
|
|
@@ -3428,7 +3428,7 @@ Name | Type | Description | Notes
|
|
3428
3428
|
|
3429
3429
|
<a name="post_routing_queues"></a>
|
3430
3430
|
|
3431
|
-
##
|
3431
|
+
## [**Queue**](Queue.html) post_routing_queues(body)
|
3432
3432
|
|
3433
3433
|
|
3434
3434
|
|
@@ -3444,7 +3444,7 @@ Requires ANY permissions:
|
|
3444
3444
|
|
3445
3445
|
|
3446
3446
|
### Example
|
3447
|
-
|
3447
|
+
```{"language":"ruby"}
|
3448
3448
|
# load the gem
|
3449
3449
|
require 'purecloudplatformclientv2'
|
3450
3450
|
# setup authorization
|
@@ -3470,7 +3470,7 @@ begin
|
|
3470
3470
|
rescue PureCloud::ApiError => e
|
3471
3471
|
puts "Exception when calling RoutingApi->post_routing_queues: #{e}"
|
3472
3472
|
end
|
3473
|
-
|
3473
|
+
```
|
3474
3474
|
|
3475
3475
|
### Parameters
|
3476
3476
|
|
@@ -3493,7 +3493,7 @@ Name | Type | Description | Notes
|
|
3493
3493
|
|
3494
3494
|
<a name="post_routing_skills"></a>
|
3495
3495
|
|
3496
|
-
##
|
3496
|
+
## [**RoutingSkill**](RoutingSkill.html) post_routing_skills(body)
|
3497
3497
|
|
3498
3498
|
|
3499
3499
|
|
@@ -3509,7 +3509,7 @@ Requires ANY permissions:
|
|
3509
3509
|
|
3510
3510
|
|
3511
3511
|
### Example
|
3512
|
-
|
3512
|
+
```{"language":"ruby"}
|
3513
3513
|
# load the gem
|
3514
3514
|
require 'purecloudplatformclientv2'
|
3515
3515
|
# setup authorization
|
@@ -3535,7 +3535,7 @@ begin
|
|
3535
3535
|
rescue PureCloud::ApiError => e
|
3536
3536
|
puts "Exception when calling RoutingApi->post_routing_skills: #{e}"
|
3537
3537
|
end
|
3538
|
-
|
3538
|
+
```
|
3539
3539
|
|
3540
3540
|
### Parameters
|
3541
3541
|
|
@@ -3558,7 +3558,7 @@ Name | Type | Description | Notes
|
|
3558
3558
|
|
3559
3559
|
<a name="post_routing_sms_addresses"></a>
|
3560
3560
|
|
3561
|
-
##
|
3561
|
+
## [**SmsPhoneNumber**](SmsPhoneNumber.html) post_routing_sms_addresses(body)
|
3562
3562
|
|
3563
3563
|
|
3564
3564
|
|
@@ -3574,7 +3574,7 @@ Requires ANY permissions:
|
|
3574
3574
|
|
3575
3575
|
|
3576
3576
|
### Example
|
3577
|
-
|
3577
|
+
```{"language":"ruby"}
|
3578
3578
|
# load the gem
|
3579
3579
|
require 'purecloudplatformclientv2'
|
3580
3580
|
# setup authorization
|
@@ -3600,7 +3600,7 @@ begin
|
|
3600
3600
|
rescue PureCloud::ApiError => e
|
3601
3601
|
puts "Exception when calling RoutingApi->post_routing_sms_addresses: #{e}"
|
3602
3602
|
end
|
3603
|
-
|
3603
|
+
```
|
3604
3604
|
|
3605
3605
|
### Parameters
|
3606
3606
|
|
@@ -3623,7 +3623,7 @@ Name | Type | Description | Notes
|
|
3623
3623
|
|
3624
3624
|
<a name="post_routing_sms_phonenumbers"></a>
|
3625
3625
|
|
3626
|
-
##
|
3626
|
+
## [**SmsPhoneNumber**](SmsPhoneNumber.html) post_routing_sms_phonenumbers(body)
|
3627
3627
|
|
3628
3628
|
|
3629
3629
|
|
@@ -3639,7 +3639,7 @@ Requires ANY permissions:
|
|
3639
3639
|
|
3640
3640
|
|
3641
3641
|
### Example
|
3642
|
-
|
3642
|
+
```{"language":"ruby"}
|
3643
3643
|
# load the gem
|
3644
3644
|
require 'purecloudplatformclientv2'
|
3645
3645
|
# setup authorization
|
@@ -3665,7 +3665,7 @@ begin
|
|
3665
3665
|
rescue PureCloud::ApiError => e
|
3666
3666
|
puts "Exception when calling RoutingApi->post_routing_sms_phonenumbers: #{e}"
|
3667
3667
|
end
|
3668
|
-
|
3668
|
+
```
|
3669
3669
|
|
3670
3670
|
### Parameters
|
3671
3671
|
|
@@ -3688,7 +3688,7 @@ Name | Type | Description | Notes
|
|
3688
3688
|
|
3689
3689
|
<a name="post_routing_wrapupcodes"></a>
|
3690
3690
|
|
3691
|
-
##
|
3691
|
+
## [**WrapupCode**](WrapupCode.html) post_routing_wrapupcodes(body)
|
3692
3692
|
|
3693
3693
|
|
3694
3694
|
|
@@ -3704,7 +3704,7 @@ Requires ANY permissions:
|
|
3704
3704
|
|
3705
3705
|
|
3706
3706
|
### Example
|
3707
|
-
|
3707
|
+
```{"language":"ruby"}
|
3708
3708
|
# load the gem
|
3709
3709
|
require 'purecloudplatformclientv2'
|
3710
3710
|
# setup authorization
|
@@ -3730,7 +3730,7 @@ begin
|
|
3730
3730
|
rescue PureCloud::ApiError => e
|
3731
3731
|
puts "Exception when calling RoutingApi->post_routing_wrapupcodes: #{e}"
|
3732
3732
|
end
|
3733
|
-
|
3733
|
+
```
|
3734
3734
|
|
3735
3735
|
### Parameters
|
3736
3736
|
|
@@ -3753,7 +3753,7 @@ Name | Type | Description | Notes
|
|
3753
3753
|
|
3754
3754
|
<a name="post_user_routinglanguages"></a>
|
3755
3755
|
|
3756
|
-
##
|
3756
|
+
## [**UserRoutingLanguage**](UserRoutingLanguage.html) post_user_routinglanguages(user_id, body)
|
3757
3757
|
|
3758
3758
|
|
3759
3759
|
|
@@ -3770,7 +3770,7 @@ Requires ANY permissions:
|
|
3770
3770
|
|
3771
3771
|
|
3772
3772
|
### Example
|
3773
|
-
|
3773
|
+
```{"language":"ruby"}
|
3774
3774
|
# load the gem
|
3775
3775
|
require 'purecloudplatformclientv2'
|
3776
3776
|
# setup authorization
|
@@ -3798,7 +3798,7 @@ begin
|
|
3798
3798
|
rescue PureCloud::ApiError => e
|
3799
3799
|
puts "Exception when calling RoutingApi->post_user_routinglanguages: #{e}"
|
3800
3800
|
end
|
3801
|
-
|
3801
|
+
```
|
3802
3802
|
|
3803
3803
|
### Parameters
|
3804
3804
|
|
@@ -3822,7 +3822,7 @@ Name | Type | Description | Notes
|
|
3822
3822
|
|
3823
3823
|
<a name="post_user_routingskills"></a>
|
3824
3824
|
|
3825
|
-
##
|
3825
|
+
## [**UserRoutingSkill**](UserRoutingSkill.html) post_user_routingskills(user_id, body)
|
3826
3826
|
|
3827
3827
|
|
3828
3828
|
|
@@ -3839,7 +3839,7 @@ Requires ANY permissions:
|
|
3839
3839
|
|
3840
3840
|
|
3841
3841
|
### Example
|
3842
|
-
|
3842
|
+
```{"language":"ruby"}
|
3843
3843
|
# load the gem
|
3844
3844
|
require 'purecloudplatformclientv2'
|
3845
3845
|
# setup authorization
|
@@ -3867,7 +3867,7 @@ begin
|
|
3867
3867
|
rescue PureCloud::ApiError => e
|
3868
3868
|
puts "Exception when calling RoutingApi->post_user_routingskills: #{e}"
|
3869
3869
|
end
|
3870
|
-
|
3870
|
+
```
|
3871
3871
|
|
3872
3872
|
### Parameters
|
3873
3873
|
|
@@ -3891,7 +3891,7 @@ Name | Type | Description | Notes
|
|
3891
3891
|
|
3892
3892
|
<a name="put_routing_email_domain_route"></a>
|
3893
3893
|
|
3894
|
-
##
|
3894
|
+
## [**InboundRoute**](InboundRoute.html) put_routing_email_domain_route(domain_name, route_id, body)
|
3895
3895
|
|
3896
3896
|
|
3897
3897
|
|
@@ -3907,7 +3907,7 @@ Requires ANY permissions:
|
|
3907
3907
|
|
3908
3908
|
|
3909
3909
|
### Example
|
3910
|
-
|
3910
|
+
```{"language":"ruby"}
|
3911
3911
|
# load the gem
|
3912
3912
|
require 'purecloudplatformclientv2'
|
3913
3913
|
# setup authorization
|
@@ -3937,7 +3937,7 @@ begin
|
|
3937
3937
|
rescue PureCloud::ApiError => e
|
3938
3938
|
puts "Exception when calling RoutingApi->put_routing_email_domain_route: #{e}"
|
3939
3939
|
end
|
3940
|
-
|
3940
|
+
```
|
3941
3941
|
|
3942
3942
|
### Parameters
|
3943
3943
|
|
@@ -3962,7 +3962,7 @@ Name | Type | Description | Notes
|
|
3962
3962
|
|
3963
3963
|
<a name="put_routing_message_recipient"></a>
|
3964
3964
|
|
3965
|
-
##
|
3965
|
+
## [**Recipient**](Recipient.html) put_routing_message_recipient(recipient_id, body)
|
3966
3966
|
|
3967
3967
|
|
3968
3968
|
|
@@ -3978,7 +3978,7 @@ Requires ANY permissions:
|
|
3978
3978
|
|
3979
3979
|
|
3980
3980
|
### Example
|
3981
|
-
|
3981
|
+
```{"language":"ruby"}
|
3982
3982
|
# load the gem
|
3983
3983
|
require 'purecloudplatformclientv2'
|
3984
3984
|
# setup authorization
|
@@ -4006,7 +4006,7 @@ begin
|
|
4006
4006
|
rescue PureCloud::ApiError => e
|
4007
4007
|
puts "Exception when calling RoutingApi->put_routing_message_recipient: #{e}"
|
4008
4008
|
end
|
4009
|
-
|
4009
|
+
```
|
4010
4010
|
|
4011
4011
|
### Parameters
|
4012
4012
|
|
@@ -4030,7 +4030,7 @@ Name | Type | Description | Notes
|
|
4030
4030
|
|
4031
4031
|
<a name="put_routing_queue"></a>
|
4032
4032
|
|
4033
|
-
##
|
4033
|
+
## [**Queue**](Queue.html) put_routing_queue(queue_id, body)
|
4034
4034
|
|
4035
4035
|
|
4036
4036
|
|
@@ -4046,7 +4046,7 @@ Requires ANY permissions:
|
|
4046
4046
|
|
4047
4047
|
|
4048
4048
|
### Example
|
4049
|
-
|
4049
|
+
```{"language":"ruby"}
|
4050
4050
|
# load the gem
|
4051
4051
|
require 'purecloudplatformclientv2'
|
4052
4052
|
# setup authorization
|
@@ -4074,7 +4074,7 @@ begin
|
|
4074
4074
|
rescue PureCloud::ApiError => e
|
4075
4075
|
puts "Exception when calling RoutingApi->put_routing_queue: #{e}"
|
4076
4076
|
end
|
4077
|
-
|
4077
|
+
```
|
4078
4078
|
|
4079
4079
|
### Parameters
|
4080
4080
|
|
@@ -4098,7 +4098,7 @@ Name | Type | Description | Notes
|
|
4098
4098
|
|
4099
4099
|
<a name="put_routing_sms_phonenumber"></a>
|
4100
4100
|
|
4101
|
-
##
|
4101
|
+
## [**SmsPhoneNumber**](SmsPhoneNumber.html) put_routing_sms_phonenumber(address_id, body)
|
4102
4102
|
|
4103
4103
|
|
4104
4104
|
|
@@ -4114,7 +4114,7 @@ Requires ANY permissions:
|
|
4114
4114
|
|
4115
4115
|
|
4116
4116
|
### Example
|
4117
|
-
|
4117
|
+
```{"language":"ruby"}
|
4118
4118
|
# load the gem
|
4119
4119
|
require 'purecloudplatformclientv2'
|
4120
4120
|
# setup authorization
|
@@ -4142,7 +4142,7 @@ begin
|
|
4142
4142
|
rescue PureCloud::ApiError => e
|
4143
4143
|
puts "Exception when calling RoutingApi->put_routing_sms_phonenumber: #{e}"
|
4144
4144
|
end
|
4145
|
-
|
4145
|
+
```
|
4146
4146
|
|
4147
4147
|
### Parameters
|
4148
4148
|
|
@@ -4166,7 +4166,7 @@ Name | Type | Description | Notes
|
|
4166
4166
|
|
4167
4167
|
<a name="put_routing_utilization"></a>
|
4168
4168
|
|
4169
|
-
##
|
4169
|
+
## [**Utilization**](Utilization.html) put_routing_utilization(body)
|
4170
4170
|
|
4171
4171
|
|
4172
4172
|
|
@@ -4182,7 +4182,7 @@ Requires ANY permissions:
|
|
4182
4182
|
|
4183
4183
|
|
4184
4184
|
### Example
|
4185
|
-
|
4185
|
+
```{"language":"ruby"}
|
4186
4186
|
# load the gem
|
4187
4187
|
require 'purecloudplatformclientv2'
|
4188
4188
|
# setup authorization
|
@@ -4208,7 +4208,7 @@ begin
|
|
4208
4208
|
rescue PureCloud::ApiError => e
|
4209
4209
|
puts "Exception when calling RoutingApi->put_routing_utilization: #{e}"
|
4210
4210
|
end
|
4211
|
-
|
4211
|
+
```
|
4212
4212
|
|
4213
4213
|
### Parameters
|
4214
4214
|
|
@@ -4231,7 +4231,7 @@ Name | Type | Description | Notes
|
|
4231
4231
|
|
4232
4232
|
<a name="put_routing_wrapupcode"></a>
|
4233
4233
|
|
4234
|
-
##
|
4234
|
+
## [**WrapupCode**](WrapupCode.html) put_routing_wrapupcode(code_id, body)
|
4235
4235
|
|
4236
4236
|
|
4237
4237
|
|
@@ -4247,7 +4247,7 @@ Requires ANY permissions:
|
|
4247
4247
|
|
4248
4248
|
|
4249
4249
|
### Example
|
4250
|
-
|
4250
|
+
```{"language":"ruby"}
|
4251
4251
|
# load the gem
|
4252
4252
|
require 'purecloudplatformclientv2'
|
4253
4253
|
# setup authorization
|
@@ -4275,7 +4275,7 @@ begin
|
|
4275
4275
|
rescue PureCloud::ApiError => e
|
4276
4276
|
puts "Exception when calling RoutingApi->put_routing_wrapupcode: #{e}"
|
4277
4277
|
end
|
4278
|
-
|
4278
|
+
```
|
4279
4279
|
|
4280
4280
|
### Parameters
|
4281
4281
|
|
@@ -4299,7 +4299,7 @@ Name | Type | Description | Notes
|
|
4299
4299
|
|
4300
4300
|
<a name="put_user_routingskill"></a>
|
4301
4301
|
|
4302
|
-
##
|
4302
|
+
## [**UserRoutingSkill**](UserRoutingSkill.html) put_user_routingskill(user_id, skill_id, body)
|
4303
4303
|
|
4304
4304
|
|
4305
4305
|
|
@@ -4316,7 +4316,7 @@ Requires ANY permissions:
|
|
4316
4316
|
|
4317
4317
|
|
4318
4318
|
### Example
|
4319
|
-
|
4319
|
+
```{"language":"ruby"}
|
4320
4320
|
# load the gem
|
4321
4321
|
require 'purecloudplatformclientv2'
|
4322
4322
|
# setup authorization
|
@@ -4346,7 +4346,7 @@ begin
|
|
4346
4346
|
rescue PureCloud::ApiError => e
|
4347
4347
|
puts "Exception when calling RoutingApi->put_user_routingskill: #{e}"
|
4348
4348
|
end
|
4349
|
-
|
4349
|
+
```
|
4350
4350
|
|
4351
4351
|
### Parameters
|
4352
4352
|
|