yellowgrid-api-ts 3.2.100-dev.0 → 3.2.102-dev.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.
- package/.openapi-generator/FILES +28 -1
- package/README.md +60 -1
- package/api.ts +3441 -182
- package/dist/api.d.ts +2218 -157
- package/dist/api.js +3028 -235
- package/docs/AccountPageDetailsDTO.md +35 -0
- package/docs/AccountsApi.md +352 -4
- package/docs/AdminNumberPortDTO.md +4 -0
- package/docs/BatchDTO.md +59 -0
- package/docs/CreditNoteDTO.md +21 -0
- package/docs/CreditNoteEntity.md +29 -0
- package/docs/CreditNoteItemDTO.md +25 -0
- package/docs/CreditNoteItemEntity.md +29 -0
- package/docs/CreditNoteItemModel.md +29 -0
- package/docs/CreditNoteModel.md +31 -0
- package/docs/NumberPortingApi.md +60 -5
- package/docs/OAuth20Api.md +3 -3
- package/docs/OrderDetailsDTO.md +65 -0
- package/docs/OrderItemDTO.md +55 -0
- package/docs/OrderedItemModel.md +47 -0
- package/docs/OrdersApi.md +1325 -74
- package/docs/PatchUpdateAccountCnameRequest.md +20 -0
- package/docs/PostAddAdminNoteRequest.md +20 -0
- package/docs/PostAddOrderNoteRequest.md +20 -0
- package/docs/PostSplitOrderRequest.md +20 -0
- package/docs/PrinterEntity.md +29 -0
- package/docs/ProductsApi.md +58 -0
- package/docs/PutAllocateItemsRequest.md +20 -0
- package/docs/PutAllocateItemsRequestItemsInner.md +22 -0
- package/docs/SMSApi.md +56 -0
- package/docs/ShipmentDTO.md +41 -0
- package/docs/ShipmentItemDTO.md +23 -0
- package/docs/ShipmentItemEntity.md +1 -1
- package/docs/ShipmentItemModel.md +29 -0
- package/docs/ShipmentModel.md +43 -0
- package/docs/ShipmentRequestDTO.md +31 -0
- package/docs/ShippingRequestDTO.md +28 -0
- package/docs/SmsAccountDTO.md +31 -0
- package/docs/SmsAccountRequestDTO.md +29 -0
- package/docs/SupplierItemModel.md +35 -0
- package/docs/SupplierModel.md +37 -0
- package/docs/TcxSbcDTO.md +2 -0
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -10,6 +10,7 @@ docs/AccountContactEntity.md
|
|
|
10
10
|
docs/AccountContactModel.md
|
|
11
11
|
docs/AccountContactRequestModel.md
|
|
12
12
|
docs/AccountDetailedSummaryDTO.md
|
|
13
|
+
docs/AccountPageDetailsDTO.md
|
|
13
14
|
docs/AccountRequestModel.md
|
|
14
15
|
docs/AccountSummaryDTO.md
|
|
15
16
|
docs/AccountsApi.md
|
|
@@ -29,6 +30,7 @@ docs/AuditLogEntity.md
|
|
|
29
30
|
docs/AuthCodeResponseModel.md
|
|
30
31
|
docs/BasicItemDTO.md
|
|
31
32
|
docs/BasicProductDTO.md
|
|
33
|
+
docs/BatchDTO.md
|
|
32
34
|
docs/BatchEntity.md
|
|
33
35
|
docs/CRMApi.md
|
|
34
36
|
docs/CallBarringModel.md
|
|
@@ -44,6 +46,12 @@ docs/ContactInfoModel.md
|
|
|
44
46
|
docs/ConversationModel.md
|
|
45
47
|
docs/CourierPriceEntity.md
|
|
46
48
|
docs/CreditAccountEntity.md
|
|
49
|
+
docs/CreditNoteDTO.md
|
|
50
|
+
docs/CreditNoteEntity.md
|
|
51
|
+
docs/CreditNoteItemDTO.md
|
|
52
|
+
docs/CreditNoteItemEntity.md
|
|
53
|
+
docs/CreditNoteItemModel.md
|
|
54
|
+
docs/CreditNoteModel.md
|
|
47
55
|
docs/CrmContactDTO.md
|
|
48
56
|
docs/CustomerInformationModel.md
|
|
49
57
|
docs/CustomerItemRequestDTO.md
|
|
@@ -101,23 +109,30 @@ docs/NumberPortingApi.md
|
|
|
101
109
|
docs/NumberPortsModel.md
|
|
102
110
|
docs/OAuth20Api.md
|
|
103
111
|
docs/OfflineInstancesEntity.md
|
|
112
|
+
docs/OrderDetailsDTO.md
|
|
104
113
|
docs/OrderEntity.md
|
|
114
|
+
docs/OrderItemDTO.md
|
|
105
115
|
docs/OrderRequestModel.md
|
|
106
116
|
docs/OrderSummariesModel.md
|
|
107
117
|
docs/OrderSummaryDTO.md
|
|
108
118
|
docs/OrderTotalModel.md
|
|
109
119
|
docs/OrderedItemEntity.md
|
|
120
|
+
docs/OrderedItemModel.md
|
|
110
121
|
docs/OrdersApi.md
|
|
111
|
-
docs/
|
|
122
|
+
docs/PatchUpdateAccountCnameRequest.md
|
|
112
123
|
docs/PatchUpdateAccountContactPasswordRequest.md
|
|
113
124
|
docs/PortalAccountModel.md
|
|
114
125
|
docs/PortalLoginModel.md
|
|
126
|
+
docs/PostAddAdminNoteRequest.md
|
|
127
|
+
docs/PostAddOrderNoteRequest.md
|
|
115
128
|
docs/PostAddWebhook200Response.md
|
|
116
129
|
docs/PostGetClientCredentialsRequest.md
|
|
117
130
|
docs/PostGetProductForCustomerRequest.md
|
|
118
131
|
docs/PostGetProductRequest.md
|
|
132
|
+
docs/PostSplitOrderRequest.md
|
|
119
133
|
docs/PriceListItemModel.md
|
|
120
134
|
docs/PricingApi.md
|
|
135
|
+
docs/PrinterEntity.md
|
|
121
136
|
docs/PrizesEntity.md
|
|
122
137
|
docs/ProductPriceListItemModel.md
|
|
123
138
|
docs/ProductSearchResultsModel.md
|
|
@@ -129,6 +144,8 @@ docs/PromoItemsEntity.md
|
|
|
129
144
|
docs/ProvisioningApi.md
|
|
130
145
|
docs/ProvisioningModel.md
|
|
131
146
|
docs/ProvisioningRequestEntity.md
|
|
147
|
+
docs/PutAllocateItemsRequest.md
|
|
148
|
+
docs/PutAllocateItemsRequestItemsInner.md
|
|
132
149
|
docs/RecordingBackupAzureModel.md
|
|
133
150
|
docs/RecordingsBackupInfoDTO.md
|
|
134
151
|
docs/ResourceNotReadyException.md
|
|
@@ -142,11 +159,17 @@ docs/ServiceHealthDTO.md
|
|
|
142
159
|
docs/ServiceStatusDTO.md
|
|
143
160
|
docs/ServicesApi.md
|
|
144
161
|
docs/ShipmentAddressEntity.md
|
|
162
|
+
docs/ShipmentDTO.md
|
|
145
163
|
docs/ShipmentEntity.md
|
|
164
|
+
docs/ShipmentItemDTO.md
|
|
146
165
|
docs/ShipmentItemEntity.md
|
|
166
|
+
docs/ShipmentItemModel.md
|
|
167
|
+
docs/ShipmentModel.md
|
|
168
|
+
docs/ShipmentRequestDTO.md
|
|
147
169
|
docs/ShippingApi.md
|
|
148
170
|
docs/ShippingConsignmentModel.md
|
|
149
171
|
docs/ShippingInformationDTO.md
|
|
172
|
+
docs/ShippingRequestDTO.md
|
|
150
173
|
docs/ShippingServiceDTO.md
|
|
151
174
|
docs/ShippingServiceModel.md
|
|
152
175
|
docs/ShippingServicesModel.md
|
|
@@ -154,7 +177,9 @@ docs/SipTrunkChangeResponseModel.md
|
|
|
154
177
|
docs/SipTrunkCreationRequestModel.md
|
|
155
178
|
docs/SipTrunkEntity.md
|
|
156
179
|
docs/SipTrunksResponseModel.md
|
|
180
|
+
docs/SmsAccountDTO.md
|
|
157
181
|
docs/SmsAccountEntity.md
|
|
182
|
+
docs/SmsAccountRequestDTO.md
|
|
158
183
|
docs/SmsDataModel.md
|
|
159
184
|
docs/SmsMessageModel.md
|
|
160
185
|
docs/SmsNumbersEntity.md
|
|
@@ -184,6 +209,8 @@ docs/StockProductSummaryModel.md
|
|
|
184
209
|
docs/StockTransactionsEntity.md
|
|
185
210
|
docs/SupplierEntity.md
|
|
186
211
|
docs/SupplierItemEntity.md
|
|
212
|
+
docs/SupplierItemModel.md
|
|
213
|
+
docs/SupplierModel.md
|
|
187
214
|
docs/SupportTicketModel.md
|
|
188
215
|
docs/SystemApi.md
|
|
189
216
|
docs/TcxBackupEntity.md
|
package/README.md
CHANGED
|
@@ -56,11 +56,15 @@ Class | Method | HTTP request | Description
|
|
|
56
56
|
*AccountsApi* | [**getGetAccount**](docs/AccountsApi.md#getgetaccount) | **GET** /accounts/me | Get Account
|
|
57
57
|
*AccountsApi* | [**getGetAccountContacts**](docs/AccountsApi.md#getgetaccountcontacts) | **GET** /accounts/me/contacts | Get Account Contacts
|
|
58
58
|
*AccountsApi* | [**getGetAccountDetailedSummary**](docs/AccountsApi.md#getgetaccountdetailedsummary) | **GET** /accounts/{id}/summary | Get Account Detailed Summary
|
|
59
|
+
*AccountsApi* | [**getGetAccountPageInfo**](docs/AccountsApi.md#getgetaccountpageinfo) | **GET** /{id} |
|
|
59
60
|
*AccountsApi* | [**getGetAccounts**](docs/AccountsApi.md#getgetaccounts) | **GET** /accounts | Get Accounts
|
|
60
61
|
*AccountsApi* | [**getGetClientCredentials**](docs/AccountsApi.md#getgetclientcredentials) | **GET** /accounts/me/contacts/credentials | Get user\'s client credentials
|
|
61
62
|
*AccountsApi* | [**getGetCustomerKeys**](docs/AccountsApi.md#getgetcustomerkeys) | **GET** /accounts/me/tcx/keys | Get 3CX Keys
|
|
62
63
|
*AccountsApi* | [**getVerifyEmailAddress**](docs/AccountsApi.md#getverifyemailaddress) | **GET** /accounts/contacts/verify | Verify account email address
|
|
64
|
+
*AccountsApi* | [**patchSetPortalAccess**](docs/AccountsApi.md#patchsetportalaccess) | **PATCH** /{id}/portal/access/{state} |
|
|
65
|
+
*AccountsApi* | [**patchSetPrizePromo**](docs/AccountsApi.md#patchsetprizepromo) | **PATCH** /{id}/prizes/{state} |
|
|
63
66
|
*AccountsApi* | [**patchSetTcxWizardCname**](docs/AccountsApi.md#patchsettcxwizardcname) | **PATCH** /accounts/me/cname |
|
|
67
|
+
*AccountsApi* | [**patchUpdateAccountCname**](docs/AccountsApi.md#patchupdateaccountcname) | **PATCH** /{id}/cname |
|
|
64
68
|
*AccountsApi* | [**patchUpdateAccountContactPassword**](docs/AccountsApi.md#patchupdateaccountcontactpassword) | **PATCH** /accounts/contacts/password | Update Account Password
|
|
65
69
|
*AccountsApi* | [**postGetAccountContacts**](docs/AccountsApi.md#postgetaccountcontacts) | **POST** /accounts/me/contacts | Add Account Contact
|
|
66
70
|
*AccountsApi* | [**postGetAccounts**](docs/AccountsApi.md#postgetaccounts) | **POST** /accounts | Create a new customer account
|
|
@@ -70,6 +74,8 @@ Class | Method | HTTP request | Description
|
|
|
70
74
|
*AccountsApi* | [**postSendPasswordReset**](docs/AccountsApi.md#postsendpasswordreset) | **POST** /accounts/contacts/password/reset | Send password reset email
|
|
71
75
|
*AccountsApi* | [**postSubmitResellerApplication**](docs/AccountsApi.md#postsubmitresellerapplication) | **POST** /accounts/reseller | Submit reseller application
|
|
72
76
|
*AccountsApi* | [**putUpdateAccountContact**](docs/AccountsApi.md#putupdateaccountcontact) | **PUT** /accounts/me/contacts/{email} | Update Account Contact
|
|
77
|
+
*AccountsApi* | [**putUpdateBillingAddress**](docs/AccountsApi.md#putupdatebillingaddress) | **PUT** /{id}/billing/address |
|
|
78
|
+
*AccountsApi* | [**putUpdateShippingAddress**](docs/AccountsApi.md#putupdateshippingaddress) | **PUT** /{id}/shipping/address |
|
|
73
79
|
*CRMApi* | [**getSearchByPhone**](docs/CRMApi.md#getsearchbyphone) | **GET** /crm/contact/search |
|
|
74
80
|
*Class3CXApi* | [**getGetLicenceDetails**](docs/Class3CXApi.md#getgetlicencedetails) | **GET** /tcx/licences/details | Get 3CX Licence Details
|
|
75
81
|
*Class3CXApi* | [**postGetBulkLicenceDetails**](docs/Class3CXApi.md#postgetbulklicencedetails) | **POST** /tcx/licences/bulk/details | Get bulk 3CX Licence Details
|
|
@@ -140,6 +146,7 @@ Class | Method | HTTP request | Description
|
|
|
140
146
|
*NumberPortingApi* | [**getGetAdminNumberPort**](docs/NumberPortingApi.md#getgetadminnumberport) | **GET** /admin/sip/numbers/ports/{id} |
|
|
141
147
|
*NumberPortingApi* | [**getGetAdminNumberPorts**](docs/NumberPortingApi.md#getgetadminnumberports) | **GET** /admin/sip/numbers/ports |
|
|
142
148
|
*NumberPortingApi* | [**getUpdateNumberPort**](docs/NumberPortingApi.md#getupdatenumberport) | **GET** /sip/numbers/ports/{id} |
|
|
149
|
+
*NumberPortingApi* | [**patchCancelAdminNumberPort**](docs/NumberPortingApi.md#patchcanceladminnumberport) | **PATCH** /admin/sip/numbers/ports/{id}/cancel |
|
|
143
150
|
*NumberPortingApi* | [**patchCloseAdminNumberPort**](docs/NumberPortingApi.md#patchcloseadminnumberport) | **PATCH** /admin/sip/numbers/ports/{id}/close |
|
|
144
151
|
*NumberPortingApi* | [**postAddAdminNote**](docs/NumberPortingApi.md#postaddadminnote) | **POST** /admin/sip/numbers/ports/{id}/notes |
|
|
145
152
|
*NumberPortingApi* | [**postCreateNumberPort**](docs/NumberPortingApi.md#postcreatenumberport) | **POST** /sip/numbers/ports |
|
|
@@ -152,14 +159,35 @@ Class | Method | HTTP request | Description
|
|
|
152
159
|
*OAuth20Api* | [**postAuthorise**](docs/OAuth20Api.md#postauthorise) | **POST** /oauth2/authorise | Get OAuth2.0 Auth Code
|
|
153
160
|
*OAuth20Api* | [**postGetIdentity**](docs/OAuth20Api.md#postgetidentity) | **POST** /oauth2/me | Get Token Identity
|
|
154
161
|
*OAuth20Api* | [**postPortalLogin**](docs/OAuth20Api.md#postportallogin) | **POST** /oauth2/portal/login | Portal Login
|
|
162
|
+
*OrdersApi* | [**deleteDeleteBatch**](docs/OrdersApi.md#deletedeletebatch) | **DELETE** /admin/orders/{id}/batches/{batch_id} |
|
|
155
163
|
*OrdersApi* | [**deleteUpdateOrder**](docs/OrdersApi.md#deleteupdateorder) | **DELETE** /orders/{id} | Delete Orders (Beta)
|
|
164
|
+
*OrdersApi* | [**deleteUpdateShipment**](docs/OrdersApi.md#deleteupdateshipment) | **DELETE** /admin/orders/{id}/batches/{batch_id}/shipments/{shipment_id} | Delete Shipment (Admin)
|
|
156
165
|
*OrdersApi* | [**getGetAdminEditableOrder**](docs/OrdersApi.md#getgetadmineditableorder) | **GET** /admin/orders/{id}/views/editable | Get Editable Order (Admin)
|
|
166
|
+
*OrdersApi* | [**getGetAdminOrderDetails**](docs/OrdersApi.md#getgetadminorderdetails) | **GET** /admin/orders/{id}/details | Get Order Details (Admin)
|
|
167
|
+
*OrdersApi* | [**getGetCommercialInvoice**](docs/OrdersApi.md#getgetcommercialinvoice) | **GET** /admin/orders/{id}/batches/{batch_id}/shipments/{shipment_id}/pdf | Get Commercial Invoice PDF
|
|
157
168
|
*OrdersApi* | [**getGetEditableOrder**](docs/OrdersApi.md#getgeteditableorder) | **GET** /orders/{id}/views/editable | Get Editable Order (Beta)
|
|
169
|
+
*OrdersApi* | [**getGetItemSerialInfo**](docs/OrdersApi.md#getgetitemserialinfo) | **GET** /admin/orders/{id}/items/{item_id}/info | Get Item Serial Info (Admin)
|
|
170
|
+
*OrdersApi* | [**getGetOrderPdf**](docs/OrdersApi.md#getgetorderpdf) | **GET** /orders/{id}/pdf | Download Order PDF
|
|
171
|
+
*OrdersApi* | [**getGetOrderSummary**](docs/OrdersApi.md#getgetordersummary) | **GET** /admin/orders/{id}/summary | Get Order Summary (Admin)
|
|
158
172
|
*OrdersApi* | [**getGetOrders**](docs/OrdersApi.md#getgetorders) | **GET** /orders | Get Orders (Beta)
|
|
173
|
+
*OrdersApi* | [**patchCompleteOrder**](docs/OrdersApi.md#patchcompleteorder) | **PATCH** /admin/orders/{id}/complete | Mark Order As Complete (Admin)
|
|
174
|
+
*OrdersApi* | [**postAddOrderNote**](docs/OrdersApi.md#postaddordernote) | **POST** /admin/orders/{id}/notes | Add Order Note
|
|
159
175
|
*OrdersApi* | [**postCreateAdminOrder**](docs/OrdersApi.md#postcreateadminorder) | **POST** /admin/orders | Create An Order (Admin)
|
|
176
|
+
*OrdersApi* | [**postCreateConsignment**](docs/OrdersApi.md#postcreateconsignment) | **POST** /admin/orders/{id}/shipments/{shipment_id}/consignment | Create Shipping Consignment
|
|
177
|
+
*OrdersApi* | [**postCreateShipment**](docs/OrdersApi.md#postcreateshipment) | **POST** /admin/orders/{id}/batches/{batch_id}/shipments | Create Shipment (Admin)
|
|
160
178
|
*OrdersApi* | [**postGetOrders**](docs/OrdersApi.md#postgetorders) | **POST** /orders | Create An Order (Beta)
|
|
179
|
+
*OrdersApi* | [**postIssueCredit**](docs/OrdersApi.md#postissuecredit) | **POST** /admin/orders/{id}/credit | Issue Credit (Admin)
|
|
180
|
+
*OrdersApi* | [**postPrintShippingLabel**](docs/OrdersApi.md#postprintshippinglabel) | **POST** /admin/orders/{id}/shipments/{shipment_id}/label/print | Print Shipment Label
|
|
181
|
+
*OrdersApi* | [**postSendOrderEmail**](docs/OrdersApi.md#postsendorderemail) | **POST** /admin/orders/{id}/email/send | Send Order Email
|
|
182
|
+
*OrdersApi* | [**postSendShipmentEmail**](docs/OrdersApi.md#postsendshipmentemail) | **POST** /admin/orders/{id}/batches/{batch_id}/shipments/{shipment_id}/send/email | Send Shipment Email (Admin)
|
|
183
|
+
*OrdersApi* | [**postSendSupplierEmail**](docs/OrdersApi.md#postsendsupplieremail) | **POST** /admin/orders/{id}/batches/{batch_id}/email/send | Send Supplier Email
|
|
184
|
+
*OrdersApi* | [**postSplitOrder**](docs/OrdersApi.md#postsplitorder) | **POST** /admin/orders/{id}/split | Split Order
|
|
185
|
+
*OrdersApi* | [**putAllocateItems**](docs/OrdersApi.md#putallocateitems) | **PUT** /admin/orders/{id}/items/allocate | Allocate Items To Supplier
|
|
161
186
|
*OrdersApi* | [**putUpdateAdminOrder**](docs/OrdersApi.md#putupdateadminorder) | **PUT** /admin/orders/{id} | Update An Order (Admin)
|
|
187
|
+
*OrdersApi* | [**putUpdateBatchItem**](docs/OrdersApi.md#putupdatebatchitem) | **PUT** /admin/orders/{id}/batches/{batch_id}/items/{item_id} | Update Batch Item (Admin)
|
|
162
188
|
*OrdersApi* | [**putUpdateOrder**](docs/OrdersApi.md#putupdateorder) | **PUT** /orders/{id} | Update An Order (Beta)
|
|
189
|
+
*OrdersApi* | [**putUpdatePaymentStatus**](docs/OrdersApi.md#putupdatepaymentstatus) | **PUT** /admin/orders/{id}/paid | Change Payment Status (Admin)
|
|
190
|
+
*OrdersApi* | [**putUpdateShipment**](docs/OrdersApi.md#putupdateshipment) | **PUT** /admin/orders/{id}/batches/{batch_id}/shipments/{shipment_id} | Update Shipment (Admin)
|
|
163
191
|
*PricingApi* | [**getGetPriceList**](docs/PricingApi.md#getgetpricelist) | **GET** /finance/pricing/lists | Get Price List
|
|
164
192
|
*PricingApi* | [**postSendPriceList**](docs/PricingApi.md#postsendpricelist) | **POST** /finance/pricing/lists/send | Send Price List
|
|
165
193
|
*ProductsApi* | [**getGetAttributeSets**](docs/ProductsApi.md#getgetattributesets) | **GET** /products/attributes | Get Attribute Sets
|
|
@@ -169,6 +197,7 @@ Class | Method | HTTP request | Description
|
|
|
169
197
|
*ProductsApi* | [**getGetStockList**](docs/ProductsApi.md#getgetstocklist) | **GET** /products/stock | Get Current Stock & Pricing
|
|
170
198
|
*ProductsApi* | [**getGetTcxTemplates**](docs/ProductsApi.md#getgettcxtemplates) | **GET** /products/attributes/tcx/templates | Get 3CX Templates
|
|
171
199
|
*ProductsApi* | [**getSearchProducts**](docs/ProductsApi.md#getsearchproducts) | **GET** /products/search | Search Products
|
|
200
|
+
*ProductsApi* | [**patchAddQuantityToStock**](docs/ProductsApi.md#patchaddquantitytostock) | **PATCH** /products/{sku}/stock/add | Add Item Quantity To Stock
|
|
172
201
|
*ProductsApi* | [**postGetProduct**](docs/ProductsApi.md#postgetproduct) | **POST** /products/{sku} | Get Product
|
|
173
202
|
*ProductsApi* | [**postGetProductForCustomer**](docs/ProductsApi.md#postgetproductforcustomer) | **POST** /admin/products/{sku} | Get Product For Customer
|
|
174
203
|
*ProvisioningApi* | [**deleteAddFanvilMac**](docs/ProvisioningApi.md#deleteaddfanvilmac) | **DELETE** /provisioning/fanvil/groups/{id}/macs/{mac} | Remove MAC address from DB and FDPS group
|
|
@@ -201,6 +230,7 @@ Class | Method | HTTP request | Description
|
|
|
201
230
|
*SIPTrunksApi* | [**postTrackChange**](docs/SIPTrunksApi.md#posttrackchange) | **POST** /sip/trunks/changes/track | Track SIP Trunk Change Request
|
|
202
231
|
*SIPTrunksApi* | [**putGetAddress**](docs/SIPTrunksApi.md#putgetaddress) | **PUT** /sip/trunks/{id}/address | Update SIP Trunk Address
|
|
203
232
|
*SIPTrunksApi* | [**putGetDiverts**](docs/SIPTrunksApi.md#putgetdiverts) | **PUT** /sip/trunks/{id}/diverts | Update SIP Trunk Diverts
|
|
233
|
+
*SMSApi* | [**postCreateSmsAccount**](docs/SMSApi.md#postcreatesmsaccount) | **POST** /messaging/sms/account | Create SMS Account
|
|
204
234
|
*SMSApi* | [**postSendSms**](docs/SMSApi.md#postsendsms) | **POST** /messaging/sms/send |
|
|
205
235
|
*ServicesApi* | [**deleteUnsubscribe**](docs/ServicesApi.md#deleteunsubscribe) | **DELETE** /services/events/unsubscribe |
|
|
206
236
|
*ServicesApi* | [**getGetServiceHealth**](docs/ServicesApi.md#getgetservicehealth) | **GET** /services/health |
|
|
@@ -252,6 +282,7 @@ Class | Method | HTTP request | Description
|
|
|
252
282
|
- [AccountContactModel](docs/AccountContactModel.md)
|
|
253
283
|
- [AccountContactRequestModel](docs/AccountContactRequestModel.md)
|
|
254
284
|
- [AccountDetailedSummaryDTO](docs/AccountDetailedSummaryDTO.md)
|
|
285
|
+
- [AccountPageDetailsDTO](docs/AccountPageDetailsDTO.md)
|
|
255
286
|
- [AccountRequestModel](docs/AccountRequestModel.md)
|
|
256
287
|
- [AccountSummaryDTO](docs/AccountSummaryDTO.md)
|
|
257
288
|
- [AccountsResponseModel](docs/AccountsResponseModel.md)
|
|
@@ -270,6 +301,7 @@ Class | Method | HTTP request | Description
|
|
|
270
301
|
- [AuthCodeResponseModel](docs/AuthCodeResponseModel.md)
|
|
271
302
|
- [BasicItemDTO](docs/BasicItemDTO.md)
|
|
272
303
|
- [BasicProductDTO](docs/BasicProductDTO.md)
|
|
304
|
+
- [BatchDTO](docs/BatchDTO.md)
|
|
273
305
|
- [BatchEntity](docs/BatchEntity.md)
|
|
274
306
|
- [CallBarringModel](docs/CallBarringModel.md)
|
|
275
307
|
- [ClientDetailsModel](docs/ClientDetailsModel.md)
|
|
@@ -279,6 +311,12 @@ Class | Method | HTTP request | Description
|
|
|
279
311
|
- [ConversationModel](docs/ConversationModel.md)
|
|
280
312
|
- [CourierPriceEntity](docs/CourierPriceEntity.md)
|
|
281
313
|
- [CreditAccountEntity](docs/CreditAccountEntity.md)
|
|
314
|
+
- [CreditNoteDTO](docs/CreditNoteDTO.md)
|
|
315
|
+
- [CreditNoteEntity](docs/CreditNoteEntity.md)
|
|
316
|
+
- [CreditNoteItemDTO](docs/CreditNoteItemDTO.md)
|
|
317
|
+
- [CreditNoteItemEntity](docs/CreditNoteItemEntity.md)
|
|
318
|
+
- [CreditNoteItemModel](docs/CreditNoteItemModel.md)
|
|
319
|
+
- [CreditNoteModel](docs/CreditNoteModel.md)
|
|
282
320
|
- [CrmContactDTO](docs/CrmContactDTO.md)
|
|
283
321
|
- [CustomerInformationModel](docs/CustomerInformationModel.md)
|
|
284
322
|
- [CustomerItemRequestDTO](docs/CustomerItemRequestDTO.md)
|
|
@@ -333,21 +371,28 @@ Class | Method | HTTP request | Description
|
|
|
333
371
|
- [NumberPortRangeRequestDTO](docs/NumberPortRangeRequestDTO.md)
|
|
334
372
|
- [NumberPortsModel](docs/NumberPortsModel.md)
|
|
335
373
|
- [OfflineInstancesEntity](docs/OfflineInstancesEntity.md)
|
|
374
|
+
- [OrderDetailsDTO](docs/OrderDetailsDTO.md)
|
|
336
375
|
- [OrderEntity](docs/OrderEntity.md)
|
|
376
|
+
- [OrderItemDTO](docs/OrderItemDTO.md)
|
|
337
377
|
- [OrderRequestModel](docs/OrderRequestModel.md)
|
|
338
378
|
- [OrderSummariesModel](docs/OrderSummariesModel.md)
|
|
339
379
|
- [OrderSummaryDTO](docs/OrderSummaryDTO.md)
|
|
340
380
|
- [OrderTotalModel](docs/OrderTotalModel.md)
|
|
341
381
|
- [OrderedItemEntity](docs/OrderedItemEntity.md)
|
|
342
|
-
- [
|
|
382
|
+
- [OrderedItemModel](docs/OrderedItemModel.md)
|
|
383
|
+
- [PatchUpdateAccountCnameRequest](docs/PatchUpdateAccountCnameRequest.md)
|
|
343
384
|
- [PatchUpdateAccountContactPasswordRequest](docs/PatchUpdateAccountContactPasswordRequest.md)
|
|
344
385
|
- [PortalAccountModel](docs/PortalAccountModel.md)
|
|
345
386
|
- [PortalLoginModel](docs/PortalLoginModel.md)
|
|
387
|
+
- [PostAddAdminNoteRequest](docs/PostAddAdminNoteRequest.md)
|
|
388
|
+
- [PostAddOrderNoteRequest](docs/PostAddOrderNoteRequest.md)
|
|
346
389
|
- [PostAddWebhook200Response](docs/PostAddWebhook200Response.md)
|
|
347
390
|
- [PostGetClientCredentialsRequest](docs/PostGetClientCredentialsRequest.md)
|
|
348
391
|
- [PostGetProductForCustomerRequest](docs/PostGetProductForCustomerRequest.md)
|
|
349
392
|
- [PostGetProductRequest](docs/PostGetProductRequest.md)
|
|
393
|
+
- [PostSplitOrderRequest](docs/PostSplitOrderRequest.md)
|
|
350
394
|
- [PriceListItemModel](docs/PriceListItemModel.md)
|
|
395
|
+
- [PrinterEntity](docs/PrinterEntity.md)
|
|
351
396
|
- [PrizesEntity](docs/PrizesEntity.md)
|
|
352
397
|
- [ProductPriceListItemModel](docs/ProductPriceListItemModel.md)
|
|
353
398
|
- [ProductSearchResultsModel](docs/ProductSearchResultsModel.md)
|
|
@@ -357,6 +402,8 @@ Class | Method | HTTP request | Description
|
|
|
357
402
|
- [PromoItemsEntity](docs/PromoItemsEntity.md)
|
|
358
403
|
- [ProvisioningModel](docs/ProvisioningModel.md)
|
|
359
404
|
- [ProvisioningRequestEntity](docs/ProvisioningRequestEntity.md)
|
|
405
|
+
- [PutAllocateItemsRequest](docs/PutAllocateItemsRequest.md)
|
|
406
|
+
- [PutAllocateItemsRequestItemsInner](docs/PutAllocateItemsRequestItemsInner.md)
|
|
360
407
|
- [RecordingBackupAzureModel](docs/RecordingBackupAzureModel.md)
|
|
361
408
|
- [RecordingsBackupInfoDTO](docs/RecordingsBackupInfoDTO.md)
|
|
362
409
|
- [ResourceNotReadyException](docs/ResourceNotReadyException.md)
|
|
@@ -367,10 +414,16 @@ Class | Method | HTTP request | Description
|
|
|
367
414
|
- [ServiceHealthDTO](docs/ServiceHealthDTO.md)
|
|
368
415
|
- [ServiceStatusDTO](docs/ServiceStatusDTO.md)
|
|
369
416
|
- [ShipmentAddressEntity](docs/ShipmentAddressEntity.md)
|
|
417
|
+
- [ShipmentDTO](docs/ShipmentDTO.md)
|
|
370
418
|
- [ShipmentEntity](docs/ShipmentEntity.md)
|
|
419
|
+
- [ShipmentItemDTO](docs/ShipmentItemDTO.md)
|
|
371
420
|
- [ShipmentItemEntity](docs/ShipmentItemEntity.md)
|
|
421
|
+
- [ShipmentItemModel](docs/ShipmentItemModel.md)
|
|
422
|
+
- [ShipmentModel](docs/ShipmentModel.md)
|
|
423
|
+
- [ShipmentRequestDTO](docs/ShipmentRequestDTO.md)
|
|
372
424
|
- [ShippingConsignmentModel](docs/ShippingConsignmentModel.md)
|
|
373
425
|
- [ShippingInformationDTO](docs/ShippingInformationDTO.md)
|
|
426
|
+
- [ShippingRequestDTO](docs/ShippingRequestDTO.md)
|
|
374
427
|
- [ShippingServiceDTO](docs/ShippingServiceDTO.md)
|
|
375
428
|
- [ShippingServiceModel](docs/ShippingServiceModel.md)
|
|
376
429
|
- [ShippingServicesModel](docs/ShippingServicesModel.md)
|
|
@@ -378,7 +431,9 @@ Class | Method | HTTP request | Description
|
|
|
378
431
|
- [SipTrunkCreationRequestModel](docs/SipTrunkCreationRequestModel.md)
|
|
379
432
|
- [SipTrunkEntity](docs/SipTrunkEntity.md)
|
|
380
433
|
- [SipTrunksResponseModel](docs/SipTrunksResponseModel.md)
|
|
434
|
+
- [SmsAccountDTO](docs/SmsAccountDTO.md)
|
|
381
435
|
- [SmsAccountEntity](docs/SmsAccountEntity.md)
|
|
436
|
+
- [SmsAccountRequestDTO](docs/SmsAccountRequestDTO.md)
|
|
382
437
|
- [SmsDataModel](docs/SmsDataModel.md)
|
|
383
438
|
- [SmsMessageModel](docs/SmsMessageModel.md)
|
|
384
439
|
- [SmsNumbersEntity](docs/SmsNumbersEntity.md)
|
|
@@ -407,6 +462,8 @@ Class | Method | HTTP request | Description
|
|
|
407
462
|
- [StockTransactionsEntity](docs/StockTransactionsEntity.md)
|
|
408
463
|
- [SupplierEntity](docs/SupplierEntity.md)
|
|
409
464
|
- [SupplierItemEntity](docs/SupplierItemEntity.md)
|
|
465
|
+
- [SupplierItemModel](docs/SupplierItemModel.md)
|
|
466
|
+
- [SupplierModel](docs/SupplierModel.md)
|
|
410
467
|
- [SupportTicketModel](docs/SupportTicketModel.md)
|
|
411
468
|
- [TcxBackupEntity](docs/TcxBackupEntity.md)
|
|
412
469
|
- [TcxBackupModel](docs/TcxBackupModel.md)
|
|
@@ -478,6 +535,8 @@ Authentication schemes defined for the API:
|
|
|
478
535
|
- **products.read**: Products (Read)
|
|
479
536
|
- **provisioning.read**: Provisioning (Read)
|
|
480
537
|
- **provisioning.write**: Provisioning (Write)
|
|
538
|
+
- **sms.read**: Sms (Read)
|
|
539
|
+
- **sms.write**: Sms (Write)
|
|
481
540
|
- **trunks.read**: Trunks (Read)
|
|
482
541
|
- **trunks.write**: Trunks (Write)
|
|
483
542
|
- **tcx_integrations.read**: 3CX Integrations (Read)
|