yellowgrid-api-ts 3.2.169-dev.0 → 3.2.171-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 +25 -3
- package/README.md +54 -3
- package/api.ts +3303 -464
- package/dist/api.d.ts +1951 -213
- package/dist/api.js +2693 -273
- package/docs/AbstractItemDiscountModel.md +21 -0
- package/docs/AccountAddressesDTO.md +25 -0
- package/docs/AccountFinanceDTO.md +37 -0
- package/docs/AccountsApi.md +1427 -53
- package/docs/AddressDTO.md +31 -0
- package/docs/AdminUserModel.md +2 -0
- package/docs/CRMApi.md +120 -0
- package/docs/Class3CXApi.md +48 -0
- package/docs/Class3CXInstallationsApi.md +55 -0
- package/docs/CreateCrmNoteBody.md +20 -0
- package/docs/CreditAccountEntity.md +4 -0
- package/docs/CrmActivitiesResponseDTO.md +23 -0
- package/docs/CrmActivityDTO.md +33 -0
- package/docs/CrmDateActivitiesDTO.md +23 -0
- package/docs/CrmNoteEntity.md +39 -0
- package/docs/CrmNoteModel.md +39 -0
- package/docs/CustomerListAccountDTO.md +45 -0
- package/docs/NumberPortAdminNoteBody.md +20 -0
- package/docs/NumberPortingApi.md +5 -5
- package/docs/OAuth20Api.md +48 -0
- package/docs/PartnerDTO.md +39 -0
- package/docs/PatchUpdateAccountCnameRequest.md +20 -0
- package/docs/PatchUpdateAccountCompanyNumberRequest.md +20 -0
- package/docs/PatchUpdateAccountPhoneRequest.md +20 -0
- package/docs/PatchUpdateAccountVatNumberRequest.md +20 -0
- package/docs/PatchUpdateCreditLimitRequest.md +20 -0
- package/docs/PatchUpdatePriceListRequest.md +20 -0
- package/docs/PatchUpdateSipChannelCostRequest.md +20 -0
- package/docs/PatchUpdateTcxHostingPriceListRequest.md +20 -0
- package/docs/PatchUpdateTcxPartnerIdRequest.md +20 -0
- package/docs/PortalAccountModel.md +4 -2
- package/docs/PostSendWelcomeEmailRequest.md +20 -0
- package/docs/ProductSearchDTO.md +37 -0
- package/docs/ProductSummaryDTO.md +2 -0
- package/docs/ProductsApi.md +10 -10
- package/docs/ProspectDTO.md +2 -0
- package/docs/RecordingBackupAzureModel.md +2 -0
- package/docs/TableHistoryEntity.md +35 -0
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -5,15 +5,19 @@ api.ts
|
|
|
5
5
|
base.ts
|
|
6
6
|
common.ts
|
|
7
7
|
configuration.ts
|
|
8
|
+
docs/AbstractItemDiscountModel.md
|
|
8
9
|
docs/AbstractOrderRequestDTO.md
|
|
10
|
+
docs/AccountAddressesDTO.md
|
|
9
11
|
docs/AccountContactEntity.md
|
|
10
12
|
docs/AccountContactModel.md
|
|
11
13
|
docs/AccountContactRequestModel.md
|
|
12
14
|
docs/AccountDetailedSummaryDTO.md
|
|
15
|
+
docs/AccountFinanceDTO.md
|
|
13
16
|
docs/AccountRequestModel.md
|
|
14
17
|
docs/AccountSummaryDTO.md
|
|
15
18
|
docs/AccountsApi.md
|
|
16
19
|
docs/AccountsResponseModel.md
|
|
20
|
+
docs/AddressDTO.md
|
|
17
21
|
docs/AddressModel.md
|
|
18
22
|
docs/AddressRequestModel.md
|
|
19
23
|
docs/AdminNumberPortDTO.md
|
|
@@ -45,6 +49,7 @@ docs/CompanyContractModel.md
|
|
|
45
49
|
docs/ContactInfoModel.md
|
|
46
50
|
docs/ConversationModel.md
|
|
47
51
|
docs/CourierPriceEntity.md
|
|
52
|
+
docs/CreateCrmNoteBody.md
|
|
48
53
|
docs/CreditAccountEntity.md
|
|
49
54
|
docs/CreditNoteDTO.md
|
|
50
55
|
docs/CreditNoteEntity.md
|
|
@@ -52,9 +57,15 @@ docs/CreditNoteItemDTO.md
|
|
|
52
57
|
docs/CreditNoteItemEntity.md
|
|
53
58
|
docs/CreditNoteItemModel.md
|
|
54
59
|
docs/CreditNoteModel.md
|
|
60
|
+
docs/CrmActivitiesResponseDTO.md
|
|
61
|
+
docs/CrmActivityDTO.md
|
|
55
62
|
docs/CrmContactDTO.md
|
|
63
|
+
docs/CrmDateActivitiesDTO.md
|
|
64
|
+
docs/CrmNoteEntity.md
|
|
65
|
+
docs/CrmNoteModel.md
|
|
56
66
|
docs/CustomerInformationModel.md
|
|
57
67
|
docs/CustomerItemRequestDTO.md
|
|
68
|
+
docs/CustomerListAccountDTO.md
|
|
58
69
|
docs/CustomerOrderRequestDTO.md
|
|
59
70
|
docs/CustomerPriceListEnum.md
|
|
60
71
|
docs/CustomerSummaryReportDTO.md
|
|
@@ -102,6 +113,7 @@ docs/MonthlyUsageModel.md
|
|
|
102
113
|
docs/MultiTenantChangeResponseModel.md
|
|
103
114
|
docs/MyPBXToolsApi.md
|
|
104
115
|
docs/NavigationModel.md
|
|
116
|
+
docs/NumberPortAdminNoteBody.md
|
|
105
117
|
docs/NumberPortDTO.md
|
|
106
118
|
docs/NumberPortNoteDTO.md
|
|
107
119
|
docs/NumberPortRangeDTO.md
|
|
@@ -122,21 +134,30 @@ docs/OrderTotalModel.md
|
|
|
122
134
|
docs/OrderedItemEntity.md
|
|
123
135
|
docs/OrderedItemModel.md
|
|
124
136
|
docs/OrdersApi.md
|
|
125
|
-
docs/
|
|
137
|
+
docs/PartnerDTO.md
|
|
138
|
+
docs/PatchUpdateAccountCnameRequest.md
|
|
139
|
+
docs/PatchUpdateAccountCompanyNumberRequest.md
|
|
126
140
|
docs/PatchUpdateAccountContactPasswordRequest.md
|
|
141
|
+
docs/PatchUpdateAccountPhoneRequest.md
|
|
142
|
+
docs/PatchUpdateAccountVatNumberRequest.md
|
|
143
|
+
docs/PatchUpdateCreditLimitRequest.md
|
|
144
|
+
docs/PatchUpdatePriceListRequest.md
|
|
145
|
+
docs/PatchUpdateSipChannelCostRequest.md
|
|
146
|
+
docs/PatchUpdateTcxHostingPriceListRequest.md
|
|
147
|
+
docs/PatchUpdateTcxPartnerIdRequest.md
|
|
127
148
|
docs/PortalAccountModel.md
|
|
128
149
|
docs/PortalLoginModel.md
|
|
129
|
-
docs/PostAddAdminNoteRequest.md
|
|
130
150
|
docs/PostAddOrderNoteRequest.md
|
|
131
151
|
docs/PostAddWebhook200Response.md
|
|
132
152
|
docs/PostGetClientCredentialsRequest.md
|
|
133
|
-
docs/
|
|
153
|
+
docs/PostSendWelcomeEmailRequest.md
|
|
134
154
|
docs/PostSplitOrderRequest.md
|
|
135
155
|
docs/PriceListItemModel.md
|
|
136
156
|
docs/PricingApi.md
|
|
137
157
|
docs/PrinterEntity.md
|
|
138
158
|
docs/PrizesEntity.md
|
|
139
159
|
docs/ProductPriceListItemModel.md
|
|
160
|
+
docs/ProductSearchDTO.md
|
|
140
161
|
docs/ProductSearchResultsModel.md
|
|
141
162
|
docs/ProductSerialInfoModel.md
|
|
142
163
|
docs/ProductSummaryDTO.md
|
|
@@ -221,6 +242,7 @@ docs/SupplierItemModel.md
|
|
|
221
242
|
docs/SupplierModel.md
|
|
222
243
|
docs/SupportTicketModel.md
|
|
223
244
|
docs/SystemApi.md
|
|
245
|
+
docs/TableHistoryEntity.md
|
|
224
246
|
docs/TcxBackupEntity.md
|
|
225
247
|
docs/TcxBackupModel.md
|
|
226
248
|
docs/TcxBillingEntity.md
|
package/README.md
CHANGED
|
@@ -51,28 +51,55 @@ All URIs are relative to *https://api.local.yellowgrid.co.uk*
|
|
|
51
51
|
|
|
52
52
|
Class | Method | HTTP request | Description
|
|
53
53
|
------------ | ------------- | ------------- | -------------
|
|
54
|
+
*AccountsApi* | [**deleteAdminUpdateAccountContact**](docs/AccountsApi.md#deleteadminupdateaccountcontact) | **DELETE** /admin/accounts/{id}/contacts/{contact_id} |
|
|
55
|
+
*AccountsApi* | [**deleteArchiveAccount**](docs/AccountsApi.md#deletearchiveaccount) | **DELETE** /admin/accounts/{id}/archive |
|
|
54
56
|
*AccountsApi* | [**deleteDeleteClientCredentials**](docs/AccountsApi.md#deletedeleteclientcredentials) | **DELETE** /accounts/me/contacts/credentials/{id} | Delete client credentials
|
|
55
57
|
*AccountsApi* | [**deleteUpdateAccountContact**](docs/AccountsApi.md#deleteupdateaccountcontact) | **DELETE** /accounts/me/contacts/{email} | Delete Account Contact
|
|
58
|
+
*AccountsApi* | [**getAdminCreateAccountContact**](docs/AccountsApi.md#getadmincreateaccountcontact) | **GET** /admin/accounts/{id}/contacts |
|
|
56
59
|
*AccountsApi* | [**getGetAccount**](docs/AccountsApi.md#getgetaccount) | **GET** /accounts/me | Get Account
|
|
60
|
+
*AccountsApi* | [**getGetAccountAddresses**](docs/AccountsApi.md#getgetaccountaddresses) | **GET** /admin/accounts/{id}/addresses |
|
|
57
61
|
*AccountsApi* | [**getGetAccountContacts**](docs/AccountsApi.md#getgetaccountcontacts) | **GET** /accounts/me/contacts | Get Account Contacts
|
|
58
62
|
*AccountsApi* | [**getGetAccountDetailedSummary**](docs/AccountsApi.md#getgetaccountdetailedsummary) | **GET** /accounts/{id}/summary | Get Account Detailed Summary
|
|
59
63
|
*AccountsApi* | [**getGetAccounts**](docs/AccountsApi.md#getgetaccounts) | **GET** /accounts | Get Accounts
|
|
60
64
|
*AccountsApi* | [**getGetClientCredentials**](docs/AccountsApi.md#getgetclientcredentials) | **GET** /accounts/me/contacts/credentials | Get user\'s client credentials
|
|
65
|
+
*AccountsApi* | [**getGetCustomerAccountsList**](docs/AccountsApi.md#getgetcustomeraccountslist) | **GET** /admin/accounts/customers/list |
|
|
61
66
|
*AccountsApi* | [**getGetCustomerKeys**](docs/AccountsApi.md#getgetcustomerkeys) | **GET** /accounts/me/tcx/keys | Get 3CX Keys
|
|
67
|
+
*AccountsApi* | [**getGetFinanceSettings**](docs/AccountsApi.md#getgetfinancesettings) | **GET** /admin/accounts/{id}/finance |
|
|
68
|
+
*AccountsApi* | [**getGetLastAccount**](docs/AccountsApi.md#getgetlastaccount) | **GET** /admin/accounts/last | Get Last Account
|
|
69
|
+
*AccountsApi* | [**getGetTcxPartnerDetails**](docs/AccountsApi.md#getgettcxpartnerdetails) | **GET** /admin/accounts/{id}/tcx/partner |
|
|
62
70
|
*AccountsApi* | [**getVerifyEmailAddress**](docs/AccountsApi.md#getverifyemailaddress) | **GET** /accounts/contacts/verify | Verify account email address
|
|
71
|
+
*AccountsApi* | [**patchSetPortalAccess**](docs/AccountsApi.md#patchsetportalaccess) | **PATCH** /admin/accounts/{id}/portal/access/{state} |
|
|
72
|
+
*AccountsApi* | [**patchSetPrizePromo**](docs/AccountsApi.md#patchsetprizepromo) | **PATCH** /admin/accounts/{id}/prizes/{state} |
|
|
63
73
|
*AccountsApi* | [**patchSetTcxWizardCname**](docs/AccountsApi.md#patchsettcxwizardcname) | **PATCH** /accounts/me/cname |
|
|
74
|
+
*AccountsApi* | [**patchUpdateAccountCname**](docs/AccountsApi.md#patchupdateaccountcname) | **PATCH** /admin/accounts/{id}/cname |
|
|
75
|
+
*AccountsApi* | [**patchUpdateAccountCompanyNumber**](docs/AccountsApi.md#patchupdateaccountcompanynumber) | **PATCH** /admin/accounts/{id}/companyNumber |
|
|
64
76
|
*AccountsApi* | [**patchUpdateAccountContactPassword**](docs/AccountsApi.md#patchupdateaccountcontactpassword) | **PATCH** /accounts/contacts/password | Update Account Password
|
|
77
|
+
*AccountsApi* | [**patchUpdateAccountPhone**](docs/AccountsApi.md#patchupdateaccountphone) | **PATCH** /admin/accounts/{id}/phone |
|
|
78
|
+
*AccountsApi* | [**patchUpdateAccountVatNumber**](docs/AccountsApi.md#patchupdateaccountvatnumber) | **PATCH** /admin/accounts/{id}/vatNumber |
|
|
79
|
+
*AccountsApi* | [**patchUpdateCreditLimit**](docs/AccountsApi.md#patchupdatecreditlimit) | **PATCH** /admin/accounts/{id}/creditLimit |
|
|
80
|
+
*AccountsApi* | [**patchUpdatePriceList**](docs/AccountsApi.md#patchupdatepricelist) | **PATCH** /admin/accounts/{id}/priceList |
|
|
81
|
+
*AccountsApi* | [**patchUpdateSipChannelCost**](docs/AccountsApi.md#patchupdatesipchannelcost) | **PATCH** /admin/accounts/{id}/channelCost |
|
|
82
|
+
*AccountsApi* | [**patchUpdateTcxHostingPriceList**](docs/AccountsApi.md#patchupdatetcxhostingpricelist) | **PATCH** /admin/accounts/{id}/tcx/hosting/priceList |
|
|
83
|
+
*AccountsApi* | [**patchUpdateTcxPartnerId**](docs/AccountsApi.md#patchupdatetcxpartnerid) | **PATCH** /admin/accounts{id}/tcx/partner/id |
|
|
84
|
+
*AccountsApi* | [**postAdminCreateAccountContact**](docs/AccountsApi.md#postadmincreateaccountcontact) | **POST** /admin/accounts/{id}/contacts |
|
|
65
85
|
*AccountsApi* | [**postGetAccountContacts**](docs/AccountsApi.md#postgetaccountcontacts) | **POST** /accounts/me/contacts | Add Account Contact
|
|
66
86
|
*AccountsApi* | [**postGetAccounts**](docs/AccountsApi.md#postgetaccounts) | **POST** /accounts | Create a new customer account
|
|
67
87
|
*AccountsApi* | [**postGetAdminAccount**](docs/AccountsApi.md#postgetadminaccount) | **POST** /admin/me | Get Admin Account
|
|
68
88
|
*AccountsApi* | [**postGetClientCredentials**](docs/AccountsApi.md#postgetclientcredentials) | **POST** /accounts/me/contacts/credentials | Create client credentials
|
|
69
89
|
*AccountsApi* | [**postSendEmailVerificationEmail**](docs/AccountsApi.md#postsendemailverificationemail) | **POST** /accounts/contacts/verify/{email} | Send email verification email
|
|
70
90
|
*AccountsApi* | [**postSendPasswordReset**](docs/AccountsApi.md#postsendpasswordreset) | **POST** /accounts/contacts/password/reset | Send password reset email
|
|
91
|
+
*AccountsApi* | [**postSendWelcomeEmail**](docs/AccountsApi.md#postsendwelcomeemail) | **POST** /admin/accounts/{id}/email/welcome |
|
|
71
92
|
*AccountsApi* | [**postSubmitResellerApplication**](docs/AccountsApi.md#postsubmitresellerapplication) | **POST** /accounts/reseller | Submit reseller application
|
|
93
|
+
*AccountsApi* | [**putAdminUpdateAccountContact**](docs/AccountsApi.md#putadminupdateaccountcontact) | **PUT** /admin/accounts/{id}/contacts/{contact_id} |
|
|
72
94
|
*AccountsApi* | [**putUpdateAccountContact**](docs/AccountsApi.md#putupdateaccountcontact) | **PUT** /accounts/me/contacts/{email} | Update Account Contact
|
|
95
|
+
*AccountsApi* | [**putUpdateBillingAddress**](docs/AccountsApi.md#putupdatebillingaddress) | **PUT** /admin/accounts/{id}/billing/address |
|
|
96
|
+
*AccountsApi* | [**putUpdateShippingAddress**](docs/AccountsApi.md#putupdateshippingaddress) | **PUT** /admin/accounts/{id}/shipping/address |
|
|
73
97
|
*BillingApi* | [**getGetAllCustomer**](docs/BillingApi.md#getgetallcustomer) | **GET** /billing/admin/customerList | Get Billing Customers
|
|
98
|
+
*CRMApi* | [**getGetCrmActivities**](docs/CRMApi.md#getgetcrmactivities) | **GET** /admin/crm/{id}/activities |
|
|
74
99
|
*CRMApi* | [**getSearchByPhone**](docs/CRMApi.md#getsearchbyphone) | **GET** /crm/contact/search |
|
|
100
|
+
*CRMApi* | [**postCreateCrmNote**](docs/CRMApi.md#postcreatecrmnote) | **POST** /admin/crm/{id}/activities/note |
|
|
75
101
|
*Class3CXApi* | [**getGetLicenceDetails**](docs/Class3CXApi.md#getgetlicencedetails) | **GET** /tcx/licences/details | Get 3CX Licence Details
|
|
102
|
+
*Class3CXApi* | [**getGetTcxExpiringKeys**](docs/Class3CXApi.md#getgettcxexpiringkeys) | **GET** /tcx/admin/keys/expiring/csv | Get 3CX Expiring Keys
|
|
76
103
|
*Class3CXApi* | [**postGetBulkLicenceDetails**](docs/Class3CXApi.md#postgetbulklicencedetails) | **POST** /tcx/licences/bulk/details | Get bulk 3CX Licence Details
|
|
77
104
|
*Class3CXInstallationWizardApi* | [**deleteAddExtensions**](docs/Class3CXInstallationWizardApi.md#deleteaddextensions) | **DELETE** /tcx/wizards/extensions | Delete 3CX Installation Wizard Extensions
|
|
78
105
|
*Class3CXInstallationWizardApi* | [**deleteAddNumbers**](docs/Class3CXInstallationWizardApi.md#deleteaddnumbers) | **DELETE** /tcx/wizards/numbers | Delete 3CX Installation Wizard Numbers
|
|
@@ -110,6 +137,7 @@ Class | Method | HTTP request | Description
|
|
|
110
137
|
*Class3CXInstallationWizardApi* | [**postUploadBackup**](docs/Class3CXInstallationWizardApi.md#postuploadbackup) | **POST** /tcx/wizards/backup |
|
|
111
138
|
*Class3CXInstallationsApi* | [**getGetDetails**](docs/Class3CXInstallationsApi.md#getgetdetails) | **GET** /tcx/installations/{wizard_id}/details | Get 3CX Installation Details
|
|
112
139
|
*Class3CXInstallationsApi* | [**getGetInstallations**](docs/Class3CXInstallationsApi.md#getgetinstallations) | **GET** /tcx/installations | Get 3CX Installations
|
|
140
|
+
*Class3CXInstallationsApi* | [**getGetRecordingBackupStorage**](docs/Class3CXInstallationsApi.md#getgetrecordingbackupstorage) | **GET** /tcx/installations/{instance_id}/recordings/backup | Get Recording Backup Storage
|
|
113
141
|
*Class3CXInstallationsApi* | [**patchChangeInstanceOwner**](docs/Class3CXInstallationsApi.md#patchchangeinstanceowner) | **PATCH** /tcx/installations/{instance_id}/owner | Change instance owner
|
|
114
142
|
*Class3CXInstallationsApi* | [**patchUpdateAutoFailover**](docs/Class3CXInstallationsApi.md#patchupdateautofailover) | **PATCH** /tcx/installations/{instance_id}/failover/auto | Update 3CX Instance Auto Failover
|
|
115
143
|
*Class3CXInstallationsApi* | [**postAddDisk**](docs/Class3CXInstallationsApi.md#postadddisk) | **POST** /tcx/installations/{instance_id}/disk | Add additional disk on 3CX Instance
|
|
@@ -159,6 +187,7 @@ Class | Method | HTTP request | Description
|
|
|
159
187
|
*OAuth20Api* | [**postAccessToken**](docs/OAuth20Api.md#postaccesstoken) | **POST** /oauth2/access_token | Validates client credentials and returns access token
|
|
160
188
|
*OAuth20Api* | [**postAuthorise**](docs/OAuth20Api.md#postauthorise) | **POST** /oauth2/authorise | Get OAuth2.0 Auth Code
|
|
161
189
|
*OAuth20Api* | [**postGetIdentity**](docs/OAuth20Api.md#postgetidentity) | **POST** /oauth2/me | Get Token Identity
|
|
190
|
+
*OAuth20Api* | [**postLogout**](docs/OAuth20Api.md#postlogout) | **POST** /oauth2/logout |
|
|
162
191
|
*OAuth20Api* | [**postPortalLogin**](docs/OAuth20Api.md#postportallogin) | **POST** /oauth2/portal/login | Portal Login
|
|
163
192
|
*OrdersApi* | [**deleteDeleteBatch**](docs/OrdersApi.md#deletedeletebatch) | **DELETE** /admin/orders/{id}/batches/{batch_id} |
|
|
164
193
|
*OrdersApi* | [**deleteUpdateOrder**](docs/OrdersApi.md#deleteupdateorder) | **DELETE** /orders/{id} | Delete Orders (Beta)
|
|
@@ -284,14 +313,18 @@ Class | Method | HTTP request | Description
|
|
|
284
313
|
|
|
285
314
|
### Documentation For Models
|
|
286
315
|
|
|
316
|
+
- [AbstractItemDiscountModel](docs/AbstractItemDiscountModel.md)
|
|
287
317
|
- [AbstractOrderRequestDTO](docs/AbstractOrderRequestDTO.md)
|
|
318
|
+
- [AccountAddressesDTO](docs/AccountAddressesDTO.md)
|
|
288
319
|
- [AccountContactEntity](docs/AccountContactEntity.md)
|
|
289
320
|
- [AccountContactModel](docs/AccountContactModel.md)
|
|
290
321
|
- [AccountContactRequestModel](docs/AccountContactRequestModel.md)
|
|
291
322
|
- [AccountDetailedSummaryDTO](docs/AccountDetailedSummaryDTO.md)
|
|
323
|
+
- [AccountFinanceDTO](docs/AccountFinanceDTO.md)
|
|
292
324
|
- [AccountRequestModel](docs/AccountRequestModel.md)
|
|
293
325
|
- [AccountSummaryDTO](docs/AccountSummaryDTO.md)
|
|
294
326
|
- [AccountsResponseModel](docs/AccountsResponseModel.md)
|
|
327
|
+
- [AddressDTO](docs/AddressDTO.md)
|
|
295
328
|
- [AddressModel](docs/AddressModel.md)
|
|
296
329
|
- [AddressRequestModel](docs/AddressRequestModel.md)
|
|
297
330
|
- [AdminNumberPortDTO](docs/AdminNumberPortDTO.md)
|
|
@@ -316,6 +349,7 @@ Class | Method | HTTP request | Description
|
|
|
316
349
|
- [ContactInfoModel](docs/ContactInfoModel.md)
|
|
317
350
|
- [ConversationModel](docs/ConversationModel.md)
|
|
318
351
|
- [CourierPriceEntity](docs/CourierPriceEntity.md)
|
|
352
|
+
- [CreateCrmNoteBody](docs/CreateCrmNoteBody.md)
|
|
319
353
|
- [CreditAccountEntity](docs/CreditAccountEntity.md)
|
|
320
354
|
- [CreditNoteDTO](docs/CreditNoteDTO.md)
|
|
321
355
|
- [CreditNoteEntity](docs/CreditNoteEntity.md)
|
|
@@ -323,9 +357,15 @@ Class | Method | HTTP request | Description
|
|
|
323
357
|
- [CreditNoteItemEntity](docs/CreditNoteItemEntity.md)
|
|
324
358
|
- [CreditNoteItemModel](docs/CreditNoteItemModel.md)
|
|
325
359
|
- [CreditNoteModel](docs/CreditNoteModel.md)
|
|
360
|
+
- [CrmActivitiesResponseDTO](docs/CrmActivitiesResponseDTO.md)
|
|
361
|
+
- [CrmActivityDTO](docs/CrmActivityDTO.md)
|
|
326
362
|
- [CrmContactDTO](docs/CrmContactDTO.md)
|
|
363
|
+
- [CrmDateActivitiesDTO](docs/CrmDateActivitiesDTO.md)
|
|
364
|
+
- [CrmNoteEntity](docs/CrmNoteEntity.md)
|
|
365
|
+
- [CrmNoteModel](docs/CrmNoteModel.md)
|
|
327
366
|
- [CustomerInformationModel](docs/CustomerInformationModel.md)
|
|
328
367
|
- [CustomerItemRequestDTO](docs/CustomerItemRequestDTO.md)
|
|
368
|
+
- [CustomerListAccountDTO](docs/CustomerListAccountDTO.md)
|
|
329
369
|
- [CustomerOrderRequestDTO](docs/CustomerOrderRequestDTO.md)
|
|
330
370
|
- [CustomerPriceListEnum](docs/CustomerPriceListEnum.md)
|
|
331
371
|
- [CustomerSummaryReportDTO](docs/CustomerSummaryReportDTO.md)
|
|
@@ -372,6 +412,7 @@ Class | Method | HTTP request | Description
|
|
|
372
412
|
- [MonthlyUsageModel](docs/MonthlyUsageModel.md)
|
|
373
413
|
- [MultiTenantChangeResponseModel](docs/MultiTenantChangeResponseModel.md)
|
|
374
414
|
- [NavigationModel](docs/NavigationModel.md)
|
|
415
|
+
- [NumberPortAdminNoteBody](docs/NumberPortAdminNoteBody.md)
|
|
375
416
|
- [NumberPortDTO](docs/NumberPortDTO.md)
|
|
376
417
|
- [NumberPortNoteDTO](docs/NumberPortNoteDTO.md)
|
|
377
418
|
- [NumberPortRangeDTO](docs/NumberPortRangeDTO.md)
|
|
@@ -389,20 +430,29 @@ Class | Method | HTTP request | Description
|
|
|
389
430
|
- [OrderTotalModel](docs/OrderTotalModel.md)
|
|
390
431
|
- [OrderedItemEntity](docs/OrderedItemEntity.md)
|
|
391
432
|
- [OrderedItemModel](docs/OrderedItemModel.md)
|
|
392
|
-
- [
|
|
433
|
+
- [PartnerDTO](docs/PartnerDTO.md)
|
|
434
|
+
- [PatchUpdateAccountCnameRequest](docs/PatchUpdateAccountCnameRequest.md)
|
|
435
|
+
- [PatchUpdateAccountCompanyNumberRequest](docs/PatchUpdateAccountCompanyNumberRequest.md)
|
|
393
436
|
- [PatchUpdateAccountContactPasswordRequest](docs/PatchUpdateAccountContactPasswordRequest.md)
|
|
437
|
+
- [PatchUpdateAccountPhoneRequest](docs/PatchUpdateAccountPhoneRequest.md)
|
|
438
|
+
- [PatchUpdateAccountVatNumberRequest](docs/PatchUpdateAccountVatNumberRequest.md)
|
|
439
|
+
- [PatchUpdateCreditLimitRequest](docs/PatchUpdateCreditLimitRequest.md)
|
|
440
|
+
- [PatchUpdatePriceListRequest](docs/PatchUpdatePriceListRequest.md)
|
|
441
|
+
- [PatchUpdateSipChannelCostRequest](docs/PatchUpdateSipChannelCostRequest.md)
|
|
442
|
+
- [PatchUpdateTcxHostingPriceListRequest](docs/PatchUpdateTcxHostingPriceListRequest.md)
|
|
443
|
+
- [PatchUpdateTcxPartnerIdRequest](docs/PatchUpdateTcxPartnerIdRequest.md)
|
|
394
444
|
- [PortalAccountModel](docs/PortalAccountModel.md)
|
|
395
445
|
- [PortalLoginModel](docs/PortalLoginModel.md)
|
|
396
|
-
- [PostAddAdminNoteRequest](docs/PostAddAdminNoteRequest.md)
|
|
397
446
|
- [PostAddOrderNoteRequest](docs/PostAddOrderNoteRequest.md)
|
|
398
447
|
- [PostAddWebhook200Response](docs/PostAddWebhook200Response.md)
|
|
399
448
|
- [PostGetClientCredentialsRequest](docs/PostGetClientCredentialsRequest.md)
|
|
400
|
-
- [
|
|
449
|
+
- [PostSendWelcomeEmailRequest](docs/PostSendWelcomeEmailRequest.md)
|
|
401
450
|
- [PostSplitOrderRequest](docs/PostSplitOrderRequest.md)
|
|
402
451
|
- [PriceListItemModel](docs/PriceListItemModel.md)
|
|
403
452
|
- [PrinterEntity](docs/PrinterEntity.md)
|
|
404
453
|
- [PrizesEntity](docs/PrizesEntity.md)
|
|
405
454
|
- [ProductPriceListItemModel](docs/ProductPriceListItemModel.md)
|
|
455
|
+
- [ProductSearchDTO](docs/ProductSearchDTO.md)
|
|
406
456
|
- [ProductSearchResultsModel](docs/ProductSearchResultsModel.md)
|
|
407
457
|
- [ProductSerialInfoModel](docs/ProductSerialInfoModel.md)
|
|
408
458
|
- [ProductSummaryDTO](docs/ProductSummaryDTO.md)
|
|
@@ -478,6 +528,7 @@ Class | Method | HTTP request | Description
|
|
|
478
528
|
- [SupplierItemModel](docs/SupplierItemModel.md)
|
|
479
529
|
- [SupplierModel](docs/SupplierModel.md)
|
|
480
530
|
- [SupportTicketModel](docs/SupportTicketModel.md)
|
|
531
|
+
- [TableHistoryEntity](docs/TableHistoryEntity.md)
|
|
481
532
|
- [TcxBackupEntity](docs/TcxBackupEntity.md)
|
|
482
533
|
- [TcxBackupModel](docs/TcxBackupModel.md)
|
|
483
534
|
- [TcxBillingEntity](docs/TcxBillingEntity.md)
|