yellowgrid-api-ts 3.2.221 → 3.2.222-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 +361 -299
- package/.openapi-generator/VERSION +1 -1
- package/README.md +135 -3
- package/api.ts +19906 -6339
- 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 +15512 -4971
- package/dist/api.js +7468 -1056
- 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/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 +53 -0
- package/dist/models/ReportEnum.js +55 -0
- package/docs/AbstractItemDiscountModel.md +21 -0
- package/docs/AbstractOrderRequestDTO.md +1 -1
- package/docs/AccountsApi.md +104 -1
- package/docs/AdminOrderRequestDTO.md +1 -1
- package/docs/AxisDataDTO.md +25 -0
- package/docs/BaseService.md +36 -0
- package/docs/BillingApi.md +3518 -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/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/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 +107 -0
- package/docs/SIPTrunksApi.md +1 -1
- package/docs/SMSApi.md +1 -1
- 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/StockManagementApi.md +1 -1
- package/docs/StockReportItemModel.md +31 -0
- package/docs/StockReportModel.md +29 -0
- package/docs/SupplierItemModel.md +2 -0
- package/docs/SupplierItemsResultsDTO.md +21 -0
- package/docs/SupplierProductModel.md +25 -0
- package/docs/SupplierProductResultsModel.md +27 -0
- package/docs/SuppliersApi.md +230 -0
- 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/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/GraphTypeEnum.ts +14 -0
- package/models/GroupEnum.ts +44 -0
- package/models/HostingPriceListEnum.ts +5 -0
- package/models/ReportEnum.ts +54 -0
- package/openapitools.json +1 -1
- package/package.json +2 -2
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,8 +64,10 @@ 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
|
|
70
|
+
*AccountsApi* | [**getGetNewPriceList**](docs/AccountsApi.md#getgetnewpricelist) | **GET** /admin/accounts/priceList/new | Download New Price List
|
|
69
71
|
*AccountsApi* | [**getGetTcxPartnerDetails**](docs/AccountsApi.md#getgettcxpartnerdetails) | **GET** /admin/accounts/{id}/tcx/partner |
|
|
70
72
|
*AccountsApi* | [**getVerifyEmailAddress**](docs/AccountsApi.md#getverifyemailaddress) | **GET** /accounts/contacts/verify | Verify account email address
|
|
71
73
|
*AccountsApi* | [**patchSetAccountStatus**](docs/AccountsApi.md#patchsetaccountstatus) | **PATCH** /admin/accounts/{id}/status/{state} |
|
|
@@ -97,8 +99,71 @@ Class | Method | HTTP request | Description
|
|
|
97
99
|
*AccountsApi* | [**putUpdateAccountContact**](docs/AccountsApi.md#putupdateaccountcontact) | **PUT** /accounts/me/contacts/{email} | Update Account Contact
|
|
98
100
|
*AccountsApi* | [**putUpdateBillingAddress**](docs/AccountsApi.md#putupdatebillingaddress) | **PUT** /admin/accounts/{id}/billing/address |
|
|
99
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 |
|
|
100
116
|
*BillingApi* | [**getGetAllCustomer**](docs/BillingApi.md#getgetallcustomer) | **GET** /billing/admin/customerList | Get Billing Customers
|
|
101
|
-
*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 |
|
|
102
167
|
*CRMApi* | [**getGetCrmActivities**](docs/CRMApi.md#getgetcrmactivities) | **GET** /admin/crm/{id}/activities |
|
|
103
168
|
*CRMApi* | [**getSearchByPhone**](docs/CRMApi.md#getsearchbyphone) | **GET** /crm/contact/search |
|
|
104
169
|
*CRMApi* | [**postCreateCrmNote**](docs/CRMApi.md#postcreatecrmnote) | **POST** /admin/crm/{id}/activities/note |
|
|
@@ -176,6 +241,7 @@ Class | Method | HTTP request | Description
|
|
|
176
241
|
*Class3CXMultiTenantApi* | [**postGetMtNewDdis**](docs/Class3CXMultiTenantApi.md#postgetmtnewddis) | **POST** /tcx/mt/changes/ddis | Get 3CX MT New DDIs
|
|
177
242
|
*Class3CXMultiTenantApi* | [**postGetTenants**](docs/Class3CXMultiTenantApi.md#postgettenants) | **POST** /tcx/mt/tenants | Add 3CX MT Tenant
|
|
178
243
|
*Class3CXMultiTenantApi* | [**postTrackMtChange**](docs/Class3CXMultiTenantApi.md#posttrackmtchange) | **POST** /tcx/mt/changes/track | Track 3CX MT Change
|
|
244
|
+
*MiscApi* | [**postSendPassword**](docs/MiscApi.md#postsendpassword) | **POST** /admin/password/send |
|
|
179
245
|
*MyPBXToolsApi* | [**getGetRecording**](docs/MyPBXToolsApi.md#getgetrecording) | **GET** /mypbxtools/recordings | Fetch recording from a 3CX instance
|
|
180
246
|
*NumberPortingApi* | [**deleteGetAdminNumberPort**](docs/NumberPortingApi.md#deletegetadminnumberport) | **DELETE** /admin/sip/numbers/ports/{id} |
|
|
181
247
|
*NumberPortingApi* | [**getCreateNumberPort**](docs/NumberPortingApi.md#getcreatenumberport) | **GET** /sip/numbers/ports |
|
|
@@ -253,6 +319,8 @@ Class | Method | HTTP request | Description
|
|
|
253
319
|
*ProvisioningApi* | [**postAddFanvilGroup**](docs/ProvisioningApi.md#postaddfanvilgroup) | **POST** /provisioning/fanvil/groups | Add group to DB and FDPS
|
|
254
320
|
*ProvisioningApi* | [**postAddFanvilMac**](docs/ProvisioningApi.md#postaddfanvilmac) | **POST** /provisioning/fanvil/groups/{id}/macs/{mac} | Add MAC address to DB and FDPS group
|
|
255
321
|
*ProvisioningApi* | [**postCreateMac**](docs/ProvisioningApi.md#postcreatemac) | **POST** /admin/provisioning/fanvil/macs |
|
|
322
|
+
*ReportsApi* | [**getGetStockReport**](docs/ReportsApi.md#getgetstockreport) | **GET** /reports/stock |
|
|
323
|
+
*ReportsApi* | [**postGenerateReport**](docs/ReportsApi.md#postgeneratereport) | **POST** /reports | Generate Reports
|
|
256
324
|
*SIPTrunksApi* | [**deleteGetSipTrunk**](docs/SIPTrunksApi.md#deletegetsiptrunk) | **DELETE** /sip/trunks/{id} | Delete SIP Trunk
|
|
257
325
|
*SIPTrunksApi* | [**getCanDivert**](docs/SIPTrunksApi.md#getcandivert) | **GET** /sip/trunks/{id}/diverts/allowed | SIP Trunk Diverts Allowed
|
|
258
326
|
*SIPTrunksApi* | [**getGetAddress**](docs/SIPTrunksApi.md#getgetaddress) | **GET** /sip/trunks/{id}/address | Get SIP Trunk Address
|
|
@@ -311,6 +379,10 @@ Class | Method | HTTP request | Description
|
|
|
311
379
|
*StockManagementApi* | [**postUploadStockOrderInvoice**](docs/StockManagementApi.md#postuploadstockorderinvoice) | **POST** /stock/orders/{id}/invoice | Upload Stock Order Supplier Invoice
|
|
312
380
|
*StockManagementApi* | [**putGetStockProduct**](docs/StockManagementApi.md#putgetstockproduct) | **PUT** /stock/products/{id} | Update Stock Product
|
|
313
381
|
*StockManagementApi* | [**putReceiveStockOrderItem**](docs/StockManagementApi.md#putreceivestockorderitem) | **PUT** /stock/orders/{order_id}/items/{item_id}/receive | Receive Stock Order Item
|
|
382
|
+
*SuppliersApi* | [**getGetSupplierItem**](docs/SuppliersApi.md#getgetsupplieritem) | **GET** /suppliers/items/{id} | Get Supplier Item
|
|
383
|
+
*SuppliersApi* | [**getGetSupplierItems**](docs/SuppliersApi.md#getgetsupplieritems) | **GET** /suppliers/items | Get Supplier Items
|
|
384
|
+
*SuppliersApi* | [**getGetSuppliers**](docs/SuppliersApi.md#getgetsuppliers) | **GET** /suppliers | Get Suppliers
|
|
385
|
+
*SuppliersApi* | [**putGetSupplierItem**](docs/SuppliersApi.md#putgetsupplieritem) | **PUT** /suppliers/items/{id} | Update Supplier Product
|
|
314
386
|
*SystemApi* | [**getLogSearch**](docs/SystemApi.md#getlogsearch) | **GET** /system/logs/api/search | Search for logs
|
|
315
387
|
*TicketsApi* | [**getCreateTicket**](docs/TicketsApi.md#getcreateticket) | **GET** /tickets/support |
|
|
316
388
|
*TicketsApi* | [**getGetTicket**](docs/TicketsApi.md#getgetticket) | **GET** /tickets/support/{id} |
|
|
@@ -347,14 +419,25 @@ Class | Method | HTTP request | Description
|
|
|
347
419
|
- [AttributeSetEnum](docs/AttributeSetEnum.md)
|
|
348
420
|
- [AuditLogEntity](docs/AuditLogEntity.md)
|
|
349
421
|
- [AuthCodeResponseModel](docs/AuthCodeResponseModel.md)
|
|
422
|
+
- [AxisDataDTO](docs/AxisDataDTO.md)
|
|
423
|
+
- [BaseService](docs/BaseService.md)
|
|
350
424
|
- [BasicItemDTO](docs/BasicItemDTO.md)
|
|
351
425
|
- [BasicProductDTO](docs/BasicProductDTO.md)
|
|
352
426
|
- [BatchDTO](docs/BatchDTO.md)
|
|
353
427
|
- [BatchEntity](docs/BatchEntity.md)
|
|
428
|
+
- [Bundle](docs/Bundle.md)
|
|
429
|
+
- [BundleCustomer](docs/BundleCustomer.md)
|
|
354
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)
|
|
355
435
|
- [ClientDetailsModel](docs/ClientDetailsModel.md)
|
|
356
436
|
- [ClientModel](docs/ClientModel.md)
|
|
357
437
|
- [CompanyContractModel](docs/CompanyContractModel.md)
|
|
438
|
+
- [ConnectionRequest](docs/ConnectionRequest.md)
|
|
439
|
+
- [ConnectionType](docs/ConnectionType.md)
|
|
440
|
+
- [ContactDetail](docs/ContactDetail.md)
|
|
358
441
|
- [ContactInfoModel](docs/ContactInfoModel.md)
|
|
359
442
|
- [ConversationModel](docs/ConversationModel.md)
|
|
360
443
|
- [CourierPriceEntity](docs/CourierPriceEntity.md)
|
|
@@ -373,11 +456,15 @@ Class | Method | HTTP request | Description
|
|
|
373
456
|
- [CrmDateActivitiesDTO](docs/CrmDateActivitiesDTO.md)
|
|
374
457
|
- [CrmNoteEntity](docs/CrmNoteEntity.md)
|
|
375
458
|
- [CrmNoteModel](docs/CrmNoteModel.md)
|
|
459
|
+
- [Customer](docs/Customer.md)
|
|
460
|
+
- [CustomerCoordinatesDTO](docs/CustomerCoordinatesDTO.md)
|
|
376
461
|
- [CustomerInformationModel](docs/CustomerInformationModel.md)
|
|
377
462
|
- [CustomerItemRequestDTO](docs/CustomerItemRequestDTO.md)
|
|
378
463
|
- [CustomerListAccountDTO](docs/CustomerListAccountDTO.md)
|
|
379
464
|
- [CustomerOrderRequestDTO](docs/CustomerOrderRequestDTO.md)
|
|
380
465
|
- [CustomerPriceListEnum](docs/CustomerPriceListEnum.md)
|
|
466
|
+
- [CustomerRate](docs/CustomerRate.md)
|
|
467
|
+
- [CustomerRateType](docs/CustomerRateType.md)
|
|
381
468
|
- [CustomerSummaryReportDTO](docs/CustomerSummaryReportDTO.md)
|
|
382
469
|
- [DdiRangeRequestModel](docs/DdiRangeRequestModel.md)
|
|
383
470
|
- [DdiRangesRequestModel](docs/DdiRangesRequestModel.md)
|
|
@@ -402,10 +489,15 @@ Class | Method | HTTP request | Description
|
|
|
402
489
|
- [FtpAccountsEntity](docs/FtpAccountsEntity.md)
|
|
403
490
|
- [GenericFileModel](docs/GenericFileModel.md)
|
|
404
491
|
- [GetCheckMacExists200Response](docs/GetCheckMacExists200Response.md)
|
|
492
|
+
- [GetDisconnectDDIRequest](docs/GetDisconnectDDIRequest.md)
|
|
405
493
|
- [GetGetPrice200Response](docs/GetGetPrice200Response.md)
|
|
406
494
|
- [GetGetRecording200Response](docs/GetGetRecording200Response.md)
|
|
495
|
+
- [GraphDTO](docs/GraphDTO.md)
|
|
407
496
|
- [HostingChangeResponseModel](docs/HostingChangeResponseModel.md)
|
|
408
497
|
- [HostingRegionDTO](docs/HostingRegionDTO.md)
|
|
498
|
+
- [InboundCli](docs/InboundCli.md)
|
|
499
|
+
- [InboundTariffPlan](docs/InboundTariffPlan.md)
|
|
500
|
+
- [InboundTariffPlanResponse](docs/InboundTariffPlanResponse.md)
|
|
409
501
|
- [InstallationDetailsDTO](docs/InstallationDetailsDTO.md)
|
|
410
502
|
- [InstanceAutoFailoverEntity](docs/InstanceAutoFailoverEntity.md)
|
|
411
503
|
- [InstanceDeletionScheduleEntity](docs/InstanceDeletionScheduleEntity.md)
|
|
@@ -424,6 +516,7 @@ Class | Method | HTTP request | Description
|
|
|
424
516
|
- [MacAddressDTO](docs/MacAddressDTO.md)
|
|
425
517
|
- [MonthlyUsageModel](docs/MonthlyUsageModel.md)
|
|
426
518
|
- [MultiTenantChangeResponseModel](docs/MultiTenantChangeResponseModel.md)
|
|
519
|
+
- [MultiTenantSipTrunkRequest](docs/MultiTenantSipTrunkRequest.md)
|
|
427
520
|
- [NavigationModel](docs/NavigationModel.md)
|
|
428
521
|
- [NumberPortAdminNoteBody](docs/NumberPortAdminNoteBody.md)
|
|
429
522
|
- [NumberPortDTO](docs/NumberPortDTO.md)
|
|
@@ -444,7 +537,10 @@ Class | Method | HTTP request | Description
|
|
|
444
537
|
- [OrderTotalModel](docs/OrderTotalModel.md)
|
|
445
538
|
- [OrderedItemEntity](docs/OrderedItemEntity.md)
|
|
446
539
|
- [OrderedItemModel](docs/OrderedItemModel.md)
|
|
540
|
+
- [OutboundCli](docs/OutboundCli.md)
|
|
447
541
|
- [PartnerDTO](docs/PartnerDTO.md)
|
|
542
|
+
- [PasswordSenderDTO](docs/PasswordSenderDTO.md)
|
|
543
|
+
- [PasswordSenderEntity](docs/PasswordSenderEntity.md)
|
|
448
544
|
- [PatchUpdateAccountCnameRequest](docs/PatchUpdateAccountCnameRequest.md)
|
|
449
545
|
- [PatchUpdateAccountCompanyNumberRequest](docs/PatchUpdateAccountCompanyNumberRequest.md)
|
|
450
546
|
- [PatchUpdateAccountContactPasswordRequest](docs/PatchUpdateAccountContactPasswordRequest.md)
|
|
@@ -458,15 +554,31 @@ Class | Method | HTTP request | Description
|
|
|
458
554
|
- [PatchUpdateTcxPartnerIdRequest](docs/PatchUpdateTcxPartnerIdRequest.md)
|
|
459
555
|
- [PortalAccountModel](docs/PortalAccountModel.md)
|
|
460
556
|
- [PortalLoginModel](docs/PortalLoginModel.md)
|
|
557
|
+
- [PostAddBroadbandRequest](docs/PostAddBroadbandRequest.md)
|
|
558
|
+
- [PostAddCallTariffToCallTariffPlanRequest](docs/PostAddCallTariffToCallTariffPlanRequest.md)
|
|
559
|
+
- [PostAddEthernetRequest](docs/PostAddEthernetRequest.md)
|
|
461
560
|
- [PostAddOrderNoteRequest](docs/PostAddOrderNoteRequest.md)
|
|
561
|
+
- [PostAddRecurringChargeRequest](docs/PostAddRecurringChargeRequest.md)
|
|
562
|
+
- [PostAddServiceToServicePlanRequest](docs/PostAddServiceToServicePlanRequest.md)
|
|
563
|
+
- [PostAddSipTrunkDDIsRequest](docs/PostAddSipTrunkDDIsRequest.md)
|
|
462
564
|
- [PostAddWebhook200Response](docs/PostAddWebhook200Response.md)
|
|
565
|
+
- [PostGenerateReport200Response](docs/PostGenerateReport200Response.md)
|
|
566
|
+
- [PostGetBaseServicesRequest](docs/PostGetBaseServicesRequest.md)
|
|
463
567
|
- [PostGetClientCredentialsRequest](docs/PostGetClientCredentialsRequest.md)
|
|
568
|
+
- [PostGetPriceGroupsRequest](docs/PostGetPriceGroupsRequest.md)
|
|
464
569
|
- [PostGetProductForCustomerRequest](docs/PostGetProductForCustomerRequest.md)
|
|
570
|
+
- [PostGetServicePlansRequest](docs/PostGetServicePlansRequest.md)
|
|
571
|
+
- [PostGetSipTrunksBillingRequest](docs/PostGetSipTrunksBillingRequest.md)
|
|
465
572
|
- [PostSendWelcomeEmailRequest](docs/PostSendWelcomeEmailRequest.md)
|
|
466
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)
|
|
467
578
|
- [PriceListItemModel](docs/PriceListItemModel.md)
|
|
468
579
|
- [PrinterEntity](docs/PrinterEntity.md)
|
|
469
580
|
- [PrizesEntity](docs/PrizesEntity.md)
|
|
581
|
+
- [ProcessedCdr](docs/ProcessedCdr.md)
|
|
470
582
|
- [ProductDetailedSummaryDTO](docs/ProductDetailedSummaryDTO.md)
|
|
471
583
|
- [ProductPriceListItemModel](docs/ProductPriceListItemModel.md)
|
|
472
584
|
- [ProductSearchResultsModel](docs/ProductSearchResultsModel.md)
|
|
@@ -478,19 +590,30 @@ Class | Method | HTTP request | Description
|
|
|
478
590
|
- [ProspectEntity](docs/ProspectEntity.md)
|
|
479
591
|
- [ProvisioningModel](docs/ProvisioningModel.md)
|
|
480
592
|
- [ProvisioningRequestEntity](docs/ProvisioningRequestEntity.md)
|
|
593
|
+
- [PutAddCallTariffToCallTariffPlanRequest](docs/PutAddCallTariffToCallTariffPlanRequest.md)
|
|
594
|
+
- [PutAddServiceToServicePlanRequest](docs/PutAddServiceToServicePlanRequest.md)
|
|
481
595
|
- [PutAllocateItemsRequest](docs/PutAllocateItemsRequest.md)
|
|
482
596
|
- [PutAllocateItemsRequestItemsInner](docs/PutAllocateItemsRequestItemsInner.md)
|
|
483
|
-
- [
|
|
597
|
+
- [PutConnectionSearchRequest](docs/PutConnectionSearchRequest.md)
|
|
598
|
+
- [PutGetBaseServicesRequest](docs/PutGetBaseServicesRequest.md)
|
|
599
|
+
- [PutGetCallTariffPlanRequest](docs/PutGetCallTariffPlanRequest.md)
|
|
600
|
+
- [PutGetPriceGroupsRequest](docs/PutGetPriceGroupsRequest.md)
|
|
484
601
|
- [RecordingBackupAzureModel](docs/RecordingBackupAzureModel.md)
|
|
485
602
|
- [RecordingsBackupInfoDTO](docs/RecordingsBackupInfoDTO.md)
|
|
603
|
+
- [RecurringCharge](docs/RecurringCharge.md)
|
|
486
604
|
- [RemoteStorageDTO](docs/RemoteStorageDTO.md)
|
|
605
|
+
- [ReportRequestDTO](docs/ReportRequestDTO.md)
|
|
487
606
|
- [ResourceNotReadyException](docs/ResourceNotReadyException.md)
|
|
488
607
|
- [RootAccessModel](docs/RootAccessModel.md)
|
|
489
608
|
- [S3BucketEntity](docs/S3BucketEntity.md)
|
|
490
609
|
- [SbcDTO](docs/SbcDTO.md)
|
|
491
610
|
- [ScannedItemModel](docs/ScannedItemModel.md)
|
|
492
611
|
- [ScopeModel](docs/ScopeModel.md)
|
|
612
|
+
- [SdrReferenceType](docs/SdrReferenceType.md)
|
|
613
|
+
- [SeriesDTO](docs/SeriesDTO.md)
|
|
614
|
+
- [Service](docs/Service.md)
|
|
493
615
|
- [ServiceHealthDTO](docs/ServiceHealthDTO.md)
|
|
616
|
+
- [ServicePlan](docs/ServicePlan.md)
|
|
494
617
|
- [ServiceStatusDTO](docs/ServiceStatusDTO.md)
|
|
495
618
|
- [ShipmentAddressEntity](docs/ShipmentAddressEntity.md)
|
|
496
619
|
- [ShipmentDTO](docs/ShipmentDTO.md)
|
|
@@ -539,13 +662,22 @@ Class | Method | HTTP request | Description
|
|
|
539
662
|
- [StockProductPriceModel](docs/StockProductPriceModel.md)
|
|
540
663
|
- [StockProductSummariesModel](docs/StockProductSummariesModel.md)
|
|
541
664
|
- [StockProductSummaryModel](docs/StockProductSummaryModel.md)
|
|
665
|
+
- [StockReportItemModel](docs/StockReportItemModel.md)
|
|
666
|
+
- [StockReportModel](docs/StockReportModel.md)
|
|
542
667
|
- [StockTransactionsEntity](docs/StockTransactionsEntity.md)
|
|
543
668
|
- [SupplierEntity](docs/SupplierEntity.md)
|
|
544
669
|
- [SupplierItemEntity](docs/SupplierItemEntity.md)
|
|
545
670
|
- [SupplierItemModel](docs/SupplierItemModel.md)
|
|
671
|
+
- [SupplierItemsResultsDTO](docs/SupplierItemsResultsDTO.md)
|
|
546
672
|
- [SupplierModel](docs/SupplierModel.md)
|
|
673
|
+
- [SupplierProductModel](docs/SupplierProductModel.md)
|
|
674
|
+
- [SupplierProductResultsModel](docs/SupplierProductResultsModel.md)
|
|
547
675
|
- [SupportTicketModel](docs/SupportTicketModel.md)
|
|
676
|
+
- [TableDTO](docs/TableDTO.md)
|
|
677
|
+
- [TableDataDTO](docs/TableDataDTO.md)
|
|
548
678
|
- [TableHistoryEntity](docs/TableHistoryEntity.md)
|
|
679
|
+
- [TableRowDTO](docs/TableRowDTO.md)
|
|
680
|
+
- [TariffRate](docs/TariffRate.md)
|
|
549
681
|
- [TcxBackupEntity](docs/TcxBackupEntity.md)
|
|
550
682
|
- [TcxBackupModel](docs/TcxBackupModel.md)
|
|
551
683
|
- [TcxBillingEntity](docs/TcxBillingEntity.md)
|