connectwise-rest 0.25.1 → 1.0.2
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/.eslintrc +17 -52
- package/.gitattributes +1 -0
- package/.mocharc.json +5 -0
- package/.prettierrc +7 -0
- package/README.md +293 -230
- package/api-extractor.json +364 -0
- package/dist/Automate/AVTemplatePoliciesAPI.d.ts +36 -0
- package/dist/Automate/AVTemplatePoliciesAPI.d.ts.map +1 -0
- package/dist/Automate/AVTemplatePoliciesAPI.js +92 -0
- package/dist/Automate/AVTemplatePoliciesAPI.js.map +1 -0
- package/dist/Automate/ClientsAPI.d.ts +44 -0
- package/dist/Automate/ClientsAPI.d.ts.map +1 -0
- package/dist/Automate/ClientsAPI.js +119 -0
- package/dist/Automate/ClientsAPI.js.map +1 -0
- package/dist/Automate/CommandsAPI.d.ts +20 -0
- package/dist/Automate/CommandsAPI.d.ts.map +1 -0
- package/dist/Automate/CommandsAPI.js +36 -0
- package/dist/Automate/CommandsAPI.js.map +1 -0
- package/dist/Automate/ComputersAPI.d.ts +131 -0
- package/dist/Automate/ComputersAPI.d.ts.map +1 -0
- package/dist/Automate/ComputersAPI.js +358 -0
- package/dist/Automate/ComputersAPI.js.map +1 -0
- package/dist/Automate/ContactsAPI.d.ts +24 -0
- package/dist/Automate/ContactsAPI.d.ts.map +1 -0
- package/dist/Automate/ContactsAPI.js +50 -0
- package/dist/Automate/ContactsAPI.js.map +1 -0
- package/dist/Automate/DataViewsAPI.d.ts +22 -0
- package/dist/Automate/DataViewsAPI.d.ts.map +1 -0
- package/dist/Automate/DataViewsAPI.js +36 -0
- package/dist/Automate/DataViewsAPI.js.map +1 -0
- package/dist/Automate/DrivesAPI.d.ts +25 -0
- package/dist/Automate/DrivesAPI.d.ts.map +1 -0
- package/dist/Automate/DrivesAPI.js +57 -0
- package/dist/Automate/DrivesAPI.js.map +1 -0
- package/dist/Automate/EventLogsAPI.d.ts +19 -0
- package/dist/Automate/EventLogsAPI.d.ts.map +1 -0
- package/dist/Automate/EventLogsAPI.js +29 -0
- package/dist/Automate/EventLogsAPI.js.map +1 -0
- package/dist/Automate/LocationsAPI.d.ts +57 -0
- package/dist/Automate/LocationsAPI.d.ts.map +1 -0
- package/dist/Automate/LocationsAPI.js +138 -0
- package/dist/Automate/LocationsAPI.js.map +1 -0
- package/dist/Automate/MaintenanceWindowDefinitionsAPI.d.ts +19 -0
- package/dist/Automate/MaintenanceWindowDefinitionsAPI.d.ts.map +1 -0
- package/dist/Automate/MaintenanceWindowDefinitionsAPI.js +29 -0
- package/dist/Automate/MaintenanceWindowDefinitionsAPI.js.map +1 -0
- package/dist/Automate/MonitorsAPI.d.ts +29 -0
- package/dist/Automate/MonitorsAPI.d.ts.map +1 -0
- package/dist/Automate/MonitorsAPI.js +85 -0
- package/dist/Automate/MonitorsAPI.js.map +1 -0
- package/dist/Automate/NetworkDevicesAPI.d.ts +23 -0
- package/dist/Automate/NetworkDevicesAPI.d.ts.map +1 -0
- package/dist/Automate/NetworkDevicesAPI.js +43 -0
- package/dist/Automate/NetworkDevicesAPI.js.map +1 -0
- package/dist/Automate/PatchingAPI.d.ts +33 -0
- package/dist/Automate/PatchingAPI.d.ts.map +1 -0
- package/dist/Automate/PatchingAPI.js +99 -0
- package/dist/Automate/PatchingAPI.js.map +1 -0
- package/dist/Automate/RemoteAgentAPI.d.ts +24 -0
- package/dist/Automate/RemoteAgentAPI.d.ts.map +1 -0
- package/dist/Automate/RemoteAgentAPI.js +50 -0
- package/dist/Automate/RemoteAgentAPI.js.map +1 -0
- package/dist/Automate/ScriptingAPI.d.ts +41 -0
- package/dist/Automate/ScriptingAPI.d.ts.map +1 -0
- package/dist/Automate/ScriptingAPI.js +109 -0
- package/dist/Automate/ScriptingAPI.js.map +1 -0
- package/dist/Automate/SearchesAPI.d.ts +23 -0
- package/dist/Automate/SearchesAPI.d.ts.map +1 -0
- package/dist/Automate/SearchesAPI.js +43 -0
- package/dist/Automate/SearchesAPI.js.map +1 -0
- package/dist/Automate/SystemAPI.d.ts +97 -0
- package/dist/Automate/SystemAPI.d.ts.map +1 -0
- package/dist/Automate/SystemAPI.js +273 -0
- package/dist/Automate/SystemAPI.js.map +1 -0
- package/dist/Automate/TicketsAPI.d.ts +14 -0
- package/dist/Automate/TicketsAPI.d.ts.map +1 -0
- package/dist/Automate/TicketsAPI.js +29 -0
- package/dist/Automate/TicketsAPI.js.map +1 -0
- package/dist/Automate/UserProfilesAPI.d.ts +19 -0
- package/dist/Automate/UserProfilesAPI.d.ts.map +1 -0
- package/dist/Automate/UserProfilesAPI.js +28 -0
- package/dist/Automate/UserProfilesAPI.js.map +1 -0
- package/dist/Automate.d.ts +43 -0
- package/dist/Automate.d.ts.map +1 -0
- package/dist/Automate.js +164 -0
- package/dist/Automate.js.map +1 -0
- package/dist/AutomateAPI.d.ts +129 -0
- package/dist/AutomateAPI.d.ts.map +1 -0
- package/dist/AutomateAPI.js +175 -0
- package/dist/AutomateAPI.js.map +1 -0
- package/dist/AutomateTypes.d.ts +10437 -0
- package/dist/AutomateTypes.d.ts.map +1 -0
- package/dist/AutomateTypes.js +3 -0
- package/dist/AutomateTypes.js.map +1 -0
- package/dist/BaseAPI.d.ts +26 -0
- package/dist/BaseAPI.d.ts.map +1 -0
- package/dist/BaseAPI.js +116 -0
- package/dist/BaseAPI.js.map +1 -0
- package/dist/Manage/CompanyAPI.d.ts +662 -0
- package/dist/Manage/CompanyAPI.d.ts.map +1 -0
- package/dist/Manage/CompanyAPI.js +3299 -0
- package/dist/Manage/CompanyAPI.js.map +1 -0
- package/dist/Manage/ConfigurationsAPI.d.ts +32 -0
- package/dist/Manage/ConfigurationsAPI.d.ts.map +1 -0
- package/dist/Manage/ConfigurationsAPI.js +78 -0
- package/dist/Manage/ConfigurationsAPI.js.map +1 -0
- package/dist/Manage/ExpenseAPI.d.ts +85 -0
- package/dist/Manage/ExpenseAPI.d.ts.map +1 -0
- package/dist/Manage/ExpenseAPI.js +311 -0
- package/dist/Manage/ExpenseAPI.js.map +1 -0
- package/dist/Manage/FinanceAPI.d.ts +538 -0
- package/dist/Manage/FinanceAPI.d.ts.map +1 -0
- package/dist/Manage/FinanceAPI.js +2592 -0
- package/dist/Manage/FinanceAPI.js.map +1 -0
- package/dist/Manage/MarketingAPI.d.ts +142 -0
- package/dist/Manage/MarketingAPI.d.ts.map +1 -0
- package/dist/Manage/MarketingAPI.js +634 -0
- package/dist/Manage/MarketingAPI.js.map +1 -0
- package/dist/Manage/ProcurementAPI.d.ts +435 -0
- package/dist/Manage/ProcurementAPI.d.ts.map +1 -0
- package/dist/Manage/ProcurementAPI.js +2103 -0
- package/dist/Manage/ProcurementAPI.js.map +1 -0
- package/dist/Manage/ProjectAPI.d.ts +215 -0
- package/dist/Manage/ProjectAPI.d.ts.map +1 -0
- package/dist/Manage/ProjectAPI.js +945 -0
- package/dist/Manage/ProjectAPI.js.map +1 -0
- package/dist/Manage/SalesAPI.d.ts +299 -0
- package/dist/Manage/SalesAPI.d.ts.map +1 -0
- package/dist/Manage/SalesAPI.js +1397 -0
- package/dist/Manage/SalesAPI.js.map +1 -0
- package/dist/Manage/ScheduleAPI.d.ts +132 -0
- package/dist/Manage/ScheduleAPI.d.ts.map +1 -0
- package/dist/Manage/ScheduleAPI.js +580 -0
- package/dist/Manage/ScheduleAPI.js.map +1 -0
- package/dist/Manage/ServiceAPI.d.ts +493 -0
- package/dist/Manage/ServiceAPI.d.ts.map +1 -0
- package/dist/Manage/ServiceAPI.js +2339 -0
- package/dist/Manage/ServiceAPI.js.map +1 -0
- package/dist/Manage/SystemAPI.d.ts +954 -0
- package/dist/Manage/SystemAPI.d.ts.map +1 -0
- package/dist/Manage/SystemAPI.js +4536 -0
- package/dist/Manage/SystemAPI.js.map +1 -0
- package/dist/Manage/TimeAPI.d.ts +186 -0
- package/dist/Manage/TimeAPI.d.ts.map +1 -0
- package/dist/Manage/TimeAPI.js +840 -0
- package/dist/Manage/TimeAPI.js.map +1 -0
- package/dist/Manage.d.ts +39 -0
- package/dist/Manage.d.ts.map +1 -0
- package/dist/Manage.js +137 -0
- package/dist/Manage.js.map +1 -0
- package/dist/ManageAPI.d.ts +135 -0
- package/dist/ManageAPI.d.ts.map +1 -0
- package/dist/ManageAPI.js +115 -0
- package/dist/ManageAPI.js.map +1 -0
- package/dist/ManageTypes.d.ts +91320 -0
- package/dist/ManageTypes.d.ts.map +1 -0
- package/dist/ManageTypes.js +7 -0
- package/dist/ManageTypes.js.map +1 -0
- package/dist/connectwise-rest.d.ts +108638 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +36 -0
- package/dist/index.js.map +1 -0
- package/dist/tsdoc-metadata.json +11 -0
- package/dist/types.d.ts +48 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +21 -0
- package/dist/types.js.map +1 -0
- package/dist/utils/Callback.d.ts +70 -0
- package/dist/utils/Callback.d.ts.map +1 -0
- package/dist/utils/Callback.js +109 -0
- package/dist/utils/Callback.js.map +1 -0
- package/dist/utils/Series.d.ts +42 -0
- package/dist/utils/Series.d.ts.map +1 -0
- package/dist/utils/Series.js +68 -0
- package/dist/utils/Series.js.map +1 -0
- package/dist/utils/index.d.ts +7 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +11 -0
- package/dist/utils/index.js.map +1 -0
- package/package.json +50 -19
- package/src/Automate/AVTemplatePoliciesAPI.ts +124 -0
- package/src/Automate/ClientsAPI.ts +172 -0
- package/src/Automate/CommandsAPI.ts +39 -0
- package/src/Automate/ComputersAPI.ts +588 -0
- package/src/Automate/ContactsAPI.ts +63 -0
- package/src/Automate/DataViewsAPI.ts +43 -0
- package/src/Automate/DrivesAPI.ts +81 -0
- package/src/Automate/EventLogsAPI.ts +31 -0
- package/src/Automate/LocationsAPI.ts +222 -0
- package/src/Automate/MaintenanceWindowDefinitionsAPI.ts +34 -0
- package/src/Automate/MonitorsAPI.ts +101 -0
- package/src/Automate/NetworkDevicesAPI.ts +51 -0
- package/src/Automate/PatchingAPI.ts +116 -0
- package/src/Automate/RemoteAgentAPI.ts +65 -0
- package/src/Automate/ScriptingAPI.ts +147 -0
- package/src/Automate/SearchesAPI.ts +49 -0
- package/src/Automate/SystemAPI.ts +412 -0
- package/src/Automate/TicketsAPI.ts +29 -0
- package/src/Automate/UserProfilesAPI.ts +31 -0
- package/src/Automate.ts +204 -0
- package/src/AutomateAPI.ts +178 -0
- package/src/AutomateTypes.ts +10492 -0
- package/src/BaseAPI.ts +180 -0
- package/src/Manage/CompanyAPI.ts +4941 -0
- package/src/Manage/ConfigurationsAPI.ts +116 -0
- package/src/Manage/ExpenseAPI.ts +413 -0
- package/src/Manage/FinanceAPI.ts +3930 -0
- package/src/Manage/MarketingAPI.ts +958 -0
- package/src/Manage/ProcurementAPI.ts +3107 -0
- package/src/Manage/ProjectAPI.ts +1437 -0
- package/src/Manage/SalesAPI.ts +1968 -0
- package/src/Manage/ScheduleAPI.ts +773 -0
- package/src/Manage/ServiceAPI.ts +3476 -0
- package/src/Manage/SystemAPI.ts +6415 -0
- package/src/Manage/TimeAPI.ts +1151 -0
- package/src/Manage.ts +161 -0
- package/src/ManageAPI.ts +170 -0
- package/src/ManageTypes.ts +91318 -0
- package/src/index.ts +13 -0
- package/src/types.ts +68 -0
- package/src/utils/Callback.ts +148 -0
- package/src/utils/Series.ts +89 -0
- package/src/utils/index.ts +7 -0
- package/swagger-errors.md +25 -0
- package/test/.env.example +12 -6
- package/test/test-utils.ts +27 -0
- package/test/test.js +331 -108
- package/tsconfig.json +29 -0
- package/.travis.yml +0 -9
- package/doc.md +0 -5984
- package/docs/jsdoc.json +0 -15
- package/index.js +0 -10
- package/src/CompanyAPI/Companies.js +0 -149
- package/src/CompanyAPI/CompanyCompanyTypeAssociations.js +0 -111
- package/src/CompanyAPI/CompanySites.js +0 -80
- package/src/CompanyAPI/CompanyTeams.js +0 -108
- package/src/CompanyAPI/CompanyTypeInfos.js +0 -58
- package/src/CompanyAPI/CompanyTypes.js +0 -52
- package/src/CompanyAPI/Configurations.js +0 -152
- package/src/CompanyAPI/ContactContactTypeAssociations.js +0 -55
- package/src/CompanyAPI/ContactRelationships.js +0 -36
- package/src/CompanyAPI/Contacts.js +0 -199
- package/src/CompanyAPI/index.js +0 -53
- package/src/ConnectWise.js +0 -339
- package/src/ConnectWiseRest.js +0 -515
- package/src/FinanceAPI/Additions.js +0 -127
- package/src/FinanceAPI/Adjustments.js +0 -109
- package/src/FinanceAPI/AgreementSites.js +0 -108
- package/src/FinanceAPI/Agreements.js +0 -220
- package/src/FinanceAPI/BoardDefaults.js +0 -109
- package/src/FinanceAPI/WorkRoles.js +0 -113
- package/src/FinanceAPI/WorkTypeExclusions.js +0 -78
- package/src/FinanceAPI/WorkTypes.js +0 -124
- package/src/FinanceAPI/index.js +0 -50
- package/src/ProcurementAPI/CatalogItems.js +0 -94
- package/src/ProcurementAPI/index.js +0 -22
- package/src/ProjectAPI/Projects.js +0 -142
- package/src/ProjectAPI/index.js +0 -28
- package/src/SalesAPI/Activities.js +0 -149
- package/src/SalesAPI/index.js +0 -14
- package/src/ScheduleAPI/ScheduleEntries.js +0 -109
- package/src/ScheduleAPI/ScheduleTypes.js +0 -101
- package/src/ScheduleAPI/index.js +0 -30
- package/src/ServiceDeskAPI/BoardItems.js +0 -134
- package/src/ServiceDeskAPI/BoardSubTypes.js +0 -112
- package/src/ServiceDeskAPI/BoardTeams.js +0 -108
- package/src/ServiceDeskAPI/BoardTypes.js +0 -139
- package/src/ServiceDeskAPI/Boards.js +0 -100
- package/src/ServiceDeskAPI/Priorities.js +0 -47
- package/src/ServiceDeskAPI/ServiceNotes.js +0 -172
- package/src/ServiceDeskAPI/Statuses.js +0 -116
- package/src/ServiceDeskAPI/Tickets.js +0 -588
- package/src/ServiceDeskAPI/index.js +0 -53
- package/src/SystemAPI/Members.js +0 -139
- package/src/SystemAPI/Reports.js +0 -116
- package/src/SystemAPI/index.js +0 -32
- package/src/TimeAPI/TimeEntries.js +0 -121
- package/src/TimeAPI/index.js +0 -27
- package/src/utils/Callback.js +0 -124
- package/src/utils/Series.js +0 -63
- package/src/utils/index.js +0 -21
|
@@ -0,0 +1,3299 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.CompanyAPI = void 0;
|
|
7
|
+
/* This file was auto-generated, do not manually edit. */
|
|
8
|
+
const Manage_1 = __importDefault(require("../Manage"));
|
|
9
|
+
/**
|
|
10
|
+
* @module CompanyAPI
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Company module
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
class CompanyAPI extends Manage_1.default {
|
|
17
|
+
constructor(props) {
|
|
18
|
+
super(props);
|
|
19
|
+
}
|
|
20
|
+
getCompanyAddressFormats(params = {}) {
|
|
21
|
+
return this.request({
|
|
22
|
+
path: `/company/addressFormats`,
|
|
23
|
+
method: 'get',
|
|
24
|
+
params,
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
postCompanyAddressFormats(addressFormat) {
|
|
28
|
+
return this.request({
|
|
29
|
+
path: `/company/addressFormats`,
|
|
30
|
+
method: 'post',
|
|
31
|
+
data: addressFormat,
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
getCompanyAddressFormatsById(id, params = {}) {
|
|
35
|
+
return this.request({
|
|
36
|
+
path: `/company/addressFormats/${id}`,
|
|
37
|
+
method: 'get',
|
|
38
|
+
params,
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
deleteCompanyAddressFormatsById(id) {
|
|
42
|
+
return this.request({
|
|
43
|
+
path: `/company/addressFormats/${id}`,
|
|
44
|
+
method: 'delete',
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
putCompanyAddressFormatsById(id, addressFormat) {
|
|
48
|
+
return this.request({
|
|
49
|
+
path: `/company/addressFormats/${id}`,
|
|
50
|
+
method: 'put',
|
|
51
|
+
data: addressFormat,
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
patchCompanyAddressFormatsById(id, patchOperations) {
|
|
55
|
+
return this.request({
|
|
56
|
+
path: `/company/addressFormats/${id}`,
|
|
57
|
+
method: 'patch',
|
|
58
|
+
data: patchOperations,
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
getCompanyAddressFormatsByIdInfo(id, params = {}) {
|
|
62
|
+
return this.request({
|
|
63
|
+
path: `/company/addressFormats/${id}/info`,
|
|
64
|
+
method: 'get',
|
|
65
|
+
params,
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
getCompanyAddressFormatsCount(params = {}) {
|
|
69
|
+
return this.request({
|
|
70
|
+
path: `/company/addressFormats/count`,
|
|
71
|
+
method: 'get',
|
|
72
|
+
params,
|
|
73
|
+
});
|
|
74
|
+
}
|
|
75
|
+
getCompanyAddressFormatsInfo(params = {}) {
|
|
76
|
+
return this.request({
|
|
77
|
+
path: `/company/addressFormats/info`,
|
|
78
|
+
method: 'get',
|
|
79
|
+
params,
|
|
80
|
+
});
|
|
81
|
+
}
|
|
82
|
+
getCompanyAddressFormatsInfoCount(params = {}) {
|
|
83
|
+
return this.request({
|
|
84
|
+
path: `/company/addressFormats/info/count`,
|
|
85
|
+
method: 'get',
|
|
86
|
+
params,
|
|
87
|
+
});
|
|
88
|
+
}
|
|
89
|
+
getCompanyBillingSetupsInfoCount(params = {}) {
|
|
90
|
+
return this.request({
|
|
91
|
+
path: `/company/billingSetups/info/count`,
|
|
92
|
+
method: 'get',
|
|
93
|
+
params,
|
|
94
|
+
});
|
|
95
|
+
}
|
|
96
|
+
getCompanyCommunicationTypes(params = {}) {
|
|
97
|
+
return this.request({
|
|
98
|
+
path: `/company/communicationTypes`,
|
|
99
|
+
method: 'get',
|
|
100
|
+
params,
|
|
101
|
+
});
|
|
102
|
+
}
|
|
103
|
+
postCompanyCommunicationTypes(communicationType) {
|
|
104
|
+
return this.request({
|
|
105
|
+
path: `/company/communicationTypes`,
|
|
106
|
+
method: 'post',
|
|
107
|
+
data: communicationType,
|
|
108
|
+
});
|
|
109
|
+
}
|
|
110
|
+
getCompanyCommunicationTypesById(id, params = {}) {
|
|
111
|
+
return this.request({
|
|
112
|
+
path: `/company/communicationTypes/${id}`,
|
|
113
|
+
method: 'get',
|
|
114
|
+
params,
|
|
115
|
+
});
|
|
116
|
+
}
|
|
117
|
+
deleteCompanyCommunicationTypesById(id) {
|
|
118
|
+
return this.request({
|
|
119
|
+
path: `/company/communicationTypes/${id}`,
|
|
120
|
+
method: 'delete',
|
|
121
|
+
});
|
|
122
|
+
}
|
|
123
|
+
putCompanyCommunicationTypesById(id, communicationType) {
|
|
124
|
+
return this.request({
|
|
125
|
+
path: `/company/communicationTypes/${id}`,
|
|
126
|
+
method: 'put',
|
|
127
|
+
data: communicationType,
|
|
128
|
+
});
|
|
129
|
+
}
|
|
130
|
+
patchCompanyCommunicationTypesById(id, patchOperations) {
|
|
131
|
+
return this.request({
|
|
132
|
+
path: `/company/communicationTypes/${id}`,
|
|
133
|
+
method: 'patch',
|
|
134
|
+
data: patchOperations,
|
|
135
|
+
});
|
|
136
|
+
}
|
|
137
|
+
getCompanyCommunicationTypesByIdInfo(id, params = {}) {
|
|
138
|
+
return this.request({
|
|
139
|
+
path: `/company/communicationTypes/${id}/info`,
|
|
140
|
+
method: 'get',
|
|
141
|
+
params,
|
|
142
|
+
});
|
|
143
|
+
}
|
|
144
|
+
getCompanyCommunicationTypesByIdUsages(id, params = {}) {
|
|
145
|
+
return this.request({
|
|
146
|
+
path: `/company/communicationTypes/${id}/usages`,
|
|
147
|
+
method: 'get',
|
|
148
|
+
params,
|
|
149
|
+
});
|
|
150
|
+
}
|
|
151
|
+
getCompanyCommunicationTypesByIdUsagesList(id, params = {}) {
|
|
152
|
+
return this.request({
|
|
153
|
+
path: `/company/communicationTypes/${id}/usages/list`,
|
|
154
|
+
method: 'get',
|
|
155
|
+
params,
|
|
156
|
+
});
|
|
157
|
+
}
|
|
158
|
+
getCompanyCommunicationTypesCount(params = {}) {
|
|
159
|
+
return this.request({
|
|
160
|
+
path: `/company/communicationTypes/count`,
|
|
161
|
+
method: 'get',
|
|
162
|
+
params,
|
|
163
|
+
});
|
|
164
|
+
}
|
|
165
|
+
getCompanyCommunicationTypesInfo(params = {}) {
|
|
166
|
+
return this.request({
|
|
167
|
+
path: `/company/communicationTypes/info`,
|
|
168
|
+
method: 'get',
|
|
169
|
+
params,
|
|
170
|
+
});
|
|
171
|
+
}
|
|
172
|
+
getCompanyCommunicationTypesInfoCount(params = {}) {
|
|
173
|
+
return this.request({
|
|
174
|
+
path: `/company/communicationTypes/info/count`,
|
|
175
|
+
method: 'get',
|
|
176
|
+
params,
|
|
177
|
+
});
|
|
178
|
+
}
|
|
179
|
+
getCompanyCompanies(params = {}) {
|
|
180
|
+
return this.request({
|
|
181
|
+
path: `/company/companies`,
|
|
182
|
+
method: 'get',
|
|
183
|
+
params,
|
|
184
|
+
});
|
|
185
|
+
}
|
|
186
|
+
postCompanyCompanies(company) {
|
|
187
|
+
return this.request({
|
|
188
|
+
path: `/company/companies`,
|
|
189
|
+
method: 'post',
|
|
190
|
+
data: company,
|
|
191
|
+
});
|
|
192
|
+
}
|
|
193
|
+
getCompanyCompaniesById(id, params = {}) {
|
|
194
|
+
return this.request({
|
|
195
|
+
path: `/company/companies/${id}`,
|
|
196
|
+
method: 'get',
|
|
197
|
+
params,
|
|
198
|
+
});
|
|
199
|
+
}
|
|
200
|
+
deleteCompanyCompaniesById(id) {
|
|
201
|
+
return this.request({
|
|
202
|
+
path: `/company/companies/${id}`,
|
|
203
|
+
method: 'delete',
|
|
204
|
+
});
|
|
205
|
+
}
|
|
206
|
+
putCompanyCompaniesById(id, company) {
|
|
207
|
+
return this.request({
|
|
208
|
+
path: `/company/companies/${id}`,
|
|
209
|
+
method: 'put',
|
|
210
|
+
data: company,
|
|
211
|
+
});
|
|
212
|
+
}
|
|
213
|
+
patchCompanyCompaniesById(id, patchOperations) {
|
|
214
|
+
return this.request({
|
|
215
|
+
path: `/company/companies/${id}`,
|
|
216
|
+
method: 'patch',
|
|
217
|
+
data: patchOperations,
|
|
218
|
+
});
|
|
219
|
+
}
|
|
220
|
+
postCompanyCompaniesByIdMerge(id, merge) {
|
|
221
|
+
return this.request({
|
|
222
|
+
path: `/company/companies/${id}/merge`,
|
|
223
|
+
method: 'post',
|
|
224
|
+
data: merge,
|
|
225
|
+
});
|
|
226
|
+
}
|
|
227
|
+
getCompanyCompaniesByIdUsages(id, params = {}) {
|
|
228
|
+
return this.request({
|
|
229
|
+
path: `/company/companies/${id}/usages`,
|
|
230
|
+
method: 'get',
|
|
231
|
+
params,
|
|
232
|
+
});
|
|
233
|
+
}
|
|
234
|
+
getCompanyCompaniesByIdUsagesList(id, params = {}) {
|
|
235
|
+
return this.request({
|
|
236
|
+
path: `/company/companies/${id}/usages/list`,
|
|
237
|
+
method: 'get',
|
|
238
|
+
params,
|
|
239
|
+
});
|
|
240
|
+
}
|
|
241
|
+
getCompanyCompaniesByParentIdCustomStatusNotes(parentId, params = {}) {
|
|
242
|
+
return this.request({
|
|
243
|
+
path: `/company/companies/${parentId}/customStatusNotes`,
|
|
244
|
+
method: 'get',
|
|
245
|
+
params,
|
|
246
|
+
});
|
|
247
|
+
}
|
|
248
|
+
postCompanyCompaniesByParentIdCustomStatusNotes(parentId, customNote) {
|
|
249
|
+
return this.request({
|
|
250
|
+
path: `/company/companies/${parentId}/customStatusNotes`,
|
|
251
|
+
method: 'post',
|
|
252
|
+
data: customNote,
|
|
253
|
+
});
|
|
254
|
+
}
|
|
255
|
+
getCompanyCompaniesByParentIdCustomStatusNotesById(id, parentId, params = {}) {
|
|
256
|
+
return this.request({
|
|
257
|
+
path: `/company/companies/${parentId}/customStatusNotes/${id}`,
|
|
258
|
+
method: 'get',
|
|
259
|
+
params,
|
|
260
|
+
});
|
|
261
|
+
}
|
|
262
|
+
deleteCompanyCompaniesByParentIdCustomStatusNotesById(id, parentId) {
|
|
263
|
+
return this.request({
|
|
264
|
+
path: `/company/companies/${parentId}/customStatusNotes/${id}`,
|
|
265
|
+
method: 'delete',
|
|
266
|
+
});
|
|
267
|
+
}
|
|
268
|
+
putCompanyCompaniesByParentIdCustomStatusNotesById(id, parentId, customNote) {
|
|
269
|
+
return this.request({
|
|
270
|
+
path: `/company/companies/${parentId}/customStatusNotes/${id}`,
|
|
271
|
+
method: 'put',
|
|
272
|
+
data: customNote,
|
|
273
|
+
});
|
|
274
|
+
}
|
|
275
|
+
patchCompanyCompaniesByParentIdCustomStatusNotesById(id, parentId, patchOperations) {
|
|
276
|
+
return this.request({
|
|
277
|
+
path: `/company/companies/${parentId}/customStatusNotes/${id}`,
|
|
278
|
+
method: 'patch',
|
|
279
|
+
data: patchOperations,
|
|
280
|
+
});
|
|
281
|
+
}
|
|
282
|
+
getCompanyCompaniesByParentIdCustomStatusNotesCount(parentId, params = {}) {
|
|
283
|
+
return this.request({
|
|
284
|
+
path: `/company/companies/${parentId}/customStatusNotes/count`,
|
|
285
|
+
method: 'get',
|
|
286
|
+
params,
|
|
287
|
+
});
|
|
288
|
+
}
|
|
289
|
+
getCompanyCompaniesByParentIdGroups(parentId, params = {}) {
|
|
290
|
+
return this.request({
|
|
291
|
+
path: `/company/companies/${parentId}/groups`,
|
|
292
|
+
method: 'get',
|
|
293
|
+
params,
|
|
294
|
+
});
|
|
295
|
+
}
|
|
296
|
+
postCompanyCompaniesByParentIdGroups(parentId, companyGroup) {
|
|
297
|
+
return this.request({
|
|
298
|
+
path: `/company/companies/${parentId}/groups`,
|
|
299
|
+
method: 'post',
|
|
300
|
+
data: companyGroup,
|
|
301
|
+
});
|
|
302
|
+
}
|
|
303
|
+
getCompanyCompaniesByParentIdGroupsById(id, parentId, params = {}) {
|
|
304
|
+
return this.request({
|
|
305
|
+
path: `/company/companies/${parentId}/groups/${id}`,
|
|
306
|
+
method: 'get',
|
|
307
|
+
params,
|
|
308
|
+
});
|
|
309
|
+
}
|
|
310
|
+
deleteCompanyCompaniesByParentIdGroupsById(id, parentId) {
|
|
311
|
+
return this.request({
|
|
312
|
+
path: `/company/companies/${parentId}/groups/${id}`,
|
|
313
|
+
method: 'delete',
|
|
314
|
+
});
|
|
315
|
+
}
|
|
316
|
+
putCompanyCompaniesByParentIdGroupsById(id, parentId, companyGroup) {
|
|
317
|
+
return this.request({
|
|
318
|
+
path: `/company/companies/${parentId}/groups/${id}`,
|
|
319
|
+
method: 'put',
|
|
320
|
+
data: companyGroup,
|
|
321
|
+
});
|
|
322
|
+
}
|
|
323
|
+
patchCompanyCompaniesByParentIdGroupsById(id, parentId, patchOperations) {
|
|
324
|
+
return this.request({
|
|
325
|
+
path: `/company/companies/${parentId}/groups/${id}`,
|
|
326
|
+
method: 'patch',
|
|
327
|
+
data: patchOperations,
|
|
328
|
+
});
|
|
329
|
+
}
|
|
330
|
+
getCompanyCompaniesByParentIdGroupsCount(parentId, params = {}) {
|
|
331
|
+
return this.request({
|
|
332
|
+
path: `/company/companies/${parentId}/groups/count`,
|
|
333
|
+
method: 'get',
|
|
334
|
+
params,
|
|
335
|
+
});
|
|
336
|
+
}
|
|
337
|
+
getCompanyCompaniesByParentIdManagementReportNotifications(parentId, params = {}) {
|
|
338
|
+
return this.request({
|
|
339
|
+
path: `/company/companies/${parentId}/managementReportNotifications`,
|
|
340
|
+
method: 'get',
|
|
341
|
+
params,
|
|
342
|
+
});
|
|
343
|
+
}
|
|
344
|
+
postCompanyCompaniesByParentIdManagementReportNotifications(parentId, managementReportNotification) {
|
|
345
|
+
return this.request({
|
|
346
|
+
path: `/company/companies/${parentId}/managementReportNotifications`,
|
|
347
|
+
method: 'post',
|
|
348
|
+
data: managementReportNotification,
|
|
349
|
+
});
|
|
350
|
+
}
|
|
351
|
+
getCompanyCompaniesByParentIdManagementReportNotificationsById(id, parentId, params = {}) {
|
|
352
|
+
return this.request({
|
|
353
|
+
path: `/company/companies/${parentId}/managementReportNotifications/${id}`,
|
|
354
|
+
method: 'get',
|
|
355
|
+
params,
|
|
356
|
+
});
|
|
357
|
+
}
|
|
358
|
+
deleteCompanyCompaniesByParentIdManagementReportNotificationsById(id, parentId) {
|
|
359
|
+
return this.request({
|
|
360
|
+
path: `/company/companies/${parentId}/managementReportNotifications/${id}`,
|
|
361
|
+
method: 'delete',
|
|
362
|
+
});
|
|
363
|
+
}
|
|
364
|
+
putCompanyCompaniesByParentIdManagementReportNotificationsById(id, parentId, managementReportNotification) {
|
|
365
|
+
return this.request({
|
|
366
|
+
path: `/company/companies/${parentId}/managementReportNotifications/${id}`,
|
|
367
|
+
method: 'put',
|
|
368
|
+
data: managementReportNotification,
|
|
369
|
+
});
|
|
370
|
+
}
|
|
371
|
+
patchCompanyCompaniesByParentIdManagementReportNotificationsById(id, parentId, patchOperations) {
|
|
372
|
+
return this.request({
|
|
373
|
+
path: `/company/companies/${parentId}/managementReportNotifications/${id}`,
|
|
374
|
+
method: 'patch',
|
|
375
|
+
data: patchOperations,
|
|
376
|
+
});
|
|
377
|
+
}
|
|
378
|
+
getCompanyCompaniesByParentIdManagementReportNotificationsCount(parentId, params = {}) {
|
|
379
|
+
return this.request({
|
|
380
|
+
path: `/company/companies/${parentId}/managementReportNotifications/count`,
|
|
381
|
+
method: 'get',
|
|
382
|
+
params,
|
|
383
|
+
});
|
|
384
|
+
}
|
|
385
|
+
getCompanyCompaniesByParentIdManagementReportSetup(parentId, params = {}) {
|
|
386
|
+
return this.request({
|
|
387
|
+
path: `/company/companies/${parentId}/managementReportSetup`,
|
|
388
|
+
method: 'get',
|
|
389
|
+
params,
|
|
390
|
+
});
|
|
391
|
+
}
|
|
392
|
+
postCompanyCompaniesByParentIdManagementReportSetup(parentId, managementReportSetup) {
|
|
393
|
+
return this.request({
|
|
394
|
+
path: `/company/companies/${parentId}/managementReportSetup`,
|
|
395
|
+
method: 'post',
|
|
396
|
+
data: managementReportSetup,
|
|
397
|
+
});
|
|
398
|
+
}
|
|
399
|
+
putCompanyCompaniesByParentIdManagementReportSetupById(id, parentId, managementReportSetup) {
|
|
400
|
+
return this.request({
|
|
401
|
+
path: `/company/companies/${parentId}/managementReportSetup/${id}`,
|
|
402
|
+
method: 'put',
|
|
403
|
+
data: managementReportSetup,
|
|
404
|
+
});
|
|
405
|
+
}
|
|
406
|
+
patchCompanyCompaniesByParentIdManagementReportSetupById(id, parentId, patchOperations) {
|
|
407
|
+
return this.request({
|
|
408
|
+
path: `/company/companies/${parentId}/managementReportSetup/${id}`,
|
|
409
|
+
method: 'patch',
|
|
410
|
+
data: patchOperations,
|
|
411
|
+
});
|
|
412
|
+
}
|
|
413
|
+
getCompanyCompaniesByParentIdManagementSummaryReports(parentId, params = {}) {
|
|
414
|
+
return this.request({
|
|
415
|
+
path: `/company/companies/${parentId}/managementSummaryReports`,
|
|
416
|
+
method: 'get',
|
|
417
|
+
params,
|
|
418
|
+
});
|
|
419
|
+
}
|
|
420
|
+
postCompanyCompaniesByParentIdManagementSummaryReports(parentId, managementSummary) {
|
|
421
|
+
return this.request({
|
|
422
|
+
path: `/company/companies/${parentId}/managementSummaryReports`,
|
|
423
|
+
method: 'post',
|
|
424
|
+
data: managementSummary,
|
|
425
|
+
});
|
|
426
|
+
}
|
|
427
|
+
getCompanyCompaniesByParentIdManagementSummaryReportsById(id, parentId, params = {}) {
|
|
428
|
+
return this.request({
|
|
429
|
+
path: `/company/companies/${parentId}/managementSummaryReports/${id}`,
|
|
430
|
+
method: 'get',
|
|
431
|
+
params,
|
|
432
|
+
});
|
|
433
|
+
}
|
|
434
|
+
deleteCompanyCompaniesByParentIdManagementSummaryReportsById(id, parentId) {
|
|
435
|
+
return this.request({
|
|
436
|
+
path: `/company/companies/${parentId}/managementSummaryReports/${id}`,
|
|
437
|
+
method: 'delete',
|
|
438
|
+
});
|
|
439
|
+
}
|
|
440
|
+
putCompanyCompaniesByParentIdManagementSummaryReportsById(id, parentId, managementSummary) {
|
|
441
|
+
return this.request({
|
|
442
|
+
path: `/company/companies/${parentId}/managementSummaryReports/${id}`,
|
|
443
|
+
method: 'put',
|
|
444
|
+
data: managementSummary,
|
|
445
|
+
});
|
|
446
|
+
}
|
|
447
|
+
patchCompanyCompaniesByParentIdManagementSummaryReportsById(id, parentId, patchOperations) {
|
|
448
|
+
return this.request({
|
|
449
|
+
path: `/company/companies/${parentId}/managementSummaryReports/${id}`,
|
|
450
|
+
method: 'patch',
|
|
451
|
+
data: patchOperations,
|
|
452
|
+
});
|
|
453
|
+
}
|
|
454
|
+
getCompanyCompaniesByParentIdManagementSummaryReportsCount(parentId, params = {}) {
|
|
455
|
+
return this.request({
|
|
456
|
+
path: `/company/companies/${parentId}/managementSummaryReports/count`,
|
|
457
|
+
method: 'get',
|
|
458
|
+
params,
|
|
459
|
+
});
|
|
460
|
+
}
|
|
461
|
+
getCompanyCompaniesByParentIdNotes(parentId, params = {}) {
|
|
462
|
+
return this.request({
|
|
463
|
+
path: `/company/companies/${parentId}/notes`,
|
|
464
|
+
method: 'get',
|
|
465
|
+
params,
|
|
466
|
+
});
|
|
467
|
+
}
|
|
468
|
+
postCompanyCompaniesByParentIdNotes(parentId, companyNote) {
|
|
469
|
+
return this.request({
|
|
470
|
+
path: `/company/companies/${parentId}/notes`,
|
|
471
|
+
method: 'post',
|
|
472
|
+
data: companyNote,
|
|
473
|
+
});
|
|
474
|
+
}
|
|
475
|
+
getCompanyCompaniesByParentIdNotesById(id, parentId, params = {}) {
|
|
476
|
+
return this.request({
|
|
477
|
+
path: `/company/companies/${parentId}/notes/${id}`,
|
|
478
|
+
method: 'get',
|
|
479
|
+
params,
|
|
480
|
+
});
|
|
481
|
+
}
|
|
482
|
+
deleteCompanyCompaniesByParentIdNotesById(id, parentId) {
|
|
483
|
+
return this.request({
|
|
484
|
+
path: `/company/companies/${parentId}/notes/${id}`,
|
|
485
|
+
method: 'delete',
|
|
486
|
+
});
|
|
487
|
+
}
|
|
488
|
+
putCompanyCompaniesByParentIdNotesById(id, parentId, companyNote) {
|
|
489
|
+
return this.request({
|
|
490
|
+
path: `/company/companies/${parentId}/notes/${id}`,
|
|
491
|
+
method: 'put',
|
|
492
|
+
data: companyNote,
|
|
493
|
+
});
|
|
494
|
+
}
|
|
495
|
+
patchCompanyCompaniesByParentIdNotesById(id, parentId, patchOperations) {
|
|
496
|
+
return this.request({
|
|
497
|
+
path: `/company/companies/${parentId}/notes/${id}`,
|
|
498
|
+
method: 'patch',
|
|
499
|
+
data: patchOperations,
|
|
500
|
+
});
|
|
501
|
+
}
|
|
502
|
+
getCompanyCompaniesByParentIdNotesCount(parentId, params = {}) {
|
|
503
|
+
return this.request({
|
|
504
|
+
path: `/company/companies/${parentId}/notes/count`,
|
|
505
|
+
method: 'get',
|
|
506
|
+
params,
|
|
507
|
+
});
|
|
508
|
+
}
|
|
509
|
+
getCompanyCompaniesByParentIdSites(parentId, params = {}) {
|
|
510
|
+
return this.request({
|
|
511
|
+
path: `/company/companies/${parentId}/sites`,
|
|
512
|
+
method: 'get',
|
|
513
|
+
params,
|
|
514
|
+
});
|
|
515
|
+
}
|
|
516
|
+
postCompanyCompaniesByParentIdSites(parentId, site) {
|
|
517
|
+
return this.request({
|
|
518
|
+
path: `/company/companies/${parentId}/sites`,
|
|
519
|
+
method: 'post',
|
|
520
|
+
data: site,
|
|
521
|
+
});
|
|
522
|
+
}
|
|
523
|
+
getCompanyCompaniesByParentIdSitesById(id, parentId, params = {}) {
|
|
524
|
+
return this.request({
|
|
525
|
+
path: `/company/companies/${parentId}/sites/${id}`,
|
|
526
|
+
method: 'get',
|
|
527
|
+
params,
|
|
528
|
+
});
|
|
529
|
+
}
|
|
530
|
+
deleteCompanyCompaniesByParentIdSitesById(id, parentId) {
|
|
531
|
+
return this.request({
|
|
532
|
+
path: `/company/companies/${parentId}/sites/${id}`,
|
|
533
|
+
method: 'delete',
|
|
534
|
+
});
|
|
535
|
+
}
|
|
536
|
+
putCompanyCompaniesByParentIdSitesById(id, parentId, site) {
|
|
537
|
+
return this.request({
|
|
538
|
+
path: `/company/companies/${parentId}/sites/${id}`,
|
|
539
|
+
method: 'put',
|
|
540
|
+
data: site,
|
|
541
|
+
});
|
|
542
|
+
}
|
|
543
|
+
patchCompanyCompaniesByParentIdSitesById(id, parentId, patchOperations) {
|
|
544
|
+
return this.request({
|
|
545
|
+
path: `/company/companies/${parentId}/sites/${id}`,
|
|
546
|
+
method: 'patch',
|
|
547
|
+
data: patchOperations,
|
|
548
|
+
});
|
|
549
|
+
}
|
|
550
|
+
getCompanyCompaniesByParentIdSitesByIdUsages(id, parentId, params = {}) {
|
|
551
|
+
return this.request({
|
|
552
|
+
path: `/company/companies/${parentId}/sites/${id}/usages`,
|
|
553
|
+
method: 'get',
|
|
554
|
+
params,
|
|
555
|
+
});
|
|
556
|
+
}
|
|
557
|
+
getCompanyCompaniesByParentIdSitesByIdUsagesList(id, parentId, params = {}) {
|
|
558
|
+
return this.request({
|
|
559
|
+
path: `/company/companies/${parentId}/sites/${id}/usages/list`,
|
|
560
|
+
method: 'get',
|
|
561
|
+
params,
|
|
562
|
+
});
|
|
563
|
+
}
|
|
564
|
+
getCompanyCompaniesByParentIdSitesCount(parentId, params = {}) {
|
|
565
|
+
return this.request({
|
|
566
|
+
path: `/company/companies/${parentId}/sites/count`,
|
|
567
|
+
method: 'get',
|
|
568
|
+
params,
|
|
569
|
+
});
|
|
570
|
+
}
|
|
571
|
+
getCompanyCompaniesByParentIdSurveysCount(parentId, params = {}) {
|
|
572
|
+
return this.request({
|
|
573
|
+
path: `/company/companies/${parentId}/surveys/count`,
|
|
574
|
+
method: 'get',
|
|
575
|
+
params,
|
|
576
|
+
});
|
|
577
|
+
}
|
|
578
|
+
getCompanyCompaniesByParentIdTeams(parentId, params = {}) {
|
|
579
|
+
return this.request({
|
|
580
|
+
path: `/company/companies/${parentId}/teams`,
|
|
581
|
+
method: 'get',
|
|
582
|
+
params,
|
|
583
|
+
});
|
|
584
|
+
}
|
|
585
|
+
postCompanyCompaniesByParentIdTeams(parentId, companyTeam) {
|
|
586
|
+
return this.request({
|
|
587
|
+
path: `/company/companies/${parentId}/teams`,
|
|
588
|
+
method: 'post',
|
|
589
|
+
data: companyTeam,
|
|
590
|
+
});
|
|
591
|
+
}
|
|
592
|
+
getCompanyCompaniesByParentIdTeamsById(id, parentId, params = {}) {
|
|
593
|
+
return this.request({
|
|
594
|
+
path: `/company/companies/${parentId}/teams/${id}`,
|
|
595
|
+
method: 'get',
|
|
596
|
+
params,
|
|
597
|
+
});
|
|
598
|
+
}
|
|
599
|
+
deleteCompanyCompaniesByParentIdTeamsById(id, parentId) {
|
|
600
|
+
return this.request({
|
|
601
|
+
path: `/company/companies/${parentId}/teams/${id}`,
|
|
602
|
+
method: 'delete',
|
|
603
|
+
});
|
|
604
|
+
}
|
|
605
|
+
putCompanyCompaniesByParentIdTeamsById(id, parentId, companyTeam) {
|
|
606
|
+
return this.request({
|
|
607
|
+
path: `/company/companies/${parentId}/teams/${id}`,
|
|
608
|
+
method: 'put',
|
|
609
|
+
data: companyTeam,
|
|
610
|
+
});
|
|
611
|
+
}
|
|
612
|
+
patchCompanyCompaniesByParentIdTeamsById(id, parentId, patchOperations) {
|
|
613
|
+
return this.request({
|
|
614
|
+
path: `/company/companies/${parentId}/teams/${id}`,
|
|
615
|
+
method: 'patch',
|
|
616
|
+
data: patchOperations,
|
|
617
|
+
});
|
|
618
|
+
}
|
|
619
|
+
getCompanyCompaniesByParentIdTeamsCount(parentId, params = {}) {
|
|
620
|
+
return this.request({
|
|
621
|
+
path: `/company/companies/${parentId}/teams/count`,
|
|
622
|
+
method: 'get',
|
|
623
|
+
params,
|
|
624
|
+
});
|
|
625
|
+
}
|
|
626
|
+
getCompanyCompaniesByParentIdTracks(parentId, params = {}) {
|
|
627
|
+
return this.request({
|
|
628
|
+
path: `/company/companies/${parentId}/tracks`,
|
|
629
|
+
method: 'get',
|
|
630
|
+
params,
|
|
631
|
+
});
|
|
632
|
+
}
|
|
633
|
+
postCompanyCompaniesByParentIdTracks(parentId, track) {
|
|
634
|
+
return this.request({
|
|
635
|
+
path: `/company/companies/${parentId}/tracks`,
|
|
636
|
+
method: 'post',
|
|
637
|
+
data: track,
|
|
638
|
+
});
|
|
639
|
+
}
|
|
640
|
+
getCompanyCompaniesByParentIdTracksById(id, parentId, params = {}) {
|
|
641
|
+
return this.request({
|
|
642
|
+
path: `/company/companies/${parentId}/tracks/${id}`,
|
|
643
|
+
method: 'get',
|
|
644
|
+
params,
|
|
645
|
+
});
|
|
646
|
+
}
|
|
647
|
+
deleteCompanyCompaniesByParentIdTracksById(id, parentId) {
|
|
648
|
+
return this.request({
|
|
649
|
+
path: `/company/companies/${parentId}/tracks/${id}`,
|
|
650
|
+
method: 'delete',
|
|
651
|
+
});
|
|
652
|
+
}
|
|
653
|
+
getCompanyCompaniesByParentIdTracksCount(parentId, params = {}) {
|
|
654
|
+
return this.request({
|
|
655
|
+
path: `/company/companies/${parentId}/tracks/count`,
|
|
656
|
+
method: 'get',
|
|
657
|
+
params,
|
|
658
|
+
});
|
|
659
|
+
}
|
|
660
|
+
getCompanyCompaniesByParentIdTypeAssociations(parentId, params = {}) {
|
|
661
|
+
return this.request({
|
|
662
|
+
path: `/company/companies/${parentId}/typeAssociations`,
|
|
663
|
+
method: 'get',
|
|
664
|
+
params,
|
|
665
|
+
});
|
|
666
|
+
}
|
|
667
|
+
postCompanyCompaniesByParentIdTypeAssociations(parentId, companyTypeAssociation) {
|
|
668
|
+
return this.request({
|
|
669
|
+
path: `/company/companies/${parentId}/typeAssociations`,
|
|
670
|
+
method: 'post',
|
|
671
|
+
data: companyTypeAssociation,
|
|
672
|
+
});
|
|
673
|
+
}
|
|
674
|
+
getCompanyCompaniesByParentIdTypeAssociationsById(id, parentId, params = {}) {
|
|
675
|
+
return this.request({
|
|
676
|
+
path: `/company/companies/${parentId}/typeAssociations/${id}`,
|
|
677
|
+
method: 'get',
|
|
678
|
+
params,
|
|
679
|
+
});
|
|
680
|
+
}
|
|
681
|
+
deleteCompanyCompaniesByParentIdTypeAssociationsById(id, parentId) {
|
|
682
|
+
return this.request({
|
|
683
|
+
path: `/company/companies/${parentId}/typeAssociations/${id}`,
|
|
684
|
+
method: 'delete',
|
|
685
|
+
});
|
|
686
|
+
}
|
|
687
|
+
putCompanyCompaniesByParentIdTypeAssociationsById(id, parentId, companyTypeAssociation) {
|
|
688
|
+
return this.request({
|
|
689
|
+
path: `/company/companies/${parentId}/typeAssociations/${id}`,
|
|
690
|
+
method: 'put',
|
|
691
|
+
data: companyTypeAssociation,
|
|
692
|
+
});
|
|
693
|
+
}
|
|
694
|
+
patchCompanyCompaniesByParentIdTypeAssociationsById(id, parentId, patchOperations) {
|
|
695
|
+
return this.request({
|
|
696
|
+
path: `/company/companies/${parentId}/typeAssociations/${id}`,
|
|
697
|
+
method: 'patch',
|
|
698
|
+
data: patchOperations,
|
|
699
|
+
});
|
|
700
|
+
}
|
|
701
|
+
getCompanyCompaniesByParentIdTypeAssociationsCount(parentId, params = {}) {
|
|
702
|
+
return this.request({
|
|
703
|
+
path: `/company/companies/${parentId}/typeAssociations/count`,
|
|
704
|
+
method: 'get',
|
|
705
|
+
params,
|
|
706
|
+
});
|
|
707
|
+
}
|
|
708
|
+
getCompanyCompaniesCount(params = {}) {
|
|
709
|
+
return this.request({
|
|
710
|
+
path: `/company/companies/count`,
|
|
711
|
+
method: 'get',
|
|
712
|
+
params,
|
|
713
|
+
});
|
|
714
|
+
}
|
|
715
|
+
getCompanyCompaniesDefault(params = {}) {
|
|
716
|
+
return this.request({
|
|
717
|
+
path: `/company/companies/default`,
|
|
718
|
+
method: 'get',
|
|
719
|
+
params,
|
|
720
|
+
});
|
|
721
|
+
}
|
|
722
|
+
getCompanyCompaniesInfoTypes(params = {}) {
|
|
723
|
+
return this.request({
|
|
724
|
+
path: `/company/companies/info/types`,
|
|
725
|
+
method: 'get',
|
|
726
|
+
params,
|
|
727
|
+
});
|
|
728
|
+
}
|
|
729
|
+
getCompanyCompaniesInfoTypesById(id, params = {}) {
|
|
730
|
+
return this.request({
|
|
731
|
+
path: `/company/companies/info/types/${id}`,
|
|
732
|
+
method: 'get',
|
|
733
|
+
params,
|
|
734
|
+
});
|
|
735
|
+
}
|
|
736
|
+
getCompanyCompaniesInfoTypesCount(params = {}) {
|
|
737
|
+
return this.request({
|
|
738
|
+
path: `/company/companies/info/types/count`,
|
|
739
|
+
method: 'get',
|
|
740
|
+
params,
|
|
741
|
+
});
|
|
742
|
+
}
|
|
743
|
+
getCompanyCompaniesStatuses(params = {}) {
|
|
744
|
+
return this.request({
|
|
745
|
+
path: `/company/companies/statuses`,
|
|
746
|
+
method: 'get',
|
|
747
|
+
params,
|
|
748
|
+
});
|
|
749
|
+
}
|
|
750
|
+
postCompanyCompaniesStatuses(companyStatus) {
|
|
751
|
+
return this.request({
|
|
752
|
+
path: `/company/companies/statuses`,
|
|
753
|
+
method: 'post',
|
|
754
|
+
data: companyStatus,
|
|
755
|
+
});
|
|
756
|
+
}
|
|
757
|
+
getCompanyCompaniesStatusesById(id, params = {}) {
|
|
758
|
+
return this.request({
|
|
759
|
+
path: `/company/companies/statuses/${id}`,
|
|
760
|
+
method: 'get',
|
|
761
|
+
params,
|
|
762
|
+
});
|
|
763
|
+
}
|
|
764
|
+
deleteCompanyCompaniesStatusesById(id) {
|
|
765
|
+
return this.request({
|
|
766
|
+
path: `/company/companies/statuses/${id}`,
|
|
767
|
+
method: 'delete',
|
|
768
|
+
});
|
|
769
|
+
}
|
|
770
|
+
putCompanyCompaniesStatusesById(id, companyStatus) {
|
|
771
|
+
return this.request({
|
|
772
|
+
path: `/company/companies/statuses/${id}`,
|
|
773
|
+
method: 'put',
|
|
774
|
+
data: companyStatus,
|
|
775
|
+
});
|
|
776
|
+
}
|
|
777
|
+
patchCompanyCompaniesStatusesById(id, patchOperations) {
|
|
778
|
+
return this.request({
|
|
779
|
+
path: `/company/companies/statuses/${id}`,
|
|
780
|
+
method: 'patch',
|
|
781
|
+
data: patchOperations,
|
|
782
|
+
});
|
|
783
|
+
}
|
|
784
|
+
getCompanyCompaniesStatusesByIdUsages(id, params = {}) {
|
|
785
|
+
return this.request({
|
|
786
|
+
path: `/company/companies/statuses/${id}/usages`,
|
|
787
|
+
method: 'get',
|
|
788
|
+
params,
|
|
789
|
+
});
|
|
790
|
+
}
|
|
791
|
+
getCompanyCompaniesStatusesByIdUsagesList(id, params = {}) {
|
|
792
|
+
return this.request({
|
|
793
|
+
path: `/company/companies/statuses/${id}/usages/list`,
|
|
794
|
+
method: 'get',
|
|
795
|
+
params,
|
|
796
|
+
});
|
|
797
|
+
}
|
|
798
|
+
getCompanyCompaniesStatusesCount(params = {}) {
|
|
799
|
+
return this.request({
|
|
800
|
+
path: `/company/companies/statuses/count`,
|
|
801
|
+
method: 'get',
|
|
802
|
+
params,
|
|
803
|
+
});
|
|
804
|
+
}
|
|
805
|
+
getCompanyCompaniesTypes(params = {}) {
|
|
806
|
+
return this.request({
|
|
807
|
+
path: `/company/companies/types`,
|
|
808
|
+
method: 'get',
|
|
809
|
+
params,
|
|
810
|
+
});
|
|
811
|
+
}
|
|
812
|
+
postCompanyCompaniesTypes(companyType) {
|
|
813
|
+
return this.request({
|
|
814
|
+
path: `/company/companies/types`,
|
|
815
|
+
method: 'post',
|
|
816
|
+
data: companyType,
|
|
817
|
+
});
|
|
818
|
+
}
|
|
819
|
+
getCompanyCompaniesTypesById(id, params = {}) {
|
|
820
|
+
return this.request({
|
|
821
|
+
path: `/company/companies/types/${id}`,
|
|
822
|
+
method: 'get',
|
|
823
|
+
params,
|
|
824
|
+
});
|
|
825
|
+
}
|
|
826
|
+
deleteCompanyCompaniesTypesById(id) {
|
|
827
|
+
return this.request({
|
|
828
|
+
path: `/company/companies/types/${id}`,
|
|
829
|
+
method: 'delete',
|
|
830
|
+
});
|
|
831
|
+
}
|
|
832
|
+
putCompanyCompaniesTypesById(id, companyType) {
|
|
833
|
+
return this.request({
|
|
834
|
+
path: `/company/companies/types/${id}`,
|
|
835
|
+
method: 'put',
|
|
836
|
+
data: companyType,
|
|
837
|
+
});
|
|
838
|
+
}
|
|
839
|
+
patchCompanyCompaniesTypesById(id, patchOperations) {
|
|
840
|
+
return this.request({
|
|
841
|
+
path: `/company/companies/types/${id}`,
|
|
842
|
+
method: 'patch',
|
|
843
|
+
data: patchOperations,
|
|
844
|
+
});
|
|
845
|
+
}
|
|
846
|
+
getCompanyCompaniesTypesByIdUsages(id, params = {}) {
|
|
847
|
+
return this.request({
|
|
848
|
+
path: `/company/companies/types/${id}/usages`,
|
|
849
|
+
method: 'get',
|
|
850
|
+
params,
|
|
851
|
+
});
|
|
852
|
+
}
|
|
853
|
+
getCompanyCompaniesTypesByIdUsagesList(id, params = {}) {
|
|
854
|
+
return this.request({
|
|
855
|
+
path: `/company/companies/types/${id}/usages/list`,
|
|
856
|
+
method: 'get',
|
|
857
|
+
params,
|
|
858
|
+
});
|
|
859
|
+
}
|
|
860
|
+
getCompanyCompaniesTypesCount(params = {}) {
|
|
861
|
+
return this.request({
|
|
862
|
+
path: `/company/companies/types/count`,
|
|
863
|
+
method: 'get',
|
|
864
|
+
params,
|
|
865
|
+
});
|
|
866
|
+
}
|
|
867
|
+
putCompanyCompanyFinanceById(id, CompanyFinance) {
|
|
868
|
+
return this.request({
|
|
869
|
+
path: `/company/companyFinance/${id}`,
|
|
870
|
+
method: 'put',
|
|
871
|
+
data: CompanyFinance,
|
|
872
|
+
});
|
|
873
|
+
}
|
|
874
|
+
getCompanyCompanyPickerItems(params = {}) {
|
|
875
|
+
return this.request({
|
|
876
|
+
path: `/company/companyPickerItems`,
|
|
877
|
+
method: 'get',
|
|
878
|
+
params,
|
|
879
|
+
});
|
|
880
|
+
}
|
|
881
|
+
postCompanyCompanyPickerItems(companyPickerItem) {
|
|
882
|
+
return this.request({
|
|
883
|
+
path: `/company/companyPickerItems`,
|
|
884
|
+
method: 'post',
|
|
885
|
+
data: companyPickerItem,
|
|
886
|
+
});
|
|
887
|
+
}
|
|
888
|
+
getCompanyCompanyPickerItemsById(id, params = {}) {
|
|
889
|
+
return this.request({
|
|
890
|
+
path: `/company/companyPickerItems/${id}`,
|
|
891
|
+
method: 'get',
|
|
892
|
+
params,
|
|
893
|
+
});
|
|
894
|
+
}
|
|
895
|
+
deleteCompanyCompanyPickerItemsById(id) {
|
|
896
|
+
return this.request({
|
|
897
|
+
path: `/company/companyPickerItems/${id}`,
|
|
898
|
+
method: 'delete',
|
|
899
|
+
});
|
|
900
|
+
}
|
|
901
|
+
postCompanyCompanyPickerItemsClear(clearPickerRequest) {
|
|
902
|
+
return this.request({
|
|
903
|
+
path: `/company/companyPickerItems/clear`,
|
|
904
|
+
method: 'post',
|
|
905
|
+
data: clearPickerRequest,
|
|
906
|
+
});
|
|
907
|
+
}
|
|
908
|
+
getCompanyCompanyPickerItemsCount(params = {}) {
|
|
909
|
+
return this.request({
|
|
910
|
+
path: `/company/companyPickerItems/count`,
|
|
911
|
+
method: 'get',
|
|
912
|
+
params,
|
|
913
|
+
});
|
|
914
|
+
}
|
|
915
|
+
getCompanyCompanyTypeAssociations(params = {}) {
|
|
916
|
+
return this.request({
|
|
917
|
+
path: `/company/companyTypeAssociations`,
|
|
918
|
+
method: 'get',
|
|
919
|
+
params,
|
|
920
|
+
});
|
|
921
|
+
}
|
|
922
|
+
postCompanyCompanyTypeAssociations(companyTypeAssociation) {
|
|
923
|
+
return this.request({
|
|
924
|
+
path: `/company/companyTypeAssociations`,
|
|
925
|
+
method: 'post',
|
|
926
|
+
data: companyTypeAssociation,
|
|
927
|
+
});
|
|
928
|
+
}
|
|
929
|
+
getCompanyCompanyTypeAssociationsById(id, params = {}) {
|
|
930
|
+
return this.request({
|
|
931
|
+
path: `/company/companyTypeAssociations/${id}`,
|
|
932
|
+
method: 'get',
|
|
933
|
+
params,
|
|
934
|
+
});
|
|
935
|
+
}
|
|
936
|
+
deleteCompanyCompanyTypeAssociationsById(id) {
|
|
937
|
+
return this.request({
|
|
938
|
+
path: `/company/companyTypeAssociations/${id}`,
|
|
939
|
+
method: 'delete',
|
|
940
|
+
});
|
|
941
|
+
}
|
|
942
|
+
putCompanyCompanyTypeAssociationsById(id, companyTypeAssociation) {
|
|
943
|
+
return this.request({
|
|
944
|
+
path: `/company/companyTypeAssociations/${id}`,
|
|
945
|
+
method: 'put',
|
|
946
|
+
data: companyTypeAssociation,
|
|
947
|
+
});
|
|
948
|
+
}
|
|
949
|
+
patchCompanyCompanyTypeAssociationsById(id, patchOperations) {
|
|
950
|
+
return this.request({
|
|
951
|
+
path: `/company/companyTypeAssociations/${id}`,
|
|
952
|
+
method: 'patch',
|
|
953
|
+
data: patchOperations,
|
|
954
|
+
});
|
|
955
|
+
}
|
|
956
|
+
getCompanyCompanyTypeAssociationsCount(params = {}) {
|
|
957
|
+
return this.request({
|
|
958
|
+
path: `/company/companyTypeAssociations/count`,
|
|
959
|
+
method: 'get',
|
|
960
|
+
params,
|
|
961
|
+
});
|
|
962
|
+
}
|
|
963
|
+
getCompanyConfigurations(managedIdentifier, params = {}) {
|
|
964
|
+
return this.request({
|
|
965
|
+
path: `/company/configurations`,
|
|
966
|
+
method: 'get',
|
|
967
|
+
params,
|
|
968
|
+
});
|
|
969
|
+
}
|
|
970
|
+
postCompanyConfigurations(configuration, params = {}) {
|
|
971
|
+
return this.request({
|
|
972
|
+
path: `/company/configurations`,
|
|
973
|
+
method: 'post',
|
|
974
|
+
data: configuration,
|
|
975
|
+
params,
|
|
976
|
+
});
|
|
977
|
+
}
|
|
978
|
+
getCompanyConfigurationsById(id, params = {}) {
|
|
979
|
+
return this.request({
|
|
980
|
+
path: `/company/configurations/${id}`,
|
|
981
|
+
method: 'get',
|
|
982
|
+
params,
|
|
983
|
+
});
|
|
984
|
+
}
|
|
985
|
+
deleteCompanyConfigurationsById(id) {
|
|
986
|
+
return this.request({
|
|
987
|
+
path: `/company/configurations/${id}`,
|
|
988
|
+
method: 'delete',
|
|
989
|
+
});
|
|
990
|
+
}
|
|
991
|
+
putCompanyConfigurationsById(id, configuration, params = {}) {
|
|
992
|
+
return this.request({
|
|
993
|
+
path: `/company/configurations/${id}`,
|
|
994
|
+
method: 'put',
|
|
995
|
+
data: configuration,
|
|
996
|
+
params,
|
|
997
|
+
});
|
|
998
|
+
}
|
|
999
|
+
patchCompanyConfigurationsById(id, patchOperations, params = {}) {
|
|
1000
|
+
return this.request({
|
|
1001
|
+
path: `/company/configurations/${id}`,
|
|
1002
|
+
method: 'patch',
|
|
1003
|
+
data: patchOperations,
|
|
1004
|
+
params,
|
|
1005
|
+
});
|
|
1006
|
+
}
|
|
1007
|
+
patchCompanyConfigurationsByIdChangeType(id, patchOperations) {
|
|
1008
|
+
return this.request({
|
|
1009
|
+
path: `/company/configurations/${id}/changeType`,
|
|
1010
|
+
method: 'patch',
|
|
1011
|
+
data: patchOperations,
|
|
1012
|
+
});
|
|
1013
|
+
}
|
|
1014
|
+
postCompanyConfigurationsBulk(companyConfigurations) {
|
|
1015
|
+
return this.request({
|
|
1016
|
+
path: `/company/configurations/bulk`,
|
|
1017
|
+
method: 'post',
|
|
1018
|
+
data: companyConfigurations,
|
|
1019
|
+
});
|
|
1020
|
+
}
|
|
1021
|
+
deleteCompanyConfigurationsBulk() {
|
|
1022
|
+
return this.request({
|
|
1023
|
+
path: `/company/configurations/bulk`,
|
|
1024
|
+
method: 'delete',
|
|
1025
|
+
});
|
|
1026
|
+
}
|
|
1027
|
+
putCompanyConfigurationsBulk(companyConfigurations) {
|
|
1028
|
+
return this.request({
|
|
1029
|
+
path: `/company/configurations/bulk`,
|
|
1030
|
+
method: 'put',
|
|
1031
|
+
data: companyConfigurations,
|
|
1032
|
+
});
|
|
1033
|
+
}
|
|
1034
|
+
getCompanyConfigurationsCount(managedIdentifier, params = {}) {
|
|
1035
|
+
return this.request({
|
|
1036
|
+
path: `/company/configurations/count`,
|
|
1037
|
+
method: 'get',
|
|
1038
|
+
params,
|
|
1039
|
+
});
|
|
1040
|
+
}
|
|
1041
|
+
getCompanyConfigurationsStatuses(params = {}) {
|
|
1042
|
+
return this.request({
|
|
1043
|
+
path: `/company/configurations/statuses`,
|
|
1044
|
+
method: 'get',
|
|
1045
|
+
params,
|
|
1046
|
+
});
|
|
1047
|
+
}
|
|
1048
|
+
postCompanyConfigurationsStatuses(configurationStatus) {
|
|
1049
|
+
return this.request({
|
|
1050
|
+
path: `/company/configurations/statuses`,
|
|
1051
|
+
method: 'post',
|
|
1052
|
+
data: configurationStatus,
|
|
1053
|
+
});
|
|
1054
|
+
}
|
|
1055
|
+
getCompanyConfigurationsStatusesById(id, params = {}) {
|
|
1056
|
+
return this.request({
|
|
1057
|
+
path: `/company/configurations/statuses/${id}`,
|
|
1058
|
+
method: 'get',
|
|
1059
|
+
params,
|
|
1060
|
+
});
|
|
1061
|
+
}
|
|
1062
|
+
deleteCompanyConfigurationsStatusesById(id) {
|
|
1063
|
+
return this.request({
|
|
1064
|
+
path: `/company/configurations/statuses/${id}`,
|
|
1065
|
+
method: 'delete',
|
|
1066
|
+
});
|
|
1067
|
+
}
|
|
1068
|
+
putCompanyConfigurationsStatusesById(id, configurationStatus) {
|
|
1069
|
+
return this.request({
|
|
1070
|
+
path: `/company/configurations/statuses/${id}`,
|
|
1071
|
+
method: 'put',
|
|
1072
|
+
data: configurationStatus,
|
|
1073
|
+
});
|
|
1074
|
+
}
|
|
1075
|
+
patchCompanyConfigurationsStatusesById(id, patchOperations) {
|
|
1076
|
+
return this.request({
|
|
1077
|
+
path: `/company/configurations/statuses/${id}`,
|
|
1078
|
+
method: 'patch',
|
|
1079
|
+
data: patchOperations,
|
|
1080
|
+
});
|
|
1081
|
+
}
|
|
1082
|
+
getCompanyConfigurationsStatusesByIdInfo(id, params = {}) {
|
|
1083
|
+
return this.request({
|
|
1084
|
+
path: `/company/configurations/statuses/${id}/info`,
|
|
1085
|
+
method: 'get',
|
|
1086
|
+
params,
|
|
1087
|
+
});
|
|
1088
|
+
}
|
|
1089
|
+
getCompanyConfigurationsStatusesByIdUsages(id, params = {}) {
|
|
1090
|
+
return this.request({
|
|
1091
|
+
path: `/company/configurations/statuses/${id}/usages`,
|
|
1092
|
+
method: 'get',
|
|
1093
|
+
params,
|
|
1094
|
+
});
|
|
1095
|
+
}
|
|
1096
|
+
getCompanyConfigurationsStatusesByIdUsagesList(id, params = {}) {
|
|
1097
|
+
return this.request({
|
|
1098
|
+
path: `/company/configurations/statuses/${id}/usages/list`,
|
|
1099
|
+
method: 'get',
|
|
1100
|
+
params,
|
|
1101
|
+
});
|
|
1102
|
+
}
|
|
1103
|
+
getCompanyConfigurationsStatusesCount(params = {}) {
|
|
1104
|
+
return this.request({
|
|
1105
|
+
path: `/company/configurations/statuses/count`,
|
|
1106
|
+
method: 'get',
|
|
1107
|
+
params,
|
|
1108
|
+
});
|
|
1109
|
+
}
|
|
1110
|
+
getCompanyConfigurationsStatusesInfo(params = {}) {
|
|
1111
|
+
return this.request({
|
|
1112
|
+
path: `/company/configurations/statuses/info`,
|
|
1113
|
+
method: 'get',
|
|
1114
|
+
params,
|
|
1115
|
+
});
|
|
1116
|
+
}
|
|
1117
|
+
getCompanyConfigurationsStatusesInfoCount(params = {}) {
|
|
1118
|
+
return this.request({
|
|
1119
|
+
path: `/company/configurations/statuses/info/count`,
|
|
1120
|
+
method: 'get',
|
|
1121
|
+
params,
|
|
1122
|
+
});
|
|
1123
|
+
}
|
|
1124
|
+
getCompanyConfigurationsTypes(params = {}) {
|
|
1125
|
+
return this.request({
|
|
1126
|
+
path: `/company/configurations/types`,
|
|
1127
|
+
method: 'get',
|
|
1128
|
+
params,
|
|
1129
|
+
});
|
|
1130
|
+
}
|
|
1131
|
+
postCompanyConfigurationsTypes(configurationType) {
|
|
1132
|
+
return this.request({
|
|
1133
|
+
path: `/company/configurations/types`,
|
|
1134
|
+
method: 'post',
|
|
1135
|
+
data: configurationType,
|
|
1136
|
+
});
|
|
1137
|
+
}
|
|
1138
|
+
getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValues(parentId, grandparentId, params = {}) {
|
|
1139
|
+
return this.request({
|
|
1140
|
+
path: `/company/configurations/types/${grandparentId}/questions/${parentId}/values`,
|
|
1141
|
+
method: 'get',
|
|
1142
|
+
params,
|
|
1143
|
+
});
|
|
1144
|
+
}
|
|
1145
|
+
postCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValues(parentId, grandparentId, configurationTypeQuestionValue) {
|
|
1146
|
+
return this.request({
|
|
1147
|
+
path: `/company/configurations/types/${grandparentId}/questions/${parentId}/values`,
|
|
1148
|
+
method: 'post',
|
|
1149
|
+
data: configurationTypeQuestionValue,
|
|
1150
|
+
});
|
|
1151
|
+
}
|
|
1152
|
+
getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesById(id, parentId, grandparentId, params = {}) {
|
|
1153
|
+
return this.request({
|
|
1154
|
+
path: `/company/configurations/types/${grandparentId}/questions/${parentId}/values/${id}`,
|
|
1155
|
+
method: 'get',
|
|
1156
|
+
params,
|
|
1157
|
+
});
|
|
1158
|
+
}
|
|
1159
|
+
deleteCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesById(id, parentId, grandparentId) {
|
|
1160
|
+
return this.request({
|
|
1161
|
+
path: `/company/configurations/types/${grandparentId}/questions/${parentId}/values/${id}`,
|
|
1162
|
+
method: 'delete',
|
|
1163
|
+
});
|
|
1164
|
+
}
|
|
1165
|
+
putCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesById(id, parentId, grandparentId, configurationTypeQuestionValue) {
|
|
1166
|
+
return this.request({
|
|
1167
|
+
path: `/company/configurations/types/${grandparentId}/questions/${parentId}/values/${id}`,
|
|
1168
|
+
method: 'put',
|
|
1169
|
+
data: configurationTypeQuestionValue,
|
|
1170
|
+
});
|
|
1171
|
+
}
|
|
1172
|
+
patchCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesById(id, parentId, grandparentId, patchOperations) {
|
|
1173
|
+
return this.request({
|
|
1174
|
+
path: `/company/configurations/types/${grandparentId}/questions/${parentId}/values/${id}`,
|
|
1175
|
+
method: 'patch',
|
|
1176
|
+
data: patchOperations,
|
|
1177
|
+
});
|
|
1178
|
+
}
|
|
1179
|
+
getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesByIdUsages(id, parentId, grandparentId, params = {}) {
|
|
1180
|
+
return this.request({
|
|
1181
|
+
path: `/company/configurations/types/${grandparentId}/questions/${parentId}/values/${id}/usages`,
|
|
1182
|
+
method: 'get',
|
|
1183
|
+
params,
|
|
1184
|
+
});
|
|
1185
|
+
}
|
|
1186
|
+
getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesByIdUsagesList(id, parentId, grandparentId, params = {}) {
|
|
1187
|
+
return this.request({
|
|
1188
|
+
path: `/company/configurations/types/${grandparentId}/questions/${parentId}/values/${id}/usages/list`,
|
|
1189
|
+
method: 'get',
|
|
1190
|
+
params,
|
|
1191
|
+
});
|
|
1192
|
+
}
|
|
1193
|
+
getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesCount(parentId, grandparentId, params = {}) {
|
|
1194
|
+
return this.request({
|
|
1195
|
+
path: `/company/configurations/types/${grandparentId}/questions/${parentId}/values/count`,
|
|
1196
|
+
method: 'get',
|
|
1197
|
+
params,
|
|
1198
|
+
});
|
|
1199
|
+
}
|
|
1200
|
+
getCompanyConfigurationsTypesById(id, params = {}) {
|
|
1201
|
+
return this.request({
|
|
1202
|
+
path: `/company/configurations/types/${id}`,
|
|
1203
|
+
method: 'get',
|
|
1204
|
+
params,
|
|
1205
|
+
});
|
|
1206
|
+
}
|
|
1207
|
+
deleteCompanyConfigurationsTypesById(id) {
|
|
1208
|
+
return this.request({
|
|
1209
|
+
path: `/company/configurations/types/${id}`,
|
|
1210
|
+
method: 'delete',
|
|
1211
|
+
});
|
|
1212
|
+
}
|
|
1213
|
+
putCompanyConfigurationsTypesById(id, configurationType) {
|
|
1214
|
+
return this.request({
|
|
1215
|
+
path: `/company/configurations/types/${id}`,
|
|
1216
|
+
method: 'put',
|
|
1217
|
+
data: configurationType,
|
|
1218
|
+
});
|
|
1219
|
+
}
|
|
1220
|
+
patchCompanyConfigurationsTypesById(id, patchOperations) {
|
|
1221
|
+
return this.request({
|
|
1222
|
+
path: `/company/configurations/types/${id}`,
|
|
1223
|
+
method: 'patch',
|
|
1224
|
+
data: patchOperations,
|
|
1225
|
+
});
|
|
1226
|
+
}
|
|
1227
|
+
getCompanyConfigurationsTypesByIdInfo(id, params = {}) {
|
|
1228
|
+
return this.request({
|
|
1229
|
+
path: `/company/configurations/types/${id}/info`,
|
|
1230
|
+
method: 'get',
|
|
1231
|
+
params,
|
|
1232
|
+
});
|
|
1233
|
+
}
|
|
1234
|
+
getCompanyConfigurationsTypesByIdUsages(id, params = {}) {
|
|
1235
|
+
return this.request({
|
|
1236
|
+
path: `/company/configurations/types/${id}/usages`,
|
|
1237
|
+
method: 'get',
|
|
1238
|
+
params,
|
|
1239
|
+
});
|
|
1240
|
+
}
|
|
1241
|
+
getCompanyConfigurationsTypesByIdUsagesList(id, params = {}) {
|
|
1242
|
+
return this.request({
|
|
1243
|
+
path: `/company/configurations/types/${id}/usages/list`,
|
|
1244
|
+
method: 'get',
|
|
1245
|
+
params,
|
|
1246
|
+
});
|
|
1247
|
+
}
|
|
1248
|
+
getCompanyConfigurationsTypesByParentIdQuestions(parentId, params = {}) {
|
|
1249
|
+
return this.request({
|
|
1250
|
+
path: `/company/configurations/types/${parentId}/questions`,
|
|
1251
|
+
method: 'get',
|
|
1252
|
+
params,
|
|
1253
|
+
});
|
|
1254
|
+
}
|
|
1255
|
+
postCompanyConfigurationsTypesByParentIdQuestions(parentId, configurationTypeQuestion) {
|
|
1256
|
+
return this.request({
|
|
1257
|
+
path: `/company/configurations/types/${parentId}/questions`,
|
|
1258
|
+
method: 'post',
|
|
1259
|
+
data: configurationTypeQuestion,
|
|
1260
|
+
});
|
|
1261
|
+
}
|
|
1262
|
+
getCompanyConfigurationsTypesByParentIdQuestionsById(id, parentId, params = {}) {
|
|
1263
|
+
return this.request({
|
|
1264
|
+
path: `/company/configurations/types/${parentId}/questions/${id}`,
|
|
1265
|
+
method: 'get',
|
|
1266
|
+
params,
|
|
1267
|
+
});
|
|
1268
|
+
}
|
|
1269
|
+
deleteCompanyConfigurationsTypesByParentIdQuestionsById(id, parentId) {
|
|
1270
|
+
return this.request({
|
|
1271
|
+
path: `/company/configurations/types/${parentId}/questions/${id}`,
|
|
1272
|
+
method: 'delete',
|
|
1273
|
+
});
|
|
1274
|
+
}
|
|
1275
|
+
putCompanyConfigurationsTypesByParentIdQuestionsById(id, parentId, configurationTypeQuestion) {
|
|
1276
|
+
return this.request({
|
|
1277
|
+
path: `/company/configurations/types/${parentId}/questions/${id}`,
|
|
1278
|
+
method: 'put',
|
|
1279
|
+
data: configurationTypeQuestion,
|
|
1280
|
+
});
|
|
1281
|
+
}
|
|
1282
|
+
patchCompanyConfigurationsTypesByParentIdQuestionsById(id, parentId, patchOperations) {
|
|
1283
|
+
return this.request({
|
|
1284
|
+
path: `/company/configurations/types/${parentId}/questions/${id}`,
|
|
1285
|
+
method: 'patch',
|
|
1286
|
+
data: patchOperations,
|
|
1287
|
+
});
|
|
1288
|
+
}
|
|
1289
|
+
getCompanyConfigurationsTypesByParentIdQuestionsCount(parentId, params = {}) {
|
|
1290
|
+
return this.request({
|
|
1291
|
+
path: `/company/configurations/types/${parentId}/questions/count`,
|
|
1292
|
+
method: 'get',
|
|
1293
|
+
params,
|
|
1294
|
+
});
|
|
1295
|
+
}
|
|
1296
|
+
getCompanyConfigurationsTypesCount(params = {}) {
|
|
1297
|
+
return this.request({
|
|
1298
|
+
path: `/company/configurations/types/count`,
|
|
1299
|
+
method: 'get',
|
|
1300
|
+
params,
|
|
1301
|
+
});
|
|
1302
|
+
}
|
|
1303
|
+
getCompanyContacts(params = {}) {
|
|
1304
|
+
return this.request({
|
|
1305
|
+
path: `/company/contacts`,
|
|
1306
|
+
method: 'get',
|
|
1307
|
+
params,
|
|
1308
|
+
});
|
|
1309
|
+
}
|
|
1310
|
+
postCompanyContacts(contact) {
|
|
1311
|
+
return this.request({
|
|
1312
|
+
path: `/company/contacts`,
|
|
1313
|
+
method: 'post',
|
|
1314
|
+
data: contact,
|
|
1315
|
+
});
|
|
1316
|
+
}
|
|
1317
|
+
getCompanyContactsById(id, params = {}) {
|
|
1318
|
+
return this.request({
|
|
1319
|
+
path: `/company/contacts/${id}`,
|
|
1320
|
+
method: 'get',
|
|
1321
|
+
params,
|
|
1322
|
+
});
|
|
1323
|
+
}
|
|
1324
|
+
deleteCompanyContactsById(id, transferContactId) {
|
|
1325
|
+
return this.request({
|
|
1326
|
+
path: `/company/contacts/${id}`,
|
|
1327
|
+
method: 'delete',
|
|
1328
|
+
});
|
|
1329
|
+
}
|
|
1330
|
+
putCompanyContactsById(id, contact) {
|
|
1331
|
+
return this.request({
|
|
1332
|
+
path: `/company/contacts/${id}`,
|
|
1333
|
+
method: 'put',
|
|
1334
|
+
data: contact,
|
|
1335
|
+
});
|
|
1336
|
+
}
|
|
1337
|
+
patchCompanyContactsById(id, patchOperations) {
|
|
1338
|
+
return this.request({
|
|
1339
|
+
path: `/company/contacts/${id}`,
|
|
1340
|
+
method: 'patch',
|
|
1341
|
+
data: patchOperations,
|
|
1342
|
+
});
|
|
1343
|
+
}
|
|
1344
|
+
getCompanyContactsByIdImage(id, useDefaultFlag, lastModified, params = {}) {
|
|
1345
|
+
return this.request({
|
|
1346
|
+
path: `/company/contacts/${id}/image`,
|
|
1347
|
+
method: 'get',
|
|
1348
|
+
params,
|
|
1349
|
+
});
|
|
1350
|
+
}
|
|
1351
|
+
getCompanyContactsByIdPortalSecurity(id, params = {}) {
|
|
1352
|
+
return this.request({
|
|
1353
|
+
path: `/company/contacts/${id}/portalSecurity`,
|
|
1354
|
+
method: 'get',
|
|
1355
|
+
params,
|
|
1356
|
+
});
|
|
1357
|
+
}
|
|
1358
|
+
getCompanyContactsByIdUsages(id, params = {}) {
|
|
1359
|
+
return this.request({
|
|
1360
|
+
path: `/company/contacts/${id}/usages`,
|
|
1361
|
+
method: 'get',
|
|
1362
|
+
params,
|
|
1363
|
+
});
|
|
1364
|
+
}
|
|
1365
|
+
getCompanyContactsByIdUsagesList(id, params = {}) {
|
|
1366
|
+
return this.request({
|
|
1367
|
+
path: `/company/contacts/${id}/usages/list`,
|
|
1368
|
+
method: 'get',
|
|
1369
|
+
params,
|
|
1370
|
+
});
|
|
1371
|
+
}
|
|
1372
|
+
getCompanyContactsByParentIdCommunications(parentId, params = {}) {
|
|
1373
|
+
return this.request({
|
|
1374
|
+
path: `/company/contacts/${parentId}/communications`,
|
|
1375
|
+
method: 'get',
|
|
1376
|
+
params,
|
|
1377
|
+
});
|
|
1378
|
+
}
|
|
1379
|
+
postCompanyContactsByParentIdCommunications(parentId, contactCommunication) {
|
|
1380
|
+
return this.request({
|
|
1381
|
+
path: `/company/contacts/${parentId}/communications`,
|
|
1382
|
+
method: 'post',
|
|
1383
|
+
data: contactCommunication,
|
|
1384
|
+
});
|
|
1385
|
+
}
|
|
1386
|
+
getCompanyContactsByParentIdCommunicationsById(id, parentId, params = {}) {
|
|
1387
|
+
return this.request({
|
|
1388
|
+
path: `/company/contacts/${parentId}/communications/${id}`,
|
|
1389
|
+
method: 'get',
|
|
1390
|
+
params,
|
|
1391
|
+
});
|
|
1392
|
+
}
|
|
1393
|
+
deleteCompanyContactsByParentIdCommunicationsById(id, parentId) {
|
|
1394
|
+
return this.request({
|
|
1395
|
+
path: `/company/contacts/${parentId}/communications/${id}`,
|
|
1396
|
+
method: 'delete',
|
|
1397
|
+
});
|
|
1398
|
+
}
|
|
1399
|
+
putCompanyContactsByParentIdCommunicationsById(id, parentId, contactCommunication) {
|
|
1400
|
+
return this.request({
|
|
1401
|
+
path: `/company/contacts/${parentId}/communications/${id}`,
|
|
1402
|
+
method: 'put',
|
|
1403
|
+
data: contactCommunication,
|
|
1404
|
+
});
|
|
1405
|
+
}
|
|
1406
|
+
patchCompanyContactsByParentIdCommunicationsById(id, parentId, patchOperations) {
|
|
1407
|
+
return this.request({
|
|
1408
|
+
path: `/company/contacts/${parentId}/communications/${id}`,
|
|
1409
|
+
method: 'patch',
|
|
1410
|
+
data: patchOperations,
|
|
1411
|
+
});
|
|
1412
|
+
}
|
|
1413
|
+
getCompanyContactsByParentIdCommunicationsCount(parentId, params = {}) {
|
|
1414
|
+
return this.request({
|
|
1415
|
+
path: `/company/contacts/${parentId}/communications/count`,
|
|
1416
|
+
method: 'get',
|
|
1417
|
+
params,
|
|
1418
|
+
});
|
|
1419
|
+
}
|
|
1420
|
+
getCompanyContactsByParentIdGroups(parentId, params = {}) {
|
|
1421
|
+
return this.request({
|
|
1422
|
+
path: `/company/contacts/${parentId}/groups`,
|
|
1423
|
+
method: 'get',
|
|
1424
|
+
params,
|
|
1425
|
+
});
|
|
1426
|
+
}
|
|
1427
|
+
postCompanyContactsByParentIdGroups(parentId, contactGroup) {
|
|
1428
|
+
return this.request({
|
|
1429
|
+
path: `/company/contacts/${parentId}/groups`,
|
|
1430
|
+
method: 'post',
|
|
1431
|
+
data: contactGroup,
|
|
1432
|
+
});
|
|
1433
|
+
}
|
|
1434
|
+
getCompanyContactsByParentIdGroupsById(id, parentId, params = {}) {
|
|
1435
|
+
return this.request({
|
|
1436
|
+
path: `/company/contacts/${parentId}/groups/${id}`,
|
|
1437
|
+
method: 'get',
|
|
1438
|
+
params,
|
|
1439
|
+
});
|
|
1440
|
+
}
|
|
1441
|
+
deleteCompanyContactsByParentIdGroupsById(id, parentId) {
|
|
1442
|
+
return this.request({
|
|
1443
|
+
path: `/company/contacts/${parentId}/groups/${id}`,
|
|
1444
|
+
method: 'delete',
|
|
1445
|
+
});
|
|
1446
|
+
}
|
|
1447
|
+
putCompanyContactsByParentIdGroupsById(id, parentId, contactGroup) {
|
|
1448
|
+
return this.request({
|
|
1449
|
+
path: `/company/contacts/${parentId}/groups/${id}`,
|
|
1450
|
+
method: 'put',
|
|
1451
|
+
data: contactGroup,
|
|
1452
|
+
});
|
|
1453
|
+
}
|
|
1454
|
+
patchCompanyContactsByParentIdGroupsById(id, parentId, patchOperations) {
|
|
1455
|
+
return this.request({
|
|
1456
|
+
path: `/company/contacts/${parentId}/groups/${id}`,
|
|
1457
|
+
method: 'patch',
|
|
1458
|
+
data: patchOperations,
|
|
1459
|
+
});
|
|
1460
|
+
}
|
|
1461
|
+
getCompanyContactsByParentIdGroupsCount(parentId, params = {}) {
|
|
1462
|
+
return this.request({
|
|
1463
|
+
path: `/company/contacts/${parentId}/groups/count`,
|
|
1464
|
+
method: 'get',
|
|
1465
|
+
params,
|
|
1466
|
+
});
|
|
1467
|
+
}
|
|
1468
|
+
getCompanyContactsByParentIdNotes(parentId, params = {}) {
|
|
1469
|
+
return this.request({
|
|
1470
|
+
path: `/company/contacts/${parentId}/notes`,
|
|
1471
|
+
method: 'get',
|
|
1472
|
+
params,
|
|
1473
|
+
});
|
|
1474
|
+
}
|
|
1475
|
+
postCompanyContactsByParentIdNotes(parentId, contactNote) {
|
|
1476
|
+
return this.request({
|
|
1477
|
+
path: `/company/contacts/${parentId}/notes`,
|
|
1478
|
+
method: 'post',
|
|
1479
|
+
data: contactNote,
|
|
1480
|
+
});
|
|
1481
|
+
}
|
|
1482
|
+
getCompanyContactsByParentIdNotesById(id, parentId, params = {}) {
|
|
1483
|
+
return this.request({
|
|
1484
|
+
path: `/company/contacts/${parentId}/notes/${id}`,
|
|
1485
|
+
method: 'get',
|
|
1486
|
+
params,
|
|
1487
|
+
});
|
|
1488
|
+
}
|
|
1489
|
+
deleteCompanyContactsByParentIdNotesById(id, parentId) {
|
|
1490
|
+
return this.request({
|
|
1491
|
+
path: `/company/contacts/${parentId}/notes/${id}`,
|
|
1492
|
+
method: 'delete',
|
|
1493
|
+
});
|
|
1494
|
+
}
|
|
1495
|
+
putCompanyContactsByParentIdNotesById(id, parentId, contactNote) {
|
|
1496
|
+
return this.request({
|
|
1497
|
+
path: `/company/contacts/${parentId}/notes/${id}`,
|
|
1498
|
+
method: 'put',
|
|
1499
|
+
data: contactNote,
|
|
1500
|
+
});
|
|
1501
|
+
}
|
|
1502
|
+
patchCompanyContactsByParentIdNotesById(id, parentId, patchOperations) {
|
|
1503
|
+
return this.request({
|
|
1504
|
+
path: `/company/contacts/${parentId}/notes/${id}`,
|
|
1505
|
+
method: 'patch',
|
|
1506
|
+
data: patchOperations,
|
|
1507
|
+
});
|
|
1508
|
+
}
|
|
1509
|
+
getCompanyContactsByParentIdNotesCount(parentId, params = {}) {
|
|
1510
|
+
return this.request({
|
|
1511
|
+
path: `/company/contacts/${parentId}/notes/count`,
|
|
1512
|
+
method: 'get',
|
|
1513
|
+
params,
|
|
1514
|
+
});
|
|
1515
|
+
}
|
|
1516
|
+
getCompanyContactsByParentIdTracks(parentId, params = {}) {
|
|
1517
|
+
return this.request({
|
|
1518
|
+
path: `/company/contacts/${parentId}/tracks`,
|
|
1519
|
+
method: 'get',
|
|
1520
|
+
params,
|
|
1521
|
+
});
|
|
1522
|
+
}
|
|
1523
|
+
postCompanyContactsByParentIdTracks(parentId, track) {
|
|
1524
|
+
return this.request({
|
|
1525
|
+
path: `/company/contacts/${parentId}/tracks`,
|
|
1526
|
+
method: 'post',
|
|
1527
|
+
data: track,
|
|
1528
|
+
});
|
|
1529
|
+
}
|
|
1530
|
+
getCompanyContactsByParentIdTracksById(id, parentId, params = {}) {
|
|
1531
|
+
return this.request({
|
|
1532
|
+
path: `/company/contacts/${parentId}/tracks/${id}`,
|
|
1533
|
+
method: 'get',
|
|
1534
|
+
params,
|
|
1535
|
+
});
|
|
1536
|
+
}
|
|
1537
|
+
deleteCompanyContactsByParentIdTracksById(id, parentId) {
|
|
1538
|
+
return this.request({
|
|
1539
|
+
path: `/company/contacts/${parentId}/tracks/${id}`,
|
|
1540
|
+
method: 'delete',
|
|
1541
|
+
});
|
|
1542
|
+
}
|
|
1543
|
+
getCompanyContactsByParentIdTracksCount(parentId, params = {}) {
|
|
1544
|
+
return this.request({
|
|
1545
|
+
path: `/company/contacts/${parentId}/tracks/count`,
|
|
1546
|
+
method: 'get',
|
|
1547
|
+
params,
|
|
1548
|
+
});
|
|
1549
|
+
}
|
|
1550
|
+
getCompanyContactsByParentIdTypeAssociations(parentId, params = {}) {
|
|
1551
|
+
return this.request({
|
|
1552
|
+
path: `/company/contacts/${parentId}/typeAssociations`,
|
|
1553
|
+
method: 'get',
|
|
1554
|
+
params,
|
|
1555
|
+
});
|
|
1556
|
+
}
|
|
1557
|
+
postCompanyContactsByParentIdTypeAssociations(parentId, contactTypeAssociation) {
|
|
1558
|
+
return this.request({
|
|
1559
|
+
path: `/company/contacts/${parentId}/typeAssociations`,
|
|
1560
|
+
method: 'post',
|
|
1561
|
+
data: contactTypeAssociation,
|
|
1562
|
+
});
|
|
1563
|
+
}
|
|
1564
|
+
getCompanyContactsByParentIdTypeAssociationsById(id, parentId, params = {}) {
|
|
1565
|
+
return this.request({
|
|
1566
|
+
path: `/company/contacts/${parentId}/typeAssociations/${id}`,
|
|
1567
|
+
method: 'get',
|
|
1568
|
+
params,
|
|
1569
|
+
});
|
|
1570
|
+
}
|
|
1571
|
+
deleteCompanyContactsByParentIdTypeAssociationsById(id, parentId) {
|
|
1572
|
+
return this.request({
|
|
1573
|
+
path: `/company/contacts/${parentId}/typeAssociations/${id}`,
|
|
1574
|
+
method: 'delete',
|
|
1575
|
+
});
|
|
1576
|
+
}
|
|
1577
|
+
putCompanyContactsByParentIdTypeAssociationsById(id, parentId, contactTypeAssociation) {
|
|
1578
|
+
return this.request({
|
|
1579
|
+
path: `/company/contacts/${parentId}/typeAssociations/${id}`,
|
|
1580
|
+
method: 'put',
|
|
1581
|
+
data: contactTypeAssociation,
|
|
1582
|
+
});
|
|
1583
|
+
}
|
|
1584
|
+
patchCompanyContactsByParentIdTypeAssociationsById(id, parentId, patchOperations) {
|
|
1585
|
+
return this.request({
|
|
1586
|
+
path: `/company/contacts/${parentId}/typeAssociations/${id}`,
|
|
1587
|
+
method: 'patch',
|
|
1588
|
+
data: patchOperations,
|
|
1589
|
+
});
|
|
1590
|
+
}
|
|
1591
|
+
getCompanyContactsByParentIdTypeAssociationsCount(parentId, params = {}) {
|
|
1592
|
+
return this.request({
|
|
1593
|
+
path: `/company/contacts/${parentId}/typeAssociations/count`,
|
|
1594
|
+
method: 'get',
|
|
1595
|
+
params,
|
|
1596
|
+
});
|
|
1597
|
+
}
|
|
1598
|
+
getCompanyContactsCount(params = {}) {
|
|
1599
|
+
return this.request({
|
|
1600
|
+
path: `/company/contacts/count`,
|
|
1601
|
+
method: 'get',
|
|
1602
|
+
params,
|
|
1603
|
+
});
|
|
1604
|
+
}
|
|
1605
|
+
getCompanyContactsDefault(companyId, params = {}) {
|
|
1606
|
+
return this.request({
|
|
1607
|
+
path: `/company/contacts/default`,
|
|
1608
|
+
method: 'get',
|
|
1609
|
+
params,
|
|
1610
|
+
});
|
|
1611
|
+
}
|
|
1612
|
+
getCompanyContactsDepartments(params = {}) {
|
|
1613
|
+
return this.request({
|
|
1614
|
+
path: `/company/contacts/departments`,
|
|
1615
|
+
method: 'get',
|
|
1616
|
+
params,
|
|
1617
|
+
});
|
|
1618
|
+
}
|
|
1619
|
+
postCompanyContactsDepartments(contactDepartment) {
|
|
1620
|
+
return this.request({
|
|
1621
|
+
path: `/company/contacts/departments`,
|
|
1622
|
+
method: 'post',
|
|
1623
|
+
data: contactDepartment,
|
|
1624
|
+
});
|
|
1625
|
+
}
|
|
1626
|
+
getCompanyContactsDepartmentsById(id, params = {}) {
|
|
1627
|
+
return this.request({
|
|
1628
|
+
path: `/company/contacts/departments/${id}`,
|
|
1629
|
+
method: 'get',
|
|
1630
|
+
params,
|
|
1631
|
+
});
|
|
1632
|
+
}
|
|
1633
|
+
deleteCompanyContactsDepartmentsById(id) {
|
|
1634
|
+
return this.request({
|
|
1635
|
+
path: `/company/contacts/departments/${id}`,
|
|
1636
|
+
method: 'delete',
|
|
1637
|
+
});
|
|
1638
|
+
}
|
|
1639
|
+
putCompanyContactsDepartmentsById(id, contactDepartment) {
|
|
1640
|
+
return this.request({
|
|
1641
|
+
path: `/company/contacts/departments/${id}`,
|
|
1642
|
+
method: 'put',
|
|
1643
|
+
data: contactDepartment,
|
|
1644
|
+
});
|
|
1645
|
+
}
|
|
1646
|
+
patchCompanyContactsDepartmentsById(id, patchOperations) {
|
|
1647
|
+
return this.request({
|
|
1648
|
+
path: `/company/contacts/departments/${id}`,
|
|
1649
|
+
method: 'patch',
|
|
1650
|
+
data: patchOperations,
|
|
1651
|
+
});
|
|
1652
|
+
}
|
|
1653
|
+
getCompanyContactsDepartmentsByIdInfo(id, params = {}) {
|
|
1654
|
+
return this.request({
|
|
1655
|
+
path: `/company/contacts/departments/${id}/info`,
|
|
1656
|
+
method: 'get',
|
|
1657
|
+
params,
|
|
1658
|
+
});
|
|
1659
|
+
}
|
|
1660
|
+
getCompanyContactsDepartmentsByIdUsages(id, params = {}) {
|
|
1661
|
+
return this.request({
|
|
1662
|
+
path: `/company/contacts/departments/${id}/usages`,
|
|
1663
|
+
method: 'get',
|
|
1664
|
+
params,
|
|
1665
|
+
});
|
|
1666
|
+
}
|
|
1667
|
+
getCompanyContactsDepartmentsByIdUsagesList(id, params = {}) {
|
|
1668
|
+
return this.request({
|
|
1669
|
+
path: `/company/contacts/departments/${id}/usages/list`,
|
|
1670
|
+
method: 'get',
|
|
1671
|
+
params,
|
|
1672
|
+
});
|
|
1673
|
+
}
|
|
1674
|
+
getCompanyContactsDepartmentsCount(params = {}) {
|
|
1675
|
+
return this.request({
|
|
1676
|
+
path: `/company/contacts/departments/count`,
|
|
1677
|
+
method: 'get',
|
|
1678
|
+
params,
|
|
1679
|
+
});
|
|
1680
|
+
}
|
|
1681
|
+
getCompanyContactsDepartmentsInfo(params = {}) {
|
|
1682
|
+
return this.request({
|
|
1683
|
+
path: `/company/contacts/departments/info`,
|
|
1684
|
+
method: 'get',
|
|
1685
|
+
params,
|
|
1686
|
+
});
|
|
1687
|
+
}
|
|
1688
|
+
getCompanyContactsDepartmentsInfoCount(params = {}) {
|
|
1689
|
+
return this.request({
|
|
1690
|
+
path: `/company/contacts/departments/info/count`,
|
|
1691
|
+
method: 'get',
|
|
1692
|
+
params,
|
|
1693
|
+
});
|
|
1694
|
+
}
|
|
1695
|
+
getCompanyContactsRelationships(params = {}) {
|
|
1696
|
+
return this.request({
|
|
1697
|
+
path: `/company/contacts/relationships`,
|
|
1698
|
+
method: 'get',
|
|
1699
|
+
params,
|
|
1700
|
+
});
|
|
1701
|
+
}
|
|
1702
|
+
postCompanyContactsRelationships(contactRelationship) {
|
|
1703
|
+
return this.request({
|
|
1704
|
+
path: `/company/contacts/relationships`,
|
|
1705
|
+
method: 'post',
|
|
1706
|
+
data: contactRelationship,
|
|
1707
|
+
});
|
|
1708
|
+
}
|
|
1709
|
+
getCompanyContactsRelationshipsById(id, params = {}) {
|
|
1710
|
+
return this.request({
|
|
1711
|
+
path: `/company/contacts/relationships/${id}`,
|
|
1712
|
+
method: 'get',
|
|
1713
|
+
params,
|
|
1714
|
+
});
|
|
1715
|
+
}
|
|
1716
|
+
deleteCompanyContactsRelationshipsById(id) {
|
|
1717
|
+
return this.request({
|
|
1718
|
+
path: `/company/contacts/relationships/${id}`,
|
|
1719
|
+
method: 'delete',
|
|
1720
|
+
});
|
|
1721
|
+
}
|
|
1722
|
+
putCompanyContactsRelationshipsById(id, contactRelationship) {
|
|
1723
|
+
return this.request({
|
|
1724
|
+
path: `/company/contacts/relationships/${id}`,
|
|
1725
|
+
method: 'put',
|
|
1726
|
+
data: contactRelationship,
|
|
1727
|
+
});
|
|
1728
|
+
}
|
|
1729
|
+
patchCompanyContactsRelationshipsById(id, patchOperations) {
|
|
1730
|
+
return this.request({
|
|
1731
|
+
path: `/company/contacts/relationships/${id}`,
|
|
1732
|
+
method: 'patch',
|
|
1733
|
+
data: patchOperations,
|
|
1734
|
+
});
|
|
1735
|
+
}
|
|
1736
|
+
getCompanyContactsRelationshipsCount(params = {}) {
|
|
1737
|
+
return this.request({
|
|
1738
|
+
path: `/company/contacts/relationships/count`,
|
|
1739
|
+
method: 'get',
|
|
1740
|
+
params,
|
|
1741
|
+
});
|
|
1742
|
+
}
|
|
1743
|
+
postCompanyContactsRequestPassword(request) {
|
|
1744
|
+
return this.request({
|
|
1745
|
+
path: `/company/contacts/requestPassword`,
|
|
1746
|
+
method: 'post',
|
|
1747
|
+
data: request,
|
|
1748
|
+
});
|
|
1749
|
+
}
|
|
1750
|
+
getCompanyContactsTypes(params = {}) {
|
|
1751
|
+
return this.request({
|
|
1752
|
+
path: `/company/contacts/types`,
|
|
1753
|
+
method: 'get',
|
|
1754
|
+
params,
|
|
1755
|
+
});
|
|
1756
|
+
}
|
|
1757
|
+
postCompanyContactsTypes(contactType) {
|
|
1758
|
+
return this.request({
|
|
1759
|
+
path: `/company/contacts/types`,
|
|
1760
|
+
method: 'post',
|
|
1761
|
+
data: contactType,
|
|
1762
|
+
});
|
|
1763
|
+
}
|
|
1764
|
+
getCompanyContactsTypesById(id, params = {}) {
|
|
1765
|
+
return this.request({
|
|
1766
|
+
path: `/company/contacts/types/${id}`,
|
|
1767
|
+
method: 'get',
|
|
1768
|
+
params,
|
|
1769
|
+
});
|
|
1770
|
+
}
|
|
1771
|
+
deleteCompanyContactsTypesById(id) {
|
|
1772
|
+
return this.request({
|
|
1773
|
+
path: `/company/contacts/types/${id}`,
|
|
1774
|
+
method: 'delete',
|
|
1775
|
+
});
|
|
1776
|
+
}
|
|
1777
|
+
putCompanyContactsTypesById(id, contactType) {
|
|
1778
|
+
return this.request({
|
|
1779
|
+
path: `/company/contacts/types/${id}`,
|
|
1780
|
+
method: 'put',
|
|
1781
|
+
data: contactType,
|
|
1782
|
+
});
|
|
1783
|
+
}
|
|
1784
|
+
patchCompanyContactsTypesById(id, patchOperations) {
|
|
1785
|
+
return this.request({
|
|
1786
|
+
path: `/company/contacts/types/${id}`,
|
|
1787
|
+
method: 'patch',
|
|
1788
|
+
data: patchOperations,
|
|
1789
|
+
});
|
|
1790
|
+
}
|
|
1791
|
+
getCompanyContactsTypesByIdInfo(id, params = {}) {
|
|
1792
|
+
return this.request({
|
|
1793
|
+
path: `/company/contacts/types/${id}/info`,
|
|
1794
|
+
method: 'get',
|
|
1795
|
+
params,
|
|
1796
|
+
});
|
|
1797
|
+
}
|
|
1798
|
+
getCompanyContactsTypesCount(params = {}) {
|
|
1799
|
+
return this.request({
|
|
1800
|
+
path: `/company/contacts/types/count`,
|
|
1801
|
+
method: 'get',
|
|
1802
|
+
params,
|
|
1803
|
+
});
|
|
1804
|
+
}
|
|
1805
|
+
getCompanyContactsTypesCountInfo(params = {}) {
|
|
1806
|
+
return this.request({
|
|
1807
|
+
path: `/company/contacts/types/count/info`,
|
|
1808
|
+
method: 'get',
|
|
1809
|
+
params,
|
|
1810
|
+
});
|
|
1811
|
+
}
|
|
1812
|
+
getCompanyContactsTypesInfo(params = {}) {
|
|
1813
|
+
return this.request({
|
|
1814
|
+
path: `/company/contacts/types/info`,
|
|
1815
|
+
method: 'get',
|
|
1816
|
+
params,
|
|
1817
|
+
});
|
|
1818
|
+
}
|
|
1819
|
+
postCompanyContactsValidatePortalCredentials(request) {
|
|
1820
|
+
return this.request({
|
|
1821
|
+
path: `/company/contacts/validatePortalCredentials`,
|
|
1822
|
+
method: 'post',
|
|
1823
|
+
data: request,
|
|
1824
|
+
});
|
|
1825
|
+
}
|
|
1826
|
+
getCompanyContactTypeAssociations(params = {}) {
|
|
1827
|
+
return this.request({
|
|
1828
|
+
path: `/company/contactTypeAssociations`,
|
|
1829
|
+
method: 'get',
|
|
1830
|
+
params,
|
|
1831
|
+
});
|
|
1832
|
+
}
|
|
1833
|
+
postCompanyContactTypeAssociations(contactTypeAssociation) {
|
|
1834
|
+
return this.request({
|
|
1835
|
+
path: `/company/contactTypeAssociations`,
|
|
1836
|
+
method: 'post',
|
|
1837
|
+
data: contactTypeAssociation,
|
|
1838
|
+
});
|
|
1839
|
+
}
|
|
1840
|
+
getCompanyContactTypeAssociationsById(id, params = {}) {
|
|
1841
|
+
return this.request({
|
|
1842
|
+
path: `/company/contactTypeAssociations/${id}`,
|
|
1843
|
+
method: 'get',
|
|
1844
|
+
params,
|
|
1845
|
+
});
|
|
1846
|
+
}
|
|
1847
|
+
deleteCompanyContactTypeAssociationsById(id) {
|
|
1848
|
+
return this.request({
|
|
1849
|
+
path: `/company/contactTypeAssociations/${id}`,
|
|
1850
|
+
method: 'delete',
|
|
1851
|
+
});
|
|
1852
|
+
}
|
|
1853
|
+
putCompanyContactTypeAssociationsById(id, contactTypeAssociation) {
|
|
1854
|
+
return this.request({
|
|
1855
|
+
path: `/company/contactTypeAssociations/${id}`,
|
|
1856
|
+
method: 'put',
|
|
1857
|
+
data: contactTypeAssociation,
|
|
1858
|
+
});
|
|
1859
|
+
}
|
|
1860
|
+
patchCompanyContactTypeAssociationsById(id, patchOperations) {
|
|
1861
|
+
return this.request({
|
|
1862
|
+
path: `/company/contactTypeAssociations/${id}`,
|
|
1863
|
+
method: 'patch',
|
|
1864
|
+
data: patchOperations,
|
|
1865
|
+
});
|
|
1866
|
+
}
|
|
1867
|
+
getCompanyContactTypeAssociationsCount(params = {}) {
|
|
1868
|
+
return this.request({
|
|
1869
|
+
path: `/company/contactTypeAssociations/count`,
|
|
1870
|
+
method: 'get',
|
|
1871
|
+
params,
|
|
1872
|
+
});
|
|
1873
|
+
}
|
|
1874
|
+
getCompanyCountries(params = {}) {
|
|
1875
|
+
return this.request({
|
|
1876
|
+
path: `/company/countries`,
|
|
1877
|
+
method: 'get',
|
|
1878
|
+
params,
|
|
1879
|
+
});
|
|
1880
|
+
}
|
|
1881
|
+
postCompanyCountries(country) {
|
|
1882
|
+
return this.request({
|
|
1883
|
+
path: `/company/countries`,
|
|
1884
|
+
method: 'post',
|
|
1885
|
+
data: country,
|
|
1886
|
+
});
|
|
1887
|
+
}
|
|
1888
|
+
getCompanyCountriesById(id, params = {}) {
|
|
1889
|
+
return this.request({
|
|
1890
|
+
path: `/company/countries/${id}`,
|
|
1891
|
+
method: 'get',
|
|
1892
|
+
params,
|
|
1893
|
+
});
|
|
1894
|
+
}
|
|
1895
|
+
deleteCompanyCountriesById(id) {
|
|
1896
|
+
return this.request({
|
|
1897
|
+
path: `/company/countries/${id}`,
|
|
1898
|
+
method: 'delete',
|
|
1899
|
+
});
|
|
1900
|
+
}
|
|
1901
|
+
putCompanyCountriesById(id, country) {
|
|
1902
|
+
return this.request({
|
|
1903
|
+
path: `/company/countries/${id}`,
|
|
1904
|
+
method: 'put',
|
|
1905
|
+
data: country,
|
|
1906
|
+
});
|
|
1907
|
+
}
|
|
1908
|
+
patchCompanyCountriesById(id, patchOperations) {
|
|
1909
|
+
return this.request({
|
|
1910
|
+
path: `/company/countries/${id}`,
|
|
1911
|
+
method: 'patch',
|
|
1912
|
+
data: patchOperations,
|
|
1913
|
+
});
|
|
1914
|
+
}
|
|
1915
|
+
getCompanyCountriesByIdInfo(id, params = {}) {
|
|
1916
|
+
return this.request({
|
|
1917
|
+
path: `/company/countries/${id}/info`,
|
|
1918
|
+
method: 'get',
|
|
1919
|
+
params,
|
|
1920
|
+
});
|
|
1921
|
+
}
|
|
1922
|
+
getCompanyCountriesCount(params = {}) {
|
|
1923
|
+
return this.request({
|
|
1924
|
+
path: `/company/countries/count`,
|
|
1925
|
+
method: 'get',
|
|
1926
|
+
params,
|
|
1927
|
+
});
|
|
1928
|
+
}
|
|
1929
|
+
getCompanyCountriesInfo(params = {}) {
|
|
1930
|
+
return this.request({
|
|
1931
|
+
path: `/company/countries/info`,
|
|
1932
|
+
method: 'get',
|
|
1933
|
+
params,
|
|
1934
|
+
});
|
|
1935
|
+
}
|
|
1936
|
+
getCompanyCountriesInfoCount(params = {}) {
|
|
1937
|
+
return this.request({
|
|
1938
|
+
path: `/company/countries/info/count`,
|
|
1939
|
+
method: 'get',
|
|
1940
|
+
params,
|
|
1941
|
+
});
|
|
1942
|
+
}
|
|
1943
|
+
getCompanyEntityTypes(params = {}) {
|
|
1944
|
+
return this.request({
|
|
1945
|
+
path: `/company/entityTypes`,
|
|
1946
|
+
method: 'get',
|
|
1947
|
+
params,
|
|
1948
|
+
});
|
|
1949
|
+
}
|
|
1950
|
+
getCompanyEntityTypesById(id, params = {}) {
|
|
1951
|
+
return this.request({
|
|
1952
|
+
path: `/company/entityTypes/${id}`,
|
|
1953
|
+
method: 'get',
|
|
1954
|
+
params,
|
|
1955
|
+
});
|
|
1956
|
+
}
|
|
1957
|
+
getCompanyEntitytypesByIdInfo(id, params = {}) {
|
|
1958
|
+
return this.request({
|
|
1959
|
+
path: `/company/entitytypes/${id}/info`,
|
|
1960
|
+
method: 'get',
|
|
1961
|
+
params,
|
|
1962
|
+
});
|
|
1963
|
+
}
|
|
1964
|
+
getCompanyEntityTypesCount(params = {}) {
|
|
1965
|
+
return this.request({
|
|
1966
|
+
path: `/company/entityTypes/count`,
|
|
1967
|
+
method: 'get',
|
|
1968
|
+
params,
|
|
1969
|
+
});
|
|
1970
|
+
}
|
|
1971
|
+
getCompanyEntitytypesInfo(params = {}) {
|
|
1972
|
+
return this.request({
|
|
1973
|
+
path: `/company/entitytypes/info`,
|
|
1974
|
+
method: 'get',
|
|
1975
|
+
params,
|
|
1976
|
+
});
|
|
1977
|
+
}
|
|
1978
|
+
getCompanyEntityTypesInfoCount(params = {}) {
|
|
1979
|
+
return this.request({
|
|
1980
|
+
path: `/company/entityTypes/info/count`,
|
|
1981
|
+
method: 'get',
|
|
1982
|
+
params,
|
|
1983
|
+
});
|
|
1984
|
+
}
|
|
1985
|
+
getCompanyExpenseTypesInfoCount(params = {}) {
|
|
1986
|
+
return this.request({
|
|
1987
|
+
path: `/company/expenseTypes/info/count`,
|
|
1988
|
+
method: 'get',
|
|
1989
|
+
params,
|
|
1990
|
+
});
|
|
1991
|
+
}
|
|
1992
|
+
getCompanyManagedDevicesIntegrations(params = {}) {
|
|
1993
|
+
return this.request({
|
|
1994
|
+
path: `/company/managedDevicesIntegrations`,
|
|
1995
|
+
method: 'get',
|
|
1996
|
+
params,
|
|
1997
|
+
});
|
|
1998
|
+
}
|
|
1999
|
+
postCompanyManagedDevicesIntegrations(managedDevicesIntegration) {
|
|
2000
|
+
return this.request({
|
|
2001
|
+
path: `/company/managedDevicesIntegrations`,
|
|
2002
|
+
method: 'post',
|
|
2003
|
+
data: managedDevicesIntegration,
|
|
2004
|
+
});
|
|
2005
|
+
}
|
|
2006
|
+
getCompanyManagedDevicesIntegrationsById(id, params = {}) {
|
|
2007
|
+
return this.request({
|
|
2008
|
+
path: `/company/managedDevicesIntegrations/${id}`,
|
|
2009
|
+
method: 'get',
|
|
2010
|
+
params,
|
|
2011
|
+
});
|
|
2012
|
+
}
|
|
2013
|
+
deleteCompanyManagedDevicesIntegrationsById(id) {
|
|
2014
|
+
return this.request({
|
|
2015
|
+
path: `/company/managedDevicesIntegrations/${id}`,
|
|
2016
|
+
method: 'delete',
|
|
2017
|
+
});
|
|
2018
|
+
}
|
|
2019
|
+
putCompanyManagedDevicesIntegrationsById(id, managedDevicesIntegration) {
|
|
2020
|
+
return this.request({
|
|
2021
|
+
path: `/company/managedDevicesIntegrations/${id}`,
|
|
2022
|
+
method: 'put',
|
|
2023
|
+
data: managedDevicesIntegration,
|
|
2024
|
+
});
|
|
2025
|
+
}
|
|
2026
|
+
patchCompanyManagedDevicesIntegrationsById(id, patchOperations) {
|
|
2027
|
+
return this.request({
|
|
2028
|
+
path: `/company/managedDevicesIntegrations/${id}`,
|
|
2029
|
+
method: 'patch',
|
|
2030
|
+
data: patchOperations,
|
|
2031
|
+
});
|
|
2032
|
+
}
|
|
2033
|
+
getCompanyManagedDevicesIntegrationsByIdInfo(id, params = {}) {
|
|
2034
|
+
return this.request({
|
|
2035
|
+
path: `/company/managedDevicesIntegrations/${id}/info`,
|
|
2036
|
+
method: 'get',
|
|
2037
|
+
params,
|
|
2038
|
+
});
|
|
2039
|
+
}
|
|
2040
|
+
getCompanyManagedDevicesIntegrationsByIdUsages(id, params = {}) {
|
|
2041
|
+
return this.request({
|
|
2042
|
+
path: `/company/managedDevicesIntegrations/${id}/usages`,
|
|
2043
|
+
method: 'get',
|
|
2044
|
+
params,
|
|
2045
|
+
});
|
|
2046
|
+
}
|
|
2047
|
+
getCompanyManagedDevicesIntegrationsByIdUsagesList(id, params = {}) {
|
|
2048
|
+
return this.request({
|
|
2049
|
+
path: `/company/managedDevicesIntegrations/${id}/usages/list`,
|
|
2050
|
+
method: 'get',
|
|
2051
|
+
params,
|
|
2052
|
+
});
|
|
2053
|
+
}
|
|
2054
|
+
getCompanyManagedDevicesIntegrationsByParentIdCrossReferences(parentId, params = {}) {
|
|
2055
|
+
return this.request({
|
|
2056
|
+
path: `/company/managedDevicesIntegrations/${parentId}/crossReferences`,
|
|
2057
|
+
method: 'get',
|
|
2058
|
+
params,
|
|
2059
|
+
});
|
|
2060
|
+
}
|
|
2061
|
+
postCompanyManagedDevicesIntegrationsByParentIdCrossReferences(parentId, crossReference) {
|
|
2062
|
+
return this.request({
|
|
2063
|
+
path: `/company/managedDevicesIntegrations/${parentId}/crossReferences`,
|
|
2064
|
+
method: 'post',
|
|
2065
|
+
data: crossReference,
|
|
2066
|
+
});
|
|
2067
|
+
}
|
|
2068
|
+
getCompanyManagedDevicesIntegrationsByParentIdCrossReferencesById(id, parentId, params = {}) {
|
|
2069
|
+
return this.request({
|
|
2070
|
+
path: `/company/managedDevicesIntegrations/${parentId}/crossReferences/${id}`,
|
|
2071
|
+
method: 'get',
|
|
2072
|
+
params,
|
|
2073
|
+
});
|
|
2074
|
+
}
|
|
2075
|
+
putCompanyManagedDevicesIntegrationsByParentIdCrossReferencesById(id, parentId, crossReference) {
|
|
2076
|
+
return this.request({
|
|
2077
|
+
path: `/company/managedDevicesIntegrations/${parentId}/crossReferences/${id}`,
|
|
2078
|
+
method: 'put',
|
|
2079
|
+
data: crossReference,
|
|
2080
|
+
});
|
|
2081
|
+
}
|
|
2082
|
+
patchCompanyManagedDevicesIntegrationsByParentIdCrossReferencesById(id, parentId, patchOperations) {
|
|
2083
|
+
return this.request({
|
|
2084
|
+
path: `/company/managedDevicesIntegrations/${parentId}/crossReferences/${id}`,
|
|
2085
|
+
method: 'patch',
|
|
2086
|
+
data: patchOperations,
|
|
2087
|
+
});
|
|
2088
|
+
}
|
|
2089
|
+
deleteCompanyManagedDevicesIntegrationsByParentIdCrossReferencesById(id, parentId) {
|
|
2090
|
+
return this.request({
|
|
2091
|
+
path: `/company/managedDevicesIntegrations/${parentId}/crossReferences/${id}`,
|
|
2092
|
+
method: 'delete',
|
|
2093
|
+
});
|
|
2094
|
+
}
|
|
2095
|
+
getCompanyManagedDevicesIntegrationsByParentIdCrossReferencesCount(parentId, params = {}) {
|
|
2096
|
+
return this.request({
|
|
2097
|
+
path: `/company/managedDevicesIntegrations/${parentId}/crossReferences/count`,
|
|
2098
|
+
method: 'get',
|
|
2099
|
+
params,
|
|
2100
|
+
});
|
|
2101
|
+
}
|
|
2102
|
+
getCompanyManagedDevicesIntegrationsByParentIdLogins(parentId, params = {}) {
|
|
2103
|
+
return this.request({
|
|
2104
|
+
path: `/company/managedDevicesIntegrations/${parentId}/logins`,
|
|
2105
|
+
method: 'get',
|
|
2106
|
+
params,
|
|
2107
|
+
});
|
|
2108
|
+
}
|
|
2109
|
+
postCompanyManagedDevicesIntegrationsByParentIdLogins(parentId, login) {
|
|
2110
|
+
return this.request({
|
|
2111
|
+
path: `/company/managedDevicesIntegrations/${parentId}/logins`,
|
|
2112
|
+
method: 'post',
|
|
2113
|
+
data: login,
|
|
2114
|
+
});
|
|
2115
|
+
}
|
|
2116
|
+
getCompanyManagedDevicesIntegrationsByParentIdLoginsById(id, parentId, params = {}) {
|
|
2117
|
+
return this.request({
|
|
2118
|
+
path: `/company/managedDevicesIntegrations/${parentId}/logins/${id}`,
|
|
2119
|
+
method: 'get',
|
|
2120
|
+
params,
|
|
2121
|
+
});
|
|
2122
|
+
}
|
|
2123
|
+
putCompanyManagedDevicesIntegrationsByParentIdLoginsById(id, parentId, login) {
|
|
2124
|
+
return this.request({
|
|
2125
|
+
path: `/company/managedDevicesIntegrations/${parentId}/logins/${id}`,
|
|
2126
|
+
method: 'put',
|
|
2127
|
+
data: login,
|
|
2128
|
+
});
|
|
2129
|
+
}
|
|
2130
|
+
patchCompanyManagedDevicesIntegrationsByParentIdLoginsById(id, parentId, patchOperations) {
|
|
2131
|
+
return this.request({
|
|
2132
|
+
path: `/company/managedDevicesIntegrations/${parentId}/logins/${id}`,
|
|
2133
|
+
method: 'patch',
|
|
2134
|
+
data: patchOperations,
|
|
2135
|
+
});
|
|
2136
|
+
}
|
|
2137
|
+
deleteCompanyManagedDevicesIntegrationsByParentIdLoginsById(id, parentId) {
|
|
2138
|
+
return this.request({
|
|
2139
|
+
path: `/company/managedDevicesIntegrations/${parentId}/logins/${id}`,
|
|
2140
|
+
method: 'delete',
|
|
2141
|
+
});
|
|
2142
|
+
}
|
|
2143
|
+
getCompanyManagedDevicesIntegrationsByParentIdLoginsCount(parentId, params = {}) {
|
|
2144
|
+
return this.request({
|
|
2145
|
+
path: `/company/managedDevicesIntegrations/${parentId}/logins/count`,
|
|
2146
|
+
method: 'get',
|
|
2147
|
+
params,
|
|
2148
|
+
});
|
|
2149
|
+
}
|
|
2150
|
+
getCompanyManagedDevicesIntegrationsByParentIdNotifications(parentId, params = {}) {
|
|
2151
|
+
return this.request({
|
|
2152
|
+
path: `/company/managedDevicesIntegrations/${parentId}/notifications`,
|
|
2153
|
+
method: 'get',
|
|
2154
|
+
params,
|
|
2155
|
+
});
|
|
2156
|
+
}
|
|
2157
|
+
postCompanyManagedDevicesIntegrationsByParentIdNotifications(parentId, notification) {
|
|
2158
|
+
return this.request({
|
|
2159
|
+
path: `/company/managedDevicesIntegrations/${parentId}/notifications`,
|
|
2160
|
+
method: 'post',
|
|
2161
|
+
data: notification,
|
|
2162
|
+
});
|
|
2163
|
+
}
|
|
2164
|
+
getCompanyManagedDevicesIntegrationsByParentIdNotificationsById(id, parentId, params = {}) {
|
|
2165
|
+
return this.request({
|
|
2166
|
+
path: `/company/managedDevicesIntegrations/${parentId}/notifications/${id}`,
|
|
2167
|
+
method: 'get',
|
|
2168
|
+
params,
|
|
2169
|
+
});
|
|
2170
|
+
}
|
|
2171
|
+
putCompanyManagedDevicesIntegrationsByParentIdNotificationsById(id, parentId, notification) {
|
|
2172
|
+
return this.request({
|
|
2173
|
+
path: `/company/managedDevicesIntegrations/${parentId}/notifications/${id}`,
|
|
2174
|
+
method: 'put',
|
|
2175
|
+
data: notification,
|
|
2176
|
+
});
|
|
2177
|
+
}
|
|
2178
|
+
patchCompanyManagedDevicesIntegrationsByParentIdNotificationsById(id, parentId, patchOperations) {
|
|
2179
|
+
return this.request({
|
|
2180
|
+
path: `/company/managedDevicesIntegrations/${parentId}/notifications/${id}`,
|
|
2181
|
+
method: 'patch',
|
|
2182
|
+
data: patchOperations,
|
|
2183
|
+
});
|
|
2184
|
+
}
|
|
2185
|
+
deleteCompanyManagedDevicesIntegrationsByParentIdNotificationsById(id, parentId) {
|
|
2186
|
+
return this.request({
|
|
2187
|
+
path: `/company/managedDevicesIntegrations/${parentId}/notifications/${id}`,
|
|
2188
|
+
method: 'delete',
|
|
2189
|
+
});
|
|
2190
|
+
}
|
|
2191
|
+
getCompanyManagedDevicesIntegrationsByParentIdNotificationsCount(parentId, params = {}) {
|
|
2192
|
+
return this.request({
|
|
2193
|
+
path: `/company/managedDevicesIntegrations/${parentId}/notifications/count`,
|
|
2194
|
+
method: 'get',
|
|
2195
|
+
params,
|
|
2196
|
+
});
|
|
2197
|
+
}
|
|
2198
|
+
getCompanyManagedDevicesIntegrationsCount(params = {}) {
|
|
2199
|
+
return this.request({
|
|
2200
|
+
path: `/company/managedDevicesIntegrations/count`,
|
|
2201
|
+
method: 'get',
|
|
2202
|
+
params,
|
|
2203
|
+
});
|
|
2204
|
+
}
|
|
2205
|
+
getCompanyManagedDevicesIntegrationsInfo(params = {}) {
|
|
2206
|
+
return this.request({
|
|
2207
|
+
path: `/company/managedDevicesIntegrations/info`,
|
|
2208
|
+
method: 'get',
|
|
2209
|
+
params,
|
|
2210
|
+
});
|
|
2211
|
+
}
|
|
2212
|
+
getCompanyManagedDevicesIntegrationsInfoCount(params = {}) {
|
|
2213
|
+
return this.request({
|
|
2214
|
+
path: `/company/managedDevicesIntegrations/info/count`,
|
|
2215
|
+
method: 'get',
|
|
2216
|
+
params,
|
|
2217
|
+
});
|
|
2218
|
+
}
|
|
2219
|
+
getCompanyManagement(params = {}) {
|
|
2220
|
+
return this.request({
|
|
2221
|
+
path: `/company/management`,
|
|
2222
|
+
method: 'get',
|
|
2223
|
+
params,
|
|
2224
|
+
});
|
|
2225
|
+
}
|
|
2226
|
+
getCompanyManagementById(id, params = {}) {
|
|
2227
|
+
return this.request({
|
|
2228
|
+
path: `/company/management/${id}`,
|
|
2229
|
+
method: 'get',
|
|
2230
|
+
params,
|
|
2231
|
+
});
|
|
2232
|
+
}
|
|
2233
|
+
putCompanyManagementById(id, management) {
|
|
2234
|
+
return this.request({
|
|
2235
|
+
path: `/company/management/${id}`,
|
|
2236
|
+
method: 'put',
|
|
2237
|
+
data: management,
|
|
2238
|
+
});
|
|
2239
|
+
}
|
|
2240
|
+
patchCompanyManagementById(id, patchOperations) {
|
|
2241
|
+
return this.request({
|
|
2242
|
+
path: `/company/management/${id}`,
|
|
2243
|
+
method: 'patch',
|
|
2244
|
+
data: patchOperations,
|
|
2245
|
+
});
|
|
2246
|
+
}
|
|
2247
|
+
postCompanyManagementByIdExecuteManagedItSync(id) {
|
|
2248
|
+
return this.request({
|
|
2249
|
+
path: `/company/management/${id}/executeManagedItSync`,
|
|
2250
|
+
method: 'post',
|
|
2251
|
+
});
|
|
2252
|
+
}
|
|
2253
|
+
getCompanyManagementByIdLogDownload(id, filePath, params = {}) {
|
|
2254
|
+
return this.request({
|
|
2255
|
+
path: `/company/management/${id}/log/download`,
|
|
2256
|
+
method: 'get',
|
|
2257
|
+
params,
|
|
2258
|
+
});
|
|
2259
|
+
}
|
|
2260
|
+
getCompanyManagementByIdLogs(id, params = {}) {
|
|
2261
|
+
return this.request({
|
|
2262
|
+
path: `/company/management/${id}/logs`,
|
|
2263
|
+
method: 'get',
|
|
2264
|
+
params,
|
|
2265
|
+
});
|
|
2266
|
+
}
|
|
2267
|
+
getCompanyManagementByParentIdManagementReportNotifications(parentId, params = {}) {
|
|
2268
|
+
return this.request({
|
|
2269
|
+
path: `/company/management/${parentId}/managementReportNotifications`,
|
|
2270
|
+
method: 'get',
|
|
2271
|
+
params,
|
|
2272
|
+
});
|
|
2273
|
+
}
|
|
2274
|
+
postCompanyManagementByParentIdManagementReportNotifications(parentId, managementReportNotification) {
|
|
2275
|
+
return this.request({
|
|
2276
|
+
path: `/company/management/${parentId}/managementReportNotifications`,
|
|
2277
|
+
method: 'post',
|
|
2278
|
+
data: managementReportNotification,
|
|
2279
|
+
});
|
|
2280
|
+
}
|
|
2281
|
+
getCompanyManagementByParentIdManagementReportNotificationsById(id, parentId, params = {}) {
|
|
2282
|
+
return this.request({
|
|
2283
|
+
path: `/company/management/${parentId}/managementReportNotifications/${id}`,
|
|
2284
|
+
method: 'get',
|
|
2285
|
+
params,
|
|
2286
|
+
});
|
|
2287
|
+
}
|
|
2288
|
+
deleteCompanyManagementByParentIdManagementReportNotificationsById(id, parentId) {
|
|
2289
|
+
return this.request({
|
|
2290
|
+
path: `/company/management/${parentId}/managementReportNotifications/${id}`,
|
|
2291
|
+
method: 'delete',
|
|
2292
|
+
});
|
|
2293
|
+
}
|
|
2294
|
+
putCompanyManagementByParentIdManagementReportNotificationsById(id, parentId, managementReportNotification) {
|
|
2295
|
+
return this.request({
|
|
2296
|
+
path: `/company/management/${parentId}/managementReportNotifications/${id}`,
|
|
2297
|
+
method: 'put',
|
|
2298
|
+
data: managementReportNotification,
|
|
2299
|
+
});
|
|
2300
|
+
}
|
|
2301
|
+
patchCompanyManagementByParentIdManagementReportNotificationsById(id, parentId, patchOperations) {
|
|
2302
|
+
return this.request({
|
|
2303
|
+
path: `/company/management/${parentId}/managementReportNotifications/${id}`,
|
|
2304
|
+
method: 'patch',
|
|
2305
|
+
data: patchOperations,
|
|
2306
|
+
});
|
|
2307
|
+
}
|
|
2308
|
+
getCompanyManagementByParentIdManagementReportNotificationsCount(parentId, params = {}) {
|
|
2309
|
+
return this.request({
|
|
2310
|
+
path: `/company/management/${parentId}/managementReportNotifications/count`,
|
|
2311
|
+
method: 'get',
|
|
2312
|
+
params,
|
|
2313
|
+
});
|
|
2314
|
+
}
|
|
2315
|
+
getCompanyManagementCount(params = {}) {
|
|
2316
|
+
return this.request({
|
|
2317
|
+
path: `/company/management/count`,
|
|
2318
|
+
method: 'get',
|
|
2319
|
+
params,
|
|
2320
|
+
});
|
|
2321
|
+
}
|
|
2322
|
+
getCompanyManagementBackups(params = {}) {
|
|
2323
|
+
return this.request({
|
|
2324
|
+
path: `/company/managementBackups`,
|
|
2325
|
+
method: 'get',
|
|
2326
|
+
params,
|
|
2327
|
+
});
|
|
2328
|
+
}
|
|
2329
|
+
postCompanyManagementBackups(managementBackup) {
|
|
2330
|
+
return this.request({
|
|
2331
|
+
path: `/company/managementBackups`,
|
|
2332
|
+
method: 'post',
|
|
2333
|
+
data: managementBackup,
|
|
2334
|
+
});
|
|
2335
|
+
}
|
|
2336
|
+
getCompanyManagementBackupsById(id, params = {}) {
|
|
2337
|
+
return this.request({
|
|
2338
|
+
path: `/company/managementBackups/${id}`,
|
|
2339
|
+
method: 'get',
|
|
2340
|
+
params,
|
|
2341
|
+
});
|
|
2342
|
+
}
|
|
2343
|
+
deleteCompanyManagementBackupsById(id) {
|
|
2344
|
+
return this.request({
|
|
2345
|
+
path: `/company/managementBackups/${id}`,
|
|
2346
|
+
method: 'delete',
|
|
2347
|
+
});
|
|
2348
|
+
}
|
|
2349
|
+
putCompanyManagementBackupsById(id, managementBackup) {
|
|
2350
|
+
return this.request({
|
|
2351
|
+
path: `/company/managementBackups/${id}`,
|
|
2352
|
+
method: 'put',
|
|
2353
|
+
data: managementBackup,
|
|
2354
|
+
});
|
|
2355
|
+
}
|
|
2356
|
+
patchCompanyManagementBackupsById(id, patchOperations) {
|
|
2357
|
+
return this.request({
|
|
2358
|
+
path: `/company/managementBackups/${id}`,
|
|
2359
|
+
method: 'patch',
|
|
2360
|
+
data: patchOperations,
|
|
2361
|
+
});
|
|
2362
|
+
}
|
|
2363
|
+
getCompanyManagementBackupsCount(params = {}) {
|
|
2364
|
+
return this.request({
|
|
2365
|
+
path: `/company/managementBackups/count`,
|
|
2366
|
+
method: 'get',
|
|
2367
|
+
params,
|
|
2368
|
+
});
|
|
2369
|
+
}
|
|
2370
|
+
getCompanyManagementItSolutions(params = {}) {
|
|
2371
|
+
return this.request({
|
|
2372
|
+
path: `/company/managementItSolutions`,
|
|
2373
|
+
method: 'get',
|
|
2374
|
+
params,
|
|
2375
|
+
});
|
|
2376
|
+
}
|
|
2377
|
+
postCompanyManagementItSolutions(managementItSolution) {
|
|
2378
|
+
return this.request({
|
|
2379
|
+
path: `/company/managementItSolutions`,
|
|
2380
|
+
method: 'post',
|
|
2381
|
+
data: managementItSolution,
|
|
2382
|
+
});
|
|
2383
|
+
}
|
|
2384
|
+
getCompanyManagementItSolutionsById(id, params = {}) {
|
|
2385
|
+
return this.request({
|
|
2386
|
+
path: `/company/managementItSolutions/${id}`,
|
|
2387
|
+
method: 'get',
|
|
2388
|
+
params,
|
|
2389
|
+
});
|
|
2390
|
+
}
|
|
2391
|
+
deleteCompanyManagementItSolutionsById(id) {
|
|
2392
|
+
return this.request({
|
|
2393
|
+
path: `/company/managementItSolutions/${id}`,
|
|
2394
|
+
method: 'delete',
|
|
2395
|
+
});
|
|
2396
|
+
}
|
|
2397
|
+
putCompanyManagementItSolutionsById(id, managementItSolution) {
|
|
2398
|
+
return this.request({
|
|
2399
|
+
path: `/company/managementItSolutions/${id}`,
|
|
2400
|
+
method: 'put',
|
|
2401
|
+
data: managementItSolution,
|
|
2402
|
+
});
|
|
2403
|
+
}
|
|
2404
|
+
patchCompanyManagementItSolutionsById(id, patchOperations) {
|
|
2405
|
+
return this.request({
|
|
2406
|
+
path: `/company/managementItSolutions/${id}`,
|
|
2407
|
+
method: 'patch',
|
|
2408
|
+
data: patchOperations,
|
|
2409
|
+
});
|
|
2410
|
+
}
|
|
2411
|
+
getCompanyManagementItSolutionsByIdUsages(id, params = {}) {
|
|
2412
|
+
return this.request({
|
|
2413
|
+
path: `/company/managementItSolutions/${id}/usages`,
|
|
2414
|
+
method: 'get',
|
|
2415
|
+
params,
|
|
2416
|
+
});
|
|
2417
|
+
}
|
|
2418
|
+
getCompanyManagementItSolutionsByIdUsagesList(id, params = {}) {
|
|
2419
|
+
return this.request({
|
|
2420
|
+
path: `/company/managementItSolutions/${id}/usages/list`,
|
|
2421
|
+
method: 'get',
|
|
2422
|
+
params,
|
|
2423
|
+
});
|
|
2424
|
+
}
|
|
2425
|
+
getCompanyManagementItSolutionsByParentIdManagementProducts(parentId, params = {}) {
|
|
2426
|
+
return this.request({
|
|
2427
|
+
path: `/company/managementItSolutions/${parentId}/managementProducts`,
|
|
2428
|
+
method: 'get',
|
|
2429
|
+
params,
|
|
2430
|
+
});
|
|
2431
|
+
}
|
|
2432
|
+
postCompanyManagementItSolutionsByParentIdManagementProducts(parentId, managementProduct) {
|
|
2433
|
+
return this.request({
|
|
2434
|
+
path: `/company/managementItSolutions/${parentId}/managementProducts`,
|
|
2435
|
+
method: 'post',
|
|
2436
|
+
data: managementProduct,
|
|
2437
|
+
});
|
|
2438
|
+
}
|
|
2439
|
+
getCompanyManagementItSolutionsByParentIdManagementProductsById(id, parentId, params = {}) {
|
|
2440
|
+
return this.request({
|
|
2441
|
+
path: `/company/managementItSolutions/${parentId}/managementProducts/${id}`,
|
|
2442
|
+
method: 'get',
|
|
2443
|
+
params,
|
|
2444
|
+
});
|
|
2445
|
+
}
|
|
2446
|
+
putCompanyManagementItSolutionsByParentIdManagementProductsById(id, parentId, managementProduct) {
|
|
2447
|
+
return this.request({
|
|
2448
|
+
path: `/company/managementItSolutions/${parentId}/managementProducts/${id}`,
|
|
2449
|
+
method: 'put',
|
|
2450
|
+
data: managementProduct,
|
|
2451
|
+
});
|
|
2452
|
+
}
|
|
2453
|
+
patchCompanyManagementItSolutionsByParentIdManagementProductsById(id, parentId, patchOperations) {
|
|
2454
|
+
return this.request({
|
|
2455
|
+
path: `/company/managementItSolutions/${parentId}/managementProducts/${id}`,
|
|
2456
|
+
method: 'patch',
|
|
2457
|
+
data: patchOperations,
|
|
2458
|
+
});
|
|
2459
|
+
}
|
|
2460
|
+
deleteCompanyManagementItSolutionsByParentIdManagementProductsById(id, parentId) {
|
|
2461
|
+
return this.request({
|
|
2462
|
+
path: `/company/managementItSolutions/${parentId}/managementProducts/${id}`,
|
|
2463
|
+
method: 'delete',
|
|
2464
|
+
});
|
|
2465
|
+
}
|
|
2466
|
+
getCompanyManagementItSolutionsByParentIdManagementProductsCount(parentId, params = {}) {
|
|
2467
|
+
return this.request({
|
|
2468
|
+
path: `/company/managementItSolutions/${parentId}/managementProducts/count`,
|
|
2469
|
+
method: 'get',
|
|
2470
|
+
params,
|
|
2471
|
+
});
|
|
2472
|
+
}
|
|
2473
|
+
getCompanyManagementItSolutionsCount(params = {}) {
|
|
2474
|
+
return this.request({
|
|
2475
|
+
path: `/company/managementItSolutions/count`,
|
|
2476
|
+
method: 'get',
|
|
2477
|
+
params,
|
|
2478
|
+
});
|
|
2479
|
+
}
|
|
2480
|
+
getCompanyMarketDescriptions(params = {}) {
|
|
2481
|
+
return this.request({
|
|
2482
|
+
path: `/company/marketDescriptions`,
|
|
2483
|
+
method: 'get',
|
|
2484
|
+
params,
|
|
2485
|
+
});
|
|
2486
|
+
}
|
|
2487
|
+
postCompanyMarketDescriptions(marketDescription) {
|
|
2488
|
+
return this.request({
|
|
2489
|
+
path: `/company/marketDescriptions`,
|
|
2490
|
+
method: 'post',
|
|
2491
|
+
data: marketDescription,
|
|
2492
|
+
});
|
|
2493
|
+
}
|
|
2494
|
+
getCompanyMarketDescriptionsById(id, params = {}) {
|
|
2495
|
+
return this.request({
|
|
2496
|
+
path: `/company/marketDescriptions/${id}`,
|
|
2497
|
+
method: 'get',
|
|
2498
|
+
params,
|
|
2499
|
+
});
|
|
2500
|
+
}
|
|
2501
|
+
deleteCompanyMarketDescriptionsById(id) {
|
|
2502
|
+
return this.request({
|
|
2503
|
+
path: `/company/marketDescriptions/${id}`,
|
|
2504
|
+
method: 'delete',
|
|
2505
|
+
});
|
|
2506
|
+
}
|
|
2507
|
+
putCompanyMarketDescriptionsById(id, marketDescription) {
|
|
2508
|
+
return this.request({
|
|
2509
|
+
path: `/company/marketDescriptions/${id}`,
|
|
2510
|
+
method: 'put',
|
|
2511
|
+
data: marketDescription,
|
|
2512
|
+
});
|
|
2513
|
+
}
|
|
2514
|
+
patchCompanyMarketDescriptionsById(id, patchOperations) {
|
|
2515
|
+
return this.request({
|
|
2516
|
+
path: `/company/marketDescriptions/${id}`,
|
|
2517
|
+
method: 'patch',
|
|
2518
|
+
data: patchOperations,
|
|
2519
|
+
});
|
|
2520
|
+
}
|
|
2521
|
+
getCompanyMarketDescriptionsByIdInfo(id, params = {}) {
|
|
2522
|
+
return this.request({
|
|
2523
|
+
path: `/company/marketDescriptions/${id}/info`,
|
|
2524
|
+
method: 'get',
|
|
2525
|
+
params,
|
|
2526
|
+
});
|
|
2527
|
+
}
|
|
2528
|
+
getCompanyMarketDescriptionsByIdUsages(id, params = {}) {
|
|
2529
|
+
return this.request({
|
|
2530
|
+
path: `/company/marketDescriptions/${id}/usages`,
|
|
2531
|
+
method: 'get',
|
|
2532
|
+
params,
|
|
2533
|
+
});
|
|
2534
|
+
}
|
|
2535
|
+
getCompanyMarketDescriptionsByIdUsagesList(id, params = {}) {
|
|
2536
|
+
return this.request({
|
|
2537
|
+
path: `/company/marketDescriptions/${id}/usages/list`,
|
|
2538
|
+
method: 'get',
|
|
2539
|
+
params,
|
|
2540
|
+
});
|
|
2541
|
+
}
|
|
2542
|
+
getCompanyMarketDescriptionsCount(params = {}) {
|
|
2543
|
+
return this.request({
|
|
2544
|
+
path: `/company/marketDescriptions/count`,
|
|
2545
|
+
method: 'get',
|
|
2546
|
+
params,
|
|
2547
|
+
});
|
|
2548
|
+
}
|
|
2549
|
+
getCompanyMarketDescriptionsInfo(params = {}) {
|
|
2550
|
+
return this.request({
|
|
2551
|
+
path: `/company/marketDescriptions/info`,
|
|
2552
|
+
method: 'get',
|
|
2553
|
+
params,
|
|
2554
|
+
});
|
|
2555
|
+
}
|
|
2556
|
+
getCompanyMarketDescriptionsInfoCount(params = {}) {
|
|
2557
|
+
return this.request({
|
|
2558
|
+
path: `/company/marketDescriptions/info/count`,
|
|
2559
|
+
method: 'get',
|
|
2560
|
+
params,
|
|
2561
|
+
});
|
|
2562
|
+
}
|
|
2563
|
+
getCompanyNoteTypes(params = {}) {
|
|
2564
|
+
return this.request({
|
|
2565
|
+
path: `/company/noteTypes`,
|
|
2566
|
+
method: 'get',
|
|
2567
|
+
params,
|
|
2568
|
+
});
|
|
2569
|
+
}
|
|
2570
|
+
postCompanyNoteTypes(noteType) {
|
|
2571
|
+
return this.request({
|
|
2572
|
+
path: `/company/noteTypes`,
|
|
2573
|
+
method: 'post',
|
|
2574
|
+
data: noteType,
|
|
2575
|
+
});
|
|
2576
|
+
}
|
|
2577
|
+
getCompanyNoteTypesById(id, params = {}) {
|
|
2578
|
+
return this.request({
|
|
2579
|
+
path: `/company/noteTypes/${id}`,
|
|
2580
|
+
method: 'get',
|
|
2581
|
+
params,
|
|
2582
|
+
});
|
|
2583
|
+
}
|
|
2584
|
+
deleteCompanyNoteTypesById(id) {
|
|
2585
|
+
return this.request({
|
|
2586
|
+
path: `/company/noteTypes/${id}`,
|
|
2587
|
+
method: 'delete',
|
|
2588
|
+
});
|
|
2589
|
+
}
|
|
2590
|
+
putCompanyNoteTypesById(id, noteType) {
|
|
2591
|
+
return this.request({
|
|
2592
|
+
path: `/company/noteTypes/${id}`,
|
|
2593
|
+
method: 'put',
|
|
2594
|
+
data: noteType,
|
|
2595
|
+
});
|
|
2596
|
+
}
|
|
2597
|
+
patchCompanyNoteTypesById(id, patchOperations) {
|
|
2598
|
+
return this.request({
|
|
2599
|
+
path: `/company/noteTypes/${id}`,
|
|
2600
|
+
method: 'patch',
|
|
2601
|
+
data: patchOperations,
|
|
2602
|
+
});
|
|
2603
|
+
}
|
|
2604
|
+
getCompanyNoteTypesByIdInfo(id, params = {}) {
|
|
2605
|
+
return this.request({
|
|
2606
|
+
path: `/company/noteTypes/${id}/info`,
|
|
2607
|
+
method: 'get',
|
|
2608
|
+
params,
|
|
2609
|
+
});
|
|
2610
|
+
}
|
|
2611
|
+
getCompanyNoteTypesCount(params = {}) {
|
|
2612
|
+
return this.request({
|
|
2613
|
+
path: `/company/noteTypes/count`,
|
|
2614
|
+
method: 'get',
|
|
2615
|
+
params,
|
|
2616
|
+
});
|
|
2617
|
+
}
|
|
2618
|
+
getCompanyNoteTypesCountInfo(params = {}) {
|
|
2619
|
+
return this.request({
|
|
2620
|
+
path: `/company/noteTypes/count/info`,
|
|
2621
|
+
method: 'get',
|
|
2622
|
+
params,
|
|
2623
|
+
});
|
|
2624
|
+
}
|
|
2625
|
+
getCompanyNoteTypesInfo(params = {}) {
|
|
2626
|
+
return this.request({
|
|
2627
|
+
path: `/company/noteTypes/info`,
|
|
2628
|
+
method: 'get',
|
|
2629
|
+
params,
|
|
2630
|
+
});
|
|
2631
|
+
}
|
|
2632
|
+
getCompanyOwnershipTypes(params = {}) {
|
|
2633
|
+
return this.request({
|
|
2634
|
+
path: `/company/ownershipTypes`,
|
|
2635
|
+
method: 'get',
|
|
2636
|
+
params,
|
|
2637
|
+
});
|
|
2638
|
+
}
|
|
2639
|
+
postCompanyOwnershipTypes(ownershipType) {
|
|
2640
|
+
return this.request({
|
|
2641
|
+
path: `/company/ownershipTypes`,
|
|
2642
|
+
method: 'post',
|
|
2643
|
+
data: ownershipType,
|
|
2644
|
+
});
|
|
2645
|
+
}
|
|
2646
|
+
getCompanyOwnershipTypesById(id, params = {}) {
|
|
2647
|
+
return this.request({
|
|
2648
|
+
path: `/company/ownershipTypes/${id}`,
|
|
2649
|
+
method: 'get',
|
|
2650
|
+
params,
|
|
2651
|
+
});
|
|
2652
|
+
}
|
|
2653
|
+
deleteCompanyOwnershipTypesById(id) {
|
|
2654
|
+
return this.request({
|
|
2655
|
+
path: `/company/ownershipTypes/${id}`,
|
|
2656
|
+
method: 'delete',
|
|
2657
|
+
});
|
|
2658
|
+
}
|
|
2659
|
+
putCompanyOwnershipTypesById(id, ownershipType) {
|
|
2660
|
+
return this.request({
|
|
2661
|
+
path: `/company/ownershipTypes/${id}`,
|
|
2662
|
+
method: 'put',
|
|
2663
|
+
data: ownershipType,
|
|
2664
|
+
});
|
|
2665
|
+
}
|
|
2666
|
+
patchCompanyOwnershipTypesById(id, patchOperations) {
|
|
2667
|
+
return this.request({
|
|
2668
|
+
path: `/company/ownershipTypes/${id}`,
|
|
2669
|
+
method: 'patch',
|
|
2670
|
+
data: patchOperations,
|
|
2671
|
+
});
|
|
2672
|
+
}
|
|
2673
|
+
getCompanyOwnershipTypesByIdInfo(id, params = {}) {
|
|
2674
|
+
return this.request({
|
|
2675
|
+
path: `/company/ownershipTypes/${id}/info`,
|
|
2676
|
+
method: 'get',
|
|
2677
|
+
params,
|
|
2678
|
+
});
|
|
2679
|
+
}
|
|
2680
|
+
getCompanyOwnershipTypesCount(params = {}) {
|
|
2681
|
+
return this.request({
|
|
2682
|
+
path: `/company/ownershipTypes/count`,
|
|
2683
|
+
method: 'get',
|
|
2684
|
+
params,
|
|
2685
|
+
});
|
|
2686
|
+
}
|
|
2687
|
+
getCompanyOwnershipTypesInfo(params = {}) {
|
|
2688
|
+
return this.request({
|
|
2689
|
+
path: `/company/ownershipTypes/info`,
|
|
2690
|
+
method: 'get',
|
|
2691
|
+
params,
|
|
2692
|
+
});
|
|
2693
|
+
}
|
|
2694
|
+
getCompanyOwnershipTypesInfoCount(params = {}) {
|
|
2695
|
+
return this.request({
|
|
2696
|
+
path: `/company/ownershipTypes/info/count`,
|
|
2697
|
+
method: 'get',
|
|
2698
|
+
params,
|
|
2699
|
+
});
|
|
2700
|
+
}
|
|
2701
|
+
getCompanyPaymentTypesInfoCount(params = {}) {
|
|
2702
|
+
return this.request({
|
|
2703
|
+
path: `/company/paymentTypes/info/count`,
|
|
2704
|
+
method: 'get',
|
|
2705
|
+
params,
|
|
2706
|
+
});
|
|
2707
|
+
}
|
|
2708
|
+
getCompanyPortalConfigurations(params = {}) {
|
|
2709
|
+
return this.request({
|
|
2710
|
+
path: `/company/portalConfigurations`,
|
|
2711
|
+
method: 'get',
|
|
2712
|
+
params,
|
|
2713
|
+
});
|
|
2714
|
+
}
|
|
2715
|
+
postCompanyPortalConfigurations(portalConfiguration) {
|
|
2716
|
+
return this.request({
|
|
2717
|
+
path: `/company/portalConfigurations`,
|
|
2718
|
+
method: 'post',
|
|
2719
|
+
data: portalConfiguration,
|
|
2720
|
+
});
|
|
2721
|
+
}
|
|
2722
|
+
getCompanyPortalConfigurationsById(id, params = {}) {
|
|
2723
|
+
return this.request({
|
|
2724
|
+
path: `/company/portalConfigurations/${id}`,
|
|
2725
|
+
method: 'get',
|
|
2726
|
+
params,
|
|
2727
|
+
});
|
|
2728
|
+
}
|
|
2729
|
+
deleteCompanyPortalConfigurationsById(id) {
|
|
2730
|
+
return this.request({
|
|
2731
|
+
path: `/company/portalConfigurations/${id}`,
|
|
2732
|
+
method: 'delete',
|
|
2733
|
+
});
|
|
2734
|
+
}
|
|
2735
|
+
putCompanyPortalConfigurationsById(id, portalConfiguration) {
|
|
2736
|
+
return this.request({
|
|
2737
|
+
path: `/company/portalConfigurations/${id}`,
|
|
2738
|
+
method: 'put',
|
|
2739
|
+
data: portalConfiguration,
|
|
2740
|
+
});
|
|
2741
|
+
}
|
|
2742
|
+
patchCompanyPortalConfigurationsById(id, patchOperations) {
|
|
2743
|
+
return this.request({
|
|
2744
|
+
path: `/company/portalConfigurations/${id}`,
|
|
2745
|
+
method: 'patch',
|
|
2746
|
+
data: patchOperations,
|
|
2747
|
+
});
|
|
2748
|
+
}
|
|
2749
|
+
getCompanyPortalConfigurationsByParentIdInvoiceSetups(parentId, params = {}) {
|
|
2750
|
+
return this.request({
|
|
2751
|
+
path: `/company/portalConfigurations/${parentId}/invoiceSetups`,
|
|
2752
|
+
method: 'get',
|
|
2753
|
+
params,
|
|
2754
|
+
});
|
|
2755
|
+
}
|
|
2756
|
+
getCompanyPortalConfigurationsByParentIdInvoiceSetupsById(id, parentId, params = {}) {
|
|
2757
|
+
return this.request({
|
|
2758
|
+
path: `/company/portalConfigurations/${parentId}/invoiceSetups/${id}`,
|
|
2759
|
+
method: 'get',
|
|
2760
|
+
params,
|
|
2761
|
+
});
|
|
2762
|
+
}
|
|
2763
|
+
putCompanyPortalConfigurationsByParentIdInvoiceSetupsById(id, parentId, portalConfigurationInvoiceSetup) {
|
|
2764
|
+
return this.request({
|
|
2765
|
+
path: `/company/portalConfigurations/${parentId}/invoiceSetups/${id}`,
|
|
2766
|
+
method: 'put',
|
|
2767
|
+
data: portalConfigurationInvoiceSetup,
|
|
2768
|
+
});
|
|
2769
|
+
}
|
|
2770
|
+
patchCompanyPortalConfigurationsByParentIdInvoiceSetupsById(id, parentId, patchOperations) {
|
|
2771
|
+
return this.request({
|
|
2772
|
+
path: `/company/portalConfigurations/${parentId}/invoiceSetups/${id}`,
|
|
2773
|
+
method: 'patch',
|
|
2774
|
+
data: patchOperations,
|
|
2775
|
+
});
|
|
2776
|
+
}
|
|
2777
|
+
postCompanyPortalConfigurationsByParentIdInvoiceSetupsByIdTestTransaction(id, parentId, portalConfigurationInvoiceSetup) {
|
|
2778
|
+
return this.request({
|
|
2779
|
+
path: `/company/portalConfigurations/${parentId}/invoiceSetups/${id}/testTransaction`,
|
|
2780
|
+
method: 'post',
|
|
2781
|
+
data: portalConfigurationInvoiceSetup,
|
|
2782
|
+
});
|
|
2783
|
+
}
|
|
2784
|
+
getCompanyPortalConfigurationsByParentIdInvoiceSetupsCount(parentId, params = {}) {
|
|
2785
|
+
return this.request({
|
|
2786
|
+
path: `/company/portalConfigurations/${parentId}/invoiceSetups/count`,
|
|
2787
|
+
method: 'get',
|
|
2788
|
+
params,
|
|
2789
|
+
});
|
|
2790
|
+
}
|
|
2791
|
+
getCompanyPortalConfigurationsByParentIdOpportunitySetups(parentId, params = {}) {
|
|
2792
|
+
return this.request({
|
|
2793
|
+
path: `/company/portalConfigurations/${parentId}/opportunitySetups`,
|
|
2794
|
+
method: 'get',
|
|
2795
|
+
params,
|
|
2796
|
+
});
|
|
2797
|
+
}
|
|
2798
|
+
putCompanyPortalConfigurationsByParentIdOpportunitySetups(parentId, opportunitySetup) {
|
|
2799
|
+
return this.request({
|
|
2800
|
+
path: `/company/portalConfigurations/${parentId}/opportunitySetups`,
|
|
2801
|
+
method: 'put',
|
|
2802
|
+
data: opportunitySetup,
|
|
2803
|
+
});
|
|
2804
|
+
}
|
|
2805
|
+
patchCompanyPortalConfigurationsByParentIdOpportunitySetups(parentId, patchOperations) {
|
|
2806
|
+
return this.request({
|
|
2807
|
+
path: `/company/portalConfigurations/${parentId}/opportunitySetups`,
|
|
2808
|
+
method: 'patch',
|
|
2809
|
+
data: patchOperations,
|
|
2810
|
+
});
|
|
2811
|
+
}
|
|
2812
|
+
getCompanyPortalConfigurationsByParentIdOpportunitySetupsById(id, parentId, params = {}) {
|
|
2813
|
+
return this.request({
|
|
2814
|
+
path: `/company/portalConfigurations/${parentId}/opportunitySetups/${id}`,
|
|
2815
|
+
method: 'get',
|
|
2816
|
+
params,
|
|
2817
|
+
});
|
|
2818
|
+
}
|
|
2819
|
+
putCompanyPortalConfigurationsByParentIdOpportunitySetupsById(id, parentId, opportunitySetup) {
|
|
2820
|
+
return this.request({
|
|
2821
|
+
path: `/company/portalConfigurations/${parentId}/opportunitySetups/${id}`,
|
|
2822
|
+
method: 'put',
|
|
2823
|
+
data: opportunitySetup,
|
|
2824
|
+
});
|
|
2825
|
+
}
|
|
2826
|
+
patchCompanyPortalConfigurationsByParentIdOpportunitySetupsById(id, parentId, patchOperations) {
|
|
2827
|
+
return this.request({
|
|
2828
|
+
path: `/company/portalConfigurations/${parentId}/opportunitySetups/${id}`,
|
|
2829
|
+
method: 'patch',
|
|
2830
|
+
data: patchOperations,
|
|
2831
|
+
});
|
|
2832
|
+
}
|
|
2833
|
+
getCompanyPortalConfigurationsByParentIdPasswordEmailSetups(parentId, params = {}) {
|
|
2834
|
+
return this.request({
|
|
2835
|
+
path: `/company/portalConfigurations/${parentId}/passwordEmailSetups`,
|
|
2836
|
+
method: 'get',
|
|
2837
|
+
params,
|
|
2838
|
+
});
|
|
2839
|
+
}
|
|
2840
|
+
getCompanyPortalConfigurationsByParentIdPasswordEmailSetupsById(id, parentId, params = {}) {
|
|
2841
|
+
return this.request({
|
|
2842
|
+
path: `/company/portalConfigurations/${parentId}/passwordEmailSetups/${id}`,
|
|
2843
|
+
method: 'get',
|
|
2844
|
+
params,
|
|
2845
|
+
});
|
|
2846
|
+
}
|
|
2847
|
+
putCompanyPortalConfigurationsByParentIdPasswordEmailSetupsById(id, parentId, passwordEmailSetup) {
|
|
2848
|
+
return this.request({
|
|
2849
|
+
path: `/company/portalConfigurations/${parentId}/passwordEmailSetups/${id}`,
|
|
2850
|
+
method: 'put',
|
|
2851
|
+
data: passwordEmailSetup,
|
|
2852
|
+
});
|
|
2853
|
+
}
|
|
2854
|
+
patchCompanyPortalConfigurationsByParentIdPasswordEmailSetupsById(id, parentId, patchOperations) {
|
|
2855
|
+
return this.request({
|
|
2856
|
+
path: `/company/portalConfigurations/${parentId}/passwordEmailSetups/${id}`,
|
|
2857
|
+
method: 'patch',
|
|
2858
|
+
data: patchOperations,
|
|
2859
|
+
});
|
|
2860
|
+
}
|
|
2861
|
+
getCompanyPortalConfigurationsByParentIdProjectSetups(parentId, params = {}) {
|
|
2862
|
+
return this.request({
|
|
2863
|
+
path: `/company/portalConfigurations/${parentId}/projectSetups`,
|
|
2864
|
+
method: 'get',
|
|
2865
|
+
params,
|
|
2866
|
+
});
|
|
2867
|
+
}
|
|
2868
|
+
getCompanyPortalConfigurationsByParentIdProjectSetupsById(id, parentId, params = {}) {
|
|
2869
|
+
return this.request({
|
|
2870
|
+
path: `/company/portalConfigurations/${parentId}/projectSetups/${id}`,
|
|
2871
|
+
method: 'get',
|
|
2872
|
+
params,
|
|
2873
|
+
});
|
|
2874
|
+
}
|
|
2875
|
+
putCompanyPortalConfigurationsByParentIdProjectSetupsById(id, parentId, portalConfigurationProjectSetup) {
|
|
2876
|
+
return this.request({
|
|
2877
|
+
path: `/company/portalConfigurations/${parentId}/projectSetups/${id}`,
|
|
2878
|
+
method: 'put',
|
|
2879
|
+
data: portalConfigurationProjectSetup,
|
|
2880
|
+
});
|
|
2881
|
+
}
|
|
2882
|
+
patchCompanyPortalConfigurationsByParentIdProjectSetupsById(id, parentId, patchOperations) {
|
|
2883
|
+
return this.request({
|
|
2884
|
+
path: `/company/portalConfigurations/${parentId}/projectSetups/${id}`,
|
|
2885
|
+
method: 'patch',
|
|
2886
|
+
data: patchOperations,
|
|
2887
|
+
});
|
|
2888
|
+
}
|
|
2889
|
+
getCompanyPortalConfigurationsByParentIdProjectSetupsCount(parentId, params = {}) {
|
|
2890
|
+
return this.request({
|
|
2891
|
+
path: `/company/portalConfigurations/${parentId}/projectSetups/count`,
|
|
2892
|
+
method: 'get',
|
|
2893
|
+
params,
|
|
2894
|
+
});
|
|
2895
|
+
}
|
|
2896
|
+
getCompanyPortalConfigurationsByParentIdServiceSetups(parentId, params = {}) {
|
|
2897
|
+
return this.request({
|
|
2898
|
+
path: `/company/portalConfigurations/${parentId}/serviceSetups`,
|
|
2899
|
+
method: 'get',
|
|
2900
|
+
params,
|
|
2901
|
+
});
|
|
2902
|
+
}
|
|
2903
|
+
getCompanyPortalConfigurationsByParentIdServiceSetupsById(id, parentId, params = {}) {
|
|
2904
|
+
return this.request({
|
|
2905
|
+
path: `/company/portalConfigurations/${parentId}/serviceSetups/${id}`,
|
|
2906
|
+
method: 'get',
|
|
2907
|
+
params,
|
|
2908
|
+
});
|
|
2909
|
+
}
|
|
2910
|
+
putCompanyPortalConfigurationsByParentIdServiceSetupsById(id, parentId, portalConfigurationServiceSetup) {
|
|
2911
|
+
return this.request({
|
|
2912
|
+
path: `/company/portalConfigurations/${parentId}/serviceSetups/${id}`,
|
|
2913
|
+
method: 'put',
|
|
2914
|
+
data: portalConfigurationServiceSetup,
|
|
2915
|
+
});
|
|
2916
|
+
}
|
|
2917
|
+
patchCompanyPortalConfigurationsByParentIdServiceSetupsById(id, parentId, patchOperations) {
|
|
2918
|
+
return this.request({
|
|
2919
|
+
path: `/company/portalConfigurations/${parentId}/serviceSetups/${id}`,
|
|
2920
|
+
method: 'patch',
|
|
2921
|
+
data: patchOperations,
|
|
2922
|
+
});
|
|
2923
|
+
}
|
|
2924
|
+
getCompanyPortalConfigurationsByParentIdServiceSetupsCount(parentId, params = {}) {
|
|
2925
|
+
return this.request({
|
|
2926
|
+
path: `/company/portalConfigurations/${parentId}/serviceSetups/count`,
|
|
2927
|
+
method: 'get',
|
|
2928
|
+
params,
|
|
2929
|
+
});
|
|
2930
|
+
}
|
|
2931
|
+
postCompanyPortalConfigurationsCopy(copy) {
|
|
2932
|
+
return this.request({
|
|
2933
|
+
path: `/company/portalConfigurations/copy`,
|
|
2934
|
+
method: 'post',
|
|
2935
|
+
data: copy,
|
|
2936
|
+
});
|
|
2937
|
+
}
|
|
2938
|
+
getCompanyPortalConfigurationsCount(params = {}) {
|
|
2939
|
+
return this.request({
|
|
2940
|
+
path: `/company/portalConfigurations/count`,
|
|
2941
|
+
method: 'get',
|
|
2942
|
+
params,
|
|
2943
|
+
});
|
|
2944
|
+
}
|
|
2945
|
+
getCompanyPortalConfigurationsInvoiceSetupPaymentProcessors(params = {}) {
|
|
2946
|
+
return this.request({
|
|
2947
|
+
path: `/company/portalConfigurations/invoiceSetup/paymentProcessors`,
|
|
2948
|
+
method: 'get',
|
|
2949
|
+
params,
|
|
2950
|
+
});
|
|
2951
|
+
}
|
|
2952
|
+
getCompanyPortalConfigurationsInvoiceSetupPaymentProcessorsById(id, params = {}) {
|
|
2953
|
+
return this.request({
|
|
2954
|
+
path: `/company/portalConfigurations/invoiceSetup/paymentProcessors/${id}`,
|
|
2955
|
+
method: 'get',
|
|
2956
|
+
params,
|
|
2957
|
+
});
|
|
2958
|
+
}
|
|
2959
|
+
getCompanyPortalConfigurationsInvoiceSetupPaymentProcessorsCount(params = {}) {
|
|
2960
|
+
return this.request({
|
|
2961
|
+
path: `/company/portalConfigurations/invoiceSetup/paymentProcessors/count`,
|
|
2962
|
+
method: 'get',
|
|
2963
|
+
params,
|
|
2964
|
+
});
|
|
2965
|
+
}
|
|
2966
|
+
getCompanyPortalSecurityLevels(params = {}) {
|
|
2967
|
+
return this.request({
|
|
2968
|
+
path: `/company/portalSecurityLevels`,
|
|
2969
|
+
method: 'get',
|
|
2970
|
+
params,
|
|
2971
|
+
});
|
|
2972
|
+
}
|
|
2973
|
+
getCompanyPortalSecurityLevelsById(id, params = {}) {
|
|
2974
|
+
return this.request({
|
|
2975
|
+
path: `/company/portalSecurityLevels/${id}`,
|
|
2976
|
+
method: 'get',
|
|
2977
|
+
params,
|
|
2978
|
+
});
|
|
2979
|
+
}
|
|
2980
|
+
putCompanyPortalSecurityLevelsById(id, _portalSecurityLevel) {
|
|
2981
|
+
return this.request({
|
|
2982
|
+
path: `/company/portalSecurityLevels/${id}`,
|
|
2983
|
+
method: 'put',
|
|
2984
|
+
data: _portalSecurityLevel,
|
|
2985
|
+
});
|
|
2986
|
+
}
|
|
2987
|
+
patchCompanyPortalSecurityLevelsById(id, patchOperations) {
|
|
2988
|
+
return this.request({
|
|
2989
|
+
path: `/company/portalSecurityLevels/${id}`,
|
|
2990
|
+
method: 'patch',
|
|
2991
|
+
data: patchOperations,
|
|
2992
|
+
});
|
|
2993
|
+
}
|
|
2994
|
+
getCompanyPortalSecurityLevelsCount(params = {}) {
|
|
2995
|
+
return this.request({
|
|
2996
|
+
path: `/company/portalSecurityLevels/count`,
|
|
2997
|
+
method: 'get',
|
|
2998
|
+
params,
|
|
2999
|
+
});
|
|
3000
|
+
}
|
|
3001
|
+
getCompanyPortalSecuritySettings(params = {}) {
|
|
3002
|
+
return this.request({
|
|
3003
|
+
path: `/company/portalSecuritySettings`,
|
|
3004
|
+
method: 'get',
|
|
3005
|
+
params,
|
|
3006
|
+
});
|
|
3007
|
+
}
|
|
3008
|
+
getCompanyPortalSecuritySettingsById(id, params = {}) {
|
|
3009
|
+
return this.request({
|
|
3010
|
+
path: `/company/portalSecuritySettings/${id}`,
|
|
3011
|
+
method: 'get',
|
|
3012
|
+
params,
|
|
3013
|
+
});
|
|
3014
|
+
}
|
|
3015
|
+
putCompanyPortalSecuritySettingsById(id, portalSecurity) {
|
|
3016
|
+
return this.request({
|
|
3017
|
+
path: `/company/portalSecuritySettings/${id}`,
|
|
3018
|
+
method: 'put',
|
|
3019
|
+
data: portalSecurity,
|
|
3020
|
+
});
|
|
3021
|
+
}
|
|
3022
|
+
patchCompanyPortalSecuritySettingsById(id, patchOperations) {
|
|
3023
|
+
return this.request({
|
|
3024
|
+
path: `/company/portalSecuritySettings/${id}`,
|
|
3025
|
+
method: 'patch',
|
|
3026
|
+
data: patchOperations,
|
|
3027
|
+
});
|
|
3028
|
+
}
|
|
3029
|
+
getCompanyPortalSecuritySettingsCount(params = {}) {
|
|
3030
|
+
return this.request({
|
|
3031
|
+
path: `/company/portalSecuritySettings/count`,
|
|
3032
|
+
method: 'get',
|
|
3033
|
+
params,
|
|
3034
|
+
});
|
|
3035
|
+
}
|
|
3036
|
+
getCompanyStates(params = {}) {
|
|
3037
|
+
return this.request({
|
|
3038
|
+
path: `/company/states`,
|
|
3039
|
+
method: 'get',
|
|
3040
|
+
params,
|
|
3041
|
+
});
|
|
3042
|
+
}
|
|
3043
|
+
postCompanyStates(state) {
|
|
3044
|
+
return this.request({
|
|
3045
|
+
path: `/company/states`,
|
|
3046
|
+
method: 'post',
|
|
3047
|
+
data: state,
|
|
3048
|
+
});
|
|
3049
|
+
}
|
|
3050
|
+
getCompanyStatesById(id, params = {}) {
|
|
3051
|
+
return this.request({
|
|
3052
|
+
path: `/company/states/${id}`,
|
|
3053
|
+
method: 'get',
|
|
3054
|
+
params,
|
|
3055
|
+
});
|
|
3056
|
+
}
|
|
3057
|
+
putCompanyStatesById(id, state) {
|
|
3058
|
+
return this.request({
|
|
3059
|
+
path: `/company/states/${id}`,
|
|
3060
|
+
method: 'put',
|
|
3061
|
+
data: state,
|
|
3062
|
+
});
|
|
3063
|
+
}
|
|
3064
|
+
patchCompanyStatesById(id, patchOperations) {
|
|
3065
|
+
return this.request({
|
|
3066
|
+
path: `/company/states/${id}`,
|
|
3067
|
+
method: 'patch',
|
|
3068
|
+
data: patchOperations,
|
|
3069
|
+
});
|
|
3070
|
+
}
|
|
3071
|
+
deleteCompanyStatesById(id) {
|
|
3072
|
+
return this.request({
|
|
3073
|
+
path: `/company/states/${id}`,
|
|
3074
|
+
method: 'delete',
|
|
3075
|
+
});
|
|
3076
|
+
}
|
|
3077
|
+
getCompanyStatesByIdInfo(id, params = {}) {
|
|
3078
|
+
return this.request({
|
|
3079
|
+
path: `/company/states/${id}/info`,
|
|
3080
|
+
method: 'get',
|
|
3081
|
+
params,
|
|
3082
|
+
});
|
|
3083
|
+
}
|
|
3084
|
+
getCompanyStatesByIdUsages(id, params = {}) {
|
|
3085
|
+
return this.request({
|
|
3086
|
+
path: `/company/states/${id}/usages`,
|
|
3087
|
+
method: 'get',
|
|
3088
|
+
params,
|
|
3089
|
+
});
|
|
3090
|
+
}
|
|
3091
|
+
getCompanyStatesByIdUsagesList(id, params = {}) {
|
|
3092
|
+
return this.request({
|
|
3093
|
+
path: `/company/states/${id}/usages/list`,
|
|
3094
|
+
method: 'get',
|
|
3095
|
+
params,
|
|
3096
|
+
});
|
|
3097
|
+
}
|
|
3098
|
+
getCompanyStatesCount(params = {}) {
|
|
3099
|
+
return this.request({
|
|
3100
|
+
path: `/company/states/count`,
|
|
3101
|
+
method: 'get',
|
|
3102
|
+
params,
|
|
3103
|
+
});
|
|
3104
|
+
}
|
|
3105
|
+
getCompanyStatesInfo(params = {}) {
|
|
3106
|
+
return this.request({
|
|
3107
|
+
path: `/company/states/info`,
|
|
3108
|
+
method: 'get',
|
|
3109
|
+
params,
|
|
3110
|
+
});
|
|
3111
|
+
}
|
|
3112
|
+
getCompanyStatesInfoCount(params = {}) {
|
|
3113
|
+
return this.request({
|
|
3114
|
+
path: `/company/states/info/count`,
|
|
3115
|
+
method: 'get',
|
|
3116
|
+
params,
|
|
3117
|
+
});
|
|
3118
|
+
}
|
|
3119
|
+
getCompanyTeamRoles(params = {}) {
|
|
3120
|
+
return this.request({
|
|
3121
|
+
path: `/company/teamRoles`,
|
|
3122
|
+
method: 'get',
|
|
3123
|
+
params,
|
|
3124
|
+
});
|
|
3125
|
+
}
|
|
3126
|
+
postCompanyTeamRoles(teamRole) {
|
|
3127
|
+
return this.request({
|
|
3128
|
+
path: `/company/teamRoles`,
|
|
3129
|
+
method: 'post',
|
|
3130
|
+
data: teamRole,
|
|
3131
|
+
});
|
|
3132
|
+
}
|
|
3133
|
+
getCompanyTeamRolesById(id, params = {}) {
|
|
3134
|
+
return this.request({
|
|
3135
|
+
path: `/company/teamRoles/${id}`,
|
|
3136
|
+
method: 'get',
|
|
3137
|
+
params,
|
|
3138
|
+
});
|
|
3139
|
+
}
|
|
3140
|
+
deleteCompanyTeamRolesById(id) {
|
|
3141
|
+
return this.request({
|
|
3142
|
+
path: `/company/teamRoles/${id}`,
|
|
3143
|
+
method: 'delete',
|
|
3144
|
+
});
|
|
3145
|
+
}
|
|
3146
|
+
putCompanyTeamRolesById(id, teamRole) {
|
|
3147
|
+
return this.request({
|
|
3148
|
+
path: `/company/teamRoles/${id}`,
|
|
3149
|
+
method: 'put',
|
|
3150
|
+
data: teamRole,
|
|
3151
|
+
});
|
|
3152
|
+
}
|
|
3153
|
+
patchCompanyTeamRolesById(id, patchOperations) {
|
|
3154
|
+
return this.request({
|
|
3155
|
+
path: `/company/teamRoles/${id}`,
|
|
3156
|
+
method: 'patch',
|
|
3157
|
+
data: patchOperations,
|
|
3158
|
+
});
|
|
3159
|
+
}
|
|
3160
|
+
getCompanyTeamRolesByIdInfo(id, params = {}) {
|
|
3161
|
+
return this.request({
|
|
3162
|
+
path: `/company/teamRoles/${id}/info`,
|
|
3163
|
+
method: 'get',
|
|
3164
|
+
params,
|
|
3165
|
+
});
|
|
3166
|
+
}
|
|
3167
|
+
getCompanyTeamRolesByIdUsages(id, params = {}) {
|
|
3168
|
+
return this.request({
|
|
3169
|
+
path: `/company/teamRoles/${id}/usages`,
|
|
3170
|
+
method: 'get',
|
|
3171
|
+
params,
|
|
3172
|
+
});
|
|
3173
|
+
}
|
|
3174
|
+
getCompanyTeamRolesByIdUsagesList(id, params = {}) {
|
|
3175
|
+
return this.request({
|
|
3176
|
+
path: `/company/teamRoles/${id}/usages/list`,
|
|
3177
|
+
method: 'get',
|
|
3178
|
+
params,
|
|
3179
|
+
});
|
|
3180
|
+
}
|
|
3181
|
+
getCompanyTeamRolesCount(params = {}) {
|
|
3182
|
+
return this.request({
|
|
3183
|
+
path: `/company/teamRoles/count`,
|
|
3184
|
+
method: 'get',
|
|
3185
|
+
params,
|
|
3186
|
+
});
|
|
3187
|
+
}
|
|
3188
|
+
getCompanyTeamRolesInfo(params = {}) {
|
|
3189
|
+
return this.request({
|
|
3190
|
+
path: `/company/teamRoles/info`,
|
|
3191
|
+
method: 'get',
|
|
3192
|
+
params,
|
|
3193
|
+
});
|
|
3194
|
+
}
|
|
3195
|
+
getCompanyTeamRolesInfoCount(params = {}) {
|
|
3196
|
+
return this.request({
|
|
3197
|
+
path: `/company/teamRoles/info/count`,
|
|
3198
|
+
method: 'get',
|
|
3199
|
+
params,
|
|
3200
|
+
});
|
|
3201
|
+
}
|
|
3202
|
+
getCompanyTracks(params = {}) {
|
|
3203
|
+
return this.request({
|
|
3204
|
+
path: `/company/tracks`,
|
|
3205
|
+
method: 'get',
|
|
3206
|
+
params,
|
|
3207
|
+
});
|
|
3208
|
+
}
|
|
3209
|
+
postCompanyTracks(track) {
|
|
3210
|
+
return this.request({
|
|
3211
|
+
path: `/company/tracks`,
|
|
3212
|
+
method: 'post',
|
|
3213
|
+
data: track,
|
|
3214
|
+
});
|
|
3215
|
+
}
|
|
3216
|
+
getCompanyTracksById(id, params = {}) {
|
|
3217
|
+
return this.request({
|
|
3218
|
+
path: `/company/tracks/${id}`,
|
|
3219
|
+
method: 'get',
|
|
3220
|
+
params,
|
|
3221
|
+
});
|
|
3222
|
+
}
|
|
3223
|
+
deleteCompanyTracksById(id) {
|
|
3224
|
+
return this.request({
|
|
3225
|
+
path: `/company/tracks/${id}`,
|
|
3226
|
+
method: 'delete',
|
|
3227
|
+
});
|
|
3228
|
+
}
|
|
3229
|
+
putCompanyTracksById(id, track) {
|
|
3230
|
+
return this.request({
|
|
3231
|
+
path: `/company/tracks/${id}`,
|
|
3232
|
+
method: 'put',
|
|
3233
|
+
data: track,
|
|
3234
|
+
});
|
|
3235
|
+
}
|
|
3236
|
+
patchCompanyTracksById(id, patchOperations) {
|
|
3237
|
+
return this.request({
|
|
3238
|
+
path: `/company/tracks/${id}`,
|
|
3239
|
+
method: 'patch',
|
|
3240
|
+
data: patchOperations,
|
|
3241
|
+
});
|
|
3242
|
+
}
|
|
3243
|
+
getCompanyTracksByParentIdActions(parentId, params = {}) {
|
|
3244
|
+
return this.request({
|
|
3245
|
+
path: `/company/tracks/${parentId}/actions`,
|
|
3246
|
+
method: 'get',
|
|
3247
|
+
params,
|
|
3248
|
+
});
|
|
3249
|
+
}
|
|
3250
|
+
postCompanyTracksByParentIdActions(parentId, trackAction) {
|
|
3251
|
+
return this.request({
|
|
3252
|
+
path: `/company/tracks/${parentId}/actions`,
|
|
3253
|
+
method: 'post',
|
|
3254
|
+
data: trackAction,
|
|
3255
|
+
});
|
|
3256
|
+
}
|
|
3257
|
+
getCompanyTracksByParentIdActionsById(id, parentId, params = {}) {
|
|
3258
|
+
return this.request({
|
|
3259
|
+
path: `/company/tracks/${parentId}/actions/${id}`,
|
|
3260
|
+
method: 'get',
|
|
3261
|
+
params,
|
|
3262
|
+
});
|
|
3263
|
+
}
|
|
3264
|
+
putCompanyTracksByParentIdActionsById(id, parentId, trackAction) {
|
|
3265
|
+
return this.request({
|
|
3266
|
+
path: `/company/tracks/${parentId}/actions/${id}`,
|
|
3267
|
+
method: 'put',
|
|
3268
|
+
data: trackAction,
|
|
3269
|
+
});
|
|
3270
|
+
}
|
|
3271
|
+
patchCompanyTracksByParentIdActionsById(id, parentId) {
|
|
3272
|
+
return this.request({
|
|
3273
|
+
path: `/company/tracks/${parentId}/actions/${id}`,
|
|
3274
|
+
method: 'patch',
|
|
3275
|
+
});
|
|
3276
|
+
}
|
|
3277
|
+
deleteCompanyTracksByParentIdActionsById(id, parentId) {
|
|
3278
|
+
return this.request({
|
|
3279
|
+
path: `/company/tracks/${parentId}/actions/${id}`,
|
|
3280
|
+
method: 'delete',
|
|
3281
|
+
});
|
|
3282
|
+
}
|
|
3283
|
+
getCompanyTracksByParentIdActionsCount(parentId, params = {}) {
|
|
3284
|
+
return this.request({
|
|
3285
|
+
path: `/company/tracks/${parentId}/actions/count`,
|
|
3286
|
+
method: 'get',
|
|
3287
|
+
params,
|
|
3288
|
+
});
|
|
3289
|
+
}
|
|
3290
|
+
getCompanyTracksCount(params = {}) {
|
|
3291
|
+
return this.request({
|
|
3292
|
+
path: `/company/tracks/count`,
|
|
3293
|
+
method: 'get',
|
|
3294
|
+
params,
|
|
3295
|
+
});
|
|
3296
|
+
}
|
|
3297
|
+
}
|
|
3298
|
+
exports.CompanyAPI = CompanyAPI;
|
|
3299
|
+
//# sourceMappingURL=CompanyAPI.js.map
|