yellowgrid-api-ts 3.2.254 → 3.2.255
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 +45 -1
- package/README.md +109 -2
- package/api.ts +4924 -86
- package/dist/api.d.ts +2454 -62
- package/dist/api.js +5269 -128
- package/docs/BaseService.md +36 -0
- package/docs/BillingApi.md +3517 -25
- package/docs/Bundle.md +34 -0
- package/docs/BundleCustomer.md +34 -0
- package/docs/CallTariff.md +34 -0
- package/docs/CallTariffPlan.md +36 -0
- package/docs/CallTariffResponse.md +26 -0
- package/docs/Cdr.md +112 -0
- package/docs/ConnectionRequest.md +36 -0
- package/docs/ConnectionType.md +28 -0
- package/docs/ContactDetail.md +58 -0
- package/docs/Customer.md +98 -0
- package/docs/CustomerRate.md +22 -0
- package/docs/CustomerRateType.md +12 -0
- package/docs/GetDisconnectDDIRequest.md +20 -0
- package/docs/InboundCli.md +50 -0
- package/docs/InboundTariffPlan.md +32 -0
- package/docs/InboundTariffPlanResponse.md +28 -0
- package/docs/MultiTenantSipTrunkRequest.md +22 -0
- package/docs/OutboundCli.md +70 -0
- package/docs/PostAddBroadbandRequest.md +28 -0
- package/docs/PostAddCallTariffToCallTariffPlanRequest.md +34 -0
- package/docs/PostAddEthernetRequest.md +28 -0
- package/docs/PostAddRecurringChargeRequest.md +30 -0
- package/docs/PostAddServiceToServicePlanRequest.md +30 -0
- package/docs/PostAddSipTrunkDDIsRequest.md +30 -0
- package/docs/PostGetBaseServicesRequest.md +22 -0
- package/docs/PostGetPriceGroupsRequest.md +22 -0
- package/docs/PostGetServicePlansRequest.md +22 -0
- package/docs/PostGetSipTrunksBillingRequest.md +34 -0
- package/docs/PostUpdateConnectionRequest.md +22 -0
- package/docs/PostUpdateRecurringChargeRequest.md +30 -0
- package/docs/PriceGroup.md +30 -0
- package/docs/PriceGroupResponse.md +24 -0
- package/docs/ProcessedCdr.md +96 -0
- package/docs/PutAddCallTariffToCallTariffPlanRequest.md +30 -0
- package/docs/PutAddServiceToServicePlanRequest.md +26 -0
- package/docs/{PutTransferConnectionRequest.md → PutConnectionSearchRequest.md} +3 -3
- package/docs/PutGetBaseServicesRequest.md +28 -0
- package/docs/PutGetCallTariffPlanRequest.md +28 -0
- package/docs/PutGetPriceGroupsRequest.md +28 -0
- package/docs/RecurringCharge.md +48 -0
- package/docs/SdrReferenceType.md +24 -0
- package/docs/Service.md +42 -0
- package/docs/ServicePlan.md +36 -0
- package/docs/TariffRate.md +30 -0
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -32,13 +32,20 @@ docs/AttributeSetEnum.md
|
|
|
32
32
|
docs/AuditLogEntity.md
|
|
33
33
|
docs/AuthCodeResponseModel.md
|
|
34
34
|
docs/AxisDataDTO.md
|
|
35
|
+
docs/BaseService.md
|
|
35
36
|
docs/BasicItemDTO.md
|
|
36
37
|
docs/BasicProductDTO.md
|
|
37
38
|
docs/BatchDTO.md
|
|
38
39
|
docs/BatchEntity.md
|
|
39
40
|
docs/BillingApi.md
|
|
41
|
+
docs/Bundle.md
|
|
42
|
+
docs/BundleCustomer.md
|
|
40
43
|
docs/CRMApi.md
|
|
41
44
|
docs/CallBarringModel.md
|
|
45
|
+
docs/CallTariff.md
|
|
46
|
+
docs/CallTariffPlan.md
|
|
47
|
+
docs/CallTariffResponse.md
|
|
48
|
+
docs/Cdr.md
|
|
42
49
|
docs/Class3CXApi.md
|
|
43
50
|
docs/Class3CXInstallationWizardApi.md
|
|
44
51
|
docs/Class3CXInstallationsApi.md
|
|
@@ -47,6 +54,9 @@ docs/Class3CXMultiTenantApi.md
|
|
|
47
54
|
docs/ClientDetailsModel.md
|
|
48
55
|
docs/ClientModel.md
|
|
49
56
|
docs/CompanyContractModel.md
|
|
57
|
+
docs/ConnectionRequest.md
|
|
58
|
+
docs/ConnectionType.md
|
|
59
|
+
docs/ContactDetail.md
|
|
50
60
|
docs/ContactInfoModel.md
|
|
51
61
|
docs/ConversationModel.md
|
|
52
62
|
docs/CourierPriceEntity.md
|
|
@@ -65,12 +75,15 @@ docs/CrmContactDTO.md
|
|
|
65
75
|
docs/CrmDateActivitiesDTO.md
|
|
66
76
|
docs/CrmNoteEntity.md
|
|
67
77
|
docs/CrmNoteModel.md
|
|
78
|
+
docs/Customer.md
|
|
68
79
|
docs/CustomerCoordinatesDTO.md
|
|
69
80
|
docs/CustomerInformationModel.md
|
|
70
81
|
docs/CustomerItemRequestDTO.md
|
|
71
82
|
docs/CustomerListAccountDTO.md
|
|
72
83
|
docs/CustomerOrderRequestDTO.md
|
|
73
84
|
docs/CustomerPriceListEnum.md
|
|
85
|
+
docs/CustomerRate.md
|
|
86
|
+
docs/CustomerRateType.md
|
|
74
87
|
docs/CustomerSummaryReportDTO.md
|
|
75
88
|
docs/DdiRangeRequestModel.md
|
|
76
89
|
docs/DdiRangesRequestModel.md
|
|
@@ -95,11 +108,15 @@ docs/FreshdeskTicketEntity.md
|
|
|
95
108
|
docs/FtpAccountsEntity.md
|
|
96
109
|
docs/GenericFileModel.md
|
|
97
110
|
docs/GetCheckMacExists200Response.md
|
|
111
|
+
docs/GetDisconnectDDIRequest.md
|
|
98
112
|
docs/GetGetPrice200Response.md
|
|
99
113
|
docs/GetGetRecording200Response.md
|
|
100
114
|
docs/GraphDTO.md
|
|
101
115
|
docs/HostingChangeResponseModel.md
|
|
102
116
|
docs/HostingRegionDTO.md
|
|
117
|
+
docs/InboundCli.md
|
|
118
|
+
docs/InboundTariffPlan.md
|
|
119
|
+
docs/InboundTariffPlanResponse.md
|
|
103
120
|
docs/InstallationDetailsDTO.md
|
|
104
121
|
docs/InstanceAutoFailoverEntity.md
|
|
105
122
|
docs/InstanceDeletionScheduleEntity.md
|
|
@@ -119,6 +136,7 @@ docs/MacAddressDTO.md
|
|
|
119
136
|
docs/MiscApi.md
|
|
120
137
|
docs/MonthlyUsageModel.md
|
|
121
138
|
docs/MultiTenantChangeResponseModel.md
|
|
139
|
+
docs/MultiTenantSipTrunkRequest.md
|
|
122
140
|
docs/MyPBXToolsApi.md
|
|
123
141
|
docs/NavigationModel.md
|
|
124
142
|
docs/NumberPortAdminNoteBody.md
|
|
@@ -143,6 +161,7 @@ docs/OrderTotalModel.md
|
|
|
143
161
|
docs/OrderedItemEntity.md
|
|
144
162
|
docs/OrderedItemModel.md
|
|
145
163
|
docs/OrdersApi.md
|
|
164
|
+
docs/OutboundCli.md
|
|
146
165
|
docs/PartnerDTO.md
|
|
147
166
|
docs/PasswordSenderDTO.md
|
|
148
167
|
docs/PasswordSenderEntity.md
|
|
@@ -159,17 +178,32 @@ docs/PatchUpdateTcxHostingPriceListRequest.md
|
|
|
159
178
|
docs/PatchUpdateTcxPartnerIdRequest.md
|
|
160
179
|
docs/PortalAccountModel.md
|
|
161
180
|
docs/PortalLoginModel.md
|
|
181
|
+
docs/PostAddBroadbandRequest.md
|
|
182
|
+
docs/PostAddCallTariffToCallTariffPlanRequest.md
|
|
183
|
+
docs/PostAddEthernetRequest.md
|
|
162
184
|
docs/PostAddOrderNoteRequest.md
|
|
185
|
+
docs/PostAddRecurringChargeRequest.md
|
|
186
|
+
docs/PostAddServiceToServicePlanRequest.md
|
|
187
|
+
docs/PostAddSipTrunkDDIsRequest.md
|
|
163
188
|
docs/PostAddWebhook200Response.md
|
|
164
189
|
docs/PostGenerateReport200Response.md
|
|
190
|
+
docs/PostGetBaseServicesRequest.md
|
|
165
191
|
docs/PostGetClientCredentialsRequest.md
|
|
192
|
+
docs/PostGetPriceGroupsRequest.md
|
|
166
193
|
docs/PostGetProductForCustomerRequest.md
|
|
194
|
+
docs/PostGetServicePlansRequest.md
|
|
195
|
+
docs/PostGetSipTrunksBillingRequest.md
|
|
167
196
|
docs/PostSendWelcomeEmailRequest.md
|
|
168
197
|
docs/PostSplitOrderRequest.md
|
|
198
|
+
docs/PostUpdateConnectionRequest.md
|
|
199
|
+
docs/PostUpdateRecurringChargeRequest.md
|
|
200
|
+
docs/PriceGroup.md
|
|
201
|
+
docs/PriceGroupResponse.md
|
|
169
202
|
docs/PriceListItemModel.md
|
|
170
203
|
docs/PricingApi.md
|
|
171
204
|
docs/PrinterEntity.md
|
|
172
205
|
docs/PrizesEntity.md
|
|
206
|
+
docs/ProcessedCdr.md
|
|
173
207
|
docs/ProductDetailedSummaryDTO.md
|
|
174
208
|
docs/ProductPriceListItemModel.md
|
|
175
209
|
docs/ProductSearchResultsModel.md
|
|
@@ -184,11 +218,17 @@ docs/ProspectsApi.md
|
|
|
184
218
|
docs/ProvisioningApi.md
|
|
185
219
|
docs/ProvisioningModel.md
|
|
186
220
|
docs/ProvisioningRequestEntity.md
|
|
221
|
+
docs/PutAddCallTariffToCallTariffPlanRequest.md
|
|
222
|
+
docs/PutAddServiceToServicePlanRequest.md
|
|
187
223
|
docs/PutAllocateItemsRequest.md
|
|
188
224
|
docs/PutAllocateItemsRequestItemsInner.md
|
|
189
|
-
docs/
|
|
225
|
+
docs/PutConnectionSearchRequest.md
|
|
226
|
+
docs/PutGetBaseServicesRequest.md
|
|
227
|
+
docs/PutGetCallTariffPlanRequest.md
|
|
228
|
+
docs/PutGetPriceGroupsRequest.md
|
|
190
229
|
docs/RecordingBackupAzureModel.md
|
|
191
230
|
docs/RecordingsBackupInfoDTO.md
|
|
231
|
+
docs/RecurringCharge.md
|
|
192
232
|
docs/RemoteStorageDTO.md
|
|
193
233
|
docs/ReportRequestDTO.md
|
|
194
234
|
docs/ReportsApi.md
|
|
@@ -200,8 +240,11 @@ docs/SMSApi.md
|
|
|
200
240
|
docs/SbcDTO.md
|
|
201
241
|
docs/ScannedItemModel.md
|
|
202
242
|
docs/ScopeModel.md
|
|
243
|
+
docs/SdrReferenceType.md
|
|
203
244
|
docs/SeriesDTO.md
|
|
245
|
+
docs/Service.md
|
|
204
246
|
docs/ServiceHealthDTO.md
|
|
247
|
+
docs/ServicePlan.md
|
|
205
248
|
docs/ServiceStatusDTO.md
|
|
206
249
|
docs/ServicesApi.md
|
|
207
250
|
docs/ShipmentAddressEntity.md
|
|
@@ -270,6 +313,7 @@ docs/TableDTO.md
|
|
|
270
313
|
docs/TableDataDTO.md
|
|
271
314
|
docs/TableHistoryEntity.md
|
|
272
315
|
docs/TableRowDTO.md
|
|
316
|
+
docs/TariffRate.md
|
|
273
317
|
docs/TcxBackupEntity.md
|
|
274
318
|
docs/TcxBackupModel.md
|
|
275
319
|
docs/TcxBillingEntity.md
|
package/README.md
CHANGED
|
@@ -99,8 +99,71 @@ Class | Method | HTTP request | Description
|
|
|
99
99
|
*AccountsApi* | [**putUpdateAccountContact**](docs/AccountsApi.md#putupdateaccountcontact) | **PUT** /accounts/me/contacts/{email} | Update Account Contact
|
|
100
100
|
*AccountsApi* | [**putUpdateBillingAddress**](docs/AccountsApi.md#putupdatebillingaddress) | **PUT** /admin/accounts/{id}/billing/address |
|
|
101
101
|
*AccountsApi* | [**putUpdateShippingAddress**](docs/AccountsApi.md#putupdateshippingaddress) | **PUT** /admin/accounts/{id}/shipping/address |
|
|
102
|
+
*BillingApi* | [**deleteAddCallTariffToCallTariffPlan**](docs/BillingApi.md#deleteaddcalltarifftocalltariffplan) | **DELETE** /billing/admin/callTariffPlan/callTariff |
|
|
103
|
+
*BillingApi* | [**deleteAddRecurringCharge**](docs/BillingApi.md#deleteaddrecurringcharge) | **DELETE** /billing/customer/recurringCharges |
|
|
104
|
+
*BillingApi* | [**deleteAddServiceToServicePlan**](docs/BillingApi.md#deleteaddservicetoserviceplan) | **DELETE** /billing/admin/servicePlan/service |
|
|
105
|
+
*BillingApi* | [**deleteCloseAccount**](docs/BillingApi.md#deletecloseaccount) | **DELETE** /billing/customer/customer |
|
|
106
|
+
*BillingApi* | [**deleteGetBaseServices**](docs/BillingApi.md#deletegetbaseservices) | **DELETE** /billing/admin/baseServices |
|
|
107
|
+
*BillingApi* | [**deleteGetCallTariffPlan**](docs/BillingApi.md#deletegetcalltariffplan) | **DELETE** /billing/admin/callTariffPlan |
|
|
108
|
+
*BillingApi* | [**deleteGetPriceGroups**](docs/BillingApi.md#deletegetpricegroups) | **DELETE** /billing/admin/priceGroups |
|
|
109
|
+
*BillingApi* | [**deleteGetServicePlan**](docs/BillingApi.md#deletegetserviceplan) | **DELETE** /billing/admin/servicePlan |
|
|
110
|
+
*BillingApi* | [**getAddRecurringCharge**](docs/BillingApi.md#getaddrecurringcharge) | **GET** /billing/customer/recurringCharges |
|
|
111
|
+
*BillingApi* | [**getAddServiceToServicePlan**](docs/BillingApi.md#getaddservicetoserviceplan) | **GET** /billing/admin/servicePlan/service |
|
|
112
|
+
*BillingApi* | [**getAddSipTrunkDDIs**](docs/BillingApi.md#getaddsiptrunkddis) | **GET** /billing/customer/sipTrunkDDIs |
|
|
113
|
+
*BillingApi* | [**getConnectionSearch**](docs/BillingApi.md#getconnectionsearch) | **GET** /billing/admin/connections |
|
|
114
|
+
*BillingApi* | [**getDisconnectConnection**](docs/BillingApi.md#getdisconnectconnection) | **GET** /billing/customer/disconnectConnection |
|
|
115
|
+
*BillingApi* | [**getDisconnectDDI**](docs/BillingApi.md#getdisconnectddi) | **GET** /billing/customer/disconnectDDI |
|
|
102
116
|
*BillingApi* | [**getGetAllCustomer**](docs/BillingApi.md#getgetallcustomer) | **GET** /billing/admin/customerList | Get Billing Customers
|
|
103
|
-
*BillingApi* | [**
|
|
117
|
+
*BillingApi* | [**getGetAllMtSipTrunks**](docs/BillingApi.md#getgetallmtsiptrunks) | **GET** /billing/customer/list/allMtSipTrunks |
|
|
118
|
+
*BillingApi* | [**getGetAllSipTrunks**](docs/BillingApi.md#getgetallsiptrunks) | **GET** /billing/customer/list/allSipTrunks |
|
|
119
|
+
*BillingApi* | [**getGetBaseServices**](docs/BillingApi.md#getgetbaseservices) | **GET** /billing/admin/baseServices |
|
|
120
|
+
*BillingApi* | [**getGetBillingCustomerDetails**](docs/BillingApi.md#getgetbillingcustomerdetails) | **GET** /billing/customer/details |
|
|
121
|
+
*BillingApi* | [**getGetBundleCallsWithCost**](docs/BillingApi.md#getgetbundlecallswithcost) | **GET** /billing/admin/bundleCallsWithCost |
|
|
122
|
+
*BillingApi* | [**getGetCallTariffPlan**](docs/BillingApi.md#getgetcalltariffplan) | **GET** /billing/admin/callTariffPlan |
|
|
123
|
+
*BillingApi* | [**getGetCallTariffs**](docs/BillingApi.md#getgetcalltariffs) | **GET** /billing/admin/callTariffs |
|
|
124
|
+
*BillingApi* | [**getGetCallTariffsDetails**](docs/BillingApi.md#getgetcalltariffsdetails) | **GET** /billing/admin/callTariffs/details |
|
|
125
|
+
*BillingApi* | [**getGetChildren**](docs/BillingApi.md#getgetchildren) | **GET** /billing/customer/children |
|
|
126
|
+
*BillingApi* | [**getGetConnections**](docs/BillingApi.md#getgetconnections) | **GET** /billing/customer/connections |
|
|
127
|
+
*BillingApi* | [**getGetCustomer**](docs/BillingApi.md#getgetcustomer) | **GET** /billing/admin/customer |
|
|
128
|
+
*BillingApi* | [**getGetInboundTariffs**](docs/BillingApi.md#getgetinboundtariffs) | **GET** /billing/admin/inboundTariffs |
|
|
129
|
+
*BillingApi* | [**getGetInboundTariffsDetails**](docs/BillingApi.md#getgetinboundtariffsdetails) | **GET** /billing/admin/inboundTariffs/details |
|
|
130
|
+
*BillingApi* | [**getGetPriceGroups**](docs/BillingApi.md#getgetpricegroups) | **GET** /billing/admin/priceGroups |
|
|
131
|
+
*BillingApi* | [**getGetServicePlan**](docs/BillingApi.md#getgetserviceplan) | **GET** /billing/admin/servicePlan |
|
|
132
|
+
*BillingApi* | [**getGetServicePlans**](docs/BillingApi.md#getgetserviceplans) | **GET** /billing/admin/servicePlans |
|
|
133
|
+
*BillingApi* | [**getGetServicesPlanDetails**](docs/BillingApi.md#getgetservicesplandetails) | **GET** /billing/admin/servicePlans/details |
|
|
134
|
+
*BillingApi* | [**getGetSipTrunkList**](docs/BillingApi.md#getgetsiptrunklist) | **GET** /billing/customer/list/sipTrunks |
|
|
135
|
+
*BillingApi* | [**getGetSipTrunksBilling**](docs/BillingApi.md#getgetsiptrunksbilling) | **GET** /billing/customer/sipTrunks |
|
|
136
|
+
*BillingApi* | [**getGetUnconnectedCalls**](docs/BillingApi.md#getgetunconnectedcalls) | **GET** /billing/admin/unconnectedCalls |
|
|
137
|
+
*BillingApi* | [**getGetUnconnectedServices**](docs/BillingApi.md#getgetunconnectedservices) | **GET** /billing/admin/unconnectedServices |
|
|
138
|
+
*BillingApi* | [**getIsBundleCustomer**](docs/BillingApi.md#getisbundlecustomer) | **GET** /billing/customer/bundleCustomer |
|
|
139
|
+
*BillingApi* | [**postAddBroadband**](docs/BillingApi.md#postaddbroadband) | **POST** /billing/customer/broadband |
|
|
140
|
+
*BillingApi* | [**postAddCallTariffToCallTariffPlan**](docs/BillingApi.md#postaddcalltarifftocalltariffplan) | **POST** /billing/admin/callTariffPlan/callTariff |
|
|
141
|
+
*BillingApi* | [**postAddChildCustomer**](docs/BillingApi.md#postaddchildcustomer) | **POST** /billing/customer/child |
|
|
142
|
+
*BillingApi* | [**postAddEthernet**](docs/BillingApi.md#postaddethernet) | **POST** /billing/customer/ethernet |
|
|
143
|
+
*BillingApi* | [**postAddRecurringCharge**](docs/BillingApi.md#postaddrecurringcharge) | **POST** /billing/customer/recurringCharges |
|
|
144
|
+
*BillingApi* | [**postAddServiceToServicePlan**](docs/BillingApi.md#postaddservicetoserviceplan) | **POST** /billing/admin/servicePlan/service |
|
|
145
|
+
*BillingApi* | [**postAddSipTrunkDDIs**](docs/BillingApi.md#postaddsiptrunkddis) | **POST** /billing/customer/sipTrunkDDIs |
|
|
146
|
+
*BillingApi* | [**postGetBaseServices**](docs/BillingApi.md#postgetbaseservices) | **POST** /billing/admin/baseServices |
|
|
147
|
+
*BillingApi* | [**postGetCallTariffPlan**](docs/BillingApi.md#postgetcalltariffplan) | **POST** /billing/admin/callTariffPlan |
|
|
148
|
+
*BillingApi* | [**postGetConnections**](docs/BillingApi.md#postgetconnections) | **POST** /billing/customer/connections |
|
|
149
|
+
*BillingApi* | [**postGetPriceGroups**](docs/BillingApi.md#postgetpricegroups) | **POST** /billing/admin/priceGroups |
|
|
150
|
+
*BillingApi* | [**postGetServicePlans**](docs/BillingApi.md#postgetserviceplans) | **POST** /billing/admin/servicePlans |
|
|
151
|
+
*BillingApi* | [**postGetSipTrunksBilling**](docs/BillingApi.md#postgetsiptrunksbilling) | **POST** /billing/customer/sipTrunks |
|
|
152
|
+
*BillingApi* | [**postSendInvoices**](docs/BillingApi.md#postsendinvoices) | **POST** /billing/admin/sendInvoices |
|
|
153
|
+
*BillingApi* | [**postUpdateConnection**](docs/BillingApi.md#postupdateconnection) | **POST** /billing/customer/updateConnection |
|
|
154
|
+
*BillingApi* | [**postUpdateRecurringCharge**](docs/BillingApi.md#postupdaterecurringcharge) | **POST** /billing/customer/updateRecurringCharges |
|
|
155
|
+
*BillingApi* | [**putAddCallTariffToCallTariffPlan**](docs/BillingApi.md#putaddcalltarifftocalltariffplan) | **PUT** /billing/admin/callTariffPlan/callTariff |
|
|
156
|
+
*BillingApi* | [**putAddServiceToServicePlan**](docs/BillingApi.md#putaddservicetoserviceplan) | **PUT** /billing/admin/servicePlan/service |
|
|
157
|
+
*BillingApi* | [**putConnectionSearch**](docs/BillingApi.md#putconnectionsearch) | **PUT** /billing/admin/connections |
|
|
158
|
+
*BillingApi* | [**putConvertChildToParent**](docs/BillingApi.md#putconvertchildtoparent) | **PUT** /billing/customer/makeParent |
|
|
159
|
+
*BillingApi* | [**putDisableBundles**](docs/BillingApi.md#putdisablebundles) | **PUT** /billing/customer/disableBundles |
|
|
160
|
+
*BillingApi* | [**putDisableDdiBilling**](docs/BillingApi.md#putdisableddibilling) | **PUT** /billing/customer/disableDdiBilling |
|
|
161
|
+
*BillingApi* | [**putEnableBundles**](docs/BillingApi.md#putenablebundles) | **PUT** /billing/customer/enableBundles |
|
|
162
|
+
*BillingApi* | [**putEnableDdiBilling**](docs/BillingApi.md#putenableddibilling) | **PUT** /billing/customer/enableDdiBilling |
|
|
163
|
+
*BillingApi* | [**putGetBaseServices**](docs/BillingApi.md#putgetbaseservices) | **PUT** /billing/admin/baseServices |
|
|
164
|
+
*BillingApi* | [**putGetCallTariffPlan**](docs/BillingApi.md#putgetcalltariffplan) | **PUT** /billing/admin/callTariffPlan |
|
|
165
|
+
*BillingApi* | [**putGetConnections**](docs/BillingApi.md#putgetconnections) | **PUT** /billing/customer/connections |
|
|
166
|
+
*BillingApi* | [**putGetPriceGroups**](docs/BillingApi.md#putgetpricegroups) | **PUT** /billing/admin/priceGroups |
|
|
104
167
|
*CRMApi* | [**getGetCrmActivities**](docs/CRMApi.md#getgetcrmactivities) | **GET** /admin/crm/{id}/activities |
|
|
105
168
|
*CRMApi* | [**getSearchByPhone**](docs/CRMApi.md#getsearchbyphone) | **GET** /crm/contact/search |
|
|
106
169
|
*CRMApi* | [**postCreateCrmNote**](docs/CRMApi.md#postcreatecrmnote) | **POST** /admin/crm/{id}/activities/note |
|
|
@@ -357,14 +420,24 @@ Class | Method | HTTP request | Description
|
|
|
357
420
|
- [AuditLogEntity](docs/AuditLogEntity.md)
|
|
358
421
|
- [AuthCodeResponseModel](docs/AuthCodeResponseModel.md)
|
|
359
422
|
- [AxisDataDTO](docs/AxisDataDTO.md)
|
|
423
|
+
- [BaseService](docs/BaseService.md)
|
|
360
424
|
- [BasicItemDTO](docs/BasicItemDTO.md)
|
|
361
425
|
- [BasicProductDTO](docs/BasicProductDTO.md)
|
|
362
426
|
- [BatchDTO](docs/BatchDTO.md)
|
|
363
427
|
- [BatchEntity](docs/BatchEntity.md)
|
|
428
|
+
- [Bundle](docs/Bundle.md)
|
|
429
|
+
- [BundleCustomer](docs/BundleCustomer.md)
|
|
364
430
|
- [CallBarringModel](docs/CallBarringModel.md)
|
|
431
|
+
- [CallTariff](docs/CallTariff.md)
|
|
432
|
+
- [CallTariffPlan](docs/CallTariffPlan.md)
|
|
433
|
+
- [CallTariffResponse](docs/CallTariffResponse.md)
|
|
434
|
+
- [Cdr](docs/Cdr.md)
|
|
365
435
|
- [ClientDetailsModel](docs/ClientDetailsModel.md)
|
|
366
436
|
- [ClientModel](docs/ClientModel.md)
|
|
367
437
|
- [CompanyContractModel](docs/CompanyContractModel.md)
|
|
438
|
+
- [ConnectionRequest](docs/ConnectionRequest.md)
|
|
439
|
+
- [ConnectionType](docs/ConnectionType.md)
|
|
440
|
+
- [ContactDetail](docs/ContactDetail.md)
|
|
368
441
|
- [ContactInfoModel](docs/ContactInfoModel.md)
|
|
369
442
|
- [ConversationModel](docs/ConversationModel.md)
|
|
370
443
|
- [CourierPriceEntity](docs/CourierPriceEntity.md)
|
|
@@ -383,12 +456,15 @@ Class | Method | HTTP request | Description
|
|
|
383
456
|
- [CrmDateActivitiesDTO](docs/CrmDateActivitiesDTO.md)
|
|
384
457
|
- [CrmNoteEntity](docs/CrmNoteEntity.md)
|
|
385
458
|
- [CrmNoteModel](docs/CrmNoteModel.md)
|
|
459
|
+
- [Customer](docs/Customer.md)
|
|
386
460
|
- [CustomerCoordinatesDTO](docs/CustomerCoordinatesDTO.md)
|
|
387
461
|
- [CustomerInformationModel](docs/CustomerInformationModel.md)
|
|
388
462
|
- [CustomerItemRequestDTO](docs/CustomerItemRequestDTO.md)
|
|
389
463
|
- [CustomerListAccountDTO](docs/CustomerListAccountDTO.md)
|
|
390
464
|
- [CustomerOrderRequestDTO](docs/CustomerOrderRequestDTO.md)
|
|
391
465
|
- [CustomerPriceListEnum](docs/CustomerPriceListEnum.md)
|
|
466
|
+
- [CustomerRate](docs/CustomerRate.md)
|
|
467
|
+
- [CustomerRateType](docs/CustomerRateType.md)
|
|
392
468
|
- [CustomerSummaryReportDTO](docs/CustomerSummaryReportDTO.md)
|
|
393
469
|
- [DdiRangeRequestModel](docs/DdiRangeRequestModel.md)
|
|
394
470
|
- [DdiRangesRequestModel](docs/DdiRangesRequestModel.md)
|
|
@@ -413,11 +489,15 @@ Class | Method | HTTP request | Description
|
|
|
413
489
|
- [FtpAccountsEntity](docs/FtpAccountsEntity.md)
|
|
414
490
|
- [GenericFileModel](docs/GenericFileModel.md)
|
|
415
491
|
- [GetCheckMacExists200Response](docs/GetCheckMacExists200Response.md)
|
|
492
|
+
- [GetDisconnectDDIRequest](docs/GetDisconnectDDIRequest.md)
|
|
416
493
|
- [GetGetPrice200Response](docs/GetGetPrice200Response.md)
|
|
417
494
|
- [GetGetRecording200Response](docs/GetGetRecording200Response.md)
|
|
418
495
|
- [GraphDTO](docs/GraphDTO.md)
|
|
419
496
|
- [HostingChangeResponseModel](docs/HostingChangeResponseModel.md)
|
|
420
497
|
- [HostingRegionDTO](docs/HostingRegionDTO.md)
|
|
498
|
+
- [InboundCli](docs/InboundCli.md)
|
|
499
|
+
- [InboundTariffPlan](docs/InboundTariffPlan.md)
|
|
500
|
+
- [InboundTariffPlanResponse](docs/InboundTariffPlanResponse.md)
|
|
421
501
|
- [InstallationDetailsDTO](docs/InstallationDetailsDTO.md)
|
|
422
502
|
- [InstanceAutoFailoverEntity](docs/InstanceAutoFailoverEntity.md)
|
|
423
503
|
- [InstanceDeletionScheduleEntity](docs/InstanceDeletionScheduleEntity.md)
|
|
@@ -436,6 +516,7 @@ Class | Method | HTTP request | Description
|
|
|
436
516
|
- [MacAddressDTO](docs/MacAddressDTO.md)
|
|
437
517
|
- [MonthlyUsageModel](docs/MonthlyUsageModel.md)
|
|
438
518
|
- [MultiTenantChangeResponseModel](docs/MultiTenantChangeResponseModel.md)
|
|
519
|
+
- [MultiTenantSipTrunkRequest](docs/MultiTenantSipTrunkRequest.md)
|
|
439
520
|
- [NavigationModel](docs/NavigationModel.md)
|
|
440
521
|
- [NumberPortAdminNoteBody](docs/NumberPortAdminNoteBody.md)
|
|
441
522
|
- [NumberPortDTO](docs/NumberPortDTO.md)
|
|
@@ -456,6 +537,7 @@ Class | Method | HTTP request | Description
|
|
|
456
537
|
- [OrderTotalModel](docs/OrderTotalModel.md)
|
|
457
538
|
- [OrderedItemEntity](docs/OrderedItemEntity.md)
|
|
458
539
|
- [OrderedItemModel](docs/OrderedItemModel.md)
|
|
540
|
+
- [OutboundCli](docs/OutboundCli.md)
|
|
459
541
|
- [PartnerDTO](docs/PartnerDTO.md)
|
|
460
542
|
- [PasswordSenderDTO](docs/PasswordSenderDTO.md)
|
|
461
543
|
- [PasswordSenderEntity](docs/PasswordSenderEntity.md)
|
|
@@ -472,16 +554,31 @@ Class | Method | HTTP request | Description
|
|
|
472
554
|
- [PatchUpdateTcxPartnerIdRequest](docs/PatchUpdateTcxPartnerIdRequest.md)
|
|
473
555
|
- [PortalAccountModel](docs/PortalAccountModel.md)
|
|
474
556
|
- [PortalLoginModel](docs/PortalLoginModel.md)
|
|
557
|
+
- [PostAddBroadbandRequest](docs/PostAddBroadbandRequest.md)
|
|
558
|
+
- [PostAddCallTariffToCallTariffPlanRequest](docs/PostAddCallTariffToCallTariffPlanRequest.md)
|
|
559
|
+
- [PostAddEthernetRequest](docs/PostAddEthernetRequest.md)
|
|
475
560
|
- [PostAddOrderNoteRequest](docs/PostAddOrderNoteRequest.md)
|
|
561
|
+
- [PostAddRecurringChargeRequest](docs/PostAddRecurringChargeRequest.md)
|
|
562
|
+
- [PostAddServiceToServicePlanRequest](docs/PostAddServiceToServicePlanRequest.md)
|
|
563
|
+
- [PostAddSipTrunkDDIsRequest](docs/PostAddSipTrunkDDIsRequest.md)
|
|
476
564
|
- [PostAddWebhook200Response](docs/PostAddWebhook200Response.md)
|
|
477
565
|
- [PostGenerateReport200Response](docs/PostGenerateReport200Response.md)
|
|
566
|
+
- [PostGetBaseServicesRequest](docs/PostGetBaseServicesRequest.md)
|
|
478
567
|
- [PostGetClientCredentialsRequest](docs/PostGetClientCredentialsRequest.md)
|
|
568
|
+
- [PostGetPriceGroupsRequest](docs/PostGetPriceGroupsRequest.md)
|
|
479
569
|
- [PostGetProductForCustomerRequest](docs/PostGetProductForCustomerRequest.md)
|
|
570
|
+
- [PostGetServicePlansRequest](docs/PostGetServicePlansRequest.md)
|
|
571
|
+
- [PostGetSipTrunksBillingRequest](docs/PostGetSipTrunksBillingRequest.md)
|
|
480
572
|
- [PostSendWelcomeEmailRequest](docs/PostSendWelcomeEmailRequest.md)
|
|
481
573
|
- [PostSplitOrderRequest](docs/PostSplitOrderRequest.md)
|
|
574
|
+
- [PostUpdateConnectionRequest](docs/PostUpdateConnectionRequest.md)
|
|
575
|
+
- [PostUpdateRecurringChargeRequest](docs/PostUpdateRecurringChargeRequest.md)
|
|
576
|
+
- [PriceGroup](docs/PriceGroup.md)
|
|
577
|
+
- [PriceGroupResponse](docs/PriceGroupResponse.md)
|
|
482
578
|
- [PriceListItemModel](docs/PriceListItemModel.md)
|
|
483
579
|
- [PrinterEntity](docs/PrinterEntity.md)
|
|
484
580
|
- [PrizesEntity](docs/PrizesEntity.md)
|
|
581
|
+
- [ProcessedCdr](docs/ProcessedCdr.md)
|
|
485
582
|
- [ProductDetailedSummaryDTO](docs/ProductDetailedSummaryDTO.md)
|
|
486
583
|
- [ProductPriceListItemModel](docs/ProductPriceListItemModel.md)
|
|
487
584
|
- [ProductSearchResultsModel](docs/ProductSearchResultsModel.md)
|
|
@@ -493,11 +590,17 @@ Class | Method | HTTP request | Description
|
|
|
493
590
|
- [ProspectEntity](docs/ProspectEntity.md)
|
|
494
591
|
- [ProvisioningModel](docs/ProvisioningModel.md)
|
|
495
592
|
- [ProvisioningRequestEntity](docs/ProvisioningRequestEntity.md)
|
|
593
|
+
- [PutAddCallTariffToCallTariffPlanRequest](docs/PutAddCallTariffToCallTariffPlanRequest.md)
|
|
594
|
+
- [PutAddServiceToServicePlanRequest](docs/PutAddServiceToServicePlanRequest.md)
|
|
496
595
|
- [PutAllocateItemsRequest](docs/PutAllocateItemsRequest.md)
|
|
497
596
|
- [PutAllocateItemsRequestItemsInner](docs/PutAllocateItemsRequestItemsInner.md)
|
|
498
|
-
- [
|
|
597
|
+
- [PutConnectionSearchRequest](docs/PutConnectionSearchRequest.md)
|
|
598
|
+
- [PutGetBaseServicesRequest](docs/PutGetBaseServicesRequest.md)
|
|
599
|
+
- [PutGetCallTariffPlanRequest](docs/PutGetCallTariffPlanRequest.md)
|
|
600
|
+
- [PutGetPriceGroupsRequest](docs/PutGetPriceGroupsRequest.md)
|
|
499
601
|
- [RecordingBackupAzureModel](docs/RecordingBackupAzureModel.md)
|
|
500
602
|
- [RecordingsBackupInfoDTO](docs/RecordingsBackupInfoDTO.md)
|
|
603
|
+
- [RecurringCharge](docs/RecurringCharge.md)
|
|
501
604
|
- [RemoteStorageDTO](docs/RemoteStorageDTO.md)
|
|
502
605
|
- [ReportRequestDTO](docs/ReportRequestDTO.md)
|
|
503
606
|
- [ResourceNotReadyException](docs/ResourceNotReadyException.md)
|
|
@@ -506,8 +609,11 @@ Class | Method | HTTP request | Description
|
|
|
506
609
|
- [SbcDTO](docs/SbcDTO.md)
|
|
507
610
|
- [ScannedItemModel](docs/ScannedItemModel.md)
|
|
508
611
|
- [ScopeModel](docs/ScopeModel.md)
|
|
612
|
+
- [SdrReferenceType](docs/SdrReferenceType.md)
|
|
509
613
|
- [SeriesDTO](docs/SeriesDTO.md)
|
|
614
|
+
- [Service](docs/Service.md)
|
|
510
615
|
- [ServiceHealthDTO](docs/ServiceHealthDTO.md)
|
|
616
|
+
- [ServicePlan](docs/ServicePlan.md)
|
|
511
617
|
- [ServiceStatusDTO](docs/ServiceStatusDTO.md)
|
|
512
618
|
- [ShipmentAddressEntity](docs/ShipmentAddressEntity.md)
|
|
513
619
|
- [ShipmentDTO](docs/ShipmentDTO.md)
|
|
@@ -571,6 +677,7 @@ Class | Method | HTTP request | Description
|
|
|
571
677
|
- [TableDataDTO](docs/TableDataDTO.md)
|
|
572
678
|
- [TableHistoryEntity](docs/TableHistoryEntity.md)
|
|
573
679
|
- [TableRowDTO](docs/TableRowDTO.md)
|
|
680
|
+
- [TariffRate](docs/TariffRate.md)
|
|
574
681
|
- [TcxBackupEntity](docs/TcxBackupEntity.md)
|
|
575
682
|
- [TcxBackupModel](docs/TcxBackupModel.md)
|
|
576
683
|
- [TcxBillingEntity](docs/TcxBillingEntity.md)
|