yellowgrid-api-ts 3.2.237 → 3.2.238-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 +367 -306
- package/.openapi-generator/VERSION +1 -1
- package/README.md +132 -3
- package/api.ts +20035 -6358
- package/base.ts +26 -2
- package/common.ts +39 -16
- package/config.json +4 -3
- package/configuration.ts +21 -27
- package/dist/api.d.ts +15872 -5106
- package/dist/api.js +6725 -603
- package/dist/base.d.ts +25 -1
- package/dist/base.js +21 -2
- package/dist/common.d.ts +36 -5
- package/dist/common.js +39 -17
- package/dist/configuration.d.ts +18 -25
- package/dist/configuration.js +4 -4
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/models/ConnectionTypeEnum.d.ts +73 -0
- package/dist/models/ConnectionTypeEnum.js +75 -0
- package/dist/models/GraphTypeEnum.d.ts +13 -0
- package/dist/models/GraphTypeEnum.js +15 -0
- package/dist/models/GroupEnum.d.ts +43 -0
- package/dist/models/GroupEnum.js +45 -0
- package/dist/models/HostingPriceListEnum.d.ts +5 -0
- package/dist/models/HostingPriceListEnum.js +5 -0
- package/dist/models/ReportEnum.d.ts +68 -0
- package/dist/models/ReportEnum.js +70 -0
- package/docs/AbstractItemDiscountModel.md +21 -0
- package/docs/AbstractOrderRequestDTO.md +1 -1
- package/docs/AccountDetailedSummaryDTO.md +2 -0
- package/docs/AccountsApi.md +49 -1
- package/docs/AdminOrderRequestDTO.md +1 -1
- package/docs/AxisDataDTO.md +25 -0
- package/docs/BaseService.md +36 -0
- package/docs/BillingApi.md +3631 -26
- package/docs/Bundle.md +34 -0
- package/docs/BundleCustomer.md +34 -0
- package/docs/CRMApi.md +1 -1
- 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/Class3CXApi.md +1 -1
- package/docs/Class3CXInstallationWizardApi.md +1 -1
- package/docs/Class3CXInstallationsApi.md +1 -1
- package/docs/Class3CXIntegrationsApi.md +1 -1
- package/docs/Class3CXMultiTenantApi.md +1 -1
- package/docs/ConnectionRequest.md +36 -0
- package/docs/ConnectionType.md +28 -0
- package/docs/ContactDetail.md +58 -0
- package/docs/CrmActivityDTO.md +1 -1
- package/docs/CrmDateActivitiesDTO.md +1 -1
- package/docs/Customer.md +98 -0
- package/docs/CustomerCoordinatesDTO.md +31 -0
- package/docs/CustomerOrderRequestDTO.md +1 -1
- package/docs/CustomerRate.md +22 -0
- package/docs/CustomerRateType.md +12 -0
- package/docs/DetailedOrderRequestDTO.md +1 -1
- package/docs/GetDisconnectDDIRequest.md +20 -0
- package/docs/GraphDTO.md +33 -0
- package/docs/InboundCli.md +50 -0
- package/docs/InboundTariffPlan.md +32 -0
- package/docs/InboundTariffPlanResponse.md +28 -0
- package/docs/MiscApi.md +63 -0
- package/docs/MultiTenantSipTrunkRequest.md +22 -0
- package/docs/MyPBXToolsApi.md +1 -1
- package/docs/NumberPortModel.md +51 -0
- package/docs/NumberPortingApi.md +1 -1
- package/docs/OAuth20Api.md +1 -1
- package/docs/OrdersApi.md +1 -1
- package/docs/OutboundCli.md +70 -0
- package/docs/PartnerDTO.md +1 -1
- package/docs/PasswordSenderDTO.md +37 -0
- package/docs/PasswordSenderEntity.md +33 -0
- package/docs/PatchSetTcxWizardCnameRequest.md +20 -0
- package/docs/PostAddAdminNoteRequest.md +20 -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/PostDisconnectDDIRequest.md +20 -0
- package/docs/PostGenerateReport200Response.md +36 -0
- package/docs/PostGetBaseServicesRequest.md +22 -0
- package/docs/PostGetPriceGroupsRequest.md +22 -0
- package/docs/PostGetProductRequest.md +24 -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/PricingApi.md +1 -1
- package/docs/ProcessedCdr.md +96 -0
- package/docs/ProductDetailedSummaryDTO.md +2 -2
- package/docs/ProductSearchDTO.md +37 -0
- package/docs/ProductSummaryDTO.md +1 -1
- package/docs/ProductsApi.md +1 -1
- package/docs/PromoSummariesModel.md +27 -0
- package/docs/PromoSummaryDTO.md +29 -0
- package/docs/PromotionsApi.md +71 -0
- package/docs/ProspectDTO.md +2 -2
- package/docs/ProspectsApi.md +1 -1
- package/docs/ProvisioningApi.md +1 -1
- package/docs/PutAddCallTariffToCallTariffPlanRequest.md +30 -0
- package/docs/PutAddServiceToServicePlanRequest.md +26 -0
- package/docs/PutConnectionSearchRequest.md +20 -0
- package/docs/PutGetBaseServicesRequest.md +28 -0
- package/docs/PutGetCallTariffPlanRequest.md +28 -0
- package/docs/PutGetPriceGroupsRequest.md +28 -0
- package/docs/RecordingsBackupInfoDTO.md +2 -2
- package/docs/RecurringCharge.md +48 -0
- package/docs/ReportRequestDTO.md +37 -0
- package/docs/ReportsApi.md +56 -1
- package/docs/SIPTrunksApi.md +1 -1
- package/docs/SMSApi.md +1 -1
- package/docs/Sdr.md +66 -0
- package/docs/SdrReferenceType.md +24 -0
- package/docs/SeriesDTO.md +27 -0
- package/docs/Service.md +42 -0
- package/docs/ServicePlan.md +36 -0
- package/docs/ServicesApi.md +1 -1
- package/docs/ShipmentRequestDTO.md +2 -2
- package/docs/ShippingApi.md +1 -1
- package/docs/SpecialService.md +40 -0
- package/docs/StockManagementApi.md +1 -1
- package/docs/SuppliersApi.md +1 -1
- package/docs/SystemApi.md +1 -1
- package/docs/TableDTO.md +25 -0
- package/docs/TableDataDTO.md +21 -0
- package/docs/TableRowDTO.md +21 -0
- package/docs/TariffRate.md +30 -0
- package/docs/TcxHostingPricingEntity.md +35 -0
- package/docs/TcxInstallationDetailsModel.md +45 -0
- package/docs/TcxInstallationModel.md +2 -0
- package/docs/TcxKeySummaryDTO.md +1 -1
- package/docs/TelephonySupportTicketModel.md +41 -0
- package/docs/TicketsApi.md +1 -1
- package/docs/UnconnectedSdr.md +68 -0
- package/docs/WebhooksApi.md +1 -1
- package/getEnums.php +31 -31
- package/hs_err_pid16044.log +249 -0
- package/hs_err_pid44560.log +249 -0
- package/hs_err_pid53988.log +249 -0
- package/hs_err_pid58728.log +40 -0
- package/index.ts +1 -1
- package/models/ConnectionTypeEnum.ts +74 -0
- package/models/GraphTypeEnum.ts +14 -0
- package/models/GroupEnum.ts +44 -0
- package/models/HostingPriceListEnum.ts +5 -0
- package/models/ReportEnum.ts +69 -0
- package/openapitools.json +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
7.
|
|
1
|
+
7.14.0
|
package/README.md
CHANGED
|
@@ -47,7 +47,7 @@ npm install PATH_TO_GENERATED_PACKAGE --save
|
|
|
47
47
|
|
|
48
48
|
### Documentation for API Endpoints
|
|
49
49
|
|
|
50
|
-
All URIs are relative to *https://
|
|
50
|
+
All URIs are relative to *https://api.local.yellowgrid.co.uk*
|
|
51
51
|
|
|
52
52
|
Class | Method | HTTP request | Description
|
|
53
53
|
------------ | ------------- | ------------- | -------------
|
|
@@ -64,6 +64,7 @@ Class | Method | HTTP request | Description
|
|
|
64
64
|
*AccountsApi* | [**getGetClientCredentials**](docs/AccountsApi.md#getgetclientcredentials) | **GET** /accounts/me/contacts/credentials | Get user\'s client credentials
|
|
65
65
|
*AccountsApi* | [**getGetCustomerAccountsList**](docs/AccountsApi.md#getgetcustomeraccountslist) | **GET** /admin/accounts/customers/list |
|
|
66
66
|
*AccountsApi* | [**getGetCustomerKeys**](docs/AccountsApi.md#getgetcustomerkeys) | **GET** /accounts/me/tcx/keys | Get 3CX Keys
|
|
67
|
+
*AccountsApi* | [**getGetCustomerMap**](docs/AccountsApi.md#getgetcustomermap) | **GET** /admin/accounts/customer/map |
|
|
67
68
|
*AccountsApi* | [**getGetFinanceSettings**](docs/AccountsApi.md#getgetfinancesettings) | **GET** /admin/accounts/{id}/finance |
|
|
68
69
|
*AccountsApi* | [**getGetLastAccount**](docs/AccountsApi.md#getgetlastaccount) | **GET** /admin/accounts/last | Get Last Account
|
|
69
70
|
*AccountsApi* | [**getGetNewPriceList**](docs/AccountsApi.md#getgetnewpricelist) | **GET** /admin/accounts/priceList/new | Download New Price List
|
|
@@ -98,8 +99,73 @@ Class | Method | HTTP request | Description
|
|
|
98
99
|
*AccountsApi* | [**putUpdateAccountContact**](docs/AccountsApi.md#putupdateaccountcontact) | **PUT** /accounts/me/contacts/{email} | Update Account Contact
|
|
99
100
|
*AccountsApi* | [**putUpdateBillingAddress**](docs/AccountsApi.md#putupdatebillingaddress) | **PUT** /admin/accounts/{id}/billing/address |
|
|
100
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* | [**deleteDeleteCallTariffId**](docs/BillingApi.md#deletedeletecalltariffid) | **DELETE** /billing/admin/callTariffPlan/callTariff/{id} |
|
|
107
|
+
*BillingApi* | [**deleteGetBaseServices**](docs/BillingApi.md#deletegetbaseservices) | **DELETE** /billing/admin/baseServices |
|
|
108
|
+
*BillingApi* | [**deleteGetCallTariffPlan**](docs/BillingApi.md#deletegetcalltariffplan) | **DELETE** /billing/admin/callTariffPlan |
|
|
109
|
+
*BillingApi* | [**deleteGetPriceGroups**](docs/BillingApi.md#deletegetpricegroups) | **DELETE** /billing/admin/priceGroups |
|
|
110
|
+
*BillingApi* | [**deleteGetServicePlan**](docs/BillingApi.md#deletegetserviceplan) | **DELETE** /billing/admin/servicePlan |
|
|
111
|
+
*BillingApi* | [**getAddRecurringCharge**](docs/BillingApi.md#getaddrecurringcharge) | **GET** /billing/customer/recurringCharges |
|
|
112
|
+
*BillingApi* | [**getAddServiceToServicePlan**](docs/BillingApi.md#getaddservicetoserviceplan) | **GET** /billing/admin/servicePlan/service |
|
|
113
|
+
*BillingApi* | [**getAddSipTrunkDDIs**](docs/BillingApi.md#getaddsiptrunkddis) | **GET** /billing/customer/sipTrunkDDIs |
|
|
114
|
+
*BillingApi* | [**getConnectionSearch**](docs/BillingApi.md#getconnectionsearch) | **GET** /billing/admin/connections |
|
|
101
115
|
*BillingApi* | [**getGetAllCustomer**](docs/BillingApi.md#getgetallcustomer) | **GET** /billing/admin/customerList | Get Billing Customers
|
|
102
|
-
*BillingApi* | [**
|
|
116
|
+
*BillingApi* | [**getGetAllMtSipTrunks**](docs/BillingApi.md#getgetallmtsiptrunks) | **GET** /billing/customer/list/allMtSipTrunks |
|
|
117
|
+
*BillingApi* | [**getGetAllSipTrunks**](docs/BillingApi.md#getgetallsiptrunks) | **GET** /billing/customer/list/allSipTrunks |
|
|
118
|
+
*BillingApi* | [**getGetBaseServices**](docs/BillingApi.md#getgetbaseservices) | **GET** /billing/admin/baseServices |
|
|
119
|
+
*BillingApi* | [**getGetBillingCustomerDetails**](docs/BillingApi.md#getgetbillingcustomerdetails) | **GET** /billing/customer/details |
|
|
120
|
+
*BillingApi* | [**getGetBundleCallsWithCost**](docs/BillingApi.md#getgetbundlecallswithcost) | **GET** /billing/admin/bundleCallsWithCost |
|
|
121
|
+
*BillingApi* | [**getGetCallTariffPlan**](docs/BillingApi.md#getgetcalltariffplan) | **GET** /billing/admin/callTariffPlan |
|
|
122
|
+
*BillingApi* | [**getGetCallTariffs**](docs/BillingApi.md#getgetcalltariffs) | **GET** /billing/admin/callTariffs |
|
|
123
|
+
*BillingApi* | [**getGetCallTariffsDetails**](docs/BillingApi.md#getgetcalltariffsdetails) | **GET** /billing/admin/callTariffs/details |
|
|
124
|
+
*BillingApi* | [**getGetChildren**](docs/BillingApi.md#getgetchildren) | **GET** /billing/customer/children |
|
|
125
|
+
*BillingApi* | [**getGetConnection**](docs/BillingApi.md#getgetconnection) | **GET** /billing/customer/connections/{id} |
|
|
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* | [**postDisconnectConnection**](docs/BillingApi.md#postdisconnectconnection) | **POST** /billing/customer/disconnectConnection |
|
|
147
|
+
*BillingApi* | [**postDisconnectDDI**](docs/BillingApi.md#postdisconnectddi) | **POST** /billing/customer/disconnectDDI |
|
|
148
|
+
*BillingApi* | [**postGetBaseServices**](docs/BillingApi.md#postgetbaseservices) | **POST** /billing/admin/baseServices |
|
|
149
|
+
*BillingApi* | [**postGetCallTariffPlan**](docs/BillingApi.md#postgetcalltariffplan) | **POST** /billing/admin/callTariffPlan |
|
|
150
|
+
*BillingApi* | [**postGetConnections**](docs/BillingApi.md#postgetconnections) | **POST** /billing/customer/connections |
|
|
151
|
+
*BillingApi* | [**postGetPriceGroups**](docs/BillingApi.md#postgetpricegroups) | **POST** /billing/admin/priceGroups |
|
|
152
|
+
*BillingApi* | [**postGetServicePlans**](docs/BillingApi.md#postgetserviceplans) | **POST** /billing/admin/servicePlans |
|
|
153
|
+
*BillingApi* | [**postGetSipTrunksBilling**](docs/BillingApi.md#postgetsiptrunksbilling) | **POST** /billing/customer/sipTrunks |
|
|
154
|
+
*BillingApi* | [**postSendInvoices**](docs/BillingApi.md#postsendinvoices) | **POST** /billing/admin/sendInvoices |
|
|
155
|
+
*BillingApi* | [**postUpdateConnection**](docs/BillingApi.md#postupdateconnection) | **POST** /billing/customer/updateConnection |
|
|
156
|
+
*BillingApi* | [**postUpdateRecurringCharge**](docs/BillingApi.md#postupdaterecurringcharge) | **POST** /billing/customer/updateRecurringCharges |
|
|
157
|
+
*BillingApi* | [**putAddCallTariffToCallTariffPlan**](docs/BillingApi.md#putaddcalltarifftocalltariffplan) | **PUT** /billing/admin/callTariffPlan/callTariff |
|
|
158
|
+
*BillingApi* | [**putAddServiceToServicePlan**](docs/BillingApi.md#putaddservicetoserviceplan) | **PUT** /billing/admin/servicePlan/service |
|
|
159
|
+
*BillingApi* | [**putConnectionSearch**](docs/BillingApi.md#putconnectionsearch) | **PUT** /billing/admin/connections |
|
|
160
|
+
*BillingApi* | [**putConvertChildToParent**](docs/BillingApi.md#putconvertchildtoparent) | **PUT** /billing/customer/makeParent |
|
|
161
|
+
*BillingApi* | [**putDisableBundles**](docs/BillingApi.md#putdisablebundles) | **PUT** /billing/customer/disableBundles |
|
|
162
|
+
*BillingApi* | [**putDisableDdiBilling**](docs/BillingApi.md#putdisableddibilling) | **PUT** /billing/customer/disableDdiBilling |
|
|
163
|
+
*BillingApi* | [**putEnableBundles**](docs/BillingApi.md#putenablebundles) | **PUT** /billing/customer/enableBundles |
|
|
164
|
+
*BillingApi* | [**putEnableDdiBilling**](docs/BillingApi.md#putenableddibilling) | **PUT** /billing/customer/enableDdiBilling |
|
|
165
|
+
*BillingApi* | [**putGetBaseServices**](docs/BillingApi.md#putgetbaseservices) | **PUT** /billing/admin/baseServices |
|
|
166
|
+
*BillingApi* | [**putGetCallTariffPlan**](docs/BillingApi.md#putgetcalltariffplan) | **PUT** /billing/admin/callTariffPlan |
|
|
167
|
+
*BillingApi* | [**putGetConnections**](docs/BillingApi.md#putgetconnections) | **PUT** /billing/customer/connections |
|
|
168
|
+
*BillingApi* | [**putGetPriceGroups**](docs/BillingApi.md#putgetpricegroups) | **PUT** /billing/admin/priceGroups |
|
|
103
169
|
*CRMApi* | [**getGetCrmActivities**](docs/CRMApi.md#getgetcrmactivities) | **GET** /admin/crm/{id}/activities |
|
|
104
170
|
*CRMApi* | [**getSearchByPhone**](docs/CRMApi.md#getsearchbyphone) | **GET** /crm/contact/search |
|
|
105
171
|
*CRMApi* | [**postCreateCrmNote**](docs/CRMApi.md#postcreatecrmnote) | **POST** /admin/crm/{id}/activities/note |
|
|
@@ -177,6 +243,7 @@ Class | Method | HTTP request | Description
|
|
|
177
243
|
*Class3CXMultiTenantApi* | [**postGetMtNewDdis**](docs/Class3CXMultiTenantApi.md#postgetmtnewddis) | **POST** /tcx/mt/changes/ddis | Get 3CX MT New DDIs
|
|
178
244
|
*Class3CXMultiTenantApi* | [**postGetTenants**](docs/Class3CXMultiTenantApi.md#postgettenants) | **POST** /tcx/mt/tenants | Add 3CX MT Tenant
|
|
179
245
|
*Class3CXMultiTenantApi* | [**postTrackMtChange**](docs/Class3CXMultiTenantApi.md#posttrackmtchange) | **POST** /tcx/mt/changes/track | Track 3CX MT Change
|
|
246
|
+
*MiscApi* | [**postSendPassword**](docs/MiscApi.md#postsendpassword) | **POST** /admin/password/send |
|
|
180
247
|
*MyPBXToolsApi* | [**getGetRecording**](docs/MyPBXToolsApi.md#getgetrecording) | **GET** /mypbxtools/recordings | Fetch recording from a 3CX instance
|
|
181
248
|
*NumberPortingApi* | [**deleteGetAdminNumberPort**](docs/NumberPortingApi.md#deletegetadminnumberport) | **DELETE** /admin/sip/numbers/ports/{id} |
|
|
182
249
|
*NumberPortingApi* | [**getCreateNumberPort**](docs/NumberPortingApi.md#getcreatenumberport) | **GET** /sip/numbers/ports |
|
|
@@ -240,6 +307,7 @@ Class | Method | HTTP request | Description
|
|
|
240
307
|
*ProductsApi* | [**patchAddQuantityToStock**](docs/ProductsApi.md#patchaddquantitytostock) | **PATCH** /products/{sku}/stock/add | Add Item Quantity To Stock
|
|
241
308
|
*ProductsApi* | [**postGetProduct**](docs/ProductsApi.md#postgetproduct) | **POST** /products/{sku} | Get Product
|
|
242
309
|
*ProductsApi* | [**postGetProductForCustomer**](docs/ProductsApi.md#postgetproductforcustomer) | **POST** /admin/products/{sku} | Get Product For Customer
|
|
310
|
+
*PromotionsApi* | [**getGetPromos**](docs/PromotionsApi.md#getgetpromos) | **GET** /marketing/promos |
|
|
243
311
|
*ProspectsApi* | [**getGetProspect**](docs/ProspectsApi.md#getgetprospect) | **GET** /accounts/prospects/{xero_id} | Get Prospect
|
|
244
312
|
*ProspectsApi* | [**getGetProspects**](docs/ProspectsApi.md#getgetprospects) | **GET** /accounts/prospects | Get Prospects
|
|
245
313
|
*ProspectsApi* | [**getRemoveFromProspects**](docs/ProspectsApi.md#getremovefromprospects) | **GET** /accounts/prospects/{xero_id}/remove | Remove From Prospects
|
|
@@ -255,6 +323,7 @@ Class | Method | HTTP request | Description
|
|
|
255
323
|
*ProvisioningApi* | [**postAddFanvilMac**](docs/ProvisioningApi.md#postaddfanvilmac) | **POST** /provisioning/fanvil/groups/{id}/macs/{mac} | Add MAC address to DB and FDPS group
|
|
256
324
|
*ProvisioningApi* | [**postCreateMac**](docs/ProvisioningApi.md#postcreatemac) | **POST** /admin/provisioning/fanvil/macs |
|
|
257
325
|
*ReportsApi* | [**getGetStockReport**](docs/ReportsApi.md#getgetstockreport) | **GET** /reports/stock |
|
|
326
|
+
*ReportsApi* | [**postGenerateReport**](docs/ReportsApi.md#postgeneratereport) | **POST** /reports | Generate Reports
|
|
258
327
|
*SIPTrunksApi* | [**deleteGetSipTrunk**](docs/SIPTrunksApi.md#deletegetsiptrunk) | **DELETE** /sip/trunks/{id} | Delete SIP Trunk
|
|
259
328
|
*SIPTrunksApi* | [**getCanDivert**](docs/SIPTrunksApi.md#getcandivert) | **GET** /sip/trunks/{id}/diverts/allowed | SIP Trunk Diverts Allowed
|
|
260
329
|
*SIPTrunksApi* | [**getGetAddress**](docs/SIPTrunksApi.md#getgetaddress) | **GET** /sip/trunks/{id}/address | Get SIP Trunk Address
|
|
@@ -353,14 +422,25 @@ Class | Method | HTTP request | Description
|
|
|
353
422
|
- [AttributeSetEnum](docs/AttributeSetEnum.md)
|
|
354
423
|
- [AuditLogEntity](docs/AuditLogEntity.md)
|
|
355
424
|
- [AuthCodeResponseModel](docs/AuthCodeResponseModel.md)
|
|
425
|
+
- [AxisDataDTO](docs/AxisDataDTO.md)
|
|
426
|
+
- [BaseService](docs/BaseService.md)
|
|
356
427
|
- [BasicItemDTO](docs/BasicItemDTO.md)
|
|
357
428
|
- [BasicProductDTO](docs/BasicProductDTO.md)
|
|
358
429
|
- [BatchDTO](docs/BatchDTO.md)
|
|
359
430
|
- [BatchEntity](docs/BatchEntity.md)
|
|
431
|
+
- [Bundle](docs/Bundle.md)
|
|
432
|
+
- [BundleCustomer](docs/BundleCustomer.md)
|
|
360
433
|
- [CallBarringModel](docs/CallBarringModel.md)
|
|
434
|
+
- [CallTariff](docs/CallTariff.md)
|
|
435
|
+
- [CallTariffPlan](docs/CallTariffPlan.md)
|
|
436
|
+
- [CallTariffResponse](docs/CallTariffResponse.md)
|
|
437
|
+
- [Cdr](docs/Cdr.md)
|
|
361
438
|
- [ClientDetailsModel](docs/ClientDetailsModel.md)
|
|
362
439
|
- [ClientModel](docs/ClientModel.md)
|
|
363
440
|
- [CompanyContractModel](docs/CompanyContractModel.md)
|
|
441
|
+
- [ConnectionRequest](docs/ConnectionRequest.md)
|
|
442
|
+
- [ConnectionType](docs/ConnectionType.md)
|
|
443
|
+
- [ContactDetail](docs/ContactDetail.md)
|
|
364
444
|
- [ContactInfoModel](docs/ContactInfoModel.md)
|
|
365
445
|
- [ConversationModel](docs/ConversationModel.md)
|
|
366
446
|
- [CourierPriceEntity](docs/CourierPriceEntity.md)
|
|
@@ -379,11 +459,15 @@ Class | Method | HTTP request | Description
|
|
|
379
459
|
- [CrmDateActivitiesDTO](docs/CrmDateActivitiesDTO.md)
|
|
380
460
|
- [CrmNoteEntity](docs/CrmNoteEntity.md)
|
|
381
461
|
- [CrmNoteModel](docs/CrmNoteModel.md)
|
|
462
|
+
- [Customer](docs/Customer.md)
|
|
463
|
+
- [CustomerCoordinatesDTO](docs/CustomerCoordinatesDTO.md)
|
|
382
464
|
- [CustomerInformationModel](docs/CustomerInformationModel.md)
|
|
383
465
|
- [CustomerItemRequestDTO](docs/CustomerItemRequestDTO.md)
|
|
384
466
|
- [CustomerListAccountDTO](docs/CustomerListAccountDTO.md)
|
|
385
467
|
- [CustomerOrderRequestDTO](docs/CustomerOrderRequestDTO.md)
|
|
386
468
|
- [CustomerPriceListEnum](docs/CustomerPriceListEnum.md)
|
|
469
|
+
- [CustomerRate](docs/CustomerRate.md)
|
|
470
|
+
- [CustomerRateType](docs/CustomerRateType.md)
|
|
387
471
|
- [CustomerSummaryReportDTO](docs/CustomerSummaryReportDTO.md)
|
|
388
472
|
- [DdiRangeRequestModel](docs/DdiRangeRequestModel.md)
|
|
389
473
|
- [DdiRangesRequestModel](docs/DdiRangesRequestModel.md)
|
|
@@ -410,8 +494,12 @@ Class | Method | HTTP request | Description
|
|
|
410
494
|
- [GetCheckMacExists200Response](docs/GetCheckMacExists200Response.md)
|
|
411
495
|
- [GetGetPrice200Response](docs/GetGetPrice200Response.md)
|
|
412
496
|
- [GetGetRecording200Response](docs/GetGetRecording200Response.md)
|
|
497
|
+
- [GraphDTO](docs/GraphDTO.md)
|
|
413
498
|
- [HostingChangeResponseModel](docs/HostingChangeResponseModel.md)
|
|
414
499
|
- [HostingRegionDTO](docs/HostingRegionDTO.md)
|
|
500
|
+
- [InboundCli](docs/InboundCli.md)
|
|
501
|
+
- [InboundTariffPlan](docs/InboundTariffPlan.md)
|
|
502
|
+
- [InboundTariffPlanResponse](docs/InboundTariffPlanResponse.md)
|
|
415
503
|
- [InstallationDetailsDTO](docs/InstallationDetailsDTO.md)
|
|
416
504
|
- [InstanceAutoFailoverEntity](docs/InstanceAutoFailoverEntity.md)
|
|
417
505
|
- [InstanceDeletionScheduleEntity](docs/InstanceDeletionScheduleEntity.md)
|
|
@@ -430,6 +518,7 @@ Class | Method | HTTP request | Description
|
|
|
430
518
|
- [MacAddressDTO](docs/MacAddressDTO.md)
|
|
431
519
|
- [MonthlyUsageModel](docs/MonthlyUsageModel.md)
|
|
432
520
|
- [MultiTenantChangeResponseModel](docs/MultiTenantChangeResponseModel.md)
|
|
521
|
+
- [MultiTenantSipTrunkRequest](docs/MultiTenantSipTrunkRequest.md)
|
|
433
522
|
- [NavigationModel](docs/NavigationModel.md)
|
|
434
523
|
- [NumberPortAdminNoteBody](docs/NumberPortAdminNoteBody.md)
|
|
435
524
|
- [NumberPortDTO](docs/NumberPortDTO.md)
|
|
@@ -450,7 +539,10 @@ Class | Method | HTTP request | Description
|
|
|
450
539
|
- [OrderTotalModel](docs/OrderTotalModel.md)
|
|
451
540
|
- [OrderedItemEntity](docs/OrderedItemEntity.md)
|
|
452
541
|
- [OrderedItemModel](docs/OrderedItemModel.md)
|
|
542
|
+
- [OutboundCli](docs/OutboundCli.md)
|
|
453
543
|
- [PartnerDTO](docs/PartnerDTO.md)
|
|
544
|
+
- [PasswordSenderDTO](docs/PasswordSenderDTO.md)
|
|
545
|
+
- [PasswordSenderEntity](docs/PasswordSenderEntity.md)
|
|
454
546
|
- [PatchUpdateAccountCnameRequest](docs/PatchUpdateAccountCnameRequest.md)
|
|
455
547
|
- [PatchUpdateAccountCompanyNumberRequest](docs/PatchUpdateAccountCompanyNumberRequest.md)
|
|
456
548
|
- [PatchUpdateAccountContactPasswordRequest](docs/PatchUpdateAccountContactPasswordRequest.md)
|
|
@@ -464,15 +556,32 @@ Class | Method | HTTP request | Description
|
|
|
464
556
|
- [PatchUpdateTcxPartnerIdRequest](docs/PatchUpdateTcxPartnerIdRequest.md)
|
|
465
557
|
- [PortalAccountModel](docs/PortalAccountModel.md)
|
|
466
558
|
- [PortalLoginModel](docs/PortalLoginModel.md)
|
|
559
|
+
- [PostAddBroadbandRequest](docs/PostAddBroadbandRequest.md)
|
|
560
|
+
- [PostAddCallTariffToCallTariffPlanRequest](docs/PostAddCallTariffToCallTariffPlanRequest.md)
|
|
561
|
+
- [PostAddEthernetRequest](docs/PostAddEthernetRequest.md)
|
|
467
562
|
- [PostAddOrderNoteRequest](docs/PostAddOrderNoteRequest.md)
|
|
563
|
+
- [PostAddRecurringChargeRequest](docs/PostAddRecurringChargeRequest.md)
|
|
564
|
+
- [PostAddServiceToServicePlanRequest](docs/PostAddServiceToServicePlanRequest.md)
|
|
565
|
+
- [PostAddSipTrunkDDIsRequest](docs/PostAddSipTrunkDDIsRequest.md)
|
|
468
566
|
- [PostAddWebhook200Response](docs/PostAddWebhook200Response.md)
|
|
567
|
+
- [PostDisconnectDDIRequest](docs/PostDisconnectDDIRequest.md)
|
|
568
|
+
- [PostGenerateReport200Response](docs/PostGenerateReport200Response.md)
|
|
569
|
+
- [PostGetBaseServicesRequest](docs/PostGetBaseServicesRequest.md)
|
|
469
570
|
- [PostGetClientCredentialsRequest](docs/PostGetClientCredentialsRequest.md)
|
|
571
|
+
- [PostGetPriceGroupsRequest](docs/PostGetPriceGroupsRequest.md)
|
|
470
572
|
- [PostGetProductForCustomerRequest](docs/PostGetProductForCustomerRequest.md)
|
|
573
|
+
- [PostGetServicePlansRequest](docs/PostGetServicePlansRequest.md)
|
|
574
|
+
- [PostGetSipTrunksBillingRequest](docs/PostGetSipTrunksBillingRequest.md)
|
|
471
575
|
- [PostSendWelcomeEmailRequest](docs/PostSendWelcomeEmailRequest.md)
|
|
472
576
|
- [PostSplitOrderRequest](docs/PostSplitOrderRequest.md)
|
|
577
|
+
- [PostUpdateConnectionRequest](docs/PostUpdateConnectionRequest.md)
|
|
578
|
+
- [PostUpdateRecurringChargeRequest](docs/PostUpdateRecurringChargeRequest.md)
|
|
579
|
+
- [PriceGroup](docs/PriceGroup.md)
|
|
580
|
+
- [PriceGroupResponse](docs/PriceGroupResponse.md)
|
|
473
581
|
- [PriceListItemModel](docs/PriceListItemModel.md)
|
|
474
582
|
- [PrinterEntity](docs/PrinterEntity.md)
|
|
475
583
|
- [PrizesEntity](docs/PrizesEntity.md)
|
|
584
|
+
- [ProcessedCdr](docs/ProcessedCdr.md)
|
|
476
585
|
- [ProductDetailedSummaryDTO](docs/ProductDetailedSummaryDTO.md)
|
|
477
586
|
- [ProductPriceListItemModel](docs/ProductPriceListItemModel.md)
|
|
478
587
|
- [ProductSearchResultsModel](docs/ProductSearchResultsModel.md)
|
|
@@ -480,23 +589,37 @@ Class | Method | HTTP request | Description
|
|
|
480
589
|
- [ProductSummaryDTO](docs/ProductSummaryDTO.md)
|
|
481
590
|
- [PromoCodesEntity](docs/PromoCodesEntity.md)
|
|
482
591
|
- [PromoItemsEntity](docs/PromoItemsEntity.md)
|
|
592
|
+
- [PromoSummariesModel](docs/PromoSummariesModel.md)
|
|
593
|
+
- [PromoSummaryDTO](docs/PromoSummaryDTO.md)
|
|
483
594
|
- [ProspectDTO](docs/ProspectDTO.md)
|
|
484
595
|
- [ProspectEntity](docs/ProspectEntity.md)
|
|
485
596
|
- [ProvisioningModel](docs/ProvisioningModel.md)
|
|
486
597
|
- [ProvisioningRequestEntity](docs/ProvisioningRequestEntity.md)
|
|
598
|
+
- [PutAddCallTariffToCallTariffPlanRequest](docs/PutAddCallTariffToCallTariffPlanRequest.md)
|
|
599
|
+
- [PutAddServiceToServicePlanRequest](docs/PutAddServiceToServicePlanRequest.md)
|
|
487
600
|
- [PutAllocateItemsRequest](docs/PutAllocateItemsRequest.md)
|
|
488
601
|
- [PutAllocateItemsRequestItemsInner](docs/PutAllocateItemsRequestItemsInner.md)
|
|
489
|
-
- [
|
|
602
|
+
- [PutConnectionSearchRequest](docs/PutConnectionSearchRequest.md)
|
|
603
|
+
- [PutGetBaseServicesRequest](docs/PutGetBaseServicesRequest.md)
|
|
604
|
+
- [PutGetCallTariffPlanRequest](docs/PutGetCallTariffPlanRequest.md)
|
|
605
|
+
- [PutGetPriceGroupsRequest](docs/PutGetPriceGroupsRequest.md)
|
|
490
606
|
- [RecordingBackupAzureModel](docs/RecordingBackupAzureModel.md)
|
|
491
607
|
- [RecordingsBackupInfoDTO](docs/RecordingsBackupInfoDTO.md)
|
|
608
|
+
- [RecurringCharge](docs/RecurringCharge.md)
|
|
492
609
|
- [RemoteStorageDTO](docs/RemoteStorageDTO.md)
|
|
610
|
+
- [ReportRequestDTO](docs/ReportRequestDTO.md)
|
|
493
611
|
- [ResourceNotReadyException](docs/ResourceNotReadyException.md)
|
|
494
612
|
- [RootAccessModel](docs/RootAccessModel.md)
|
|
495
613
|
- [S3BucketEntity](docs/S3BucketEntity.md)
|
|
496
614
|
- [SbcDTO](docs/SbcDTO.md)
|
|
497
615
|
- [ScannedItemModel](docs/ScannedItemModel.md)
|
|
498
616
|
- [ScopeModel](docs/ScopeModel.md)
|
|
617
|
+
- [Sdr](docs/Sdr.md)
|
|
618
|
+
- [SdrReferenceType](docs/SdrReferenceType.md)
|
|
619
|
+
- [SeriesDTO](docs/SeriesDTO.md)
|
|
620
|
+
- [Service](docs/Service.md)
|
|
499
621
|
- [ServiceHealthDTO](docs/ServiceHealthDTO.md)
|
|
622
|
+
- [ServicePlan](docs/ServicePlan.md)
|
|
500
623
|
- [ServiceStatusDTO](docs/ServiceStatusDTO.md)
|
|
501
624
|
- [ShipmentAddressEntity](docs/ShipmentAddressEntity.md)
|
|
502
625
|
- [ShipmentDTO](docs/ShipmentDTO.md)
|
|
@@ -527,6 +650,7 @@ Class | Method | HTTP request | Description
|
|
|
527
650
|
- [SmsPhoneNumberModel](docs/SmsPhoneNumberModel.md)
|
|
528
651
|
- [SmsResponseModel](docs/SmsResponseModel.md)
|
|
529
652
|
- [SmsWhitelistEntity](docs/SmsWhitelistEntity.md)
|
|
653
|
+
- [SpecialService](docs/SpecialService.md)
|
|
530
654
|
- [StockOrderCourierEntity](docs/StockOrderCourierEntity.md)
|
|
531
655
|
- [StockOrderDeductionModel](docs/StockOrderDeductionModel.md)
|
|
532
656
|
- [StockOrderDeductionRequestModel](docs/StockOrderDeductionRequestModel.md)
|
|
@@ -556,7 +680,11 @@ Class | Method | HTTP request | Description
|
|
|
556
680
|
- [SupplierProductModel](docs/SupplierProductModel.md)
|
|
557
681
|
- [SupplierProductResultsModel](docs/SupplierProductResultsModel.md)
|
|
558
682
|
- [SupportTicketModel](docs/SupportTicketModel.md)
|
|
683
|
+
- [TableDTO](docs/TableDTO.md)
|
|
684
|
+
- [TableDataDTO](docs/TableDataDTO.md)
|
|
559
685
|
- [TableHistoryEntity](docs/TableHistoryEntity.md)
|
|
686
|
+
- [TableRowDTO](docs/TableRowDTO.md)
|
|
687
|
+
- [TariffRate](docs/TariffRate.md)
|
|
560
688
|
- [TcxBackupEntity](docs/TcxBackupEntity.md)
|
|
561
689
|
- [TcxBackupModel](docs/TcxBackupModel.md)
|
|
562
690
|
- [TcxBillingEntity](docs/TcxBillingEntity.md)
|
|
@@ -593,6 +721,7 @@ Class | Method | HTTP request | Description
|
|
|
593
721
|
- [TicketSummaryModel](docs/TicketSummaryModel.md)
|
|
594
722
|
- [TicketTimeDTO](docs/TicketTimeDTO.md)
|
|
595
723
|
- [TokenResponseModel](docs/TokenResponseModel.md)
|
|
724
|
+
- [UnconnectedSdr](docs/UnconnectedSdr.md)
|
|
596
725
|
- [UpgradeOrderResponseModel](docs/UpgradeOrderResponseModel.md)
|
|
597
726
|
- [UpgradeRequestModel](docs/UpgradeRequestModel.md)
|
|
598
727
|
- [UserEntity](docs/UserEntity.md)
|