ultracart_api 3.11.47 → 3.11.48
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 +18 -4
- data/docs/ConversationApi.md +353 -0
- data/docs/ConversationPbxHardwarePhone.md +20 -0
- data/docs/ConversationPbxHardwarePhoneResponse.md +12 -0
- data/docs/ConversationPbxHardwarePhonesResponse.md +8 -0
- data/docs/ConversationPbxPhoneManufacturer.md +10 -0
- data/docs/ConversationPbxPhoneManufacturersResponse.md +12 -0
- data/docs/ConversationPbxPhoneModel.md +9 -0
- data/lib/ultracart_api/api/conversation_api.rb +385 -0
- data/lib/ultracart_api/models/conversation_pbx_hardware_phone.rb +455 -0
- data/lib/ultracart_api/models/conversation_pbx_hardware_phone_response.rb +221 -0
- data/lib/ultracart_api/models/conversation_pbx_hardware_phones_response.rb +186 -0
- data/lib/ultracart_api/models/conversation_pbx_phone_manufacturer.rb +204 -0
- data/lib/ultracart_api/models/conversation_pbx_phone_manufacturers_response.rb +223 -0
- data/lib/ultracart_api/models/conversation_pbx_phone_model.rb +193 -0
- data/lib/ultracart_api/version.rb +1 -1
- data/lib/ultracart_api.rb +6 -0
- metadata +13 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 28cd14a424122cfd502ecde7c29ddb811011e4240f211e37d8383bb623adec07
|
|
4
|
+
data.tar.gz: 451a36daf111f8606e98afcd512499b594501e9b6ec56271030249d9e2847294
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0034283ea5a55dad2e0a6430e30452addd2aba7546aadacd0734f4968c912b07bec8fa65a6b460002b139d0d98ccb79739f72b2551fadcab01ecfd2317ad9293'
|
|
7
|
+
data.tar.gz: f9e5eed10c957187e344c2d9a429417261b979ad373c7f7afcfbcdce0433c72ba18e8804ae55a8d0b7f40a00f97232117cea4a6cc2f0dec21073f476f78bf523
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
|
|
|
7
7
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
|
8
8
|
|
|
9
9
|
- API version: 2.0.0
|
|
10
|
-
- Package version: 3.11.
|
|
10
|
+
- Package version: 3.11.48
|
|
11
11
|
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [http://www.ultracart.com/api/](http://www.ultracart.com/api/)
|
|
13
13
|
|
|
@@ -24,15 +24,15 @@ gem build ultracart_api.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./ultracart_api-3.11.
|
|
27
|
+
gem install ./ultracart_api-3.11.48.gem
|
|
28
28
|
```
|
|
29
|
-
(for development, run `gem install --dev ./ultracart_api-3.11.
|
|
29
|
+
(for development, run `gem install --dev ./ultracart_api-3.11.48.gem` to install the development dependencies)
|
|
30
30
|
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
32
32
|
|
|
33
33
|
Finally add this to the Gemfile:
|
|
34
34
|
|
|
35
|
-
gem 'ultracart_api', '~> 3.11.
|
|
35
|
+
gem 'ultracart_api', '~> 3.11.48'
|
|
36
36
|
|
|
37
37
|
### Install from Git
|
|
38
38
|
|
|
@@ -141,6 +141,7 @@ Class | Method | HTTP request | Description
|
|
|
141
141
|
*UltracartClient::ConversationApi* | [**delete_pbx_address**](docs/ConversationApi.md#delete_pbx_address) | **DELETE** /conversation/pbx/address/{conversationPbxAddressUuid} | Delete pbx address
|
|
142
142
|
*UltracartClient::ConversationApi* | [**delete_pbx_agent_voicemail**](docs/ConversationApi.md#delete_pbx_agent_voicemail) | **DELETE** /conversation/pbx/agent/voicemails/{recording_sid} | Delete Agent Voicemail
|
|
143
143
|
*UltracartClient::ConversationApi* | [**delete_pbx_audio**](docs/ConversationApi.md#delete_pbx_audio) | **DELETE** /conversation/pbx/audio/{conversationPbxAudioUuid} | Delete pbx audio
|
|
144
|
+
*UltracartClient::ConversationApi* | [**delete_pbx_hardware_phone**](docs/ConversationApi.md#delete_pbx_hardware_phone) | **DELETE** /conversation/pbx/hardware_phone/{conversationPbxHardwarePhoneUuid} | Delete pbx hardware phone
|
|
144
145
|
*UltracartClient::ConversationApi* | [**delete_pbx_menu**](docs/ConversationApi.md#delete_pbx_menu) | **DELETE** /conversation/pbx/menu/{conversationPbxMenuUuid} | Delete pbx menu
|
|
145
146
|
*UltracartClient::ConversationApi* | [**delete_pbx_phone_number**](docs/ConversationApi.md#delete_pbx_phone_number) | **DELETE** /conversation/pbx/phone_number/{conversationPbxPhoneNumberUuid} | Delete pbx phoneNumber
|
|
146
147
|
*UltracartClient::ConversationApi* | [**delete_pbx_queue**](docs/ConversationApi.md#delete_pbx_queue) | **DELETE** /conversation/pbx/queue/{conversationPbxQueueUuid} | Delete pbx queue
|
|
@@ -183,6 +184,9 @@ Class | Method | HTTP request | Description
|
|
|
183
184
|
*UltracartClient::ConversationApi* | [**get_pbx_audio**](docs/ConversationApi.md#get_pbx_audio) | **GET** /conversation/pbx/audio/{conversationPbxAudioUuid} | Get pbx audio
|
|
184
185
|
*UltracartClient::ConversationApi* | [**get_pbx_audio_usage**](docs/ConversationApi.md#get_pbx_audio_usage) | **GET** /conversation/pbx/audio/{conversationPbxAudioUuid}/usage | Get pbx audio usage
|
|
185
186
|
*UltracartClient::ConversationApi* | [**get_pbx_audios**](docs/ConversationApi.md#get_pbx_audios) | **GET** /conversation/pbx/audio | Get pbx audios
|
|
187
|
+
*UltracartClient::ConversationApi* | [**get_pbx_hardware_phone**](docs/ConversationApi.md#get_pbx_hardware_phone) | **GET** /conversation/pbx/hardware_phone/{conversationPbxHardwarePhoneUuid} | Get pbx hardware phone
|
|
188
|
+
*UltracartClient::ConversationApi* | [**get_pbx_hardware_phone_manufacturers**](docs/ConversationApi.md#get_pbx_hardware_phone_manufacturers) | **GET** /conversation/pbx/hardware_phone/manufacturers | Get pbx hardware phone manufacturers
|
|
189
|
+
*UltracartClient::ConversationApi* | [**get_pbx_hardware_phones**](docs/ConversationApi.md#get_pbx_hardware_phones) | **GET** /conversation/pbx/hardware_phone | Get pbx hardware phones
|
|
186
190
|
*UltracartClient::ConversationApi* | [**get_pbx_menu**](docs/ConversationApi.md#get_pbx_menu) | **GET** /conversation/pbx/menu/{conversationPbxMenuUuid} | Get pbx menu
|
|
187
191
|
*UltracartClient::ConversationApi* | [**get_pbx_menus**](docs/ConversationApi.md#get_pbx_menus) | **GET** /conversation/pbx/menu | Get pbx menus
|
|
188
192
|
*UltracartClient::ConversationApi* | [**get_pbx_phone_number**](docs/ConversationApi.md#get_pbx_phone_number) | **GET** /conversation/pbx/phone_number/{conversationPbxPhoneNumberUuid} | Get pbx phoneNumber
|
|
@@ -206,6 +210,7 @@ Class | Method | HTTP request | Description
|
|
|
206
210
|
*UltracartClient::ConversationApi* | [**insert_conversation_engagement**](docs/ConversationApi.md#insert_conversation_engagement) | **POST** /conversation/engagements | Insert a engagement
|
|
207
211
|
*UltracartClient::ConversationApi* | [**insert_pbx_address**](docs/ConversationApi.md#insert_pbx_address) | **POST** /conversation/pbx/address | Insert pbx address
|
|
208
212
|
*UltracartClient::ConversationApi* | [**insert_pbx_audio**](docs/ConversationApi.md#insert_pbx_audio) | **POST** /conversation/pbx/audio | Insert pbx audio
|
|
213
|
+
*UltracartClient::ConversationApi* | [**insert_pbx_hardware_phone**](docs/ConversationApi.md#insert_pbx_hardware_phone) | **POST** /conversation/pbx/hardware_phone | Insert pbx hardware phone
|
|
209
214
|
*UltracartClient::ConversationApi* | [**insert_pbx_menu**](docs/ConversationApi.md#insert_pbx_menu) | **POST** /conversation/pbx/menu | Insert pbx menu
|
|
210
215
|
*UltracartClient::ConversationApi* | [**insert_pbx_queue**](docs/ConversationApi.md#insert_pbx_queue) | **POST** /conversation/pbx/queue | Insert pbx queue
|
|
211
216
|
*UltracartClient::ConversationApi* | [**insert_pbx_time_based**](docs/ConversationApi.md#insert_pbx_time_based) | **POST** /conversation/pbx/time_based | Insert pbx timeBased
|
|
@@ -218,6 +223,7 @@ Class | Method | HTTP request | Description
|
|
|
218
223
|
*UltracartClient::ConversationApi* | [**mark_read_conversation**](docs/ConversationApi.md#mark_read_conversation) | **PUT** /conversation/conversations/{conversation_uuid}/markread | Mark a conversation as read
|
|
219
224
|
*UltracartClient::ConversationApi* | [**protect_pbx_phone_number**](docs/ConversationApi.md#protect_pbx_phone_number) | **PUT** /conversation/pbx/phone_number/{conversationPbxPhoneNumberUuid}/protect | Protect pbx phoneNumber from deletion
|
|
220
225
|
*UltracartClient::ConversationApi* | [**purchase_pbx_phone_number**](docs/ConversationApi.md#purchase_pbx_phone_number) | **POST** /conversation/pbx/phone_number | Purchase pbx phone number
|
|
226
|
+
*UltracartClient::ConversationApi* | [**regenerate_password_for_pbx_hardware_phone**](docs/ConversationApi.md#regenerate_password_for_pbx_hardware_phone) | **POST** /conversation/pbx/hardware_phone/{conversationPbxHardwarePhoneUuid}/regenerate_password | Update pbx hardware phone
|
|
221
227
|
*UltracartClient::ConversationApi* | [**reset_conversation_pbx_queue_statistics**](docs/ConversationApi.md#reset_conversation_pbx_queue_statistics) | **POST** /conversation/pbx/queues/{queue_uuid}/reset_statistics | reset statistics within the queue
|
|
222
228
|
*UltracartClient::ConversationApi* | [**search_conversation_canned_messages**](docs/ConversationApi.md#search_conversation_canned_messages) | **POST** /conversation/canned_messages/search | Search for canned messages by short_code
|
|
223
229
|
*UltracartClient::ConversationApi* | [**search_pbx_available_phone_numbers**](docs/ConversationApi.md#search_pbx_available_phone_numbers) | **GET** /conversation/pbx/phone_number/search | Search for available phone numbers
|
|
@@ -232,6 +238,7 @@ Class | Method | HTTP request | Description
|
|
|
232
238
|
*UltracartClient::ConversationApi* | [**update_pbx_address**](docs/ConversationApi.md#update_pbx_address) | **PUT** /conversation/pbx/address/{conversationPbxAddressUuid} | Update pbx address
|
|
233
239
|
*UltracartClient::ConversationApi* | [**update_pbx_agent**](docs/ConversationApi.md#update_pbx_agent) | **PUT** /conversation/pbx/agent/{conversationPbxAgentUuid} | Update pbx agent
|
|
234
240
|
*UltracartClient::ConversationApi* | [**update_pbx_audio**](docs/ConversationApi.md#update_pbx_audio) | **PUT** /conversation/pbx/audio/{conversationPbxAudioUuid} | Update pbx audio
|
|
241
|
+
*UltracartClient::ConversationApi* | [**update_pbx_hardware_phone**](docs/ConversationApi.md#update_pbx_hardware_phone) | **PUT** /conversation/pbx/hardware_phone/{conversationPbxHardwarePhoneUuid} | Update pbx hardware phone
|
|
235
242
|
*UltracartClient::ConversationApi* | [**update_pbx_menu**](docs/ConversationApi.md#update_pbx_menu) | **PUT** /conversation/pbx/menu/{conversationPbxMenuUuid} | Update pbx menu
|
|
236
243
|
*UltracartClient::ConversationApi* | [**update_pbx_phone_number**](docs/ConversationApi.md#update_pbx_phone_number) | **PUT** /conversation/pbx/phone_number/{conversationPbxPhoneNumberUuid} | Update pbx phoneNumber
|
|
237
244
|
*UltracartClient::ConversationApi* | [**update_pbx_queue**](docs/ConversationApi.md#update_pbx_queue) | **PUT** /conversation/pbx/queue/{conversationPbxQueueUuid} | Update pbx queue
|
|
@@ -836,10 +843,16 @@ Class | Method | HTTP request | Description
|
|
|
836
843
|
- [UltracartClient::ConversationPbxAvailablePhoneNumbersResponse](docs/ConversationPbxAvailablePhoneNumbersResponse.md)
|
|
837
844
|
- [UltracartClient::ConversationPbxCustomerSnapshotRequest](docs/ConversationPbxCustomerSnapshotRequest.md)
|
|
838
845
|
- [UltracartClient::ConversationPbxCustomerSnapshotResponse](docs/ConversationPbxCustomerSnapshotResponse.md)
|
|
846
|
+
- [UltracartClient::ConversationPbxHardwarePhone](docs/ConversationPbxHardwarePhone.md)
|
|
847
|
+
- [UltracartClient::ConversationPbxHardwarePhoneResponse](docs/ConversationPbxHardwarePhoneResponse.md)
|
|
848
|
+
- [UltracartClient::ConversationPbxHardwarePhonesResponse](docs/ConversationPbxHardwarePhonesResponse.md)
|
|
839
849
|
- [UltracartClient::ConversationPbxMenu](docs/ConversationPbxMenu.md)
|
|
840
850
|
- [UltracartClient::ConversationPbxMenuMapping](docs/ConversationPbxMenuMapping.md)
|
|
841
851
|
- [UltracartClient::ConversationPbxMenuResponse](docs/ConversationPbxMenuResponse.md)
|
|
842
852
|
- [UltracartClient::ConversationPbxMenusResponse](docs/ConversationPbxMenusResponse.md)
|
|
853
|
+
- [UltracartClient::ConversationPbxPhoneManufacturer](docs/ConversationPbxPhoneManufacturer.md)
|
|
854
|
+
- [UltracartClient::ConversationPbxPhoneManufacturersResponse](docs/ConversationPbxPhoneManufacturersResponse.md)
|
|
855
|
+
- [UltracartClient::ConversationPbxPhoneModel](docs/ConversationPbxPhoneModel.md)
|
|
843
856
|
- [UltracartClient::ConversationPbxPhoneNumber](docs/ConversationPbxPhoneNumber.md)
|
|
844
857
|
- [UltracartClient::ConversationPbxPhoneNumberPurchaseRequest](docs/ConversationPbxPhoneNumberPurchaseRequest.md)
|
|
845
858
|
- [UltracartClient::ConversationPbxPhoneNumberResponse](docs/ConversationPbxPhoneNumberResponse.md)
|
|
@@ -1624,6 +1637,7 @@ Not every change is committed to every SDK.
|
|
|
1624
1637
|
|
|
1625
1638
|
| Version | Date | Comments |
|
|
1626
1639
|
| --: | :-: | --- |
|
|
1640
|
+
| 3.11.48 | 01/26/2026 | conversation - hardware phone methods and objects |
|
|
1627
1641
|
| 3.11.47 | 01/26/2026 | conversation - agent auth object chat admin/user properties |
|
|
1628
1642
|
| 3.11.46 | 01/26/2026 | cart - expose utm array for use in abandon webhook only |
|
|
1629
1643
|
| 3.11.45 | 01/26/2026 | added multimedia file size to ItemContentMultimedia object |
|
data/docs/ConversationApi.md
CHANGED
|
@@ -12,6 +12,7 @@ Method | HTTP request | Description
|
|
|
12
12
|
[**delete_pbx_address**](ConversationApi.md#delete_pbx_address) | **DELETE** /conversation/pbx/address/{conversationPbxAddressUuid} | Delete pbx address
|
|
13
13
|
[**delete_pbx_agent_voicemail**](ConversationApi.md#delete_pbx_agent_voicemail) | **DELETE** /conversation/pbx/agent/voicemails/{recording_sid} | Delete Agent Voicemail
|
|
14
14
|
[**delete_pbx_audio**](ConversationApi.md#delete_pbx_audio) | **DELETE** /conversation/pbx/audio/{conversationPbxAudioUuid} | Delete pbx audio
|
|
15
|
+
[**delete_pbx_hardware_phone**](ConversationApi.md#delete_pbx_hardware_phone) | **DELETE** /conversation/pbx/hardware_phone/{conversationPbxHardwarePhoneUuid} | Delete pbx hardware phone
|
|
15
16
|
[**delete_pbx_menu**](ConversationApi.md#delete_pbx_menu) | **DELETE** /conversation/pbx/menu/{conversationPbxMenuUuid} | Delete pbx menu
|
|
16
17
|
[**delete_pbx_phone_number**](ConversationApi.md#delete_pbx_phone_number) | **DELETE** /conversation/pbx/phone_number/{conversationPbxPhoneNumberUuid} | Delete pbx phoneNumber
|
|
17
18
|
[**delete_pbx_queue**](ConversationApi.md#delete_pbx_queue) | **DELETE** /conversation/pbx/queue/{conversationPbxQueueUuid} | Delete pbx queue
|
|
@@ -54,6 +55,9 @@ Method | HTTP request | Description
|
|
|
54
55
|
[**get_pbx_audio**](ConversationApi.md#get_pbx_audio) | **GET** /conversation/pbx/audio/{conversationPbxAudioUuid} | Get pbx audio
|
|
55
56
|
[**get_pbx_audio_usage**](ConversationApi.md#get_pbx_audio_usage) | **GET** /conversation/pbx/audio/{conversationPbxAudioUuid}/usage | Get pbx audio usage
|
|
56
57
|
[**get_pbx_audios**](ConversationApi.md#get_pbx_audios) | **GET** /conversation/pbx/audio | Get pbx audios
|
|
58
|
+
[**get_pbx_hardware_phone**](ConversationApi.md#get_pbx_hardware_phone) | **GET** /conversation/pbx/hardware_phone/{conversationPbxHardwarePhoneUuid} | Get pbx hardware phone
|
|
59
|
+
[**get_pbx_hardware_phone_manufacturers**](ConversationApi.md#get_pbx_hardware_phone_manufacturers) | **GET** /conversation/pbx/hardware_phone/manufacturers | Get pbx hardware phone manufacturers
|
|
60
|
+
[**get_pbx_hardware_phones**](ConversationApi.md#get_pbx_hardware_phones) | **GET** /conversation/pbx/hardware_phone | Get pbx hardware phones
|
|
57
61
|
[**get_pbx_menu**](ConversationApi.md#get_pbx_menu) | **GET** /conversation/pbx/menu/{conversationPbxMenuUuid} | Get pbx menu
|
|
58
62
|
[**get_pbx_menus**](ConversationApi.md#get_pbx_menus) | **GET** /conversation/pbx/menu | Get pbx menus
|
|
59
63
|
[**get_pbx_phone_number**](ConversationApi.md#get_pbx_phone_number) | **GET** /conversation/pbx/phone_number/{conversationPbxPhoneNumberUuid} | Get pbx phoneNumber
|
|
@@ -77,6 +81,7 @@ Method | HTTP request | Description
|
|
|
77
81
|
[**insert_conversation_engagement**](ConversationApi.md#insert_conversation_engagement) | **POST** /conversation/engagements | Insert a engagement
|
|
78
82
|
[**insert_pbx_address**](ConversationApi.md#insert_pbx_address) | **POST** /conversation/pbx/address | Insert pbx address
|
|
79
83
|
[**insert_pbx_audio**](ConversationApi.md#insert_pbx_audio) | **POST** /conversation/pbx/audio | Insert pbx audio
|
|
84
|
+
[**insert_pbx_hardware_phone**](ConversationApi.md#insert_pbx_hardware_phone) | **POST** /conversation/pbx/hardware_phone | Insert pbx hardware phone
|
|
80
85
|
[**insert_pbx_menu**](ConversationApi.md#insert_pbx_menu) | **POST** /conversation/pbx/menu | Insert pbx menu
|
|
81
86
|
[**insert_pbx_queue**](ConversationApi.md#insert_pbx_queue) | **POST** /conversation/pbx/queue | Insert pbx queue
|
|
82
87
|
[**insert_pbx_time_based**](ConversationApi.md#insert_pbx_time_based) | **POST** /conversation/pbx/time_based | Insert pbx timeBased
|
|
@@ -89,6 +94,7 @@ Method | HTTP request | Description
|
|
|
89
94
|
[**mark_read_conversation**](ConversationApi.md#mark_read_conversation) | **PUT** /conversation/conversations/{conversation_uuid}/markread | Mark a conversation as read
|
|
90
95
|
[**protect_pbx_phone_number**](ConversationApi.md#protect_pbx_phone_number) | **PUT** /conversation/pbx/phone_number/{conversationPbxPhoneNumberUuid}/protect | Protect pbx phoneNumber from deletion
|
|
91
96
|
[**purchase_pbx_phone_number**](ConversationApi.md#purchase_pbx_phone_number) | **POST** /conversation/pbx/phone_number | Purchase pbx phone number
|
|
97
|
+
[**regenerate_password_for_pbx_hardware_phone**](ConversationApi.md#regenerate_password_for_pbx_hardware_phone) | **POST** /conversation/pbx/hardware_phone/{conversationPbxHardwarePhoneUuid}/regenerate_password | Update pbx hardware phone
|
|
92
98
|
[**reset_conversation_pbx_queue_statistics**](ConversationApi.md#reset_conversation_pbx_queue_statistics) | **POST** /conversation/pbx/queues/{queue_uuid}/reset_statistics | reset statistics within the queue
|
|
93
99
|
[**search_conversation_canned_messages**](ConversationApi.md#search_conversation_canned_messages) | **POST** /conversation/canned_messages/search | Search for canned messages by short_code
|
|
94
100
|
[**search_pbx_available_phone_numbers**](ConversationApi.md#search_pbx_available_phone_numbers) | **GET** /conversation/pbx/phone_number/search | Search for available phone numbers
|
|
@@ -103,6 +109,7 @@ Method | HTTP request | Description
|
|
|
103
109
|
[**update_pbx_address**](ConversationApi.md#update_pbx_address) | **PUT** /conversation/pbx/address/{conversationPbxAddressUuid} | Update pbx address
|
|
104
110
|
[**update_pbx_agent**](ConversationApi.md#update_pbx_agent) | **PUT** /conversation/pbx/agent/{conversationPbxAgentUuid} | Update pbx agent
|
|
105
111
|
[**update_pbx_audio**](ConversationApi.md#update_pbx_audio) | **PUT** /conversation/pbx/audio/{conversationPbxAudioUuid} | Update pbx audio
|
|
112
|
+
[**update_pbx_hardware_phone**](ConversationApi.md#update_pbx_hardware_phone) | **PUT** /conversation/pbx/hardware_phone/{conversationPbxHardwarePhoneUuid} | Update pbx hardware phone
|
|
106
113
|
[**update_pbx_menu**](ConversationApi.md#update_pbx_menu) | **PUT** /conversation/pbx/menu/{conversationPbxMenuUuid} | Update pbx menu
|
|
107
114
|
[**update_pbx_phone_number**](ConversationApi.md#update_pbx_phone_number) | **PUT** /conversation/pbx/phone_number/{conversationPbxPhoneNumberUuid} | Update pbx phoneNumber
|
|
108
115
|
[**update_pbx_queue**](ConversationApi.md#update_pbx_queue) | **PUT** /conversation/pbx/queue/{conversationPbxQueueUuid} | Update pbx queue
|
|
@@ -514,6 +521,56 @@ Name | Type | Description | Notes
|
|
|
514
521
|
|
|
515
522
|
|
|
516
523
|
|
|
524
|
+
# **delete_pbx_hardware_phone**
|
|
525
|
+
> ConversationPbxHardwarePhoneResponse delete_pbx_hardware_phone(conversation_pbx_hardware_phone_uuid)
|
|
526
|
+
|
|
527
|
+
Delete pbx hardware phone
|
|
528
|
+
|
|
529
|
+
Delete a pbx hardware phone
|
|
530
|
+
|
|
531
|
+
### Example
|
|
532
|
+
```ruby
|
|
533
|
+
# load the gem
|
|
534
|
+
require 'ultracart_api'
|
|
535
|
+
|
|
536
|
+
# Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
|
|
537
|
+
simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
|
|
538
|
+
api_instance = UltracartClient::ConversationApi.new_using_api_key(simple_key, false, false)
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
conversation_pbx_hardware_phone_uuid = 'conversation_pbx_hardware_phone_uuid_example' # String |
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
begin
|
|
545
|
+
#Delete pbx hardware phone
|
|
546
|
+
result = api_instance.delete_pbx_hardware_phone(conversation_pbx_hardware_phone_uuid)
|
|
547
|
+
p result
|
|
548
|
+
rescue UltracartClient::ApiError => e
|
|
549
|
+
puts "Exception when calling ConversationApi->delete_pbx_hardware_phone: #{e}"
|
|
550
|
+
end
|
|
551
|
+
```
|
|
552
|
+
|
|
553
|
+
### Parameters
|
|
554
|
+
|
|
555
|
+
Name | Type | Description | Notes
|
|
556
|
+
------------- | ------------- | ------------- | -------------
|
|
557
|
+
**conversation_pbx_hardware_phone_uuid** | **String**| |
|
|
558
|
+
|
|
559
|
+
### Return type
|
|
560
|
+
|
|
561
|
+
[**ConversationPbxHardwarePhoneResponse**](ConversationPbxHardwarePhoneResponse.md)
|
|
562
|
+
|
|
563
|
+
### Authorization
|
|
564
|
+
|
|
565
|
+
[ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
|
|
566
|
+
|
|
567
|
+
### HTTP request headers
|
|
568
|
+
|
|
569
|
+
- **Content-Type**: application/json
|
|
570
|
+
- **Accept**: application/json
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
|
|
517
574
|
# **delete_pbx_menu**
|
|
518
575
|
> ConversationPbxMenuResponse delete_pbx_menu(conversation_pbx_menu_uuid)
|
|
519
576
|
|
|
@@ -2566,6 +2623,146 @@ This endpoint does not need any parameter.
|
|
|
2566
2623
|
|
|
2567
2624
|
|
|
2568
2625
|
|
|
2626
|
+
# **get_pbx_hardware_phone**
|
|
2627
|
+
> ConversationPbxHardwarePhoneResponse get_pbx_hardware_phone(conversation_pbx_hardware_phone_uuid)
|
|
2628
|
+
|
|
2629
|
+
Get pbx hardware phone
|
|
2630
|
+
|
|
2631
|
+
Retrieve a pbx hardware phone
|
|
2632
|
+
|
|
2633
|
+
### Example
|
|
2634
|
+
```ruby
|
|
2635
|
+
# load the gem
|
|
2636
|
+
require 'ultracart_api'
|
|
2637
|
+
|
|
2638
|
+
# Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
|
|
2639
|
+
simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
|
|
2640
|
+
api_instance = UltracartClient::ConversationApi.new_using_api_key(simple_key, false, false)
|
|
2641
|
+
|
|
2642
|
+
|
|
2643
|
+
conversation_pbx_hardware_phone_uuid = 'conversation_pbx_hardware_phone_uuid_example' # String |
|
|
2644
|
+
|
|
2645
|
+
|
|
2646
|
+
begin
|
|
2647
|
+
#Get pbx hardware phone
|
|
2648
|
+
result = api_instance.get_pbx_hardware_phone(conversation_pbx_hardware_phone_uuid)
|
|
2649
|
+
p result
|
|
2650
|
+
rescue UltracartClient::ApiError => e
|
|
2651
|
+
puts "Exception when calling ConversationApi->get_pbx_hardware_phone: #{e}"
|
|
2652
|
+
end
|
|
2653
|
+
```
|
|
2654
|
+
|
|
2655
|
+
### Parameters
|
|
2656
|
+
|
|
2657
|
+
Name | Type | Description | Notes
|
|
2658
|
+
------------- | ------------- | ------------- | -------------
|
|
2659
|
+
**conversation_pbx_hardware_phone_uuid** | **String**| |
|
|
2660
|
+
|
|
2661
|
+
### Return type
|
|
2662
|
+
|
|
2663
|
+
[**ConversationPbxHardwarePhoneResponse**](ConversationPbxHardwarePhoneResponse.md)
|
|
2664
|
+
|
|
2665
|
+
### Authorization
|
|
2666
|
+
|
|
2667
|
+
[ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
|
|
2668
|
+
|
|
2669
|
+
### HTTP request headers
|
|
2670
|
+
|
|
2671
|
+
- **Content-Type**: application/json
|
|
2672
|
+
- **Accept**: application/json
|
|
2673
|
+
|
|
2674
|
+
|
|
2675
|
+
|
|
2676
|
+
# **get_pbx_hardware_phone_manufacturers**
|
|
2677
|
+
> ConversationPbxPhoneManufacturersResponse get_pbx_hardware_phone_manufacturers
|
|
2678
|
+
|
|
2679
|
+
Get pbx hardware phone manufacturers
|
|
2680
|
+
|
|
2681
|
+
Retrieve pbx hardware phone manufacturers and models for auto-provisioning
|
|
2682
|
+
|
|
2683
|
+
### Example
|
|
2684
|
+
```ruby
|
|
2685
|
+
# load the gem
|
|
2686
|
+
require 'ultracart_api'
|
|
2687
|
+
|
|
2688
|
+
# Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
|
|
2689
|
+
simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
|
|
2690
|
+
api_instance = UltracartClient::ConversationApi.new_using_api_key(simple_key, false, false)
|
|
2691
|
+
|
|
2692
|
+
|
|
2693
|
+
|
|
2694
|
+
begin
|
|
2695
|
+
#Get pbx hardware phone manufacturers
|
|
2696
|
+
result = api_instance.get_pbx_hardware_phone_manufacturers
|
|
2697
|
+
p result
|
|
2698
|
+
rescue UltracartClient::ApiError => e
|
|
2699
|
+
puts "Exception when calling ConversationApi->get_pbx_hardware_phone_manufacturers: #{e}"
|
|
2700
|
+
end
|
|
2701
|
+
```
|
|
2702
|
+
|
|
2703
|
+
### Parameters
|
|
2704
|
+
This endpoint does not need any parameter.
|
|
2705
|
+
|
|
2706
|
+
### Return type
|
|
2707
|
+
|
|
2708
|
+
[**ConversationPbxPhoneManufacturersResponse**](ConversationPbxPhoneManufacturersResponse.md)
|
|
2709
|
+
|
|
2710
|
+
### Authorization
|
|
2711
|
+
|
|
2712
|
+
[ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
|
|
2713
|
+
|
|
2714
|
+
### HTTP request headers
|
|
2715
|
+
|
|
2716
|
+
- **Content-Type**: application/json
|
|
2717
|
+
- **Accept**: application/json
|
|
2718
|
+
|
|
2719
|
+
|
|
2720
|
+
|
|
2721
|
+
# **get_pbx_hardware_phones**
|
|
2722
|
+
> ConversationPbxHardwarePhonesResponse get_pbx_hardware_phones
|
|
2723
|
+
|
|
2724
|
+
Get pbx hardware phones
|
|
2725
|
+
|
|
2726
|
+
Retrieve pbx hardware phones
|
|
2727
|
+
|
|
2728
|
+
### Example
|
|
2729
|
+
```ruby
|
|
2730
|
+
# load the gem
|
|
2731
|
+
require 'ultracart_api'
|
|
2732
|
+
|
|
2733
|
+
# Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
|
|
2734
|
+
simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
|
|
2735
|
+
api_instance = UltracartClient::ConversationApi.new_using_api_key(simple_key, false, false)
|
|
2736
|
+
|
|
2737
|
+
|
|
2738
|
+
|
|
2739
|
+
begin
|
|
2740
|
+
#Get pbx hardware phones
|
|
2741
|
+
result = api_instance.get_pbx_hardware_phones
|
|
2742
|
+
p result
|
|
2743
|
+
rescue UltracartClient::ApiError => e
|
|
2744
|
+
puts "Exception when calling ConversationApi->get_pbx_hardware_phones: #{e}"
|
|
2745
|
+
end
|
|
2746
|
+
```
|
|
2747
|
+
|
|
2748
|
+
### Parameters
|
|
2749
|
+
This endpoint does not need any parameter.
|
|
2750
|
+
|
|
2751
|
+
### Return type
|
|
2752
|
+
|
|
2753
|
+
[**ConversationPbxHardwarePhonesResponse**](ConversationPbxHardwarePhonesResponse.md)
|
|
2754
|
+
|
|
2755
|
+
### Authorization
|
|
2756
|
+
|
|
2757
|
+
[ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
|
|
2758
|
+
|
|
2759
|
+
### HTTP request headers
|
|
2760
|
+
|
|
2761
|
+
- **Content-Type**: application/json
|
|
2762
|
+
- **Accept**: application/json
|
|
2763
|
+
|
|
2764
|
+
|
|
2765
|
+
|
|
2569
2766
|
# **get_pbx_menu**
|
|
2570
2767
|
> ConversationPbxMenuResponse get_pbx_menu(conversation_pbx_menu_uuid)
|
|
2571
2768
|
|
|
@@ -3685,6 +3882,56 @@ Name | Type | Description | Notes
|
|
|
3685
3882
|
|
|
3686
3883
|
|
|
3687
3884
|
|
|
3885
|
+
# **insert_pbx_hardware_phone**
|
|
3886
|
+
> ConversationPbxHardwarePhoneResponse insert_pbx_hardware_phone(pbx_hardware_phone)
|
|
3887
|
+
|
|
3888
|
+
Insert pbx hardware phone
|
|
3889
|
+
|
|
3890
|
+
Insert a pbx hardware phone
|
|
3891
|
+
|
|
3892
|
+
### Example
|
|
3893
|
+
```ruby
|
|
3894
|
+
# load the gem
|
|
3895
|
+
require 'ultracart_api'
|
|
3896
|
+
|
|
3897
|
+
# Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
|
|
3898
|
+
simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
|
|
3899
|
+
api_instance = UltracartClient::ConversationApi.new_using_api_key(simple_key, false, false)
|
|
3900
|
+
|
|
3901
|
+
|
|
3902
|
+
pbx_hardware_phone = UltracartClient::ConversationPbxHardwarePhone.new # ConversationPbxHardwarePhone | Pbx Hardware Phone
|
|
3903
|
+
|
|
3904
|
+
|
|
3905
|
+
begin
|
|
3906
|
+
#Insert pbx hardware phone
|
|
3907
|
+
result = api_instance.insert_pbx_hardware_phone(pbx_hardware_phone)
|
|
3908
|
+
p result
|
|
3909
|
+
rescue UltracartClient::ApiError => e
|
|
3910
|
+
puts "Exception when calling ConversationApi->insert_pbx_hardware_phone: #{e}"
|
|
3911
|
+
end
|
|
3912
|
+
```
|
|
3913
|
+
|
|
3914
|
+
### Parameters
|
|
3915
|
+
|
|
3916
|
+
Name | Type | Description | Notes
|
|
3917
|
+
------------- | ------------- | ------------- | -------------
|
|
3918
|
+
**pbx_hardware_phone** | [**ConversationPbxHardwarePhone**](ConversationPbxHardwarePhone.md)| Pbx Hardware Phone |
|
|
3919
|
+
|
|
3920
|
+
### Return type
|
|
3921
|
+
|
|
3922
|
+
[**ConversationPbxHardwarePhoneResponse**](ConversationPbxHardwarePhoneResponse.md)
|
|
3923
|
+
|
|
3924
|
+
### Authorization
|
|
3925
|
+
|
|
3926
|
+
[ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
|
|
3927
|
+
|
|
3928
|
+
### HTTP request headers
|
|
3929
|
+
|
|
3930
|
+
- **Content-Type**: application/json
|
|
3931
|
+
- **Accept**: application/json
|
|
3932
|
+
|
|
3933
|
+
|
|
3934
|
+
|
|
3688
3935
|
# **insert_pbx_menu**
|
|
3689
3936
|
> ConversationPbxMenuResponse insert_pbx_menu(pbx_menu)
|
|
3690
3937
|
|
|
@@ -4287,6 +4534,59 @@ Name | Type | Description | Notes
|
|
|
4287
4534
|
|
|
4288
4535
|
|
|
4289
4536
|
|
|
4537
|
+
# **regenerate_password_for_pbx_hardware_phone**
|
|
4538
|
+
> ConversationPbxHardwarePhoneResponse regenerate_password_for_pbx_hardware_phone(conversation_pbx_hardware_phone_uuid, pbx_hardware_phone)
|
|
4539
|
+
|
|
4540
|
+
Update pbx hardware phone
|
|
4541
|
+
|
|
4542
|
+
Update a pbx hardware phone
|
|
4543
|
+
|
|
4544
|
+
### Example
|
|
4545
|
+
```ruby
|
|
4546
|
+
# load the gem
|
|
4547
|
+
require 'ultracart_api'
|
|
4548
|
+
|
|
4549
|
+
# Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
|
|
4550
|
+
simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
|
|
4551
|
+
api_instance = UltracartClient::ConversationApi.new_using_api_key(simple_key, false, false)
|
|
4552
|
+
|
|
4553
|
+
|
|
4554
|
+
conversation_pbx_hardware_phone_uuid = 'conversation_pbx_hardware_phone_uuid_example' # String |
|
|
4555
|
+
|
|
4556
|
+
pbx_hardware_phone = UltracartClient::ConversationPbxHardwarePhone.new # ConversationPbxHardwarePhone | Pbx Hardware Phone
|
|
4557
|
+
|
|
4558
|
+
|
|
4559
|
+
begin
|
|
4560
|
+
#Update pbx hardware phone
|
|
4561
|
+
result = api_instance.regenerate_password_for_pbx_hardware_phone(conversation_pbx_hardware_phone_uuid, pbx_hardware_phone)
|
|
4562
|
+
p result
|
|
4563
|
+
rescue UltracartClient::ApiError => e
|
|
4564
|
+
puts "Exception when calling ConversationApi->regenerate_password_for_pbx_hardware_phone: #{e}"
|
|
4565
|
+
end
|
|
4566
|
+
```
|
|
4567
|
+
|
|
4568
|
+
### Parameters
|
|
4569
|
+
|
|
4570
|
+
Name | Type | Description | Notes
|
|
4571
|
+
------------- | ------------- | ------------- | -------------
|
|
4572
|
+
**conversation_pbx_hardware_phone_uuid** | **String**| |
|
|
4573
|
+
**pbx_hardware_phone** | [**ConversationPbxHardwarePhone**](ConversationPbxHardwarePhone.md)| Pbx Hardware Phone |
|
|
4574
|
+
|
|
4575
|
+
### Return type
|
|
4576
|
+
|
|
4577
|
+
[**ConversationPbxHardwarePhoneResponse**](ConversationPbxHardwarePhoneResponse.md)
|
|
4578
|
+
|
|
4579
|
+
### Authorization
|
|
4580
|
+
|
|
4581
|
+
[ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
|
|
4582
|
+
|
|
4583
|
+
### HTTP request headers
|
|
4584
|
+
|
|
4585
|
+
- **Content-Type**: application/json
|
|
4586
|
+
- **Accept**: application/json
|
|
4587
|
+
|
|
4588
|
+
|
|
4589
|
+
|
|
4290
4590
|
# **reset_conversation_pbx_queue_statistics**
|
|
4291
4591
|
> reset_conversation_pbx_queue_statistics(queue_uuid)
|
|
4292
4592
|
|
|
@@ -5025,6 +5325,59 @@ Name | Type | Description | Notes
|
|
|
5025
5325
|
|
|
5026
5326
|
|
|
5027
5327
|
|
|
5328
|
+
# **update_pbx_hardware_phone**
|
|
5329
|
+
> ConversationPbxHardwarePhoneResponse update_pbx_hardware_phone(conversation_pbx_hardware_phone_uuid, pbx_hardware_phone)
|
|
5330
|
+
|
|
5331
|
+
Update pbx hardware phone
|
|
5332
|
+
|
|
5333
|
+
Update a pbx hardware phone
|
|
5334
|
+
|
|
5335
|
+
### Example
|
|
5336
|
+
```ruby
|
|
5337
|
+
# load the gem
|
|
5338
|
+
require 'ultracart_api'
|
|
5339
|
+
|
|
5340
|
+
# Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
|
|
5341
|
+
simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
|
|
5342
|
+
api_instance = UltracartClient::ConversationApi.new_using_api_key(simple_key, false, false)
|
|
5343
|
+
|
|
5344
|
+
|
|
5345
|
+
conversation_pbx_hardware_phone_uuid = 'conversation_pbx_hardware_phone_uuid_example' # String |
|
|
5346
|
+
|
|
5347
|
+
pbx_hardware_phone = UltracartClient::ConversationPbxHardwarePhone.new # ConversationPbxHardwarePhone | Pbx Hardware Phone
|
|
5348
|
+
|
|
5349
|
+
|
|
5350
|
+
begin
|
|
5351
|
+
#Update pbx hardware phone
|
|
5352
|
+
result = api_instance.update_pbx_hardware_phone(conversation_pbx_hardware_phone_uuid, pbx_hardware_phone)
|
|
5353
|
+
p result
|
|
5354
|
+
rescue UltracartClient::ApiError => e
|
|
5355
|
+
puts "Exception when calling ConversationApi->update_pbx_hardware_phone: #{e}"
|
|
5356
|
+
end
|
|
5357
|
+
```
|
|
5358
|
+
|
|
5359
|
+
### Parameters
|
|
5360
|
+
|
|
5361
|
+
Name | Type | Description | Notes
|
|
5362
|
+
------------- | ------------- | ------------- | -------------
|
|
5363
|
+
**conversation_pbx_hardware_phone_uuid** | **String**| |
|
|
5364
|
+
**pbx_hardware_phone** | [**ConversationPbxHardwarePhone**](ConversationPbxHardwarePhone.md)| Pbx Hardware Phone |
|
|
5365
|
+
|
|
5366
|
+
### Return type
|
|
5367
|
+
|
|
5368
|
+
[**ConversationPbxHardwarePhoneResponse**](ConversationPbxHardwarePhoneResponse.md)
|
|
5369
|
+
|
|
5370
|
+
### Authorization
|
|
5371
|
+
|
|
5372
|
+
[ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
|
|
5373
|
+
|
|
5374
|
+
### HTTP request headers
|
|
5375
|
+
|
|
5376
|
+
- **Content-Type**: application/json
|
|
5377
|
+
- **Accept**: application/json
|
|
5378
|
+
|
|
5379
|
+
|
|
5380
|
+
|
|
5028
5381
|
# **update_pbx_menu**
|
|
5029
5382
|
> ConversationPbxMenuResponse update_pbx_menu(conversation_pbx_menu_uuid, pbx_menu)
|
|
5030
5383
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# UltracartClient::ConversationPbxHardwarePhone
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**conversation_pbx_hardware_phone_uuid** | **String** | Conversation Pbx Hardware Phone UUID | [optional]
|
|
7
|
+
**created_at** | **Object** | Created At | [optional]
|
|
8
|
+
**description** | **String** | Description | [optional]
|
|
9
|
+
**mac_address** | **String** | MAC Address | [optional]
|
|
10
|
+
**manufacturer** | **String** | Manufacturer | [optional]
|
|
11
|
+
**merchant_id** | **String** | Merchant Id | [optional]
|
|
12
|
+
**model** | **String** | Model | [optional]
|
|
13
|
+
**name** | **String** | Name | [optional]
|
|
14
|
+
**provisioning_url** | **String** | Auto-provisioning URL for phone configuration | [optional]
|
|
15
|
+
**sip_domain** | **String** | SIP Domain | [optional]
|
|
16
|
+
**sip_password** | **String** | SIP Password | [optional]
|
|
17
|
+
**sip_username** | **String** | SIP Username | [optional]
|
|
18
|
+
**updated_at** | **Object** | Updated At | [optional]
|
|
19
|
+
|
|
20
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# UltracartClient::ConversationPbxHardwarePhoneResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**error** | [**Error**](Error.md) | | [optional]
|
|
7
|
+
**hardware_phone** | [**ConversationPbxHardwarePhone**](ConversationPbxHardwarePhone.md) | | [optional]
|
|
8
|
+
**metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional]
|
|
9
|
+
**success** | **BOOLEAN** | Indicates if API call was successful | [optional]
|
|
10
|
+
**warning** | [**Warning**](Warning.md) | | [optional]
|
|
11
|
+
|
|
12
|
+
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# UltracartClient::ConversationPbxHardwarePhonesResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**hardware_phones** | [**Array<ConversationPbxHardwarePhone>**](ConversationPbxHardwarePhone.md) | | [optional]
|
|
7
|
+
|
|
8
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# UltracartClient::ConversationPbxPhoneManufacturer
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**manufacturer_id** | **String** | | [optional]
|
|
7
|
+
**models** | [**Array<ConversationPbxPhoneModel>**](ConversationPbxPhoneModel.md) | | [optional]
|
|
8
|
+
**name** | **String** | | [optional]
|
|
9
|
+
|
|
10
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# UltracartClient::ConversationPbxPhoneManufacturersResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**error** | [**Error**](Error.md) | | [optional]
|
|
7
|
+
**manufacturers** | [**Array<ConversationPbxPhoneManufacturer>**](ConversationPbxPhoneManufacturer.md) | | [optional]
|
|
8
|
+
**metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional]
|
|
9
|
+
**success** | **BOOLEAN** | Indicates if API call was successful | [optional]
|
|
10
|
+
**warning** | [**Warning**](Warning.md) | | [optional]
|
|
11
|
+
|
|
12
|
+
|