purecloud 0.18.0 → 0.25.0

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.
Files changed (143) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +2 -2
  3. data/Gemfile.lock +2 -2
  4. data/README.md +1 -7
  5. data/config-ruby.json +1 -1
  6. data/extensions/auth.rb +2 -2
  7. data/lib/purecloud.rb +110 -75
  8. data/lib/purecloud/api/architect_api.rb +3127 -74
  9. data/lib/purecloud/api/attributes_api.rb +33 -33
  10. data/lib/purecloud/api/authorization_api.rb +83 -83
  11. data/lib/purecloud/api/compliance_api.rb +5 -5
  12. data/lib/purecloud/api/configuration_api.rb +594 -397
  13. data/lib/purecloud/api/content_management_api.rb +183 -183
  14. data/lib/purecloud/api/conversations_api.rb +289 -159
  15. data/lib/purecloud/api/downloads_api.rb +6 -6
  16. data/lib/purecloud/api/external_contacts_api.rb +1693 -0
  17. data/lib/purecloud/api/fax_api.rb +24 -24
  18. data/lib/purecloud/api/geolocation_api.rb +14 -14
  19. data/lib/purecloud/api/greetings_api.rb +68 -68
  20. data/lib/purecloud/api/groups_api.rb +31 -20
  21. data/lib/purecloud/api/languages_api.rb +18 -11
  22. data/lib/purecloud/api/licensing_api.rb +5 -5
  23. data/lib/purecloud/api/locations_api.rb +11 -11
  24. data/lib/purecloud/api/notifications_api.rb +41 -41
  25. data/lib/purecloud/api/o_auth_api.rb +69 -69
  26. data/lib/purecloud/api/outbound_api.rb +505 -325
  27. data/lib/purecloud/api/presence_api.rb +65 -65
  28. data/lib/purecloud/api/quality_api.rb +66 -639
  29. data/lib/purecloud/api/recording_api.rb +1343 -0
  30. data/lib/purecloud/api/response_management_api.rb +687 -0
  31. data/lib/purecloud/api/routing_api.rb +224 -170
  32. data/lib/purecloud/api/scripts_api.rb +52 -52
  33. data/lib/purecloud/api/search_api.rb +5 -5
  34. data/lib/purecloud/api/stations_api.rb +8 -8
  35. data/lib/purecloud/api/telephony_providers_edge_api.rb +138 -138
  36. data/lib/purecloud/api/user_recordings_api.rb +29 -29
  37. data/lib/purecloud/api/users_api.rb +123 -123
  38. data/lib/purecloud/api/utilities_api.rb +71 -15
  39. data/lib/purecloud/api/voicemail_api.rb +42 -42
  40. data/lib/purecloud/api_client.rb +1 -1
  41. data/lib/purecloud/models/address.rb +49 -51
  42. data/lib/purecloud/models/attribute_filter_item.rb +177 -0
  43. data/lib/purecloud/models/automate_queue_member_entity_listing.rb +238 -0
  44. data/lib/purecloud/models/available_additional_service.rb +40 -1
  45. data/lib/purecloud/models/{topic_entity_listing.rb → available_topic_entity_listing.rb} +1 -1
  46. data/lib/purecloud/models/call.rb +36 -5
  47. data/lib/purecloud/models/{line_properties.rb → call_command.rb} +13 -3
  48. data/lib/purecloud/models/callback.rb +15 -4
  49. data/lib/purecloud/models/campaign.rb +219 -17
  50. data/lib/purecloud/models/campaign_progress.rb +186 -0
  51. data/lib/purecloud/models/channel_topic_entity_listing.rb +238 -0
  52. data/lib/purecloud/models/charge.rb +14 -4
  53. data/lib/purecloud/models/{attribute_value.rb → client_text_table_transform.rb} +52 -82
  54. data/lib/purecloud/models/contact.rb +1 -1
  55. data/lib/purecloud/models/contact_list.rb +111 -1
  56. data/lib/purecloud/models/contact_listing.rb +238 -0
  57. data/lib/purecloud/models/content_attribute_filter_item.rb +177 -0
  58. data/lib/purecloud/models/content_facet_filter_item.rb +1 -1
  59. data/lib/purecloud/models/content_query_request.rb +16 -4
  60. data/lib/purecloud/models/control.rb +221 -0
  61. data/lib/purecloud/models/{flow_activate_request.rb → control_options.rb} +18 -12
  62. data/lib/purecloud/models/create_callback_command.rb +200 -0
  63. data/lib/purecloud/models/discount.rb +220 -0
  64. data/lib/purecloud/models/document.rb +13 -1
  65. data/lib/purecloud/models/document_attribute.rb +158 -0
  66. data/lib/purecloud/models/document_update.rb +28 -16
  67. data/lib/purecloud/models/document_upload.rb +4 -16
  68. data/lib/purecloud/models/domain_voice_rate_extended_response_item_entity_listing.rb +238 -0
  69. data/lib/purecloud/models/domain_voice_rate_international_response_item_entity_listing.rb +238 -0
  70. data/lib/purecloud/models/domain_voice_rate_response_item_entity_listing.rb +1 -1
  71. data/lib/purecloud/models/edge_line.rb +1 -1
  72. data/lib/purecloud/models/edge_logs_job.rb +181 -0
  73. data/lib/purecloud/models/edge_logs_job_file.rb +243 -0
  74. data/lib/purecloud/models/edge_logs_job_request.rb +168 -0
  75. data/lib/purecloud/models/{backend_work_item_data_element.rb → edge_logs_job_response.rb} +16 -24
  76. data/lib/purecloud/models/{flow_lock_request.rb → edge_logs_job_upload_request.rb} +10 -12
  77. data/lib/purecloud/models/email.rb +15 -4
  78. data/lib/purecloud/models/endpoint.rb +1 -1
  79. data/lib/purecloud/models/{flow_associate_workspaces_request.rb → estimated_wait_time_predictions.rb} +10 -11
  80. data/lib/purecloud/models/external_contact.rb +320 -0
  81. data/lib/purecloud/models/external_organization.rb +306 -0
  82. data/lib/purecloud/models/external_organization_listing.rb +238 -0
  83. data/lib/purecloud/models/facet_filter_item.rb +1 -1
  84. data/lib/purecloud/models/flow_body.rb +1 -1
  85. data/lib/purecloud/models/flow_body_format.rb +10 -20
  86. data/lib/purecloud/models/flow_terminate_request.rb +3 -16
  87. data/lib/purecloud/models/form.rb +148 -0
  88. data/lib/purecloud/models/group.rb +11 -1
  89. data/lib/purecloud/models/health_check_info.rb +268 -0
  90. data/lib/purecloud/models/{body_2.rb → inline_response_200.rb} +1 -1
  91. data/lib/purecloud/models/integration_type.rb +209 -0
  92. data/lib/purecloud/models/integration_type_entity_listing.rb +238 -0
  93. data/lib/purecloud/models/key_rotation_schedule.rb +1 -0
  94. data/lib/purecloud/models/language.rb +41 -1
  95. data/lib/purecloud/models/line.rb +1 -1
  96. data/lib/purecloud/models/line_base.rb +1 -1
  97. data/lib/purecloud/models/media_policies.rb +169 -0
  98. data/lib/purecloud/models/media_policy.rb +171 -0
  99. data/lib/purecloud/models/note.rb +200 -0
  100. data/lib/purecloud/models/{user_station_resource.rb → note_listing.rb} +68 -58
  101. data/lib/purecloud/models/o_auth_client.rb +1 -1
  102. data/lib/purecloud/models/page.rb +2 -2
  103. data/lib/purecloud/models/{byte_buffer.rb → payment_method.rb} +48 -61
  104. data/lib/purecloud/models/payment_method_listing.rb +238 -0
  105. data/lib/purecloud/models/payment_token_provider.rb +180 -0
  106. data/lib/purecloud/models/phone.rb +1 -1
  107. data/lib/purecloud/models/phone_base.rb +1 -1
  108. data/lib/purecloud/models/phone_number.rb +198 -0
  109. data/lib/purecloud/models/phones_reboot.rb +14 -4
  110. data/lib/purecloud/models/policy.rb +14 -1
  111. data/lib/purecloud/models/prediction_results.rb +167 -0
  112. data/lib/purecloud/models/query_request.rb +16 -4
  113. data/lib/purecloud/models/queue_member_entity_listing.rb +1 -1
  114. data/lib/purecloud/models/quote.rb +13 -1
  115. data/lib/purecloud/models/recording_settings.rb +146 -0
  116. data/lib/purecloud/models/relationship.rb +201 -0
  117. data/lib/purecloud/models/relationship_listing.rb +238 -0
  118. data/lib/purecloud/models/report_schedule.rb +3 -2
  119. data/lib/purecloud/models/service_type.rb +12 -1
  120. data/lib/purecloud/models/social_expression.rb +25 -4
  121. data/lib/purecloud/models/spreadsheet_transform_entity_listing.rb +1 -1
  122. data/lib/purecloud/models/template.rb +1 -1
  123. data/lib/purecloud/models/text_table_transform_entity_listing.rb +1 -1
  124. data/lib/purecloud/models/ticker.rb +158 -0
  125. data/lib/purecloud/models/time_slot.rb +1 -0
  126. data/lib/purecloud/models/trunk_base.rb +1 -1
  127. data/lib/purecloud/models/vendor_connection_request.rb +166 -0
  128. data/lib/purecloud/models/video.rb +15 -4
  129. data/lib/purecloud/models/work_item_definition.rb +8 -10
  130. data/lib/purecloud/version.rb +1 -1
  131. data/ossindex.json +17 -0
  132. data/purecloud.gemspec +4 -3
  133. data/rakefile +3 -15
  134. data/spec/test.rb +6 -3
  135. data/swagger.json +1 -1
  136. data/swagger_template/api_client.mustache +304 -0
  137. data/swagger_template/base_object.mustache +90 -0
  138. data/{PureCloud.gemspec → swagger_template/gemspec.mustache} +12 -11
  139. data/version.json +1 -1
  140. metadata +76 -25
  141. data/lib/purecloud/api/analytics_api.rb +0 -1554
  142. data/lib/purecloud/api/orphaned_recordings_api.rb +0 -205
  143. data/newVersion.md +0 -1
@@ -87,8 +87,8 @@ module PureCloud
87
87
  # @param [Hash] opts the optional parameters
88
88
  # @option opts [EvaluationForm] :body
89
89
  # @return [EvaluationForm]
90
- def create_forms(opts = {})
91
- data, status_code, headers = create_forms_with_http_info(opts)
90
+ def post_forms(opts = {})
91
+ data, status_code, headers = post_forms_with_http_info(opts)
92
92
  return data
93
93
  end
94
94
 
@@ -97,9 +97,9 @@ module PureCloud
97
97
  # @param [Hash] opts the optional parameters
98
98
  # @option opts [EvaluationForm] :body
99
99
  # @return [Array<(EvaluationForm, Fixnum, Hash)>] EvaluationForm data, response status code and response headers
100
- def create_forms_with_http_info(opts = {})
100
+ def post_forms_with_http_info(opts = {})
101
101
  if @api_client.config.debugging
102
- @api_client.config.logger.debug "Calling API: ScriptsApi#create_forms ..."
102
+ @api_client.config.logger.debug "Calling API: ScriptsApi#post_forms ..."
103
103
  end
104
104
 
105
105
  # resource path
@@ -135,7 +135,7 @@ module PureCloud
135
135
  :auth_names => auth_names,
136
136
  :return_type => 'EvaluationForm')
137
137
  if @api_client.config.debugging
138
- @api_client.config.logger.debug "API called: ScriptsApi#create_forms\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
138
+ @api_client.config.logger.debug "API called: ScriptsApi#post_forms\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
139
139
  end
140
140
  return data, status_code, headers
141
141
  end
@@ -145,8 +145,8 @@ module PureCloud
145
145
  # @param form_id Form ID
146
146
  # @param [Hash] opts the optional parameters
147
147
  # @return [EvaluationForm]
148
- def get_form(form_id, opts = {})
149
- data, status_code, headers = get_form_with_http_info(form_id, opts)
148
+ def get_forms_form_id(form_id, opts = {})
149
+ data, status_code, headers = get_forms_form_id_with_http_info(form_id, opts)
150
150
  return data
151
151
  end
152
152
 
@@ -155,13 +155,13 @@ module PureCloud
155
155
  # @param form_id Form ID
156
156
  # @param [Hash] opts the optional parameters
157
157
  # @return [Array<(EvaluationForm, Fixnum, Hash)>] EvaluationForm data, response status code and response headers
158
- def get_form_with_http_info(form_id, opts = {})
158
+ def get_forms_form_id_with_http_info(form_id, opts = {})
159
159
  if @api_client.config.debugging
160
- @api_client.config.logger.debug "Calling API: ScriptsApi#get_form ..."
160
+ @api_client.config.logger.debug "Calling API: ScriptsApi#get_forms_form_id ..."
161
161
  end
162
162
 
163
163
  # verify the required parameter 'form_id' is set
164
- fail "Missing the required parameter 'form_id' when calling get_form" if form_id.nil?
164
+ fail "Missing the required parameter 'form_id' when calling get_forms_form_id" if form_id.nil?
165
165
 
166
166
  # resource path
167
167
  path = "/api/v1/quality/forms/{formId}".sub('{format}','json').sub('{' + 'formId' + '}', form_id.to_s)
@@ -196,7 +196,7 @@ module PureCloud
196
196
  :auth_names => auth_names,
197
197
  :return_type => 'EvaluationForm')
198
198
  if @api_client.config.debugging
199
- @api_client.config.logger.debug "API called: ScriptsApi#get_form\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
199
+ @api_client.config.logger.debug "API called: ScriptsApi#get_forms_form_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
200
200
  end
201
201
  return data, status_code, headers
202
202
  end
@@ -207,8 +207,8 @@ module PureCloud
207
207
  # @param [Hash] opts the optional parameters
208
208
  # @option opts [EvaluationForm] :body
209
209
  # @return [EvaluationForm]
210
- def update_form(form_id, opts = {})
211
- data, status_code, headers = update_form_with_http_info(form_id, opts)
210
+ def put_forms_form_id(form_id, opts = {})
211
+ data, status_code, headers = put_forms_form_id_with_http_info(form_id, opts)
212
212
  return data
213
213
  end
214
214
 
@@ -218,13 +218,13 @@ module PureCloud
218
218
  # @param [Hash] opts the optional parameters
219
219
  # @option opts [EvaluationForm] :body
220
220
  # @return [Array<(EvaluationForm, Fixnum, Hash)>] EvaluationForm data, response status code and response headers
221
- def update_form_with_http_info(form_id, opts = {})
221
+ def put_forms_form_id_with_http_info(form_id, opts = {})
222
222
  if @api_client.config.debugging
223
- @api_client.config.logger.debug "Calling API: ScriptsApi#update_form ..."
223
+ @api_client.config.logger.debug "Calling API: ScriptsApi#put_forms_form_id ..."
224
224
  end
225
225
 
226
226
  # verify the required parameter 'form_id' is set
227
- fail "Missing the required parameter 'form_id' when calling update_form" if form_id.nil?
227
+ fail "Missing the required parameter 'form_id' when calling put_forms_form_id" if form_id.nil?
228
228
 
229
229
  # resource path
230
230
  path = "/api/v1/quality/forms/{formId}".sub('{format}','json').sub('{' + 'formId' + '}', form_id.to_s)
@@ -259,7 +259,7 @@ module PureCloud
259
259
  :auth_names => auth_names,
260
260
  :return_type => 'EvaluationForm')
261
261
  if @api_client.config.debugging
262
- @api_client.config.logger.debug "API called: ScriptsApi#update_form\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
262
+ @api_client.config.logger.debug "API called: ScriptsApi#put_forms_form_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
263
263
  end
264
264
  return data, status_code, headers
265
265
  end
@@ -269,8 +269,8 @@ module PureCloud
269
269
  # @param form_id Form ID
270
270
  # @param [Hash] opts the optional parameters
271
271
  # @return [String]
272
- def delete_form(form_id, opts = {})
273
- data, status_code, headers = delete_form_with_http_info(form_id, opts)
272
+ def delete_forms_form_id(form_id, opts = {})
273
+ data, status_code, headers = delete_forms_form_id_with_http_info(form_id, opts)
274
274
  return data
275
275
  end
276
276
 
@@ -279,13 +279,13 @@ module PureCloud
279
279
  # @param form_id Form ID
280
280
  # @param [Hash] opts the optional parameters
281
281
  # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
282
- def delete_form_with_http_info(form_id, opts = {})
282
+ def delete_forms_form_id_with_http_info(form_id, opts = {})
283
283
  if @api_client.config.debugging
284
- @api_client.config.logger.debug "Calling API: ScriptsApi#delete_form ..."
284
+ @api_client.config.logger.debug "Calling API: ScriptsApi#delete_forms_form_id ..."
285
285
  end
286
286
 
287
287
  # verify the required parameter 'form_id' is set
288
- fail "Missing the required parameter 'form_id' when calling delete_form" if form_id.nil?
288
+ fail "Missing the required parameter 'form_id' when calling delete_forms_form_id" if form_id.nil?
289
289
 
290
290
  # resource path
291
291
  path = "/api/v1/quality/forms/{formId}".sub('{format}','json').sub('{' + 'formId' + '}', form_id.to_s)
@@ -320,7 +320,7 @@ module PureCloud
320
320
  :auth_names => auth_names,
321
321
  :return_type => 'String')
322
322
  if @api_client.config.debugging
323
- @api_client.config.logger.debug "API called: ScriptsApi#delete_form\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
323
+ @api_client.config.logger.debug "API called: ScriptsApi#delete_forms_form_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
324
324
  end
325
325
  return data, status_code, headers
326
326
  end
@@ -332,8 +332,8 @@ module PureCloud
332
332
  # @option opts [Integer] :page_size Page size
333
333
  # @option opts [Integer] :page_number Page number
334
334
  # @return [EvaluationFormEntityListing]
335
- def get_form_versions(form_id, opts = {})
336
- data, status_code, headers = get_form_versions_with_http_info(form_id, opts)
335
+ def get_forms_form_id_versions(form_id, opts = {})
336
+ data, status_code, headers = get_forms_form_id_versions_with_http_info(form_id, opts)
337
337
  return data
338
338
  end
339
339
 
@@ -344,13 +344,13 @@ module PureCloud
344
344
  # @option opts [Integer] :page_size Page size
345
345
  # @option opts [Integer] :page_number Page number
346
346
  # @return [Array<(EvaluationFormEntityListing, Fixnum, Hash)>] EvaluationFormEntityListing data, response status code and response headers
347
- def get_form_versions_with_http_info(form_id, opts = {})
347
+ def get_forms_form_id_versions_with_http_info(form_id, opts = {})
348
348
  if @api_client.config.debugging
349
- @api_client.config.logger.debug "Calling API: ScriptsApi#get_form_versions ..."
349
+ @api_client.config.logger.debug "Calling API: ScriptsApi#get_forms_form_id_versions ..."
350
350
  end
351
351
 
352
352
  # verify the required parameter 'form_id' is set
353
- fail "Missing the required parameter 'form_id' when calling get_form_versions" if form_id.nil?
353
+ fail "Missing the required parameter 'form_id' when calling get_forms_form_id_versions" if form_id.nil?
354
354
 
355
355
  # resource path
356
356
  path = "/api/v1/quality/forms/{formId}/versions".sub('{format}','json').sub('{' + 'formId' + '}', form_id.to_s)
@@ -387,7 +387,7 @@ module PureCloud
387
387
  :auth_names => auth_names,
388
388
  :return_type => 'EvaluationFormEntityListing')
389
389
  if @api_client.config.debugging
390
- @api_client.config.logger.debug "API called: ScriptsApi#get_form_versions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
390
+ @api_client.config.logger.debug "API called: ScriptsApi#get_forms_form_id_versions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
391
391
  end
392
392
  return data, status_code, headers
393
393
  end
@@ -462,8 +462,8 @@ module PureCloud
462
462
  # @param [Hash] opts the optional parameters
463
463
  # @option opts [EvaluationForm] :body
464
464
  # @return [EvaluationForm]
465
- def create_publishedforms(opts = {})
466
- data, status_code, headers = create_publishedforms_with_http_info(opts)
465
+ def post_publishedforms(opts = {})
466
+ data, status_code, headers = post_publishedforms_with_http_info(opts)
467
467
  return data
468
468
  end
469
469
 
@@ -472,9 +472,9 @@ module PureCloud
472
472
  # @param [Hash] opts the optional parameters
473
473
  # @option opts [EvaluationForm] :body
474
474
  # @return [Array<(EvaluationForm, Fixnum, Hash)>] EvaluationForm data, response status code and response headers
475
- def create_publishedforms_with_http_info(opts = {})
475
+ def post_publishedforms_with_http_info(opts = {})
476
476
  if @api_client.config.debugging
477
- @api_client.config.logger.debug "Calling API: ScriptsApi#create_publishedforms ..."
477
+ @api_client.config.logger.debug "Calling API: ScriptsApi#post_publishedforms ..."
478
478
  end
479
479
 
480
480
  # resource path
@@ -510,7 +510,7 @@ module PureCloud
510
510
  :auth_names => auth_names,
511
511
  :return_type => 'EvaluationForm')
512
512
  if @api_client.config.debugging
513
- @api_client.config.logger.debug "API called: ScriptsApi#create_publishedforms\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
513
+ @api_client.config.logger.debug "API called: ScriptsApi#post_publishedforms\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
514
514
  end
515
515
  return data, status_code, headers
516
516
  end
@@ -520,8 +520,8 @@ module PureCloud
520
520
  # @param form_id Form ID
521
521
  # @param [Hash] opts the optional parameters
522
522
  # @return [EvaluationForm]
523
- def get_publishedforms_form(form_id, opts = {})
524
- data, status_code, headers = get_publishedforms_form_with_http_info(form_id, opts)
523
+ def get_publishedforms_form_id(form_id, opts = {})
524
+ data, status_code, headers = get_publishedforms_form_id_with_http_info(form_id, opts)
525
525
  return data
526
526
  end
527
527
 
@@ -530,13 +530,13 @@ module PureCloud
530
530
  # @param form_id Form ID
531
531
  # @param [Hash] opts the optional parameters
532
532
  # @return [Array<(EvaluationForm, Fixnum, Hash)>] EvaluationForm data, response status code and response headers
533
- def get_publishedforms_form_with_http_info(form_id, opts = {})
533
+ def get_publishedforms_form_id_with_http_info(form_id, opts = {})
534
534
  if @api_client.config.debugging
535
- @api_client.config.logger.debug "Calling API: ScriptsApi#get_publishedforms_form ..."
535
+ @api_client.config.logger.debug "Calling API: ScriptsApi#get_publishedforms_form_id ..."
536
536
  end
537
537
 
538
538
  # verify the required parameter 'form_id' is set
539
- fail "Missing the required parameter 'form_id' when calling get_publishedforms_form" if form_id.nil?
539
+ fail "Missing the required parameter 'form_id' when calling get_publishedforms_form_id" if form_id.nil?
540
540
 
541
541
  # resource path
542
542
  path = "/api/v1/quality/publishedforms/{formId}".sub('{format}','json').sub('{' + 'formId' + '}', form_id.to_s)
@@ -571,7 +571,7 @@ module PureCloud
571
571
  :auth_names => auth_names,
572
572
  :return_type => 'EvaluationForm')
573
573
  if @api_client.config.debugging
574
- @api_client.config.logger.debug "API called: ScriptsApi#get_publishedforms_form\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
574
+ @api_client.config.logger.debug "API called: ScriptsApi#get_publishedforms_form_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
575
575
  end
576
576
  return data, status_code, headers
577
577
  end
@@ -585,8 +585,8 @@ module PureCloud
585
585
  # @option opts [String] :name Name
586
586
  # @option opts [String] :feature Feature
587
587
  # @return [ScriptEntityListing]
588
- def get(opts = {})
589
- data, status_code, headers = get_with_http_info(opts)
588
+ def get_scripts(opts = {})
589
+ data, status_code, headers = get_scripts_with_http_info(opts)
590
590
  return data
591
591
  end
592
592
 
@@ -599,9 +599,9 @@ module PureCloud
599
599
  # @option opts [String] :name Name
600
600
  # @option opts [String] :feature Feature
601
601
  # @return [Array<(ScriptEntityListing, Fixnum, Hash)>] ScriptEntityListing data, response status code and response headers
602
- def get_with_http_info(opts = {})
602
+ def get_scripts_with_http_info(opts = {})
603
603
  if @api_client.config.debugging
604
- @api_client.config.logger.debug "Calling API: ScriptsApi#get ..."
604
+ @api_client.config.logger.debug "Calling API: ScriptsApi#get_scripts ..."
605
605
  end
606
606
 
607
607
  # resource path
@@ -642,7 +642,7 @@ module PureCloud
642
642
  :auth_names => auth_names,
643
643
  :return_type => 'ScriptEntityListing')
644
644
  if @api_client.config.debugging
645
- @api_client.config.logger.debug "API called: ScriptsApi#get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
645
+ @api_client.config.logger.debug "API called: ScriptsApi#get_scripts\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
646
646
  end
647
647
  return data, status_code, headers
648
648
  end
@@ -650,21 +650,21 @@ module PureCloud
650
650
  # Create a script.
651
651
  #
652
652
  # @param [Hash] opts the optional parameters
653
- # @option opts [Body2] :body
653
+ # @option opts [Body1] :body
654
654
  # @return [Script]
655
- def create(opts = {})
656
- data, status_code, headers = create_with_http_info(opts)
655
+ def post_scripts(opts = {})
656
+ data, status_code, headers = post_scripts_with_http_info(opts)
657
657
  return data
658
658
  end
659
659
 
660
660
  # Create a script.
661
661
  #
662
662
  # @param [Hash] opts the optional parameters
663
- # @option opts [Body2] :body
663
+ # @option opts [Body1] :body
664
664
  # @return [Array<(Script, Fixnum, Hash)>] Script data, response status code and response headers
665
- def create_with_http_info(opts = {})
665
+ def post_scripts_with_http_info(opts = {})
666
666
  if @api_client.config.debugging
667
- @api_client.config.logger.debug "Calling API: ScriptsApi#create ..."
667
+ @api_client.config.logger.debug "Calling API: ScriptsApi#post_scripts ..."
668
668
  end
669
669
 
670
670
  # resource path
@@ -700,7 +700,7 @@ module PureCloud
700
700
  :auth_names => auth_names,
701
701
  :return_type => 'Script')
702
702
  if @api_client.config.debugging
703
- @api_client.config.logger.debug "API called: ScriptsApi#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
703
+ @api_client.config.logger.debug "API called: ScriptsApi#post_scripts\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
704
704
  end
705
705
  return data, status_code, headers
706
706
  end
@@ -13,8 +13,8 @@ module PureCloud
13
13
  # @param [Hash] opts the optional parameters
14
14
  # @option opts [ChatSearchRequest] :body Search request options
15
15
  # @return [ChatSearchListing]
16
- def create_chats(opts = {})
17
- data, status_code, headers = create_chats_with_http_info(opts)
16
+ def post_chats(opts = {})
17
+ data, status_code, headers = post_chats_with_http_info(opts)
18
18
  return data
19
19
  end
20
20
 
@@ -23,9 +23,9 @@ module PureCloud
23
23
  # @param [Hash] opts the optional parameters
24
24
  # @option opts [ChatSearchRequest] :body Search request options
25
25
  # @return [Array<(ChatSearchListing, Fixnum, Hash)>] ChatSearchListing data, response status code and response headers
26
- def create_chats_with_http_info(opts = {})
26
+ def post_chats_with_http_info(opts = {})
27
27
  if @api_client.config.debugging
28
- @api_client.config.logger.debug "Calling API: SearchApi#create_chats ..."
28
+ @api_client.config.logger.debug "Calling API: SearchApi#post_chats ..."
29
29
  end
30
30
 
31
31
  # resource path
@@ -61,7 +61,7 @@ module PureCloud
61
61
  :auth_names => auth_names,
62
62
  :return_type => 'ChatSearchListing')
63
63
  if @api_client.config.debugging
64
- @api_client.config.logger.debug "API called: SearchApi#create_chats\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
64
+ @api_client.config.logger.debug "API called: SearchApi#post_chats\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
65
65
  end
66
66
  return data, status_code, headers
67
67
  end
@@ -16,8 +16,8 @@ module PureCloud
16
16
  # @option opts [String] :sort_by Sort by
17
17
  # @option opts [String] :name Name
18
18
  # @return [StationEntityListing]
19
- def get(opts = {})
20
- data, status_code, headers = get_with_http_info(opts)
19
+ def get_stations(opts = {})
20
+ data, status_code, headers = get_stations_with_http_info(opts)
21
21
  return data
22
22
  end
23
23
 
@@ -29,9 +29,9 @@ module PureCloud
29
29
  # @option opts [String] :sort_by Sort by
30
30
  # @option opts [String] :name Name
31
31
  # @return [Array<(StationEntityListing, Fixnum, Hash)>] StationEntityListing data, response status code and response headers
32
- def get_with_http_info(opts = {})
32
+ def get_stations_with_http_info(opts = {})
33
33
  if @api_client.config.debugging
34
- @api_client.config.logger.debug "Calling API: StationsApi#get ..."
34
+ @api_client.config.logger.debug "Calling API: StationsApi#get_stations ..."
35
35
  end
36
36
 
37
37
  # resource path
@@ -71,7 +71,7 @@ module PureCloud
71
71
  :auth_names => auth_names,
72
72
  :return_type => 'StationEntityListing')
73
73
  if @api_client.config.debugging
74
- @api_client.config.logger.debug "API called: StationsApi#get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
74
+ @api_client.config.logger.debug "API called: StationsApi#get_stations\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
75
75
  end
76
76
  return data, status_code, headers
77
77
  end
@@ -80,7 +80,7 @@ module PureCloud
80
80
  #
81
81
  # @param id Station ID
82
82
  # @param [Hash] opts the optional parameters
83
- # @return [UserStationResource]
83
+ # @return [Station]
84
84
  def get_id(id, opts = {})
85
85
  data, status_code, headers = get_id_with_http_info(id, opts)
86
86
  return data
@@ -90,7 +90,7 @@ module PureCloud
90
90
  #
91
91
  # @param id Station ID
92
92
  # @param [Hash] opts the optional parameters
93
- # @return [Array<(UserStationResource, Fixnum, Hash)>] UserStationResource data, response status code and response headers
93
+ # @return [Array<(Station, Fixnum, Hash)>] Station data, response status code and response headers
94
94
  def get_id_with_http_info(id, opts = {})
95
95
  if @api_client.config.debugging
96
96
  @api_client.config.logger.debug "Calling API: StationsApi#get_id ..."
@@ -130,7 +130,7 @@ module PureCloud
130
130
  :form_params => form_params,
131
131
  :body => post_body,
132
132
  :auth_names => auth_names,
133
- :return_type => 'UserStationResource')
133
+ :return_type => 'Station')
134
134
  if @api_client.config.debugging
135
135
  @api_client.config.logger.debug "API called: StationsApi#get_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
136
136
  end
@@ -81,8 +81,8 @@ module PureCloud
81
81
  # @param [Hash] opts the optional parameters
82
82
  # @option opts [EdgeGroup] :body EdgeGroup
83
83
  # @return [EdgeGroup]
84
- def create_providers_edge_edgegroups(opts = {})
85
- data, status_code, headers = create_providers_edge_edgegroups_with_http_info(opts)
84
+ def post_providers_edge_edgegroups(opts = {})
85
+ data, status_code, headers = post_providers_edge_edgegroups_with_http_info(opts)
86
86
  return data
87
87
  end
88
88
 
@@ -91,9 +91,9 @@ module PureCloud
91
91
  # @param [Hash] opts the optional parameters
92
92
  # @option opts [EdgeGroup] :body EdgeGroup
93
93
  # @return [Array<(EdgeGroup, Fixnum, Hash)>] EdgeGroup data, response status code and response headers
94
- def create_providers_edge_edgegroups_with_http_info(opts = {})
94
+ def post_providers_edge_edgegroups_with_http_info(opts = {})
95
95
  if @api_client.config.debugging
96
- @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#create_providers_edge_edgegroups ..."
96
+ @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#post_providers_edge_edgegroups ..."
97
97
  end
98
98
 
99
99
  # resource path
@@ -129,7 +129,7 @@ module PureCloud
129
129
  :auth_names => auth_names,
130
130
  :return_type => 'EdgeGroup')
131
131
  if @api_client.config.debugging
132
- @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#create_providers_edge_edgegroups\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
132
+ @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#post_providers_edge_edgegroups\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
133
133
  end
134
134
  return data, status_code, headers
135
135
  end
@@ -139,8 +139,8 @@ module PureCloud
139
139
  # @param edge_group_id Edge group ID
140
140
  # @param [Hash] opts the optional parameters
141
141
  # @return [EdgeGroup]
142
- def get_providers_edge_edge_group(edge_group_id, opts = {})
143
- data, status_code, headers = get_providers_edge_edge_group_with_http_info(edge_group_id, opts)
142
+ def get_providers_edge_edgegroups_edgegroup_id(edge_group_id, opts = {})
143
+ data, status_code, headers = get_providers_edge_edgegroups_edgegroup_id_with_http_info(edge_group_id, opts)
144
144
  return data
145
145
  end
146
146
 
@@ -149,13 +149,13 @@ module PureCloud
149
149
  # @param edge_group_id Edge group ID
150
150
  # @param [Hash] opts the optional parameters
151
151
  # @return [Array<(EdgeGroup, Fixnum, Hash)>] EdgeGroup data, response status code and response headers
152
- def get_providers_edge_edge_group_with_http_info(edge_group_id, opts = {})
152
+ def get_providers_edge_edgegroups_edgegroup_id_with_http_info(edge_group_id, opts = {})
153
153
  if @api_client.config.debugging
154
- @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#get_providers_edge_edge_group ..."
154
+ @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#get_providers_edge_edgegroups_edgegroup_id ..."
155
155
  end
156
156
 
157
157
  # verify the required parameter 'edge_group_id' is set
158
- fail "Missing the required parameter 'edge_group_id' when calling get_providers_edge_edge_group" if edge_group_id.nil?
158
+ fail "Missing the required parameter 'edge_group_id' when calling get_providers_edge_edgegroups_edgegroup_id" if edge_group_id.nil?
159
159
 
160
160
  # resource path
161
161
  path = "/api/v1/telephony/providers/edge/edgegroups/{edgeGroupId}".sub('{format}','json').sub('{' + 'edgeGroupId' + '}', edge_group_id.to_s)
@@ -190,7 +190,7 @@ module PureCloud
190
190
  :auth_names => auth_names,
191
191
  :return_type => 'EdgeGroup')
192
192
  if @api_client.config.debugging
193
- @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#get_providers_edge_edge_group\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
193
+ @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#get_providers_edge_edgegroups_edgegroup_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
194
194
  end
195
195
  return data, status_code, headers
196
196
  end
@@ -201,8 +201,8 @@ module PureCloud
201
201
  # @param [Hash] opts the optional parameters
202
202
  # @option opts [EdgeGroup] :body EdgeGroup
203
203
  # @return [EdgeGroup]
204
- def update_providers_edge_edge_group(edge_group_id, opts = {})
205
- data, status_code, headers = update_providers_edge_edge_group_with_http_info(edge_group_id, opts)
204
+ def put_providers_edge_edgegroups_edgegroup_id(edge_group_id, opts = {})
205
+ data, status_code, headers = put_providers_edge_edgegroups_edgegroup_id_with_http_info(edge_group_id, opts)
206
206
  return data
207
207
  end
208
208
 
@@ -212,13 +212,13 @@ module PureCloud
212
212
  # @param [Hash] opts the optional parameters
213
213
  # @option opts [EdgeGroup] :body EdgeGroup
214
214
  # @return [Array<(EdgeGroup, Fixnum, Hash)>] EdgeGroup data, response status code and response headers
215
- def update_providers_edge_edge_group_with_http_info(edge_group_id, opts = {})
215
+ def put_providers_edge_edgegroups_edgegroup_id_with_http_info(edge_group_id, opts = {})
216
216
  if @api_client.config.debugging
217
- @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#update_providers_edge_edge_group ..."
217
+ @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#put_providers_edge_edgegroups_edgegroup_id ..."
218
218
  end
219
219
 
220
220
  # verify the required parameter 'edge_group_id' is set
221
- fail "Missing the required parameter 'edge_group_id' when calling update_providers_edge_edge_group" if edge_group_id.nil?
221
+ fail "Missing the required parameter 'edge_group_id' when calling put_providers_edge_edgegroups_edgegroup_id" if edge_group_id.nil?
222
222
 
223
223
  # resource path
224
224
  path = "/api/v1/telephony/providers/edge/edgegroups/{edgeGroupId}".sub('{format}','json').sub('{' + 'edgeGroupId' + '}', edge_group_id.to_s)
@@ -253,7 +253,7 @@ module PureCloud
253
253
  :auth_names => auth_names,
254
254
  :return_type => 'EdgeGroup')
255
255
  if @api_client.config.debugging
256
- @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#update_providers_edge_edge_group\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
256
+ @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#put_providers_edge_edgegroups_edgegroup_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
257
257
  end
258
258
  return data, status_code, headers
259
259
  end
@@ -263,8 +263,8 @@ module PureCloud
263
263
  # @param edge_group_id Edge group ID
264
264
  # @param [Hash] opts the optional parameters
265
265
  # @return [String]
266
- def delete_providers_edge_edge_group(edge_group_id, opts = {})
267
- data, status_code, headers = delete_providers_edge_edge_group_with_http_info(edge_group_id, opts)
266
+ def delete_providers_edge_edgegroups_edgegroup_id(edge_group_id, opts = {})
267
+ data, status_code, headers = delete_providers_edge_edgegroups_edgegroup_id_with_http_info(edge_group_id, opts)
268
268
  return data
269
269
  end
270
270
 
@@ -273,13 +273,13 @@ module PureCloud
273
273
  # @param edge_group_id Edge group ID
274
274
  # @param [Hash] opts the optional parameters
275
275
  # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
276
- def delete_providers_edge_edge_group_with_http_info(edge_group_id, opts = {})
276
+ def delete_providers_edge_edgegroups_edgegroup_id_with_http_info(edge_group_id, opts = {})
277
277
  if @api_client.config.debugging
278
- @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#delete_providers_edge_edge_group ..."
278
+ @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#delete_providers_edge_edgegroups_edgegroup_id ..."
279
279
  end
280
280
 
281
281
  # verify the required parameter 'edge_group_id' is set
282
- fail "Missing the required parameter 'edge_group_id' when calling delete_providers_edge_edge_group" if edge_group_id.nil?
282
+ fail "Missing the required parameter 'edge_group_id' when calling delete_providers_edge_edgegroups_edgegroup_id" if edge_group_id.nil?
283
283
 
284
284
  # resource path
285
285
  path = "/api/v1/telephony/providers/edge/edgegroups/{edgeGroupId}".sub('{format}','json').sub('{' + 'edgeGroupId' + '}', edge_group_id.to_s)
@@ -314,7 +314,7 @@ module PureCloud
314
314
  :auth_names => auth_names,
315
315
  :return_type => 'String')
316
316
  if @api_client.config.debugging
317
- @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#delete_providers_edge_edge_group\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
317
+ @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#delete_providers_edge_edgegroups_edgegroup_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
318
318
  end
319
319
  return data, status_code, headers
320
320
  end
@@ -392,8 +392,8 @@ module PureCloud
392
392
  # @param line_base_id Line base ID
393
393
  # @param [Hash] opts the optional parameters
394
394
  # @return [LineBase]
395
- def get_providers_edge_linebasesettings_line_base(line_base_id, opts = {})
396
- data, status_code, headers = get_providers_edge_linebasesettings_line_base_with_http_info(line_base_id, opts)
395
+ def get_providers_edge_linebasesettings_linebase_id(line_base_id, opts = {})
396
+ data, status_code, headers = get_providers_edge_linebasesettings_linebase_id_with_http_info(line_base_id, opts)
397
397
  return data
398
398
  end
399
399
 
@@ -402,13 +402,13 @@ module PureCloud
402
402
  # @param line_base_id Line base ID
403
403
  # @param [Hash] opts the optional parameters
404
404
  # @return [Array<(LineBase, Fixnum, Hash)>] LineBase data, response status code and response headers
405
- def get_providers_edge_linebasesettings_line_base_with_http_info(line_base_id, opts = {})
405
+ def get_providers_edge_linebasesettings_linebase_id_with_http_info(line_base_id, opts = {})
406
406
  if @api_client.config.debugging
407
- @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#get_providers_edge_linebasesettings_line_base ..."
407
+ @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#get_providers_edge_linebasesettings_linebase_id ..."
408
408
  end
409
409
 
410
410
  # verify the required parameter 'line_base_id' is set
411
- fail "Missing the required parameter 'line_base_id' when calling get_providers_edge_linebasesettings_line_base" if line_base_id.nil?
411
+ fail "Missing the required parameter 'line_base_id' when calling get_providers_edge_linebasesettings_linebase_id" if line_base_id.nil?
412
412
 
413
413
  # resource path
414
414
  path = "/api/v1/telephony/providers/edge/linebasesettings/{lineBaseId}".sub('{format}','json').sub('{' + 'lineBaseId' + '}', line_base_id.to_s)
@@ -443,7 +443,7 @@ module PureCloud
443
443
  :auth_names => auth_names,
444
444
  :return_type => 'LineBase')
445
445
  if @api_client.config.debugging
446
- @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#get_providers_edge_linebasesettings_line_base\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
446
+ @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#get_providers_edge_linebasesettings_linebase_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
447
447
  end
448
448
  return data, status_code, headers
449
449
  end
@@ -586,8 +586,8 @@ module PureCloud
586
586
  # @param line_id Line ID
587
587
  # @param [Hash] opts the optional parameters
588
588
  # @return [Line]
589
- def get_providers_edge_line(line_id, opts = {})
590
- data, status_code, headers = get_providers_edge_line_with_http_info(line_id, opts)
589
+ def get_providers_edge_lines_line_id(line_id, opts = {})
590
+ data, status_code, headers = get_providers_edge_lines_line_id_with_http_info(line_id, opts)
591
591
  return data
592
592
  end
593
593
 
@@ -596,13 +596,13 @@ module PureCloud
596
596
  # @param line_id Line ID
597
597
  # @param [Hash] opts the optional parameters
598
598
  # @return [Array<(Line, Fixnum, Hash)>] Line data, response status code and response headers
599
- def get_providers_edge_line_with_http_info(line_id, opts = {})
599
+ def get_providers_edge_lines_line_id_with_http_info(line_id, opts = {})
600
600
  if @api_client.config.debugging
601
- @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#get_providers_edge_line ..."
601
+ @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#get_providers_edge_lines_line_id ..."
602
602
  end
603
603
 
604
604
  # verify the required parameter 'line_id' is set
605
- fail "Missing the required parameter 'line_id' when calling get_providers_edge_line" if line_id.nil?
605
+ fail "Missing the required parameter 'line_id' when calling get_providers_edge_lines_line_id" if line_id.nil?
606
606
 
607
607
  # resource path
608
608
  path = "/api/v1/telephony/providers/edge/lines/{lineId}".sub('{format}','json').sub('{' + 'lineId' + '}', line_id.to_s)
@@ -637,7 +637,7 @@ module PureCloud
637
637
  :auth_names => auth_names,
638
638
  :return_type => 'Line')
639
639
  if @api_client.config.debugging
640
- @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#get_providers_edge_line\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
640
+ @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#get_providers_edge_lines_line_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
641
641
  end
642
642
  return data, status_code, headers
643
643
  end
@@ -718,8 +718,8 @@ module PureCloud
718
718
  # @param [Hash] opts the optional parameters
719
719
  # @option opts [OutboundRoute] :body OutboundRoute
720
720
  # @return [OutboundRoute]
721
- def create_providers_edge_outboundroutes(opts = {})
722
- data, status_code, headers = create_providers_edge_outboundroutes_with_http_info(opts)
721
+ def post_providers_edge_outboundroutes(opts = {})
722
+ data, status_code, headers = post_providers_edge_outboundroutes_with_http_info(opts)
723
723
  return data
724
724
  end
725
725
 
@@ -728,9 +728,9 @@ module PureCloud
728
728
  # @param [Hash] opts the optional parameters
729
729
  # @option opts [OutboundRoute] :body OutboundRoute
730
730
  # @return [Array<(OutboundRoute, Fixnum, Hash)>] OutboundRoute data, response status code and response headers
731
- def create_providers_edge_outboundroutes_with_http_info(opts = {})
731
+ def post_providers_edge_outboundroutes_with_http_info(opts = {})
732
732
  if @api_client.config.debugging
733
- @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#create_providers_edge_outboundroutes ..."
733
+ @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#post_providers_edge_outboundroutes ..."
734
734
  end
735
735
 
736
736
  # resource path
@@ -766,7 +766,7 @@ module PureCloud
766
766
  :auth_names => auth_names,
767
767
  :return_type => 'OutboundRoute')
768
768
  if @api_client.config.debugging
769
- @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#create_providers_edge_outboundroutes\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
769
+ @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#post_providers_edge_outboundroutes\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
770
770
  end
771
771
  return data, status_code, headers
772
772
  end
@@ -776,8 +776,8 @@ module PureCloud
776
776
  # @param outbound_route_id Outbound route ID
777
777
  # @param [Hash] opts the optional parameters
778
778
  # @return [OutboundRoute]
779
- def get_providers_edge_outbound_route(outbound_route_id, opts = {})
780
- data, status_code, headers = get_providers_edge_outbound_route_with_http_info(outbound_route_id, opts)
779
+ def get_providers_edge_outboundroutes_outboundroute_id(outbound_route_id, opts = {})
780
+ data, status_code, headers = get_providers_edge_outboundroutes_outboundroute_id_with_http_info(outbound_route_id, opts)
781
781
  return data
782
782
  end
783
783
 
@@ -786,13 +786,13 @@ module PureCloud
786
786
  # @param outbound_route_id Outbound route ID
787
787
  # @param [Hash] opts the optional parameters
788
788
  # @return [Array<(OutboundRoute, Fixnum, Hash)>] OutboundRoute data, response status code and response headers
789
- def get_providers_edge_outbound_route_with_http_info(outbound_route_id, opts = {})
789
+ def get_providers_edge_outboundroutes_outboundroute_id_with_http_info(outbound_route_id, opts = {})
790
790
  if @api_client.config.debugging
791
- @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#get_providers_edge_outbound_route ..."
791
+ @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#get_providers_edge_outboundroutes_outboundroute_id ..."
792
792
  end
793
793
 
794
794
  # verify the required parameter 'outbound_route_id' is set
795
- fail "Missing the required parameter 'outbound_route_id' when calling get_providers_edge_outbound_route" if outbound_route_id.nil?
795
+ fail "Missing the required parameter 'outbound_route_id' when calling get_providers_edge_outboundroutes_outboundroute_id" if outbound_route_id.nil?
796
796
 
797
797
  # resource path
798
798
  path = "/api/v1/telephony/providers/edge/outboundroutes/{outboundRouteId}".sub('{format}','json').sub('{' + 'outboundRouteId' + '}', outbound_route_id.to_s)
@@ -827,7 +827,7 @@ module PureCloud
827
827
  :auth_names => auth_names,
828
828
  :return_type => 'OutboundRoute')
829
829
  if @api_client.config.debugging
830
- @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#get_providers_edge_outbound_route\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
830
+ @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#get_providers_edge_outboundroutes_outboundroute_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
831
831
  end
832
832
  return data, status_code, headers
833
833
  end
@@ -838,8 +838,8 @@ module PureCloud
838
838
  # @param [Hash] opts the optional parameters
839
839
  # @option opts [OutboundRoute] :body OutboundRoute
840
840
  # @return [OutboundRoute]
841
- def update_providers_edge_outbound_route(outbound_route_id, opts = {})
842
- data, status_code, headers = update_providers_edge_outbound_route_with_http_info(outbound_route_id, opts)
841
+ def put_providers_edge_outboundroutes_outboundroute_id(outbound_route_id, opts = {})
842
+ data, status_code, headers = put_providers_edge_outboundroutes_outboundroute_id_with_http_info(outbound_route_id, opts)
843
843
  return data
844
844
  end
845
845
 
@@ -849,13 +849,13 @@ module PureCloud
849
849
  # @param [Hash] opts the optional parameters
850
850
  # @option opts [OutboundRoute] :body OutboundRoute
851
851
  # @return [Array<(OutboundRoute, Fixnum, Hash)>] OutboundRoute data, response status code and response headers
852
- def update_providers_edge_outbound_route_with_http_info(outbound_route_id, opts = {})
852
+ def put_providers_edge_outboundroutes_outboundroute_id_with_http_info(outbound_route_id, opts = {})
853
853
  if @api_client.config.debugging
854
- @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#update_providers_edge_outbound_route ..."
854
+ @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#put_providers_edge_outboundroutes_outboundroute_id ..."
855
855
  end
856
856
 
857
857
  # verify the required parameter 'outbound_route_id' is set
858
- fail "Missing the required parameter 'outbound_route_id' when calling update_providers_edge_outbound_route" if outbound_route_id.nil?
858
+ fail "Missing the required parameter 'outbound_route_id' when calling put_providers_edge_outboundroutes_outboundroute_id" if outbound_route_id.nil?
859
859
 
860
860
  # resource path
861
861
  path = "/api/v1/telephony/providers/edge/outboundroutes/{outboundRouteId}".sub('{format}','json').sub('{' + 'outboundRouteId' + '}', outbound_route_id.to_s)
@@ -890,7 +890,7 @@ module PureCloud
890
890
  :auth_names => auth_names,
891
891
  :return_type => 'OutboundRoute')
892
892
  if @api_client.config.debugging
893
- @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#update_providers_edge_outbound_route\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
893
+ @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#put_providers_edge_outboundroutes_outboundroute_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
894
894
  end
895
895
  return data, status_code, headers
896
896
  end
@@ -900,8 +900,8 @@ module PureCloud
900
900
  # @param outbound_route_id Outbound route ID
901
901
  # @param [Hash] opts the optional parameters
902
902
  # @return [String]
903
- def delete_providers_edge_outbound_route(outbound_route_id, opts = {})
904
- data, status_code, headers = delete_providers_edge_outbound_route_with_http_info(outbound_route_id, opts)
903
+ def delete_providers_edge_outboundroutes_outboundroute_id(outbound_route_id, opts = {})
904
+ data, status_code, headers = delete_providers_edge_outboundroutes_outboundroute_id_with_http_info(outbound_route_id, opts)
905
905
  return data
906
906
  end
907
907
 
@@ -910,13 +910,13 @@ module PureCloud
910
910
  # @param outbound_route_id Outbound route ID
911
911
  # @param [Hash] opts the optional parameters
912
912
  # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
913
- def delete_providers_edge_outbound_route_with_http_info(outbound_route_id, opts = {})
913
+ def delete_providers_edge_outboundroutes_outboundroute_id_with_http_info(outbound_route_id, opts = {})
914
914
  if @api_client.config.debugging
915
- @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#delete_providers_edge_outbound_route ..."
915
+ @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#delete_providers_edge_outboundroutes_outboundroute_id ..."
916
916
  end
917
917
 
918
918
  # verify the required parameter 'outbound_route_id' is set
919
- fail "Missing the required parameter 'outbound_route_id' when calling delete_providers_edge_outbound_route" if outbound_route_id.nil?
919
+ fail "Missing the required parameter 'outbound_route_id' when calling delete_providers_edge_outboundroutes_outboundroute_id" if outbound_route_id.nil?
920
920
 
921
921
  # resource path
922
922
  path = "/api/v1/telephony/providers/edge/outboundroutes/{outboundRouteId}".sub('{format}','json').sub('{' + 'outboundRouteId' + '}', outbound_route_id.to_s)
@@ -951,7 +951,7 @@ module PureCloud
951
951
  :auth_names => auth_names,
952
952
  :return_type => 'String')
953
953
  if @api_client.config.debugging
954
- @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#delete_providers_edge_outbound_route\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
954
+ @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#delete_providers_edge_outboundroutes_outboundroute_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
955
955
  end
956
956
  return data, status_code, headers
957
957
  end
@@ -1029,8 +1029,8 @@ module PureCloud
1029
1029
  # @param [Hash] opts the optional parameters
1030
1030
  # @option opts [PhoneBase] :body
1031
1031
  # @return [PhoneBase]
1032
- def create_providers_edge_phonebasesettings(opts = {})
1033
- data, status_code, headers = create_providers_edge_phonebasesettings_with_http_info(opts)
1032
+ def post_providers_edge_phonebasesettings(opts = {})
1033
+ data, status_code, headers = post_providers_edge_phonebasesettings_with_http_info(opts)
1034
1034
  return data
1035
1035
  end
1036
1036
 
@@ -1039,9 +1039,9 @@ module PureCloud
1039
1039
  # @param [Hash] opts the optional parameters
1040
1040
  # @option opts [PhoneBase] :body
1041
1041
  # @return [Array<(PhoneBase, Fixnum, Hash)>] PhoneBase data, response status code and response headers
1042
- def create_providers_edge_phonebasesettings_with_http_info(opts = {})
1042
+ def post_providers_edge_phonebasesettings_with_http_info(opts = {})
1043
1043
  if @api_client.config.debugging
1044
- @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#create_providers_edge_phonebasesettings ..."
1044
+ @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#post_providers_edge_phonebasesettings ..."
1045
1045
  end
1046
1046
 
1047
1047
  # resource path
@@ -1077,7 +1077,7 @@ module PureCloud
1077
1077
  :auth_names => auth_names,
1078
1078
  :return_type => 'PhoneBase')
1079
1079
  if @api_client.config.debugging
1080
- @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#create_providers_edge_phonebasesettings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1080
+ @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#post_providers_edge_phonebasesettings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1081
1081
  end
1082
1082
  return data, status_code, headers
1083
1083
  end
@@ -1211,8 +1211,8 @@ module PureCloud
1211
1211
  # @param phone_base_id Phone base ID
1212
1212
  # @param [Hash] opts the optional parameters
1213
1213
  # @return [PhoneBase]
1214
- def get_providers_edge_phonebasesettings_phone_base(phone_base_id, opts = {})
1215
- data, status_code, headers = get_providers_edge_phonebasesettings_phone_base_with_http_info(phone_base_id, opts)
1214
+ def get_providers_edge_phonebasesettings_phonebase_id(phone_base_id, opts = {})
1215
+ data, status_code, headers = get_providers_edge_phonebasesettings_phonebase_id_with_http_info(phone_base_id, opts)
1216
1216
  return data
1217
1217
  end
1218
1218
 
@@ -1221,13 +1221,13 @@ module PureCloud
1221
1221
  # @param phone_base_id Phone base ID
1222
1222
  # @param [Hash] opts the optional parameters
1223
1223
  # @return [Array<(PhoneBase, Fixnum, Hash)>] PhoneBase data, response status code and response headers
1224
- def get_providers_edge_phonebasesettings_phone_base_with_http_info(phone_base_id, opts = {})
1224
+ def get_providers_edge_phonebasesettings_phonebase_id_with_http_info(phone_base_id, opts = {})
1225
1225
  if @api_client.config.debugging
1226
- @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#get_providers_edge_phonebasesettings_phone_base ..."
1226
+ @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#get_providers_edge_phonebasesettings_phonebase_id ..."
1227
1227
  end
1228
1228
 
1229
1229
  # verify the required parameter 'phone_base_id' is set
1230
- fail "Missing the required parameter 'phone_base_id' when calling get_providers_edge_phonebasesettings_phone_base" if phone_base_id.nil?
1230
+ fail "Missing the required parameter 'phone_base_id' when calling get_providers_edge_phonebasesettings_phonebase_id" if phone_base_id.nil?
1231
1231
 
1232
1232
  # resource path
1233
1233
  path = "/api/v1/telephony/providers/edge/phonebasesettings/{phoneBaseId}".sub('{format}','json').sub('{' + 'phoneBaseId' + '}', phone_base_id.to_s)
@@ -1262,7 +1262,7 @@ module PureCloud
1262
1262
  :auth_names => auth_names,
1263
1263
  :return_type => 'PhoneBase')
1264
1264
  if @api_client.config.debugging
1265
- @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#get_providers_edge_phonebasesettings_phone_base\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1265
+ @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#get_providers_edge_phonebasesettings_phonebase_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1266
1266
  end
1267
1267
  return data, status_code, headers
1268
1268
  end
@@ -1273,8 +1273,8 @@ module PureCloud
1273
1273
  # @param [Hash] opts the optional parameters
1274
1274
  # @option opts [PhoneBase] :body
1275
1275
  # @return [PhoneBase]
1276
- def update_providers_edge_phonebasesettings_phone_base(phone_base_id, opts = {})
1277
- data, status_code, headers = update_providers_edge_phonebasesettings_phone_base_with_http_info(phone_base_id, opts)
1276
+ def put_providers_edge_phonebasesettings_phonebase_id(phone_base_id, opts = {})
1277
+ data, status_code, headers = put_providers_edge_phonebasesettings_phonebase_id_with_http_info(phone_base_id, opts)
1278
1278
  return data
1279
1279
  end
1280
1280
 
@@ -1284,13 +1284,13 @@ module PureCloud
1284
1284
  # @param [Hash] opts the optional parameters
1285
1285
  # @option opts [PhoneBase] :body
1286
1286
  # @return [Array<(PhoneBase, Fixnum, Hash)>] PhoneBase data, response status code and response headers
1287
- def update_providers_edge_phonebasesettings_phone_base_with_http_info(phone_base_id, opts = {})
1287
+ def put_providers_edge_phonebasesettings_phonebase_id_with_http_info(phone_base_id, opts = {})
1288
1288
  if @api_client.config.debugging
1289
- @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#update_providers_edge_phonebasesettings_phone_base ..."
1289
+ @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#put_providers_edge_phonebasesettings_phonebase_id ..."
1290
1290
  end
1291
1291
 
1292
1292
  # verify the required parameter 'phone_base_id' is set
1293
- fail "Missing the required parameter 'phone_base_id' when calling update_providers_edge_phonebasesettings_phone_base" if phone_base_id.nil?
1293
+ fail "Missing the required parameter 'phone_base_id' when calling put_providers_edge_phonebasesettings_phonebase_id" if phone_base_id.nil?
1294
1294
 
1295
1295
  # resource path
1296
1296
  path = "/api/v1/telephony/providers/edge/phonebasesettings/{phoneBaseId}".sub('{format}','json').sub('{' + 'phoneBaseId' + '}', phone_base_id.to_s)
@@ -1325,7 +1325,7 @@ module PureCloud
1325
1325
  :auth_names => auth_names,
1326
1326
  :return_type => 'PhoneBase')
1327
1327
  if @api_client.config.debugging
1328
- @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#update_providers_edge_phonebasesettings_phone_base\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1328
+ @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#put_providers_edge_phonebasesettings_phonebase_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1329
1329
  end
1330
1330
  return data, status_code, headers
1331
1331
  end
@@ -1335,8 +1335,8 @@ module PureCloud
1335
1335
  # @param phone_base_id Phone base ID
1336
1336
  # @param [Hash] opts the optional parameters
1337
1337
  # @return [String]
1338
- def delete_providers_edge_phonebasesettings_phone_base(phone_base_id, opts = {})
1339
- data, status_code, headers = delete_providers_edge_phonebasesettings_phone_base_with_http_info(phone_base_id, opts)
1338
+ def delete_providers_edge_phonebasesettings_phonebase_id(phone_base_id, opts = {})
1339
+ data, status_code, headers = delete_providers_edge_phonebasesettings_phonebase_id_with_http_info(phone_base_id, opts)
1340
1340
  return data
1341
1341
  end
1342
1342
 
@@ -1345,13 +1345,13 @@ module PureCloud
1345
1345
  # @param phone_base_id Phone base ID
1346
1346
  # @param [Hash] opts the optional parameters
1347
1347
  # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
1348
- def delete_providers_edge_phonebasesettings_phone_base_with_http_info(phone_base_id, opts = {})
1348
+ def delete_providers_edge_phonebasesettings_phonebase_id_with_http_info(phone_base_id, opts = {})
1349
1349
  if @api_client.config.debugging
1350
- @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#delete_providers_edge_phonebasesettings_phone_base ..."
1350
+ @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#delete_providers_edge_phonebasesettings_phonebase_id ..."
1351
1351
  end
1352
1352
 
1353
1353
  # verify the required parameter 'phone_base_id' is set
1354
- fail "Missing the required parameter 'phone_base_id' when calling delete_providers_edge_phonebasesettings_phone_base" if phone_base_id.nil?
1354
+ fail "Missing the required parameter 'phone_base_id' when calling delete_providers_edge_phonebasesettings_phonebase_id" if phone_base_id.nil?
1355
1355
 
1356
1356
  # resource path
1357
1357
  path = "/api/v1/telephony/providers/edge/phonebasesettings/{phoneBaseId}".sub('{format}','json').sub('{' + 'phoneBaseId' + '}', phone_base_id.to_s)
@@ -1386,7 +1386,7 @@ module PureCloud
1386
1386
  :auth_names => auth_names,
1387
1387
  :return_type => 'String')
1388
1388
  if @api_client.config.debugging
1389
- @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#delete_providers_edge_phonebasesettings_phone_base\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1389
+ @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#delete_providers_edge_phonebasesettings_phonebase_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1390
1390
  end
1391
1391
  return data, status_code, headers
1392
1392
  end
@@ -1479,8 +1479,8 @@ module PureCloud
1479
1479
  # @param [Hash] opts the optional parameters
1480
1480
  # @option opts [Phone] :body
1481
1481
  # @return [Phone]
1482
- def create_providers_edge_phones(opts = {})
1483
- data, status_code, headers = create_providers_edge_phones_with_http_info(opts)
1482
+ def post_providers_edge_phones(opts = {})
1483
+ data, status_code, headers = post_providers_edge_phones_with_http_info(opts)
1484
1484
  return data
1485
1485
  end
1486
1486
 
@@ -1489,9 +1489,9 @@ module PureCloud
1489
1489
  # @param [Hash] opts the optional parameters
1490
1490
  # @option opts [Phone] :body
1491
1491
  # @return [Array<(Phone, Fixnum, Hash)>] Phone data, response status code and response headers
1492
- def create_providers_edge_phones_with_http_info(opts = {})
1492
+ def post_providers_edge_phones_with_http_info(opts = {})
1493
1493
  if @api_client.config.debugging
1494
- @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#create_providers_edge_phones ..."
1494
+ @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#post_providers_edge_phones ..."
1495
1495
  end
1496
1496
 
1497
1497
  # resource path
@@ -1527,7 +1527,7 @@ module PureCloud
1527
1527
  :auth_names => auth_names,
1528
1528
  :return_type => 'Phone')
1529
1529
  if @api_client.config.debugging
1530
- @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#create_providers_edge_phones\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1530
+ @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#post_providers_edge_phones\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1531
1531
  end
1532
1532
  return data, status_code, headers
1533
1533
  end
@@ -1537,8 +1537,8 @@ module PureCloud
1537
1537
  # @param [Hash] opts the optional parameters
1538
1538
  # @option opts [PhonesReboot] :body body
1539
1539
  # @return [nil]
1540
- def create_providers_edge_phones_reboot(opts = {})
1541
- create_providers_edge_phones_reboot_with_http_info(opts)
1540
+ def post_providers_edge_phones_reboot(opts = {})
1541
+ post_providers_edge_phones_reboot_with_http_info(opts)
1542
1542
  return nil
1543
1543
  end
1544
1544
 
@@ -1547,9 +1547,9 @@ module PureCloud
1547
1547
  # @param [Hash] opts the optional parameters
1548
1548
  # @option opts [PhonesReboot] :body body
1549
1549
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
1550
- def create_providers_edge_phones_reboot_with_http_info(opts = {})
1550
+ def post_providers_edge_phones_reboot_with_http_info(opts = {})
1551
1551
  if @api_client.config.debugging
1552
- @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#create_providers_edge_phones_reboot ..."
1552
+ @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#post_providers_edge_phones_reboot ..."
1553
1553
  end
1554
1554
 
1555
1555
  # resource path
@@ -1584,7 +1584,7 @@ module PureCloud
1584
1584
  :body => post_body,
1585
1585
  :auth_names => auth_names)
1586
1586
  if @api_client.config.debugging
1587
- @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#create_providers_edge_phones_reboot\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1587
+ @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#post_providers_edge_phones_reboot\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1588
1588
  end
1589
1589
  return data, status_code, headers
1590
1590
  end
@@ -1656,8 +1656,8 @@ module PureCloud
1656
1656
  # @param phone_id Phone ID
1657
1657
  # @param [Hash] opts the optional parameters
1658
1658
  # @return [Phone]
1659
- def get_providers_edge_phone(phone_id, opts = {})
1660
- data, status_code, headers = get_providers_edge_phone_with_http_info(phone_id, opts)
1659
+ def get_providers_edge_phones_phone_id(phone_id, opts = {})
1660
+ data, status_code, headers = get_providers_edge_phones_phone_id_with_http_info(phone_id, opts)
1661
1661
  return data
1662
1662
  end
1663
1663
 
@@ -1666,13 +1666,13 @@ module PureCloud
1666
1666
  # @param phone_id Phone ID
1667
1667
  # @param [Hash] opts the optional parameters
1668
1668
  # @return [Array<(Phone, Fixnum, Hash)>] Phone data, response status code and response headers
1669
- def get_providers_edge_phone_with_http_info(phone_id, opts = {})
1669
+ def get_providers_edge_phones_phone_id_with_http_info(phone_id, opts = {})
1670
1670
  if @api_client.config.debugging
1671
- @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#get_providers_edge_phone ..."
1671
+ @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#get_providers_edge_phones_phone_id ..."
1672
1672
  end
1673
1673
 
1674
1674
  # verify the required parameter 'phone_id' is set
1675
- fail "Missing the required parameter 'phone_id' when calling get_providers_edge_phone" if phone_id.nil?
1675
+ fail "Missing the required parameter 'phone_id' when calling get_providers_edge_phones_phone_id" if phone_id.nil?
1676
1676
 
1677
1677
  # resource path
1678
1678
  path = "/api/v1/telephony/providers/edge/phones/{phoneId}".sub('{format}','json').sub('{' + 'phoneId' + '}', phone_id.to_s)
@@ -1707,7 +1707,7 @@ module PureCloud
1707
1707
  :auth_names => auth_names,
1708
1708
  :return_type => 'Phone')
1709
1709
  if @api_client.config.debugging
1710
- @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#get_providers_edge_phone\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1710
+ @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#get_providers_edge_phones_phone_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1711
1711
  end
1712
1712
  return data, status_code, headers
1713
1713
  end
@@ -1718,8 +1718,8 @@ module PureCloud
1718
1718
  # @param [Hash] opts the optional parameters
1719
1719
  # @option opts [Phone] :body
1720
1720
  # @return [Phone]
1721
- def update_providers_edge_phone(phone_id, opts = {})
1722
- data, status_code, headers = update_providers_edge_phone_with_http_info(phone_id, opts)
1721
+ def put_providers_edge_phones_phone_id(phone_id, opts = {})
1722
+ data, status_code, headers = put_providers_edge_phones_phone_id_with_http_info(phone_id, opts)
1723
1723
  return data
1724
1724
  end
1725
1725
 
@@ -1729,13 +1729,13 @@ module PureCloud
1729
1729
  # @param [Hash] opts the optional parameters
1730
1730
  # @option opts [Phone] :body
1731
1731
  # @return [Array<(Phone, Fixnum, Hash)>] Phone data, response status code and response headers
1732
- def update_providers_edge_phone_with_http_info(phone_id, opts = {})
1732
+ def put_providers_edge_phones_phone_id_with_http_info(phone_id, opts = {})
1733
1733
  if @api_client.config.debugging
1734
- @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#update_providers_edge_phone ..."
1734
+ @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#put_providers_edge_phones_phone_id ..."
1735
1735
  end
1736
1736
 
1737
1737
  # verify the required parameter 'phone_id' is set
1738
- fail "Missing the required parameter 'phone_id' when calling update_providers_edge_phone" if phone_id.nil?
1738
+ fail "Missing the required parameter 'phone_id' when calling put_providers_edge_phones_phone_id" if phone_id.nil?
1739
1739
 
1740
1740
  # resource path
1741
1741
  path = "/api/v1/telephony/providers/edge/phones/{phoneId}".sub('{format}','json').sub('{' + 'phoneId' + '}', phone_id.to_s)
@@ -1770,7 +1770,7 @@ module PureCloud
1770
1770
  :auth_names => auth_names,
1771
1771
  :return_type => 'Phone')
1772
1772
  if @api_client.config.debugging
1773
- @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#update_providers_edge_phone\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1773
+ @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#put_providers_edge_phones_phone_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1774
1774
  end
1775
1775
  return data, status_code, headers
1776
1776
  end
@@ -1780,8 +1780,8 @@ module PureCloud
1780
1780
  # @param phone_id Phone ID
1781
1781
  # @param [Hash] opts the optional parameters
1782
1782
  # @return [String]
1783
- def delete_providers_edge_phone(phone_id, opts = {})
1784
- data, status_code, headers = delete_providers_edge_phone_with_http_info(phone_id, opts)
1783
+ def delete_providers_edge_phones_phone_id(phone_id, opts = {})
1784
+ data, status_code, headers = delete_providers_edge_phones_phone_id_with_http_info(phone_id, opts)
1785
1785
  return data
1786
1786
  end
1787
1787
 
@@ -1790,13 +1790,13 @@ module PureCloud
1790
1790
  # @param phone_id Phone ID
1791
1791
  # @param [Hash] opts the optional parameters
1792
1792
  # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
1793
- def delete_providers_edge_phone_with_http_info(phone_id, opts = {})
1793
+ def delete_providers_edge_phones_phone_id_with_http_info(phone_id, opts = {})
1794
1794
  if @api_client.config.debugging
1795
- @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#delete_providers_edge_phone ..."
1795
+ @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#delete_providers_edge_phones_phone_id ..."
1796
1796
  end
1797
1797
 
1798
1798
  # verify the required parameter 'phone_id' is set
1799
- fail "Missing the required parameter 'phone_id' when calling delete_providers_edge_phone" if phone_id.nil?
1799
+ fail "Missing the required parameter 'phone_id' when calling delete_providers_edge_phones_phone_id" if phone_id.nil?
1800
1800
 
1801
1801
  # resource path
1802
1802
  path = "/api/v1/telephony/providers/edge/phones/{phoneId}".sub('{format}','json').sub('{' + 'phoneId' + '}', phone_id.to_s)
@@ -1831,7 +1831,7 @@ module PureCloud
1831
1831
  :auth_names => auth_names,
1832
1832
  :return_type => 'String')
1833
1833
  if @api_client.config.debugging
1834
- @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#delete_providers_edge_phone\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1834
+ @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#delete_providers_edge_phones_phone_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1835
1835
  end
1836
1836
  return data, status_code, headers
1837
1837
  end
@@ -1841,8 +1841,8 @@ module PureCloud
1841
1841
  # @param phone_id Phone Id
1842
1842
  # @param [Hash] opts the optional parameters
1843
1843
  # @return [nil]
1844
- def create_providers_edge_phone_reboot(phone_id, opts = {})
1845
- create_providers_edge_phone_reboot_with_http_info(phone_id, opts)
1844
+ def post_providers_edge_phones_phone_id_reboot(phone_id, opts = {})
1845
+ post_providers_edge_phones_phone_id_reboot_with_http_info(phone_id, opts)
1846
1846
  return nil
1847
1847
  end
1848
1848
 
@@ -1851,13 +1851,13 @@ module PureCloud
1851
1851
  # @param phone_id Phone Id
1852
1852
  # @param [Hash] opts the optional parameters
1853
1853
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
1854
- def create_providers_edge_phone_reboot_with_http_info(phone_id, opts = {})
1854
+ def post_providers_edge_phones_phone_id_reboot_with_http_info(phone_id, opts = {})
1855
1855
  if @api_client.config.debugging
1856
- @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#create_providers_edge_phone_reboot ..."
1856
+ @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#post_providers_edge_phones_phone_id_reboot ..."
1857
1857
  end
1858
1858
 
1859
1859
  # verify the required parameter 'phone_id' is set
1860
- fail "Missing the required parameter 'phone_id' when calling create_providers_edge_phone_reboot" if phone_id.nil?
1860
+ fail "Missing the required parameter 'phone_id' when calling post_providers_edge_phones_phone_id_reboot" if phone_id.nil?
1861
1861
 
1862
1862
  # resource path
1863
1863
  path = "/api/v1/telephony/providers/edge/phones/{phoneId}/reboot".sub('{format}','json').sub('{' + 'phoneId' + '}', phone_id.to_s)
@@ -1891,7 +1891,7 @@ module PureCloud
1891
1891
  :body => post_body,
1892
1892
  :auth_names => auth_names)
1893
1893
  if @api_client.config.debugging
1894
- @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#create_providers_edge_phone_reboot\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1894
+ @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#post_providers_edge_phones_phone_id_reboot\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1895
1895
  end
1896
1896
  return data, status_code, headers
1897
1897
  end
@@ -2031,8 +2031,8 @@ module PureCloud
2031
2031
  # @param [Hash] opts the optional parameters
2032
2032
  # @option opts [TrunkBase] :body
2033
2033
  # @return [TrunkBase]
2034
- def create_providers_edge_trunkbasesettings(opts = {})
2035
- data, status_code, headers = create_providers_edge_trunkbasesettings_with_http_info(opts)
2034
+ def post_providers_edge_trunkbasesettings(opts = {})
2035
+ data, status_code, headers = post_providers_edge_trunkbasesettings_with_http_info(opts)
2036
2036
  return data
2037
2037
  end
2038
2038
 
@@ -2041,9 +2041,9 @@ module PureCloud
2041
2041
  # @param [Hash] opts the optional parameters
2042
2042
  # @option opts [TrunkBase] :body
2043
2043
  # @return [Array<(TrunkBase, Fixnum, Hash)>] TrunkBase data, response status code and response headers
2044
- def create_providers_edge_trunkbasesettings_with_http_info(opts = {})
2044
+ def post_providers_edge_trunkbasesettings_with_http_info(opts = {})
2045
2045
  if @api_client.config.debugging
2046
- @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#create_providers_edge_trunkbasesettings ..."
2046
+ @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#post_providers_edge_trunkbasesettings ..."
2047
2047
  end
2048
2048
 
2049
2049
  # resource path
@@ -2079,7 +2079,7 @@ module PureCloud
2079
2079
  :auth_names => auth_names,
2080
2080
  :return_type => 'TrunkBase')
2081
2081
  if @api_client.config.debugging
2082
- @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#create_providers_edge_trunkbasesettings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2082
+ @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#post_providers_edge_trunkbasesettings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2083
2083
  end
2084
2084
  return data, status_code, headers
2085
2085
  end
@@ -2220,8 +2220,8 @@ module PureCloud
2220
2220
  # @param trunk_base_settings_id Trunk Base ID
2221
2221
  # @param [Hash] opts the optional parameters
2222
2222
  # @return [TrunkBase]
2223
- def get_providers_edge_trunkbasesettings_trunk_base_settings(trunk_base_settings_id, opts = {})
2224
- data, status_code, headers = get_providers_edge_trunkbasesettings_trunk_base_settings_with_http_info(trunk_base_settings_id, opts)
2223
+ def get_providers_edge_trunkbasesettings_trunkbasesettings_id(trunk_base_settings_id, opts = {})
2224
+ data, status_code, headers = get_providers_edge_trunkbasesettings_trunkbasesettings_id_with_http_info(trunk_base_settings_id, opts)
2225
2225
  return data
2226
2226
  end
2227
2227
 
@@ -2230,13 +2230,13 @@ module PureCloud
2230
2230
  # @param trunk_base_settings_id Trunk Base ID
2231
2231
  # @param [Hash] opts the optional parameters
2232
2232
  # @return [Array<(TrunkBase, Fixnum, Hash)>] TrunkBase data, response status code and response headers
2233
- def get_providers_edge_trunkbasesettings_trunk_base_settings_with_http_info(trunk_base_settings_id, opts = {})
2233
+ def get_providers_edge_trunkbasesettings_trunkbasesettings_id_with_http_info(trunk_base_settings_id, opts = {})
2234
2234
  if @api_client.config.debugging
2235
- @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#get_providers_edge_trunkbasesettings_trunk_base_settings ..."
2235
+ @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#get_providers_edge_trunkbasesettings_trunkbasesettings_id ..."
2236
2236
  end
2237
2237
 
2238
2238
  # verify the required parameter 'trunk_base_settings_id' is set
2239
- fail "Missing the required parameter 'trunk_base_settings_id' when calling get_providers_edge_trunkbasesettings_trunk_base_settings" if trunk_base_settings_id.nil?
2239
+ fail "Missing the required parameter 'trunk_base_settings_id' when calling get_providers_edge_trunkbasesettings_trunkbasesettings_id" if trunk_base_settings_id.nil?
2240
2240
 
2241
2241
  # resource path
2242
2242
  path = "/api/v1/telephony/providers/edge/trunkbasesettings/{trunkBaseSettingsId}".sub('{format}','json').sub('{' + 'trunkBaseSettingsId' + '}', trunk_base_settings_id.to_s)
@@ -2271,7 +2271,7 @@ module PureCloud
2271
2271
  :auth_names => auth_names,
2272
2272
  :return_type => 'TrunkBase')
2273
2273
  if @api_client.config.debugging
2274
- @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#get_providers_edge_trunkbasesettings_trunk_base_settings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2274
+ @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#get_providers_edge_trunkbasesettings_trunkbasesettings_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2275
2275
  end
2276
2276
  return data, status_code, headers
2277
2277
  end
@@ -2282,8 +2282,8 @@ module PureCloud
2282
2282
  # @param [Hash] opts the optional parameters
2283
2283
  # @option opts [TrunkBase] :body
2284
2284
  # @return [TrunkBase]
2285
- def update_providers_edge_trunkbasesettings_trunk_base_settings(trunk_base_settings_id, opts = {})
2286
- data, status_code, headers = update_providers_edge_trunkbasesettings_trunk_base_settings_with_http_info(trunk_base_settings_id, opts)
2285
+ def put_providers_edge_trunkbasesettings_trunkbasesettings_id(trunk_base_settings_id, opts = {})
2286
+ data, status_code, headers = put_providers_edge_trunkbasesettings_trunkbasesettings_id_with_http_info(trunk_base_settings_id, opts)
2287
2287
  return data
2288
2288
  end
2289
2289
 
@@ -2293,13 +2293,13 @@ module PureCloud
2293
2293
  # @param [Hash] opts the optional parameters
2294
2294
  # @option opts [TrunkBase] :body
2295
2295
  # @return [Array<(TrunkBase, Fixnum, Hash)>] TrunkBase data, response status code and response headers
2296
- def update_providers_edge_trunkbasesettings_trunk_base_settings_with_http_info(trunk_base_settings_id, opts = {})
2296
+ def put_providers_edge_trunkbasesettings_trunkbasesettings_id_with_http_info(trunk_base_settings_id, opts = {})
2297
2297
  if @api_client.config.debugging
2298
- @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#update_providers_edge_trunkbasesettings_trunk_base_settings ..."
2298
+ @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#put_providers_edge_trunkbasesettings_trunkbasesettings_id ..."
2299
2299
  end
2300
2300
 
2301
2301
  # verify the required parameter 'trunk_base_settings_id' is set
2302
- fail "Missing the required parameter 'trunk_base_settings_id' when calling update_providers_edge_trunkbasesettings_trunk_base_settings" if trunk_base_settings_id.nil?
2302
+ fail "Missing the required parameter 'trunk_base_settings_id' when calling put_providers_edge_trunkbasesettings_trunkbasesettings_id" if trunk_base_settings_id.nil?
2303
2303
 
2304
2304
  # resource path
2305
2305
  path = "/api/v1/telephony/providers/edge/trunkbasesettings/{trunkBaseSettingsId}".sub('{format}','json').sub('{' + 'trunkBaseSettingsId' + '}', trunk_base_settings_id.to_s)
@@ -2334,7 +2334,7 @@ module PureCloud
2334
2334
  :auth_names => auth_names,
2335
2335
  :return_type => 'TrunkBase')
2336
2336
  if @api_client.config.debugging
2337
- @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#update_providers_edge_trunkbasesettings_trunk_base_settings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2337
+ @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#put_providers_edge_trunkbasesettings_trunkbasesettings_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2338
2338
  end
2339
2339
  return data, status_code, headers
2340
2340
  end
@@ -2344,8 +2344,8 @@ module PureCloud
2344
2344
  # @param trunk_base_settings_id Trunk Base ID
2345
2345
  # @param [Hash] opts the optional parameters
2346
2346
  # @return [String]
2347
- def delete_providers_edge_trunkbasesettings_trunk_base_settings(trunk_base_settings_id, opts = {})
2348
- data, status_code, headers = delete_providers_edge_trunkbasesettings_trunk_base_settings_with_http_info(trunk_base_settings_id, opts)
2347
+ def delete_providers_edge_trunkbasesettings_trunkbasesettings_id(trunk_base_settings_id, opts = {})
2348
+ data, status_code, headers = delete_providers_edge_trunkbasesettings_trunkbasesettings_id_with_http_info(trunk_base_settings_id, opts)
2349
2349
  return data
2350
2350
  end
2351
2351
 
@@ -2354,13 +2354,13 @@ module PureCloud
2354
2354
  # @param trunk_base_settings_id Trunk Base ID
2355
2355
  # @param [Hash] opts the optional parameters
2356
2356
  # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
2357
- def delete_providers_edge_trunkbasesettings_trunk_base_settings_with_http_info(trunk_base_settings_id, opts = {})
2357
+ def delete_providers_edge_trunkbasesettings_trunkbasesettings_id_with_http_info(trunk_base_settings_id, opts = {})
2358
2358
  if @api_client.config.debugging
2359
- @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#delete_providers_edge_trunkbasesettings_trunk_base_settings ..."
2359
+ @api_client.config.logger.debug "Calling API: TelephonyProvidersEdgeApi#delete_providers_edge_trunkbasesettings_trunkbasesettings_id ..."
2360
2360
  end
2361
2361
 
2362
2362
  # verify the required parameter 'trunk_base_settings_id' is set
2363
- fail "Missing the required parameter 'trunk_base_settings_id' when calling delete_providers_edge_trunkbasesettings_trunk_base_settings" if trunk_base_settings_id.nil?
2363
+ fail "Missing the required parameter 'trunk_base_settings_id' when calling delete_providers_edge_trunkbasesettings_trunkbasesettings_id" if trunk_base_settings_id.nil?
2364
2364
 
2365
2365
  # resource path
2366
2366
  path = "/api/v1/telephony/providers/edge/trunkbasesettings/{trunkBaseSettingsId}".sub('{format}','json').sub('{' + 'trunkBaseSettingsId' + '}', trunk_base_settings_id.to_s)
@@ -2395,7 +2395,7 @@ module PureCloud
2395
2395
  :auth_names => auth_names,
2396
2396
  :return_type => 'String')
2397
2397
  if @api_client.config.debugging
2398
- @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#delete_providers_edge_trunkbasesettings_trunk_base_settings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2398
+ @api_client.config.logger.debug "API called: TelephonyProvidersEdgeApi#delete_providers_edge_trunkbasesettings_trunkbasesettings_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2399
2399
  end
2400
2400
  return data, status_code, headers
2401
2401
  end