@ayasofyazilim/saas 0.0.36 → 0.0.37

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.
Files changed (94) hide show
  1. package/AccountService/AccountServiceClient.ts +65 -65
  2. package/AccountService/core/ApiRequestOptions.ts +12 -12
  3. package/AccountService/core/BaseHttpRequest.ts +9 -9
  4. package/AccountService/core/FetchHttpRequest.ts +21 -21
  5. package/AccountService/core/OpenAPI.ts +55 -55
  6. package/AccountService/core/request.ts +340 -340
  7. package/AccountService/schemas.gen.ts +5103 -5103
  8. package/AccountService/services.gen.ts +1452 -1452
  9. package/AccountService/types.gen.ts +9896 -9896
  10. package/AdministrationService/AdministrationServiceClient.ts +74 -74
  11. package/AdministrationService/core/ApiRequestOptions.ts +12 -12
  12. package/AdministrationService/core/BaseHttpRequest.ts +9 -9
  13. package/AdministrationService/core/FetchHttpRequest.ts +21 -21
  14. package/AdministrationService/core/OpenAPI.ts +55 -55
  15. package/AdministrationService/core/request.ts +340 -340
  16. package/AdministrationService/index.ts +8 -8
  17. package/AdministrationService/schemas.gen.ts +5897 -5897
  18. package/AdministrationService/services.gen.ts +1332 -1332
  19. package/AdministrationService/types.gen.ts +9024 -9024
  20. package/BackerService/core/ApiRequestOptions.ts +12 -12
  21. package/BackerService/core/BaseHttpRequest.ts +9 -9
  22. package/BackerService/core/FetchHttpRequest.ts +21 -21
  23. package/BackerService/core/OpenAPI.ts +55 -55
  24. package/BackerService/core/request.ts +340 -340
  25. package/BackerService/schemas.gen.ts +12444 -12444
  26. package/CRMService/CRMServiceClient.ts +71 -71
  27. package/CRMService/core/ApiError.ts +20 -20
  28. package/CRMService/core/ApiRequestOptions.ts +12 -12
  29. package/CRMService/core/ApiResult.ts +6 -6
  30. package/CRMService/core/BaseHttpRequest.ts +9 -9
  31. package/CRMService/core/CancelablePromise.ts +125 -125
  32. package/CRMService/core/FetchHttpRequest.ts +21 -21
  33. package/CRMService/core/OpenAPI.ts +55 -55
  34. package/CRMService/core/request.ts +340 -340
  35. package/CRMService/index.ts +8 -8
  36. package/CRMService/schemas.gen.ts +15920 -15932
  37. package/CRMService/services.gen.ts +2052 -1617
  38. package/CRMService/types.gen.ts +4106 -3464
  39. package/ContractService/ContractServiceClient.ts +53 -53
  40. package/ContractService/core/ApiError.ts +20 -20
  41. package/ContractService/core/ApiRequestOptions.ts +12 -12
  42. package/ContractService/core/ApiResult.ts +6 -6
  43. package/ContractService/core/BaseHttpRequest.ts +9 -9
  44. package/ContractService/core/CancelablePromise.ts +125 -125
  45. package/ContractService/core/FetchHttpRequest.ts +21 -21
  46. package/ContractService/core/OpenAPI.ts +55 -55
  47. package/ContractService/core/request.ts +340 -340
  48. package/ContractService/index.ts +8 -8
  49. package/ContractService/schemas.gen.ts +10943 -10943
  50. package/ContractService/services.gen.ts +1720 -1720
  51. package/ContractService/types.gen.ts +3691 -3691
  52. package/FundraiserService/FundraiserServiceClient.ts +47 -47
  53. package/FundraiserService/core/ApiError.ts +20 -20
  54. package/FundraiserService/core/ApiResult.ts +6 -6
  55. package/FundraiserService/core/CancelablePromise.ts +125 -125
  56. package/FundraiserService/index.ts +8 -8
  57. package/FundraiserService/schemas.gen.ts +11548 -11548
  58. package/FundraiserService/services.gen.ts +627 -627
  59. package/IdentityService/IdentityServiceClient.ts +77 -77
  60. package/IdentityService/core/ApiRequestOptions.ts +12 -12
  61. package/IdentityService/core/BaseHttpRequest.ts +9 -9
  62. package/IdentityService/core/FetchHttpRequest.ts +21 -21
  63. package/IdentityService/core/OpenAPI.ts +55 -55
  64. package/IdentityService/core/request.ts +340 -340
  65. package/IdentityService/schemas.gen.ts +6573 -6573
  66. package/IdentityService/services.gen.ts +2839 -2839
  67. package/IdentityService/types.gen.ts +17446 -17446
  68. package/MerchantService/core/ApiRequestOptions.ts +12 -12
  69. package/MerchantService/core/BaseHttpRequest.ts +9 -9
  70. package/MerchantService/core/FetchHttpRequest.ts +21 -21
  71. package/MerchantService/core/OpenAPI.ts +55 -55
  72. package/MerchantService/core/request.ts +340 -340
  73. package/MerchantService/schemas.gen.ts +14764 -14764
  74. package/MerchantService/services.gen.ts +1602 -1602
  75. package/ProjectService/core/ApiRequestOptions.ts +12 -12
  76. package/ProjectService/core/BaseHttpRequest.ts +9 -9
  77. package/ProjectService/core/FetchHttpRequest.ts +21 -21
  78. package/ProjectService/core/OpenAPI.ts +55 -55
  79. package/ProjectService/core/request.ts +340 -340
  80. package/ProjectService/schemas.gen.ts +5147 -5147
  81. package/ProjectService/services.gen.ts +492 -492
  82. package/ProjectService.json +2937 -2937
  83. package/SaasService/core/ApiRequestOptions.ts +12 -12
  84. package/SaasService/core/BaseHttpRequest.ts +9 -9
  85. package/SaasService/core/FetchHttpRequest.ts +21 -21
  86. package/SaasService/core/OpenAPI.ts +55 -55
  87. package/SaasService/core/request.ts +340 -340
  88. package/SaasService/schemas.gen.ts +5278 -5278
  89. package/SaasService/services.gen.ts +1325 -1325
  90. package/SaasService/types.gen.ts +9052 -9052
  91. package/SettingService/SettingServiceClient.ts +62 -62
  92. package/SettingService/index.ts +8 -8
  93. package/package.json +1 -1
  94. package/swagger.json +4794 -4794
@@ -1,1618 +1,2053 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
-
3
- import type { CancelablePromise } from './core/CancelablePromise';
4
- import type { BaseHttpRequest } from './core/BaseHttpRequest';
5
- import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, GetApiCrmServiceAddressesData, GetApiCrmServiceAddressesResponse, PostApiCrmServiceAddressesData, PostApiCrmServiceAddressesResponse, GetApiCrmServiceAddressesByIdData, GetApiCrmServiceAddressesByIdResponse, PutApiCrmServiceAddressesByIdData, PutApiCrmServiceAddressesByIdResponse, DeleteApiCrmServiceAddressesByIdData, DeleteApiCrmServiceAddressesByIdResponse, GetApiCrmServiceCustomsData, GetApiCrmServiceCustomsResponse, GetApiCrmServiceCustomsDetailByIdData, GetApiCrmServiceCustomsDetailByIdResponse, PostApiCrmServiceCustomsWithComponentsData, PostApiCrmServiceCustomsWithComponentsResponse, DeleteApiCrmServiceCustomsWithComponentsByIdData, DeleteApiCrmServiceCustomsWithComponentsByIdResponse, PostApiCrmServiceCustomsByIdAffiliationsData, PostApiCrmServiceCustomsByIdAffiliationsResponse, GetApiCrmServiceCustomsByIdAffiliationsData, GetApiCrmServiceCustomsByIdAffiliationsResponse, PutApiCrmServiceCustomsByIdOrganizationByOrganizationIdData, PutApiCrmServiceCustomsByIdOrganizationByOrganizationIdResponse, GetApiCrmServiceEmailsData, GetApiCrmServiceEmailsResponse, PostApiCrmServiceEmailsData, PostApiCrmServiceEmailsResponse, GetApiCrmServiceEmailsByIdData, GetApiCrmServiceEmailsByIdResponse, PutApiCrmServiceEmailsByIdData, PutApiCrmServiceEmailsByIdResponse, DeleteApiCrmServiceEmailsByIdData, DeleteApiCrmServiceEmailsByIdResponse, PostApiCrmServiceIndividualsWithComponentsData, PostApiCrmServiceIndividualsWithComponentsResponse, GetApiCrmServiceIndividualsData, GetApiCrmServiceIndividualsResponse, GetApiCrmServiceMerchantsData, GetApiCrmServiceMerchantsResponse, GetApiCrmServiceMerchantsInfoData, GetApiCrmServiceMerchantsInfoResponse, GetApiCrmServiceMerchantsDetailByIdData, GetApiCrmServiceMerchantsDetailByIdResponse, PostApiCrmServiceMerchantsWithComponentsData, PostApiCrmServiceMerchantsWithComponentsResponse, DeleteApiCrmServiceMerchantsWithComponentsByIdData, DeleteApiCrmServiceMerchantsWithComponentsByIdResponse, PostApiCrmServiceMerchantsByMerchantIdAffiliationsData, PostApiCrmServiceMerchantsByMerchantIdAffiliationsResponse, GetApiCrmServiceMerchantsByMerchantIdAffiliationsData, GetApiCrmServiceMerchantsByMerchantIdAffiliationsResponse, PutApiCrmServiceMerchantsByIdOrganizationByOrganizationIdData, PutApiCrmServiceMerchantsByIdOrganizationByOrganizationIdResponse, PostApiCrmServiceMerchantsBulkProductGroupMerchantData, PostApiCrmServiceMerchantsBulkProductGroupMerchantResponse, PostApiCrmServiceOrganizationsWithComponentsData, PostApiCrmServiceOrganizationsWithComponentsResponse, GetApiCrmServiceOrganizationsData, GetApiCrmServiceOrganizationsResponse, GetApiCrmServiceRefundPointsData, GetApiCrmServiceRefundPointsResponse, GetApiCrmServiceRefundPointsDetailByIdData, GetApiCrmServiceRefundPointsDetailByIdResponse, PostApiCrmServiceRefundPointsWithComponentsData, PostApiCrmServiceRefundPointsWithComponentsResponse, DeleteApiCrmServiceRefundPointsWithComponentsByIdData, DeleteApiCrmServiceRefundPointsWithComponentsByIdResponse, PostApiCrmServiceRefundPointsByRefundPointIdAffiliationsData, PostApiCrmServiceRefundPointsByRefundPointIdAffiliationsResponse, GetApiCrmServiceRefundPointsByRefundPointIdAffiliationsData, GetApiCrmServiceRefundPointsByRefundPointIdAffiliationsResponse, PutApiCrmServiceRefundPointsByIdOrganizationByOrganizationIdData, PutApiCrmServiceRefundPointsByIdOrganizationByOrganizationIdResponse, GetApiCrmServiceTaxFreesData, GetApiCrmServiceTaxFreesResponse, GetApiCrmServiceTaxFreesDetailByIdData, GetApiCrmServiceTaxFreesDetailByIdResponse, PostApiCrmServiceTaxFreesWithComponentsData, PostApiCrmServiceTaxFreesWithComponentsResponse, DeleteApiCrmServiceTaxFreesWithComponentsByIdData, DeleteApiCrmServiceTaxFreesWithComponentsByIdResponse, PostApiCrmServiceTaxFreesByTaxFreesIdAffiliationsData, PostApiCrmServiceTaxFreesByTaxFreesIdAffiliationsResponse, GetApiCrmServiceTaxFreesByTaxFreesIdAffiliationsData, GetApiCrmServiceTaxFreesByTaxFreesIdAffiliationsResponse, PutApiCrmServiceTaxFreesByIdOrganizationByOrganizationIdData, PutApiCrmServiceTaxFreesByIdOrganizationByOrganizationIdResponse, GetApiCrmServiceTaxOfficesData, GetApiCrmServiceTaxOfficesResponse, GetApiCrmServiceTaxOfficesDetailByIdData, GetApiCrmServiceTaxOfficesDetailByIdResponse, PostApiCrmServiceTaxOfficesWithComponentsData, PostApiCrmServiceTaxOfficesWithComponentsResponse, DeleteApiCrmServiceTaxOfficesWithComponentsByIdData, DeleteApiCrmServiceTaxOfficesWithComponentsByIdResponse, PostApiCrmServiceTaxOfficesByTaxOfficesIdAffiliationsData, PostApiCrmServiceTaxOfficesByTaxOfficesIdAffiliationsResponse, GetApiCrmServiceTaxOfficesByTaxOfficesIdAffiliationsData, GetApiCrmServiceTaxOfficesByTaxOfficesIdAffiliationsResponse, PutApiCrmServiceTaxOfficesByIdOrganizationByOrganizationIdData, PutApiCrmServiceTaxOfficesByIdOrganizationByOrganizationIdResponse, GetApiCrmServiceTelephonesData, GetApiCrmServiceTelephonesResponse, PostApiCrmServiceTelephonesData, PostApiCrmServiceTelephonesResponse, GetApiCrmServiceTelephonesByIdData, GetApiCrmServiceTelephonesByIdResponse, PutApiCrmServiceTelephonesByIdData, PutApiCrmServiceTelephonesByIdResponse, DeleteApiCrmServiceTelephonesByIdData, DeleteApiCrmServiceTelephonesByIdResponse } from './types.gen';
6
-
7
- export class AbpApiDefinitionService {
8
- constructor(public readonly httpRequest: BaseHttpRequest) { }
9
-
10
- /**
11
- * @param data The data for the request.
12
- * @param data.includeTypes
13
- * @returns Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel Success
14
- * @throws ApiError
15
- */
16
- public getApiAbpApiDefinition(data: GetApiAbpApiDefinitionData = {}): CancelablePromise<GetApiAbpApiDefinitionResponse> {
17
- return this.httpRequest.request({
18
- method: 'GET',
19
- url: '/api/abp/api-definition',
20
- query: {
21
- IncludeTypes: data.includeTypes
22
- },
23
- errors: {
24
- 400: 'Bad Request',
25
- 401: 'Unauthorized',
26
- 403: 'Forbidden',
27
- 404: 'Not Found',
28
- 500: 'Server Error',
29
- 501: 'Server Error'
30
- }
31
- });
32
- }
33
-
34
- }
35
-
36
- export class AbpApplicationConfigurationService {
37
- constructor(public readonly httpRequest: BaseHttpRequest) { }
38
-
39
- /**
40
- * @param data The data for the request.
41
- * @param data.includeLocalizationResources
42
- * @returns Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto Success
43
- * @throws ApiError
44
- */
45
- public getApiAbpApplicationConfiguration(data: GetApiAbpApplicationConfigurationData = {}): CancelablePromise<GetApiAbpApplicationConfigurationResponse> {
46
- return this.httpRequest.request({
47
- method: 'GET',
48
- url: '/api/abp/application-configuration',
49
- query: {
50
- IncludeLocalizationResources: data.includeLocalizationResources
51
- },
52
- errors: {
53
- 400: 'Bad Request',
54
- 401: 'Unauthorized',
55
- 403: 'Forbidden',
56
- 404: 'Not Found',
57
- 500: 'Server Error',
58
- 501: 'Server Error'
59
- }
60
- });
61
- }
62
-
63
- }
64
-
65
- export class AbpApplicationLocalizationService {
66
- constructor(public readonly httpRequest: BaseHttpRequest) { }
67
-
68
- /**
69
- * @param data The data for the request.
70
- * @param data.cultureName
71
- * @param data.onlyDynamics
72
- * @returns Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto Success
73
- * @throws ApiError
74
- */
75
- public getApiAbpApplicationLocalization(data: GetApiAbpApplicationLocalizationData): CancelablePromise<GetApiAbpApplicationLocalizationResponse> {
76
- return this.httpRequest.request({
77
- method: 'GET',
78
- url: '/api/abp/application-localization',
79
- query: {
80
- CultureName: data.cultureName,
81
- OnlyDynamics: data.onlyDynamics
82
- },
83
- errors: {
84
- 400: 'Bad Request',
85
- 401: 'Unauthorized',
86
- 403: 'Forbidden',
87
- 404: 'Not Found',
88
- 500: 'Server Error',
89
- 501: 'Server Error'
90
- }
91
- });
92
- }
93
-
94
- }
95
-
96
- export class AddressTypeService {
97
- constructor(public readonly httpRequest: BaseHttpRequest) { }
98
-
99
- /**
100
- * @param data The data for the request.
101
- * @param data.sorting
102
- * @param data.skipCount
103
- * @param data.maxResultCount
104
- * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_AddressTypes_AddressTypeDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
105
- * @throws ApiError
106
- */
107
- public getApiCrmServiceAddresses(data: GetApiCrmServiceAddressesData = {}): CancelablePromise<GetApiCrmServiceAddressesResponse> {
108
- return this.httpRequest.request({
109
- method: 'GET',
110
- url: '/api/crm-service/addresses',
111
- query: {
112
- Sorting: data.sorting,
113
- SkipCount: data.skipCount,
114
- MaxResultCount: data.maxResultCount
115
- },
116
- errors: {
117
- 400: 'Bad Request',
118
- 401: 'Unauthorized',
119
- 403: 'Forbidden',
120
- 404: 'Not Found',
121
- 500: 'Server Error',
122
- 501: 'Server Error'
123
- }
124
- });
125
- }
126
-
127
- /**
128
- * @param data The data for the request.
129
- * @param data.requestBody
130
- * @returns UniRefund_CRMService_AddressTypes_AddressTypeDto Success
131
- * @throws ApiError
132
- */
133
- public postApiCrmServiceAddresses(data: PostApiCrmServiceAddressesData = {}): CancelablePromise<PostApiCrmServiceAddressesResponse> {
134
- return this.httpRequest.request({
135
- method: 'POST',
136
- url: '/api/crm-service/addresses',
137
- body: data.requestBody,
138
- mediaType: 'application/json',
139
- errors: {
140
- 400: 'Bad Request',
141
- 401: 'Unauthorized',
142
- 403: 'Forbidden',
143
- 404: 'Not Found',
144
- 500: 'Server Error',
145
- 501: 'Server Error'
146
- }
147
- });
148
- }
149
-
150
- /**
151
- * @param data The data for the request.
152
- * @param data.id
153
- * @returns UniRefund_CRMService_AddressTypes_AddressTypeDto Success
154
- * @throws ApiError
155
- */
156
- public getApiCrmServiceAddressesById(data: GetApiCrmServiceAddressesByIdData): CancelablePromise<GetApiCrmServiceAddressesByIdResponse> {
157
- return this.httpRequest.request({
158
- method: 'GET',
159
- url: '/api/crm-service/addresses/{id}',
160
- path: {
161
- id: data.id
162
- },
163
- errors: {
164
- 400: 'Bad Request',
165
- 401: 'Unauthorized',
166
- 403: 'Forbidden',
167
- 404: 'Not Found',
168
- 500: 'Server Error',
169
- 501: 'Server Error'
170
- }
171
- });
172
- }
173
-
174
- /**
175
- * @param data The data for the request.
176
- * @param data.id
177
- * @param data.requestBody
178
- * @returns UniRefund_CRMService_AddressTypes_AddressTypeDto Success
179
- * @throws ApiError
180
- */
181
- public putApiCrmServiceAddressesById(data: PutApiCrmServiceAddressesByIdData): CancelablePromise<PutApiCrmServiceAddressesByIdResponse> {
182
- return this.httpRequest.request({
183
- method: 'PUT',
184
- url: '/api/crm-service/addresses/{id}',
185
- path: {
186
- id: data.id
187
- },
188
- body: data.requestBody,
189
- mediaType: 'application/json',
190
- errors: {
191
- 400: 'Bad Request',
192
- 401: 'Unauthorized',
193
- 403: 'Forbidden',
194
- 404: 'Not Found',
195
- 500: 'Server Error',
196
- 501: 'Server Error'
197
- }
198
- });
199
- }
200
-
201
- /**
202
- * @param data The data for the request.
203
- * @param data.id
204
- * @returns unknown Success
205
- * @throws ApiError
206
- */
207
- public deleteApiCrmServiceAddressesById(data: DeleteApiCrmServiceAddressesByIdData): CancelablePromise<DeleteApiCrmServiceAddressesByIdResponse> {
208
- return this.httpRequest.request({
209
- method: 'DELETE',
210
- url: '/api/crm-service/addresses/{id}',
211
- path: {
212
- id: data.id
213
- },
214
- errors: {
215
- 400: 'Bad Request',
216
- 401: 'Unauthorized',
217
- 403: 'Forbidden',
218
- 404: 'Not Found',
219
- 500: 'Server Error',
220
- 501: 'Server Error'
221
- }
222
- });
223
- }
224
-
225
- }
226
-
227
- export class CustomsService {
228
- constructor(public readonly httpRequest: BaseHttpRequest) { }
229
-
230
- /**
231
- * @param data The data for the request.
232
- * @param data.sorting
233
- * @param data.skipCount
234
- * @param data.maxResultCount
235
- * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_Customss_CustomsProfileDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
236
- * @throws ApiError
237
- */
238
- public getApiCrmServiceCustoms(data: GetApiCrmServiceCustomsData = {}): CancelablePromise<GetApiCrmServiceCustomsResponse> {
239
- return this.httpRequest.request({
240
- method: 'GET',
241
- url: '/api/crm-service/customs',
242
- query: {
243
- Sorting: data.sorting,
244
- SkipCount: data.skipCount,
245
- MaxResultCount: data.maxResultCount
246
- },
247
- errors: {
248
- 400: 'Bad Request',
249
- 401: 'Unauthorized',
250
- 403: 'Forbidden',
251
- 404: 'Not Found',
252
- 500: 'Server Error',
253
- 501: 'Server Error'
254
- }
255
- });
256
- }
257
-
258
- /**
259
- * @param data The data for the request.
260
- * @param data.id
261
- * @returns UniRefund_CRMService_Customss_CustomsDto Success
262
- * @throws ApiError
263
- */
264
- public getApiCrmServiceCustomsDetailById(data: GetApiCrmServiceCustomsDetailByIdData): CancelablePromise<GetApiCrmServiceCustomsDetailByIdResponse> {
265
- return this.httpRequest.request({
266
- method: 'GET',
267
- url: '/api/crm-service/customs/detail/{id}',
268
- path: {
269
- id: data.id
270
- },
271
- errors: {
272
- 400: 'Bad Request',
273
- 401: 'Unauthorized',
274
- 403: 'Forbidden',
275
- 404: 'Not Found',
276
- 500: 'Server Error',
277
- 501: 'Server Error'
278
- }
279
- });
280
- }
281
-
282
- /**
283
- * @param data The data for the request.
284
- * @param data.requestBody
285
- * @returns unknown Success
286
- * @throws ApiError
287
- */
288
- public postApiCrmServiceCustomsWithComponents(data: PostApiCrmServiceCustomsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceCustomsWithComponentsResponse> {
289
- return this.httpRequest.request({
290
- method: 'POST',
291
- url: '/api/crm-service/customs/with-components',
292
- body: data.requestBody,
293
- mediaType: 'application/json',
294
- errors: {
295
- 400: 'Bad Request',
296
- 401: 'Unauthorized',
297
- 403: 'Forbidden',
298
- 404: 'Not Found',
299
- 500: 'Server Error',
300
- 501: 'Server Error'
301
- }
302
- });
303
- }
304
-
305
- /**
306
- * @param data The data for the request.
307
- * @param data.id
308
- * @returns unknown Success
309
- * @throws ApiError
310
- */
311
- public deleteApiCrmServiceCustomsWithComponentsById(data: DeleteApiCrmServiceCustomsWithComponentsByIdData): CancelablePromise<DeleteApiCrmServiceCustomsWithComponentsByIdResponse> {
312
- return this.httpRequest.request({
313
- method: 'DELETE',
314
- url: '/api/crm-service/customs/with-components/{id}',
315
- path: {
316
- id: data.id
317
- },
318
- errors: {
319
- 400: 'Bad Request',
320
- 401: 'Unauthorized',
321
- 403: 'Forbidden',
322
- 404: 'Not Found',
323
- 500: 'Server Error',
324
- 501: 'Server Error'
325
- }
326
- });
327
- }
328
-
329
- /**
330
- * @param data The data for the request.
331
- * @param data.id
332
- * @param data.requestBody
333
- * @returns unknown Success
334
- * @throws ApiError
335
- */
336
- public postApiCrmServiceCustomsByIdAffiliations(data: PostApiCrmServiceCustomsByIdAffiliationsData): CancelablePromise<PostApiCrmServiceCustomsByIdAffiliationsResponse> {
337
- return this.httpRequest.request({
338
- method: 'POST',
339
- url: '/api/crm-service/customs/{id}/affiliations',
340
- path: {
341
- id: data.id
342
- },
343
- body: data.requestBody,
344
- mediaType: 'application/json',
345
- errors: {
346
- 400: 'Bad Request',
347
- 401: 'Unauthorized',
348
- 403: 'Forbidden',
349
- 404: 'Not Found',
350
- 500: 'Server Error',
351
- 501: 'Server Error'
352
- }
353
- });
354
- }
355
-
356
- /**
357
- * @param data The data for the request.
358
- * @param data.id
359
- * @param data.sorting
360
- * @param data.skipCount
361
- * @param data.maxResultCount
362
- * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_AffiliationTypes_AffiliationTypeDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
363
- * @throws ApiError
364
- */
365
- public getApiCrmServiceCustomsByIdAffiliations(data: GetApiCrmServiceCustomsByIdAffiliationsData): CancelablePromise<GetApiCrmServiceCustomsByIdAffiliationsResponse> {
366
- return this.httpRequest.request({
367
- method: 'GET',
368
- url: '/api/crm-service/customs/{id}/affiliations',
369
- path: {
370
- id: data.id
371
- },
372
- query: {
373
- Sorting: data.sorting,
374
- SkipCount: data.skipCount,
375
- MaxResultCount: data.maxResultCount
376
- },
377
- errors: {
378
- 400: 'Bad Request',
379
- 401: 'Unauthorized',
380
- 403: 'Forbidden',
381
- 404: 'Not Found',
382
- 500: 'Server Error',
383
- 501: 'Server Error'
384
- }
385
- });
386
- }
387
-
388
- /**
389
- * @param data The data for the request.
390
- * @param data.id
391
- * @param data.organizationId
392
- * @param data.requestBody
393
- * @returns unknown Success
394
- * @throws ApiError
395
- */
396
- public putApiCrmServiceCustomsByIdOrganizationByOrganizationId(data: PutApiCrmServiceCustomsByIdOrganizationByOrganizationIdData): CancelablePromise<PutApiCrmServiceCustomsByIdOrganizationByOrganizationIdResponse> {
397
- return this.httpRequest.request({
398
- method: 'PUT',
399
- url: '/api/crm-service/customs/{id}/organization/{organizationId}',
400
- path: {
401
- id: data.id,
402
- organizationId: data.organizationId
403
- },
404
- body: data.requestBody,
405
- mediaType: 'application/json',
406
- errors: {
407
- 400: 'Bad Request',
408
- 401: 'Unauthorized',
409
- 403: 'Forbidden',
410
- 404: 'Not Found',
411
- 500: 'Server Error',
412
- 501: 'Server Error'
413
- }
414
- });
415
- }
416
-
417
- }
418
-
419
- export class EmailCommonDataService {
420
- constructor(public readonly httpRequest: BaseHttpRequest) { }
421
-
422
- /**
423
- * @param data The data for the request.
424
- * @param data.sorting
425
- * @param data.skipCount
426
- * @param data.maxResultCount
427
- * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
428
- * @throws ApiError
429
- */
430
- public getApiCrmServiceEmails(data: GetApiCrmServiceEmailsData = {}): CancelablePromise<GetApiCrmServiceEmailsResponse> {
431
- return this.httpRequest.request({
432
- method: 'GET',
433
- url: '/api/crm-service/emails',
434
- query: {
435
- Sorting: data.sorting,
436
- SkipCount: data.skipCount,
437
- MaxResultCount: data.maxResultCount
438
- },
439
- errors: {
440
- 400: 'Bad Request',
441
- 401: 'Unauthorized',
442
- 403: 'Forbidden',
443
- 404: 'Not Found',
444
- 500: 'Server Error',
445
- 501: 'Server Error'
446
- }
447
- });
448
- }
449
-
450
- /**
451
- * @param data The data for the request.
452
- * @param data.requestBody
453
- * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
454
- * @throws ApiError
455
- */
456
- public postApiCrmServiceEmails(data: PostApiCrmServiceEmailsData = {}): CancelablePromise<PostApiCrmServiceEmailsResponse> {
457
- return this.httpRequest.request({
458
- method: 'POST',
459
- url: '/api/crm-service/emails',
460
- body: data.requestBody,
461
- mediaType: 'application/json',
462
- errors: {
463
- 400: 'Bad Request',
464
- 401: 'Unauthorized',
465
- 403: 'Forbidden',
466
- 404: 'Not Found',
467
- 500: 'Server Error',
468
- 501: 'Server Error'
469
- }
470
- });
471
- }
472
-
473
- /**
474
- * @param data The data for the request.
475
- * @param data.id
476
- * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
477
- * @throws ApiError
478
- */
479
- public getApiCrmServiceEmailsById(data: GetApiCrmServiceEmailsByIdData): CancelablePromise<GetApiCrmServiceEmailsByIdResponse> {
480
- return this.httpRequest.request({
481
- method: 'GET',
482
- url: '/api/crm-service/emails/{id}',
483
- path: {
484
- id: data.id
485
- },
486
- errors: {
487
- 400: 'Bad Request',
488
- 401: 'Unauthorized',
489
- 403: 'Forbidden',
490
- 404: 'Not Found',
491
- 500: 'Server Error',
492
- 501: 'Server Error'
493
- }
494
- });
495
- }
496
-
497
- /**
498
- * @param data The data for the request.
499
- * @param data.id
500
- * @param data.requestBody
501
- * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
502
- * @throws ApiError
503
- */
504
- public putApiCrmServiceEmailsById(data: PutApiCrmServiceEmailsByIdData): CancelablePromise<PutApiCrmServiceEmailsByIdResponse> {
505
- return this.httpRequest.request({
506
- method: 'PUT',
507
- url: '/api/crm-service/emails/{id}',
508
- path: {
509
- id: data.id
510
- },
511
- body: data.requestBody,
512
- mediaType: 'application/json',
513
- errors: {
514
- 400: 'Bad Request',
515
- 401: 'Unauthorized',
516
- 403: 'Forbidden',
517
- 404: 'Not Found',
518
- 500: 'Server Error',
519
- 501: 'Server Error'
520
- }
521
- });
522
- }
523
-
524
- /**
525
- * @param data The data for the request.
526
- * @param data.id
527
- * @returns unknown Success
528
- * @throws ApiError
529
- */
530
- public deleteApiCrmServiceEmailsById(data: DeleteApiCrmServiceEmailsByIdData): CancelablePromise<DeleteApiCrmServiceEmailsByIdResponse> {
531
- return this.httpRequest.request({
532
- method: 'DELETE',
533
- url: '/api/crm-service/emails/{id}',
534
- path: {
535
- id: data.id
536
- },
537
- errors: {
538
- 400: 'Bad Request',
539
- 401: 'Unauthorized',
540
- 403: 'Forbidden',
541
- 404: 'Not Found',
542
- 500: 'Server Error',
543
- 501: 'Server Error'
544
- }
545
- });
546
- }
547
-
548
- }
549
-
550
- export class IndividualService {
551
- constructor(public readonly httpRequest: BaseHttpRequest) { }
552
-
553
- /**
554
- * @param data The data for the request.
555
- * @param data.requestBody
556
- * @returns unknown Success
557
- * @throws ApiError
558
- */
559
- public postApiCrmServiceIndividualsWithComponents(data: PostApiCrmServiceIndividualsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceIndividualsWithComponentsResponse> {
560
- return this.httpRequest.request({
561
- method: 'POST',
562
- url: '/api/crm-service/individuals/with-components',
563
- body: data.requestBody,
564
- mediaType: 'application/json',
565
- errors: {
566
- 400: 'Bad Request',
567
- 401: 'Unauthorized',
568
- 403: 'Forbidden',
569
- 404: 'Not Found',
570
- 500: 'Server Error',
571
- 501: 'Server Error'
572
- }
573
- });
574
- }
575
-
576
- /**
577
- * @param data The data for the request.
578
- * @param data.entityPartyTypeCode
579
- * @param data.parentId
580
- * @param data.sorting
581
- * @param data.skipCount
582
- * @param data.maxResultCount
583
- * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_Individuals_IndividualProfileDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
584
- * @throws ApiError
585
- */
586
- public getApiCrmServiceIndividuals(data: GetApiCrmServiceIndividualsData = {}): CancelablePromise<GetApiCrmServiceIndividualsResponse> {
587
- return this.httpRequest.request({
588
- method: 'GET',
589
- url: '/api/crm-service/individuals',
590
- query: {
591
- EntityPartyTypeCode: data.entityPartyTypeCode,
592
- ParentId: data.parentId,
593
- Sorting: data.sorting,
594
- SkipCount: data.skipCount,
595
- MaxResultCount: data.maxResultCount
596
- },
597
- errors: {
598
- 400: 'Bad Request',
599
- 401: 'Unauthorized',
600
- 403: 'Forbidden',
601
- 404: 'Not Found',
602
- 500: 'Server Error',
603
- 501: 'Server Error'
604
- }
605
- });
606
- }
607
-
608
- }
609
-
610
- export class MerchantService {
611
- constructor(public readonly httpRequest: BaseHttpRequest) { }
612
-
613
- /**
614
- * @param data The data for the request.
615
- * @param data.sorting
616
- * @param data.skipCount
617
- * @param data.maxResultCount
618
- * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_Merchants_MerchantProfileDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
619
- * @throws ApiError
620
- */
621
- public getApiCrmServiceMerchants(data: GetApiCrmServiceMerchantsData = {}): CancelablePromise<GetApiCrmServiceMerchantsResponse> {
622
- return this.httpRequest.request({
623
- method: 'GET',
624
- url: '/api/crm-service/merchants',
625
- query: {
626
- Sorting: data.sorting,
627
- SkipCount: data.skipCount,
628
- MaxResultCount: data.maxResultCount
629
- },
630
- errors: {
631
- 400: 'Bad Request',
632
- 401: 'Unauthorized',
633
- 403: 'Forbidden',
634
- 404: 'Not Found',
635
- 500: 'Server Error',
636
- 501: 'Server Error'
637
- }
638
- });
639
- }
640
-
641
- /**
642
- * @param data The data for the request.
643
- * @param data.vatNumber
644
- * @param data.countryCode
645
- * @param data.branchId
646
- * @returns UniRefund_CRMService_Merchants_MerchantInfoDto Success
647
- * @throws ApiError
648
- */
649
- public getApiCrmServiceMerchantsInfo(data: GetApiCrmServiceMerchantsInfoData = {}): CancelablePromise<GetApiCrmServiceMerchantsInfoResponse> {
650
- return this.httpRequest.request({
651
- method: 'GET',
652
- url: '/api/crm-service/merchants/info',
653
- query: {
654
- VatNumber: data.vatNumber,
655
- CountryCode: data.countryCode,
656
- BranchId: data.branchId
657
- },
658
- errors: {
659
- 400: 'Bad Request',
660
- 401: 'Unauthorized',
661
- 403: 'Forbidden',
662
- 404: 'Not Found',
663
- 500: 'Server Error',
664
- 501: 'Server Error'
665
- }
666
- });
667
- }
668
-
669
- /**
670
- * @param data The data for the request.
671
- * @param data.id
672
- * @returns UniRefund_CRMService_Merchants_MerchantDetailDto Success
673
- * @throws ApiError
674
- */
675
- public getApiCrmServiceMerchantsDetailById(data: GetApiCrmServiceMerchantsDetailByIdData): CancelablePromise<GetApiCrmServiceMerchantsDetailByIdResponse> {
676
- return this.httpRequest.request({
677
- method: 'GET',
678
- url: '/api/crm-service/merchants/detail/{id}',
679
- path: {
680
- id: data.id
681
- },
682
- errors: {
683
- 400: 'Bad Request',
684
- 401: 'Unauthorized',
685
- 403: 'Forbidden',
686
- 404: 'Not Found',
687
- 500: 'Server Error',
688
- 501: 'Server Error'
689
- }
690
- });
691
- }
692
-
693
- /**
694
- * @param data The data for the request.
695
- * @param data.requestBody
696
- * @returns unknown Success
697
- * @throws ApiError
698
- */
699
- public postApiCrmServiceMerchantsWithComponents(data: PostApiCrmServiceMerchantsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceMerchantsWithComponentsResponse> {
700
- return this.httpRequest.request({
701
- method: 'POST',
702
- url: '/api/crm-service/merchants/with-components',
703
- body: data.requestBody,
704
- mediaType: 'application/json',
705
- errors: {
706
- 400: 'Bad Request',
707
- 401: 'Unauthorized',
708
- 403: 'Forbidden',
709
- 404: 'Not Found',
710
- 500: 'Server Error',
711
- 501: 'Server Error'
712
- }
713
- });
714
- }
715
-
716
- /**
717
- * @param data The data for the request.
718
- * @param data.id
719
- * @returns unknown Success
720
- * @throws ApiError
721
- */
722
- public deleteApiCrmServiceMerchantsWithComponentsById(data: DeleteApiCrmServiceMerchantsWithComponentsByIdData): CancelablePromise<DeleteApiCrmServiceMerchantsWithComponentsByIdResponse> {
723
- return this.httpRequest.request({
724
- method: 'DELETE',
725
- url: '/api/crm-service/merchants/with-components/{id}',
726
- path: {
727
- id: data.id
728
- },
729
- errors: {
730
- 400: 'Bad Request',
731
- 401: 'Unauthorized',
732
- 403: 'Forbidden',
733
- 404: 'Not Found',
734
- 500: 'Server Error',
735
- 501: 'Server Error'
736
- }
737
- });
738
- }
739
-
740
- /**
741
- * @param data The data for the request.
742
- * @param data.merchantId
743
- * @param data.requestBody
744
- * @returns unknown Success
745
- * @throws ApiError
746
- */
747
- public postApiCrmServiceMerchantsByMerchantIdAffiliations(data: PostApiCrmServiceMerchantsByMerchantIdAffiliationsData): CancelablePromise<PostApiCrmServiceMerchantsByMerchantIdAffiliationsResponse> {
748
- return this.httpRequest.request({
749
- method: 'POST',
750
- url: '/api/crm-service/merchants/{merchantId}/affiliations',
751
- path: {
752
- merchantId: data.merchantId
753
- },
754
- body: data.requestBody,
755
- mediaType: 'application/json',
756
- errors: {
757
- 400: 'Bad Request',
758
- 401: 'Unauthorized',
759
- 403: 'Forbidden',
760
- 404: 'Not Found',
761
- 500: 'Server Error',
762
- 501: 'Server Error'
763
- }
764
- });
765
- }
766
-
767
- /**
768
- * @param data The data for the request.
769
- * @param data.merchantId
770
- * @param data.sorting
771
- * @param data.skipCount
772
- * @param data.maxResultCount
773
- * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_AffiliationTypes_AffiliationTypeDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
774
- * @throws ApiError
775
- */
776
- public getApiCrmServiceMerchantsByMerchantIdAffiliations(data: GetApiCrmServiceMerchantsByMerchantIdAffiliationsData): CancelablePromise<GetApiCrmServiceMerchantsByMerchantIdAffiliationsResponse> {
777
- return this.httpRequest.request({
778
- method: 'GET',
779
- url: '/api/crm-service/merchants/{merchantId}/affiliations',
780
- path: {
781
- merchantId: data.merchantId
782
- },
783
- query: {
784
- Sorting: data.sorting,
785
- SkipCount: data.skipCount,
786
- MaxResultCount: data.maxResultCount
787
- },
788
- errors: {
789
- 400: 'Bad Request',
790
- 401: 'Unauthorized',
791
- 403: 'Forbidden',
792
- 404: 'Not Found',
793
- 500: 'Server Error',
794
- 501: 'Server Error'
795
- }
796
- });
797
- }
798
-
799
- /**
800
- * @param data The data for the request.
801
- * @param data.id
802
- * @param data.organizationId
803
- * @param data.requestBody
804
- * @returns unknown Success
805
- * @throws ApiError
806
- */
807
- public putApiCrmServiceMerchantsByIdOrganizationByOrganizationId(data: PutApiCrmServiceMerchantsByIdOrganizationByOrganizationIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdOrganizationByOrganizationIdResponse> {
808
- return this.httpRequest.request({
809
- method: 'PUT',
810
- url: '/api/crm-service/merchants/{id}/organization/{organizationId}',
811
- path: {
812
- id: data.id,
813
- organizationId: data.organizationId
814
- },
815
- body: data.requestBody,
816
- mediaType: 'application/json',
817
- errors: {
818
- 400: 'Bad Request',
819
- 401: 'Unauthorized',
820
- 403: 'Forbidden',
821
- 404: 'Not Found',
822
- 500: 'Server Error',
823
- 501: 'Server Error'
824
- }
825
- });
826
- }
827
-
828
- /**
829
- * @param data The data for the request.
830
- * @param data.requestBody
831
- * @returns unknown Success
832
- * @throws ApiError
833
- */
834
- public postApiCrmServiceMerchantsBulkProductGroupMerchant(data: PostApiCrmServiceMerchantsBulkProductGroupMerchantData = {}): CancelablePromise<PostApiCrmServiceMerchantsBulkProductGroupMerchantResponse> {
835
- return this.httpRequest.request({
836
- method: 'POST',
837
- url: '/api/crm-service/merchants/bulk-product-group-merchant',
838
- body: data.requestBody,
839
- mediaType: 'application/json',
840
- errors: {
841
- 400: 'Bad Request',
842
- 401: 'Unauthorized',
843
- 403: 'Forbidden',
844
- 404: 'Not Found',
845
- 500: 'Server Error',
846
- 501: 'Server Error'
847
- }
848
- });
849
- }
850
-
851
- }
852
-
853
- export class OrganizationService {
854
- constructor(public readonly httpRequest: BaseHttpRequest) { }
855
-
856
- /**
857
- * @param data The data for the request.
858
- * @param data.requestBody
859
- * @returns unknown Success
860
- * @throws ApiError
861
- */
862
- public postApiCrmServiceOrganizationsWithComponents(data: PostApiCrmServiceOrganizationsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceOrganizationsWithComponentsResponse> {
863
- return this.httpRequest.request({
864
- method: 'POST',
865
- url: '/api/crm-service/organizations/with-components',
866
- body: data.requestBody,
867
- mediaType: 'application/json',
868
- errors: {
869
- 400: 'Bad Request',
870
- 401: 'Unauthorized',
871
- 403: 'Forbidden',
872
- 404: 'Not Found',
873
- 500: 'Server Error',
874
- 501: 'Server Error'
875
- }
876
- });
877
- }
878
-
879
- /**
880
- * @param data The data for the request.
881
- * @param data.entityPartyTypeCode
882
- * @param data.parentId
883
- * @param data.sorting
884
- * @param data.skipCount
885
- * @param data.maxResultCount
886
- * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_Organizations_OrganizationProfileDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
887
- * @throws ApiError
888
- */
889
- public getApiCrmServiceOrganizations(data: GetApiCrmServiceOrganizationsData = {}): CancelablePromise<GetApiCrmServiceOrganizationsResponse> {
890
- return this.httpRequest.request({
891
- method: 'GET',
892
- url: '/api/crm-service/organizations',
893
- query: {
894
- EntityPartyTypeCode: data.entityPartyTypeCode,
895
- ParentId: data.parentId,
896
- Sorting: data.sorting,
897
- SkipCount: data.skipCount,
898
- MaxResultCount: data.maxResultCount
899
- },
900
- errors: {
901
- 400: 'Bad Request',
902
- 401: 'Unauthorized',
903
- 403: 'Forbidden',
904
- 404: 'Not Found',
905
- 500: 'Server Error',
906
- 501: 'Server Error'
907
- }
908
- });
909
- }
910
-
911
- }
912
-
913
- export class RefundPointService {
914
- constructor(public readonly httpRequest: BaseHttpRequest) { }
915
-
916
- /**
917
- * @param data The data for the request.
918
- * @param data.sorting
919
- * @param data.skipCount
920
- * @param data.maxResultCount
921
- * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_Merchants_RefundPointProfileDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
922
- * @throws ApiError
923
- */
924
- public getApiCrmServiceRefundPoints(data: GetApiCrmServiceRefundPointsData = {}): CancelablePromise<GetApiCrmServiceRefundPointsResponse> {
925
- return this.httpRequest.request({
926
- method: 'GET',
927
- url: '/api/crm-service/refund-points',
928
- query: {
929
- Sorting: data.sorting,
930
- SkipCount: data.skipCount,
931
- MaxResultCount: data.maxResultCount
932
- },
933
- errors: {
934
- 400: 'Bad Request',
935
- 401: 'Unauthorized',
936
- 403: 'Forbidden',
937
- 404: 'Not Found',
938
- 500: 'Server Error',
939
- 501: 'Server Error'
940
- }
941
- });
942
- }
943
-
944
- /**
945
- * @param data The data for the request.
946
- * @param data.id
947
- * @returns UniRefund_CRMService_RefundPoints_RefundPointDto Success
948
- * @throws ApiError
949
- */
950
- public getApiCrmServiceRefundPointsDetailById(data: GetApiCrmServiceRefundPointsDetailByIdData): CancelablePromise<GetApiCrmServiceRefundPointsDetailByIdResponse> {
951
- return this.httpRequest.request({
952
- method: 'GET',
953
- url: '/api/crm-service/refund-points/detail/{id}',
954
- path: {
955
- id: data.id
956
- },
957
- errors: {
958
- 400: 'Bad Request',
959
- 401: 'Unauthorized',
960
- 403: 'Forbidden',
961
- 404: 'Not Found',
962
- 500: 'Server Error',
963
- 501: 'Server Error'
964
- }
965
- });
966
- }
967
-
968
- /**
969
- * @param data The data for the request.
970
- * @param data.requestBody
971
- * @returns unknown Success
972
- * @throws ApiError
973
- */
974
- public postApiCrmServiceRefundPointsWithComponents(data: PostApiCrmServiceRefundPointsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceRefundPointsWithComponentsResponse> {
975
- return this.httpRequest.request({
976
- method: 'POST',
977
- url: '/api/crm-service/refund-points/with-components',
978
- body: data.requestBody,
979
- mediaType: 'application/json',
980
- errors: {
981
- 400: 'Bad Request',
982
- 401: 'Unauthorized',
983
- 403: 'Forbidden',
984
- 404: 'Not Found',
985
- 500: 'Server Error',
986
- 501: 'Server Error'
987
- }
988
- });
989
- }
990
-
991
- /**
992
- * @param data The data for the request.
993
- * @param data.id
994
- * @returns unknown Success
995
- * @throws ApiError
996
- */
997
- public deleteApiCrmServiceRefundPointsWithComponentsById(data: DeleteApiCrmServiceRefundPointsWithComponentsByIdData): CancelablePromise<DeleteApiCrmServiceRefundPointsWithComponentsByIdResponse> {
998
- return this.httpRequest.request({
999
- method: 'DELETE',
1000
- url: '/api/crm-service/refund-points/with-components/{id}',
1001
- path: {
1002
- id: data.id
1003
- },
1004
- errors: {
1005
- 400: 'Bad Request',
1006
- 401: 'Unauthorized',
1007
- 403: 'Forbidden',
1008
- 404: 'Not Found',
1009
- 500: 'Server Error',
1010
- 501: 'Server Error'
1011
- }
1012
- });
1013
- }
1014
-
1015
- /**
1016
- * @param data The data for the request.
1017
- * @param data.refundPointId
1018
- * @param data.requestBody
1019
- * @returns unknown Success
1020
- * @throws ApiError
1021
- */
1022
- public postApiCrmServiceRefundPointsByRefundPointIdAffiliations(data: PostApiCrmServiceRefundPointsByRefundPointIdAffiliationsData): CancelablePromise<PostApiCrmServiceRefundPointsByRefundPointIdAffiliationsResponse> {
1023
- return this.httpRequest.request({
1024
- method: 'POST',
1025
- url: '/api/crm-service/refund-points/{refundPointId}/affiliations',
1026
- path: {
1027
- refundPointId: data.refundPointId
1028
- },
1029
- body: data.requestBody,
1030
- mediaType: 'application/json',
1031
- errors: {
1032
- 400: 'Bad Request',
1033
- 401: 'Unauthorized',
1034
- 403: 'Forbidden',
1035
- 404: 'Not Found',
1036
- 500: 'Server Error',
1037
- 501: 'Server Error'
1038
- }
1039
- });
1040
- }
1041
-
1042
- /**
1043
- * @param data The data for the request.
1044
- * @param data.refundPointId
1045
- * @param data.sorting
1046
- * @param data.skipCount
1047
- * @param data.maxResultCount
1048
- * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_AffiliationTypes_AffiliationTypeDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
1049
- * @throws ApiError
1050
- */
1051
- public getApiCrmServiceRefundPointsByRefundPointIdAffiliations(data: GetApiCrmServiceRefundPointsByRefundPointIdAffiliationsData): CancelablePromise<GetApiCrmServiceRefundPointsByRefundPointIdAffiliationsResponse> {
1052
- return this.httpRequest.request({
1053
- method: 'GET',
1054
- url: '/api/crm-service/refund-points/{refundPointId}/affiliations',
1055
- path: {
1056
- refundPointId: data.refundPointId
1057
- },
1058
- query: {
1059
- Sorting: data.sorting,
1060
- SkipCount: data.skipCount,
1061
- MaxResultCount: data.maxResultCount
1062
- },
1063
- errors: {
1064
- 400: 'Bad Request',
1065
- 401: 'Unauthorized',
1066
- 403: 'Forbidden',
1067
- 404: 'Not Found',
1068
- 500: 'Server Error',
1069
- 501: 'Server Error'
1070
- }
1071
- });
1072
- }
1073
-
1074
- /**
1075
- * @param data The data for the request.
1076
- * @param data.id
1077
- * @param data.organizationId
1078
- * @param data.requestBody
1079
- * @returns unknown Success
1080
- * @throws ApiError
1081
- */
1082
- public putApiCrmServiceRefundPointsByIdOrganizationByOrganizationId(data: PutApiCrmServiceRefundPointsByIdOrganizationByOrganizationIdData): CancelablePromise<PutApiCrmServiceRefundPointsByIdOrganizationByOrganizationIdResponse> {
1083
- return this.httpRequest.request({
1084
- method: 'PUT',
1085
- url: '/api/crm-service/refund-points/{id}/organization/{organizationId}',
1086
- path: {
1087
- id: data.id,
1088
- organizationId: data.organizationId
1089
- },
1090
- body: data.requestBody,
1091
- mediaType: 'application/json',
1092
- errors: {
1093
- 400: 'Bad Request',
1094
- 401: 'Unauthorized',
1095
- 403: 'Forbidden',
1096
- 404: 'Not Found',
1097
- 500: 'Server Error',
1098
- 501: 'Server Error'
1099
- }
1100
- });
1101
- }
1102
-
1103
- }
1104
-
1105
- export class TaxFreeService {
1106
- constructor(public readonly httpRequest: BaseHttpRequest) { }
1107
-
1108
- /**
1109
- * @param data The data for the request.
1110
- * @param data.sorting
1111
- * @param data.skipCount
1112
- * @param data.maxResultCount
1113
- * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_TaxFrees_TaxFreeProfileDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
1114
- * @throws ApiError
1115
- */
1116
- public getApiCrmServiceTaxFrees(data: GetApiCrmServiceTaxFreesData = {}): CancelablePromise<GetApiCrmServiceTaxFreesResponse> {
1117
- return this.httpRequest.request({
1118
- method: 'GET',
1119
- url: '/api/crm-service/tax-frees',
1120
- query: {
1121
- Sorting: data.sorting,
1122
- SkipCount: data.skipCount,
1123
- MaxResultCount: data.maxResultCount
1124
- },
1125
- errors: {
1126
- 400: 'Bad Request',
1127
- 401: 'Unauthorized',
1128
- 403: 'Forbidden',
1129
- 404: 'Not Found',
1130
- 500: 'Server Error',
1131
- 501: 'Server Error'
1132
- }
1133
- });
1134
- }
1135
-
1136
- /**
1137
- * @param data The data for the request.
1138
- * @param data.id
1139
- * @returns UniRefund_CRMService_TaxFrees_TaxFreeDto Success
1140
- * @throws ApiError
1141
- */
1142
- public getApiCrmServiceTaxFreesDetailById(data: GetApiCrmServiceTaxFreesDetailByIdData): CancelablePromise<GetApiCrmServiceTaxFreesDetailByIdResponse> {
1143
- return this.httpRequest.request({
1144
- method: 'GET',
1145
- url: '/api/crm-service/tax-frees/detail/{id}',
1146
- path: {
1147
- id: data.id
1148
- },
1149
- errors: {
1150
- 400: 'Bad Request',
1151
- 401: 'Unauthorized',
1152
- 403: 'Forbidden',
1153
- 404: 'Not Found',
1154
- 500: 'Server Error',
1155
- 501: 'Server Error'
1156
- }
1157
- });
1158
- }
1159
-
1160
- /**
1161
- * @param data The data for the request.
1162
- * @param data.requestBody
1163
- * @returns unknown Success
1164
- * @throws ApiError
1165
- */
1166
- public postApiCrmServiceTaxFreesWithComponents(data: PostApiCrmServiceTaxFreesWithComponentsData = {}): CancelablePromise<PostApiCrmServiceTaxFreesWithComponentsResponse> {
1167
- return this.httpRequest.request({
1168
- method: 'POST',
1169
- url: '/api/crm-service/tax-frees/with-components',
1170
- body: data.requestBody,
1171
- mediaType: 'application/json',
1172
- errors: {
1173
- 400: 'Bad Request',
1174
- 401: 'Unauthorized',
1175
- 403: 'Forbidden',
1176
- 404: 'Not Found',
1177
- 500: 'Server Error',
1178
- 501: 'Server Error'
1179
- }
1180
- });
1181
- }
1182
-
1183
- /**
1184
- * @param data The data for the request.
1185
- * @param data.id
1186
- * @returns unknown Success
1187
- * @throws ApiError
1188
- */
1189
- public deleteApiCrmServiceTaxFreesWithComponentsById(data: DeleteApiCrmServiceTaxFreesWithComponentsByIdData): CancelablePromise<DeleteApiCrmServiceTaxFreesWithComponentsByIdResponse> {
1190
- return this.httpRequest.request({
1191
- method: 'DELETE',
1192
- url: '/api/crm-service/tax-frees/with-components/{id}',
1193
- path: {
1194
- id: data.id
1195
- },
1196
- errors: {
1197
- 400: 'Bad Request',
1198
- 401: 'Unauthorized',
1199
- 403: 'Forbidden',
1200
- 404: 'Not Found',
1201
- 500: 'Server Error',
1202
- 501: 'Server Error'
1203
- }
1204
- });
1205
- }
1206
-
1207
- /**
1208
- * @param data The data for the request.
1209
- * @param data.taxFreesId
1210
- * @param data.requestBody
1211
- * @returns unknown Success
1212
- * @throws ApiError
1213
- */
1214
- public postApiCrmServiceTaxFreesByTaxFreesIdAffiliations(data: PostApiCrmServiceTaxFreesByTaxFreesIdAffiliationsData): CancelablePromise<PostApiCrmServiceTaxFreesByTaxFreesIdAffiliationsResponse> {
1215
- return this.httpRequest.request({
1216
- method: 'POST',
1217
- url: '/api/crm-service/tax-frees/{taxFreesId}/affiliations',
1218
- path: {
1219
- taxFreesId: data.taxFreesId
1220
- },
1221
- body: data.requestBody,
1222
- mediaType: 'application/json',
1223
- errors: {
1224
- 400: 'Bad Request',
1225
- 401: 'Unauthorized',
1226
- 403: 'Forbidden',
1227
- 404: 'Not Found',
1228
- 500: 'Server Error',
1229
- 501: 'Server Error'
1230
- }
1231
- });
1232
- }
1233
-
1234
- /**
1235
- * @param data The data for the request.
1236
- * @param data.taxFreesId
1237
- * @param data.sorting
1238
- * @param data.skipCount
1239
- * @param data.maxResultCount
1240
- * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_AffiliationTypes_AffiliationTypeDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
1241
- * @throws ApiError
1242
- */
1243
- public getApiCrmServiceTaxFreesByTaxFreesIdAffiliations(data: GetApiCrmServiceTaxFreesByTaxFreesIdAffiliationsData): CancelablePromise<GetApiCrmServiceTaxFreesByTaxFreesIdAffiliationsResponse> {
1244
- return this.httpRequest.request({
1245
- method: 'GET',
1246
- url: '/api/crm-service/tax-frees/{taxFreesId}/affiliations',
1247
- path: {
1248
- taxFreesId: data.taxFreesId
1249
- },
1250
- query: {
1251
- Sorting: data.sorting,
1252
- SkipCount: data.skipCount,
1253
- MaxResultCount: data.maxResultCount
1254
- },
1255
- errors: {
1256
- 400: 'Bad Request',
1257
- 401: 'Unauthorized',
1258
- 403: 'Forbidden',
1259
- 404: 'Not Found',
1260
- 500: 'Server Error',
1261
- 501: 'Server Error'
1262
- }
1263
- });
1264
- }
1265
-
1266
- /**
1267
- * @param data The data for the request.
1268
- * @param data.id
1269
- * @param data.organizationId
1270
- * @param data.requestBody
1271
- * @returns unknown Success
1272
- * @throws ApiError
1273
- */
1274
- public putApiCrmServiceTaxFreesByIdOrganizationByOrganizationId(data: PutApiCrmServiceTaxFreesByIdOrganizationByOrganizationIdData): CancelablePromise<PutApiCrmServiceTaxFreesByIdOrganizationByOrganizationIdResponse> {
1275
- return this.httpRequest.request({
1276
- method: 'PUT',
1277
- url: '/api/crm-service/tax-frees/{id}/organization/{organizationId}',
1278
- path: {
1279
- id: data.id,
1280
- organizationId: data.organizationId
1281
- },
1282
- body: data.requestBody,
1283
- mediaType: 'application/json',
1284
- errors: {
1285
- 400: 'Bad Request',
1286
- 401: 'Unauthorized',
1287
- 403: 'Forbidden',
1288
- 404: 'Not Found',
1289
- 500: 'Server Error',
1290
- 501: 'Server Error'
1291
- }
1292
- });
1293
- }
1294
-
1295
- }
1296
-
1297
- export class TaxOfficeService {
1298
- constructor(public readonly httpRequest: BaseHttpRequest) { }
1299
-
1300
- /**
1301
- * @param data The data for the request.
1302
- * @param data.sorting
1303
- * @param data.skipCount
1304
- * @param data.maxResultCount
1305
- * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_TaxOffices_TaxOfficeProfileDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
1306
- * @throws ApiError
1307
- */
1308
- public getApiCrmServiceTaxOffices(data: GetApiCrmServiceTaxOfficesData = {}): CancelablePromise<GetApiCrmServiceTaxOfficesResponse> {
1309
- return this.httpRequest.request({
1310
- method: 'GET',
1311
- url: '/api/crm-service/tax-offices',
1312
- query: {
1313
- Sorting: data.sorting,
1314
- SkipCount: data.skipCount,
1315
- MaxResultCount: data.maxResultCount
1316
- },
1317
- errors: {
1318
- 400: 'Bad Request',
1319
- 401: 'Unauthorized',
1320
- 403: 'Forbidden',
1321
- 404: 'Not Found',
1322
- 500: 'Server Error',
1323
- 501: 'Server Error'
1324
- }
1325
- });
1326
- }
1327
-
1328
- /**
1329
- * @param data The data for the request.
1330
- * @param data.id
1331
- * @returns UniRefund_CRMService_TaxOffices_TaxOfficeDto Success
1332
- * @throws ApiError
1333
- */
1334
- public getApiCrmServiceTaxOfficesDetailById(data: GetApiCrmServiceTaxOfficesDetailByIdData): CancelablePromise<GetApiCrmServiceTaxOfficesDetailByIdResponse> {
1335
- return this.httpRequest.request({
1336
- method: 'GET',
1337
- url: '/api/crm-service/tax-offices/detail/{id}',
1338
- path: {
1339
- id: data.id
1340
- },
1341
- errors: {
1342
- 400: 'Bad Request',
1343
- 401: 'Unauthorized',
1344
- 403: 'Forbidden',
1345
- 404: 'Not Found',
1346
- 500: 'Server Error',
1347
- 501: 'Server Error'
1348
- }
1349
- });
1350
- }
1351
-
1352
- /**
1353
- * @param data The data for the request.
1354
- * @param data.requestBody
1355
- * @returns unknown Success
1356
- * @throws ApiError
1357
- */
1358
- public postApiCrmServiceTaxOfficesWithComponents(data: PostApiCrmServiceTaxOfficesWithComponentsData = {}): CancelablePromise<PostApiCrmServiceTaxOfficesWithComponentsResponse> {
1359
- return this.httpRequest.request({
1360
- method: 'POST',
1361
- url: '/api/crm-service/tax-offices/with-components',
1362
- body: data.requestBody,
1363
- mediaType: 'application/json',
1364
- errors: {
1365
- 400: 'Bad Request',
1366
- 401: 'Unauthorized',
1367
- 403: 'Forbidden',
1368
- 404: 'Not Found',
1369
- 500: 'Server Error',
1370
- 501: 'Server Error'
1371
- }
1372
- });
1373
- }
1374
-
1375
- /**
1376
- * @param data The data for the request.
1377
- * @param data.id
1378
- * @returns unknown Success
1379
- * @throws ApiError
1380
- */
1381
- public deleteApiCrmServiceTaxOfficesWithComponentsById(data: DeleteApiCrmServiceTaxOfficesWithComponentsByIdData): CancelablePromise<DeleteApiCrmServiceTaxOfficesWithComponentsByIdResponse> {
1382
- return this.httpRequest.request({
1383
- method: 'DELETE',
1384
- url: '/api/crm-service/tax-offices/with-components/{id}',
1385
- path: {
1386
- id: data.id
1387
- },
1388
- errors: {
1389
- 400: 'Bad Request',
1390
- 401: 'Unauthorized',
1391
- 403: 'Forbidden',
1392
- 404: 'Not Found',
1393
- 500: 'Server Error',
1394
- 501: 'Server Error'
1395
- }
1396
- });
1397
- }
1398
-
1399
- /**
1400
- * @param data The data for the request.
1401
- * @param data.taxOfficesId
1402
- * @param data.requestBody
1403
- * @returns unknown Success
1404
- * @throws ApiError
1405
- */
1406
- public postApiCrmServiceTaxOfficesByTaxOfficesIdAffiliations(data: PostApiCrmServiceTaxOfficesByTaxOfficesIdAffiliationsData): CancelablePromise<PostApiCrmServiceTaxOfficesByTaxOfficesIdAffiliationsResponse> {
1407
- return this.httpRequest.request({
1408
- method: 'POST',
1409
- url: '/api/crm-service/tax-offices/{taxOfficesId}/affiliations',
1410
- path: {
1411
- taxOfficesId: data.taxOfficesId
1412
- },
1413
- body: data.requestBody,
1414
- mediaType: 'application/json',
1415
- errors: {
1416
- 400: 'Bad Request',
1417
- 401: 'Unauthorized',
1418
- 403: 'Forbidden',
1419
- 404: 'Not Found',
1420
- 500: 'Server Error',
1421
- 501: 'Server Error'
1422
- }
1423
- });
1424
- }
1425
-
1426
- /**
1427
- * @param data The data for the request.
1428
- * @param data.taxOfficesId
1429
- * @param data.sorting
1430
- * @param data.skipCount
1431
- * @param data.maxResultCount
1432
- * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_AffiliationTypes_AffiliationTypeDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
1433
- * @throws ApiError
1434
- */
1435
- public getApiCrmServiceTaxOfficesByTaxOfficesIdAffiliations(data: GetApiCrmServiceTaxOfficesByTaxOfficesIdAffiliationsData): CancelablePromise<GetApiCrmServiceTaxOfficesByTaxOfficesIdAffiliationsResponse> {
1436
- return this.httpRequest.request({
1437
- method: 'GET',
1438
- url: '/api/crm-service/tax-offices/{taxOfficesId}/affiliations',
1439
- path: {
1440
- taxOfficesId: data.taxOfficesId
1441
- },
1442
- query: {
1443
- Sorting: data.sorting,
1444
- SkipCount: data.skipCount,
1445
- MaxResultCount: data.maxResultCount
1446
- },
1447
- errors: {
1448
- 400: 'Bad Request',
1449
- 401: 'Unauthorized',
1450
- 403: 'Forbidden',
1451
- 404: 'Not Found',
1452
- 500: 'Server Error',
1453
- 501: 'Server Error'
1454
- }
1455
- });
1456
- }
1457
-
1458
- /**
1459
- * @param data The data for the request.
1460
- * @param data.id
1461
- * @param data.organizationId
1462
- * @param data.requestBody
1463
- * @returns unknown Success
1464
- * @throws ApiError
1465
- */
1466
- public putApiCrmServiceTaxOfficesByIdOrganizationByOrganizationId(data: PutApiCrmServiceTaxOfficesByIdOrganizationByOrganizationIdData): CancelablePromise<PutApiCrmServiceTaxOfficesByIdOrganizationByOrganizationIdResponse> {
1467
- return this.httpRequest.request({
1468
- method: 'PUT',
1469
- url: '/api/crm-service/tax-offices/{id}/organization/{organizationId}',
1470
- path: {
1471
- id: data.id,
1472
- organizationId: data.organizationId
1473
- },
1474
- body: data.requestBody,
1475
- mediaType: 'application/json',
1476
- errors: {
1477
- 400: 'Bad Request',
1478
- 401: 'Unauthorized',
1479
- 403: 'Forbidden',
1480
- 404: 'Not Found',
1481
- 500: 'Server Error',
1482
- 501: 'Server Error'
1483
- }
1484
- });
1485
- }
1486
-
1487
- }
1488
-
1489
- export class TelephoneTypeService {
1490
- constructor(public readonly httpRequest: BaseHttpRequest) { }
1491
-
1492
- /**
1493
- * @param data The data for the request.
1494
- * @param data.sorting
1495
- * @param data.skipCount
1496
- * @param data.maxResultCount
1497
- * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
1498
- * @throws ApiError
1499
- */
1500
- public getApiCrmServiceTelephones(data: GetApiCrmServiceTelephonesData = {}): CancelablePromise<GetApiCrmServiceTelephonesResponse> {
1501
- return this.httpRequest.request({
1502
- method: 'GET',
1503
- url: '/api/crm-service/telephones',
1504
- query: {
1505
- Sorting: data.sorting,
1506
- SkipCount: data.skipCount,
1507
- MaxResultCount: data.maxResultCount
1508
- },
1509
- errors: {
1510
- 400: 'Bad Request',
1511
- 401: 'Unauthorized',
1512
- 403: 'Forbidden',
1513
- 404: 'Not Found',
1514
- 500: 'Server Error',
1515
- 501: 'Server Error'
1516
- }
1517
- });
1518
- }
1519
-
1520
- /**
1521
- * @param data The data for the request.
1522
- * @param data.requestBody
1523
- * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
1524
- * @throws ApiError
1525
- */
1526
- public postApiCrmServiceTelephones(data: PostApiCrmServiceTelephonesData = {}): CancelablePromise<PostApiCrmServiceTelephonesResponse> {
1527
- return this.httpRequest.request({
1528
- method: 'POST',
1529
- url: '/api/crm-service/telephones',
1530
- body: data.requestBody,
1531
- mediaType: 'application/json',
1532
- errors: {
1533
- 400: 'Bad Request',
1534
- 401: 'Unauthorized',
1535
- 403: 'Forbidden',
1536
- 404: 'Not Found',
1537
- 500: 'Server Error',
1538
- 501: 'Server Error'
1539
- }
1540
- });
1541
- }
1542
-
1543
- /**
1544
- * @param data The data for the request.
1545
- * @param data.id
1546
- * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
1547
- * @throws ApiError
1548
- */
1549
- public getApiCrmServiceTelephonesById(data: GetApiCrmServiceTelephonesByIdData): CancelablePromise<GetApiCrmServiceTelephonesByIdResponse> {
1550
- return this.httpRequest.request({
1551
- method: 'GET',
1552
- url: '/api/crm-service/telephones/{id}',
1553
- path: {
1554
- id: data.id
1555
- },
1556
- errors: {
1557
- 400: 'Bad Request',
1558
- 401: 'Unauthorized',
1559
- 403: 'Forbidden',
1560
- 404: 'Not Found',
1561
- 500: 'Server Error',
1562
- 501: 'Server Error'
1563
- }
1564
- });
1565
- }
1566
-
1567
- /**
1568
- * @param data The data for the request.
1569
- * @param data.id
1570
- * @param data.requestBody
1571
- * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
1572
- * @throws ApiError
1573
- */
1574
- public putApiCrmServiceTelephonesById(data: PutApiCrmServiceTelephonesByIdData): CancelablePromise<PutApiCrmServiceTelephonesByIdResponse> {
1575
- return this.httpRequest.request({
1576
- method: 'PUT',
1577
- url: '/api/crm-service/telephones/{id}',
1578
- path: {
1579
- id: data.id
1580
- },
1581
- body: data.requestBody,
1582
- mediaType: 'application/json',
1583
- errors: {
1584
- 400: 'Bad Request',
1585
- 401: 'Unauthorized',
1586
- 403: 'Forbidden',
1587
- 404: 'Not Found',
1588
- 500: 'Server Error',
1589
- 501: 'Server Error'
1590
- }
1591
- });
1592
- }
1593
-
1594
- /**
1595
- * @param data The data for the request.
1596
- * @param data.id
1597
- * @returns unknown Success
1598
- * @throws ApiError
1599
- */
1600
- public deleteApiCrmServiceTelephonesById(data: DeleteApiCrmServiceTelephonesByIdData): CancelablePromise<DeleteApiCrmServiceTelephonesByIdResponse> {
1601
- return this.httpRequest.request({
1602
- method: 'DELETE',
1603
- url: '/api/crm-service/telephones/{id}',
1604
- path: {
1605
- id: data.id
1606
- },
1607
- errors: {
1608
- 400: 'Bad Request',
1609
- 401: 'Unauthorized',
1610
- 403: 'Forbidden',
1611
- 404: 'Not Found',
1612
- 500: 'Server Error',
1613
- 501: 'Server Error'
1614
- }
1615
- });
1616
- }
1617
-
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+
3
+ import type { CancelablePromise } from './core/CancelablePromise';
4
+ import type { BaseHttpRequest } from './core/BaseHttpRequest';
5
+ import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, GetApiCrmServiceAddressesData, GetApiCrmServiceAddressesResponse, PostApiCrmServiceAddressesData, PostApiCrmServiceAddressesResponse, GetApiCrmServiceAddressesByIdData, GetApiCrmServiceAddressesByIdResponse, PutApiCrmServiceAddressesByIdData, PutApiCrmServiceAddressesByIdResponse, DeleteApiCrmServiceAddressesByIdData, DeleteApiCrmServiceAddressesByIdResponse, GetApiCrmServiceCustomsData, GetApiCrmServiceCustomsResponse, GetApiCrmServiceCustomsDetailByIdData, GetApiCrmServiceCustomsDetailByIdResponse, PostApiCrmServiceCustomsWithComponentsData, PostApiCrmServiceCustomsWithComponentsResponse, DeleteApiCrmServiceCustomsWithComponentsByIdData, DeleteApiCrmServiceCustomsWithComponentsByIdResponse, PostApiCrmServiceCustomsByIdAffiliationsData, PostApiCrmServiceCustomsByIdAffiliationsResponse, GetApiCrmServiceCustomsByIdAffiliationsData, GetApiCrmServiceCustomsByIdAffiliationsResponse, PutApiCrmServiceCustomsByIdOrganizationByOrganizationIdData, PutApiCrmServiceCustomsByIdOrganizationByOrganizationIdResponse, PutApiCrmServiceCustomsByCustomsIdTelephoneByIdData, PutApiCrmServiceCustomsByCustomsIdTelephoneByIdResponse, PutApiCrmServiceCustomsByCustomsIdAddressByIdData, PutApiCrmServiceCustomsByCustomsIdAddressByIdResponse, PutApiCrmServiceCustomsByCustomsIdEmailByIdData, PutApiCrmServiceCustomsByCustomsIdEmailByIdResponse, GetApiCrmServiceEmailsData, GetApiCrmServiceEmailsResponse, PostApiCrmServiceEmailsData, PostApiCrmServiceEmailsResponse, GetApiCrmServiceEmailsByIdData, GetApiCrmServiceEmailsByIdResponse, PutApiCrmServiceEmailsByIdData, PutApiCrmServiceEmailsByIdResponse, DeleteApiCrmServiceEmailsByIdData, DeleteApiCrmServiceEmailsByIdResponse, PostApiCrmServiceIndividualsWithComponentsData, PostApiCrmServiceIndividualsWithComponentsResponse, GetApiCrmServiceIndividualsData, GetApiCrmServiceIndividualsResponse, GetApiCrmServiceMerchantsData, GetApiCrmServiceMerchantsResponse, GetApiCrmServiceMerchantsInfoData, GetApiCrmServiceMerchantsInfoResponse, GetApiCrmServiceMerchantsDetailByIdData, GetApiCrmServiceMerchantsDetailByIdResponse, PostApiCrmServiceMerchantsWithComponentsData, PostApiCrmServiceMerchantsWithComponentsResponse, DeleteApiCrmServiceMerchantsWithComponentsByIdData, DeleteApiCrmServiceMerchantsWithComponentsByIdResponse, PostApiCrmServiceMerchantsByMerchantIdAffiliationsData, PostApiCrmServiceMerchantsByMerchantIdAffiliationsResponse, GetApiCrmServiceMerchantsByMerchantIdAffiliationsData, GetApiCrmServiceMerchantsByMerchantIdAffiliationsResponse, PutApiCrmServiceMerchantsByIdOrganizationByOrganizationIdData, PutApiCrmServiceMerchantsByIdOrganizationByOrganizationIdResponse, PostApiCrmServiceMerchantsBulkProductGroupMerchantData, PostApiCrmServiceMerchantsBulkProductGroupMerchantResponse, PutApiCrmServiceMerchantsByMerchantIdTelephoneByIdData, PutApiCrmServiceMerchantsByMerchantIdTelephoneByIdResponse, PutApiCrmServiceMerchantsByMerchantIdAddressByIdData, PutApiCrmServiceMerchantsByMerchantIdAddressByIdResponse, PutApiCrmServiceMerchantsByMerchantIdEmailByIdData, PutApiCrmServiceMerchantsByMerchantIdEmailByIdResponse, PostApiCrmServiceOrganizationsWithComponentsData, PostApiCrmServiceOrganizationsWithComponentsResponse, GetApiCrmServiceOrganizationsData, GetApiCrmServiceOrganizationsResponse, GetApiCrmServiceRefundPointsData, GetApiCrmServiceRefundPointsResponse, GetApiCrmServiceRefundPointsDetailByIdData, GetApiCrmServiceRefundPointsDetailByIdResponse, PostApiCrmServiceRefundPointsWithComponentsData, PostApiCrmServiceRefundPointsWithComponentsResponse, DeleteApiCrmServiceRefundPointsWithComponentsByIdData, DeleteApiCrmServiceRefundPointsWithComponentsByIdResponse, PostApiCrmServiceRefundPointsByRefundPointIdAffiliationsData, PostApiCrmServiceRefundPointsByRefundPointIdAffiliationsResponse, GetApiCrmServiceRefundPointsByRefundPointIdAffiliationsData, GetApiCrmServiceRefundPointsByRefundPointIdAffiliationsResponse, PutApiCrmServiceRefundPointsByRefundPointIdOrganizationByOrganizationIdData, PutApiCrmServiceRefundPointsByRefundPointIdOrganizationByOrganizationIdResponse, PutApiCrmServiceRefundPointsByRefundPointIdTelephoneByIdData, PutApiCrmServiceRefundPointsByRefundPointIdTelephoneByIdResponse, PutApiCrmServiceRefundPointsByRefundPointIdAddressByIdData, PutApiCrmServiceRefundPointsByRefundPointIdAddressByIdResponse, PutApiCrmServiceRefundPointsByRefundPointIdEmailByIdData, PutApiCrmServiceRefundPointsByRefundPointIdEmailByIdResponse, GetApiCrmServiceTaxFreesData, GetApiCrmServiceTaxFreesResponse, GetApiCrmServiceTaxFreesDetailByIdData, GetApiCrmServiceTaxFreesDetailByIdResponse, PostApiCrmServiceTaxFreesWithComponentsData, PostApiCrmServiceTaxFreesWithComponentsResponse, DeleteApiCrmServiceTaxFreesWithComponentsByIdData, DeleteApiCrmServiceTaxFreesWithComponentsByIdResponse, PostApiCrmServiceTaxFreesByTaxFreesIdAffiliationsData, PostApiCrmServiceTaxFreesByTaxFreesIdAffiliationsResponse, GetApiCrmServiceTaxFreesByTaxFreesIdAffiliationsData, GetApiCrmServiceTaxFreesByTaxFreesIdAffiliationsResponse, PutApiCrmServiceTaxFreesByIdOrganizationByOrganizationIdData, PutApiCrmServiceTaxFreesByIdOrganizationByOrganizationIdResponse, PutApiCrmServiceTaxFreesByTaxFreeIdTelephoneByIdData, PutApiCrmServiceTaxFreesByTaxFreeIdTelephoneByIdResponse, PutApiCrmServiceTaxFreesByTaxFreeIdAddressByIdData, PutApiCrmServiceTaxFreesByTaxFreeIdAddressByIdResponse, PutApiCrmServiceTaxFreesByTaxFreeIdEmailByIdData, PutApiCrmServiceTaxFreesByTaxFreeIdEmailByIdResponse, GetApiCrmServiceTaxOfficesData, GetApiCrmServiceTaxOfficesResponse, GetApiCrmServiceTaxOfficesDetailByIdData, GetApiCrmServiceTaxOfficesDetailByIdResponse, PostApiCrmServiceTaxOfficesWithComponentsData, PostApiCrmServiceTaxOfficesWithComponentsResponse, DeleteApiCrmServiceTaxOfficesWithComponentsByIdData, DeleteApiCrmServiceTaxOfficesWithComponentsByIdResponse, PostApiCrmServiceTaxOfficesByTaxOfficesIdAffiliationsData, PostApiCrmServiceTaxOfficesByTaxOfficesIdAffiliationsResponse, GetApiCrmServiceTaxOfficesByTaxOfficesIdAffiliationsData, GetApiCrmServiceTaxOfficesByTaxOfficesIdAffiliationsResponse, PutApiCrmServiceTaxOfficesByTaxOfficeIdOrganizationByOrganizationIdData, PutApiCrmServiceTaxOfficesByTaxOfficeIdOrganizationByOrganizationIdResponse, PutApiCrmServiceTaxOfficesByTaxOfficeIdTelephoneByIdData, PutApiCrmServiceTaxOfficesByTaxOfficeIdTelephoneByIdResponse, PutApiCrmServiceTaxOfficesByTaxOfficeIdAddressByIdData, PutApiCrmServiceTaxOfficesByTaxOfficeIdAddressByIdResponse, PutApiCrmServiceTaxOfficesByTaxOfficeIdEmailByIdData, PutApiCrmServiceTaxOfficesByTaxOfficeIdEmailByIdResponse, GetApiCrmServiceTelephonesData, GetApiCrmServiceTelephonesResponse, PostApiCrmServiceTelephonesData, PostApiCrmServiceTelephonesResponse, GetApiCrmServiceTelephonesByIdData, GetApiCrmServiceTelephonesByIdResponse, PutApiCrmServiceTelephonesByIdData, PutApiCrmServiceTelephonesByIdResponse, DeleteApiCrmServiceTelephonesByIdData, DeleteApiCrmServiceTelephonesByIdResponse } from './types.gen';
6
+
7
+ export class AbpApiDefinitionService {
8
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
9
+
10
+ /**
11
+ * @param data The data for the request.
12
+ * @param data.includeTypes
13
+ * @returns Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel Success
14
+ * @throws ApiError
15
+ */
16
+ public getApiAbpApiDefinition(data: GetApiAbpApiDefinitionData = {}): CancelablePromise<GetApiAbpApiDefinitionResponse> {
17
+ return this.httpRequest.request({
18
+ method: 'GET',
19
+ url: '/api/abp/api-definition',
20
+ query: {
21
+ IncludeTypes: data.includeTypes
22
+ },
23
+ errors: {
24
+ 400: 'Bad Request',
25
+ 401: 'Unauthorized',
26
+ 403: 'Forbidden',
27
+ 404: 'Not Found',
28
+ 500: 'Server Error',
29
+ 501: 'Server Error'
30
+ }
31
+ });
32
+ }
33
+
34
+ }
35
+
36
+ export class AbpApplicationConfigurationService {
37
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
38
+
39
+ /**
40
+ * @param data The data for the request.
41
+ * @param data.includeLocalizationResources
42
+ * @returns Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto Success
43
+ * @throws ApiError
44
+ */
45
+ public getApiAbpApplicationConfiguration(data: GetApiAbpApplicationConfigurationData = {}): CancelablePromise<GetApiAbpApplicationConfigurationResponse> {
46
+ return this.httpRequest.request({
47
+ method: 'GET',
48
+ url: '/api/abp/application-configuration',
49
+ query: {
50
+ IncludeLocalizationResources: data.includeLocalizationResources
51
+ },
52
+ errors: {
53
+ 400: 'Bad Request',
54
+ 401: 'Unauthorized',
55
+ 403: 'Forbidden',
56
+ 404: 'Not Found',
57
+ 500: 'Server Error',
58
+ 501: 'Server Error'
59
+ }
60
+ });
61
+ }
62
+
63
+ }
64
+
65
+ export class AbpApplicationLocalizationService {
66
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
67
+
68
+ /**
69
+ * @param data The data for the request.
70
+ * @param data.cultureName
71
+ * @param data.onlyDynamics
72
+ * @returns Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto Success
73
+ * @throws ApiError
74
+ */
75
+ public getApiAbpApplicationLocalization(data: GetApiAbpApplicationLocalizationData): CancelablePromise<GetApiAbpApplicationLocalizationResponse> {
76
+ return this.httpRequest.request({
77
+ method: 'GET',
78
+ url: '/api/abp/application-localization',
79
+ query: {
80
+ CultureName: data.cultureName,
81
+ OnlyDynamics: data.onlyDynamics
82
+ },
83
+ errors: {
84
+ 400: 'Bad Request',
85
+ 401: 'Unauthorized',
86
+ 403: 'Forbidden',
87
+ 404: 'Not Found',
88
+ 500: 'Server Error',
89
+ 501: 'Server Error'
90
+ }
91
+ });
92
+ }
93
+
94
+ }
95
+
96
+ export class AddressTypeService {
97
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
98
+
99
+ /**
100
+ * @param data The data for the request.
101
+ * @param data.sorting
102
+ * @param data.skipCount
103
+ * @param data.maxResultCount
104
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_AddressTypes_AddressTypeDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
105
+ * @throws ApiError
106
+ */
107
+ public getApiCrmServiceAddresses(data: GetApiCrmServiceAddressesData = {}): CancelablePromise<GetApiCrmServiceAddressesResponse> {
108
+ return this.httpRequest.request({
109
+ method: 'GET',
110
+ url: '/api/crm-service/addresses',
111
+ query: {
112
+ Sorting: data.sorting,
113
+ SkipCount: data.skipCount,
114
+ MaxResultCount: data.maxResultCount
115
+ },
116
+ errors: {
117
+ 400: 'Bad Request',
118
+ 401: 'Unauthorized',
119
+ 403: 'Forbidden',
120
+ 404: 'Not Found',
121
+ 500: 'Server Error',
122
+ 501: 'Server Error'
123
+ }
124
+ });
125
+ }
126
+
127
+ /**
128
+ * @param data The data for the request.
129
+ * @param data.requestBody
130
+ * @returns UniRefund_CRMService_AddressTypes_AddressTypeDto Success
131
+ * @throws ApiError
132
+ */
133
+ public postApiCrmServiceAddresses(data: PostApiCrmServiceAddressesData = {}): CancelablePromise<PostApiCrmServiceAddressesResponse> {
134
+ return this.httpRequest.request({
135
+ method: 'POST',
136
+ url: '/api/crm-service/addresses',
137
+ body: data.requestBody,
138
+ mediaType: 'application/json',
139
+ errors: {
140
+ 400: 'Bad Request',
141
+ 401: 'Unauthorized',
142
+ 403: 'Forbidden',
143
+ 404: 'Not Found',
144
+ 500: 'Server Error',
145
+ 501: 'Server Error'
146
+ }
147
+ });
148
+ }
149
+
150
+ /**
151
+ * @param data The data for the request.
152
+ * @param data.id
153
+ * @returns UniRefund_CRMService_AddressTypes_AddressTypeDto Success
154
+ * @throws ApiError
155
+ */
156
+ public getApiCrmServiceAddressesById(data: GetApiCrmServiceAddressesByIdData): CancelablePromise<GetApiCrmServiceAddressesByIdResponse> {
157
+ return this.httpRequest.request({
158
+ method: 'GET',
159
+ url: '/api/crm-service/addresses/{id}',
160
+ path: {
161
+ id: data.id
162
+ },
163
+ errors: {
164
+ 400: 'Bad Request',
165
+ 401: 'Unauthorized',
166
+ 403: 'Forbidden',
167
+ 404: 'Not Found',
168
+ 500: 'Server Error',
169
+ 501: 'Server Error'
170
+ }
171
+ });
172
+ }
173
+
174
+ /**
175
+ * @param data The data for the request.
176
+ * @param data.id
177
+ * @param data.requestBody
178
+ * @returns UniRefund_CRMService_AddressTypes_AddressTypeDto Success
179
+ * @throws ApiError
180
+ */
181
+ public putApiCrmServiceAddressesById(data: PutApiCrmServiceAddressesByIdData): CancelablePromise<PutApiCrmServiceAddressesByIdResponse> {
182
+ return this.httpRequest.request({
183
+ method: 'PUT',
184
+ url: '/api/crm-service/addresses/{id}',
185
+ path: {
186
+ id: data.id
187
+ },
188
+ body: data.requestBody,
189
+ mediaType: 'application/json',
190
+ errors: {
191
+ 400: 'Bad Request',
192
+ 401: 'Unauthorized',
193
+ 403: 'Forbidden',
194
+ 404: 'Not Found',
195
+ 500: 'Server Error',
196
+ 501: 'Server Error'
197
+ }
198
+ });
199
+ }
200
+
201
+ /**
202
+ * @param data The data for the request.
203
+ * @param data.id
204
+ * @returns unknown Success
205
+ * @throws ApiError
206
+ */
207
+ public deleteApiCrmServiceAddressesById(data: DeleteApiCrmServiceAddressesByIdData): CancelablePromise<DeleteApiCrmServiceAddressesByIdResponse> {
208
+ return this.httpRequest.request({
209
+ method: 'DELETE',
210
+ url: '/api/crm-service/addresses/{id}',
211
+ path: {
212
+ id: data.id
213
+ },
214
+ errors: {
215
+ 400: 'Bad Request',
216
+ 401: 'Unauthorized',
217
+ 403: 'Forbidden',
218
+ 404: 'Not Found',
219
+ 500: 'Server Error',
220
+ 501: 'Server Error'
221
+ }
222
+ });
223
+ }
224
+
225
+ }
226
+
227
+ export class CustomsService {
228
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
229
+
230
+ /**
231
+ * @param data The data for the request.
232
+ * @param data.sorting
233
+ * @param data.skipCount
234
+ * @param data.maxResultCount
235
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_Customss_CustomsProfileDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
236
+ * @throws ApiError
237
+ */
238
+ public getApiCrmServiceCustoms(data: GetApiCrmServiceCustomsData = {}): CancelablePromise<GetApiCrmServiceCustomsResponse> {
239
+ return this.httpRequest.request({
240
+ method: 'GET',
241
+ url: '/api/crm-service/customs',
242
+ query: {
243
+ Sorting: data.sorting,
244
+ SkipCount: data.skipCount,
245
+ MaxResultCount: data.maxResultCount
246
+ },
247
+ errors: {
248
+ 400: 'Bad Request',
249
+ 401: 'Unauthorized',
250
+ 403: 'Forbidden',
251
+ 404: 'Not Found',
252
+ 500: 'Server Error',
253
+ 501: 'Server Error'
254
+ }
255
+ });
256
+ }
257
+
258
+ /**
259
+ * @param data The data for the request.
260
+ * @param data.id
261
+ * @returns UniRefund_CRMService_Customss_CustomsDto Success
262
+ * @throws ApiError
263
+ */
264
+ public getApiCrmServiceCustomsDetailById(data: GetApiCrmServiceCustomsDetailByIdData): CancelablePromise<GetApiCrmServiceCustomsDetailByIdResponse> {
265
+ return this.httpRequest.request({
266
+ method: 'GET',
267
+ url: '/api/crm-service/customs/detail/{id}',
268
+ path: {
269
+ id: data.id
270
+ },
271
+ errors: {
272
+ 400: 'Bad Request',
273
+ 401: 'Unauthorized',
274
+ 403: 'Forbidden',
275
+ 404: 'Not Found',
276
+ 500: 'Server Error',
277
+ 501: 'Server Error'
278
+ }
279
+ });
280
+ }
281
+
282
+ /**
283
+ * @param data The data for the request.
284
+ * @param data.requestBody
285
+ * @returns unknown Success
286
+ * @throws ApiError
287
+ */
288
+ public postApiCrmServiceCustomsWithComponents(data: PostApiCrmServiceCustomsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceCustomsWithComponentsResponse> {
289
+ return this.httpRequest.request({
290
+ method: 'POST',
291
+ url: '/api/crm-service/customs/with-components',
292
+ body: data.requestBody,
293
+ mediaType: 'application/json',
294
+ errors: {
295
+ 400: 'Bad Request',
296
+ 401: 'Unauthorized',
297
+ 403: 'Forbidden',
298
+ 404: 'Not Found',
299
+ 500: 'Server Error',
300
+ 501: 'Server Error'
301
+ }
302
+ });
303
+ }
304
+
305
+ /**
306
+ * @param data The data for the request.
307
+ * @param data.id
308
+ * @returns unknown Success
309
+ * @throws ApiError
310
+ */
311
+ public deleteApiCrmServiceCustomsWithComponentsById(data: DeleteApiCrmServiceCustomsWithComponentsByIdData): CancelablePromise<DeleteApiCrmServiceCustomsWithComponentsByIdResponse> {
312
+ return this.httpRequest.request({
313
+ method: 'DELETE',
314
+ url: '/api/crm-service/customs/with-components/{id}',
315
+ path: {
316
+ id: data.id
317
+ },
318
+ errors: {
319
+ 400: 'Bad Request',
320
+ 401: 'Unauthorized',
321
+ 403: 'Forbidden',
322
+ 404: 'Not Found',
323
+ 500: 'Server Error',
324
+ 501: 'Server Error'
325
+ }
326
+ });
327
+ }
328
+
329
+ /**
330
+ * @param data The data for the request.
331
+ * @param data.id
332
+ * @param data.requestBody
333
+ * @returns unknown Success
334
+ * @throws ApiError
335
+ */
336
+ public postApiCrmServiceCustomsByIdAffiliations(data: PostApiCrmServiceCustomsByIdAffiliationsData): CancelablePromise<PostApiCrmServiceCustomsByIdAffiliationsResponse> {
337
+ return this.httpRequest.request({
338
+ method: 'POST',
339
+ url: '/api/crm-service/customs/{id}/affiliations',
340
+ path: {
341
+ id: data.id
342
+ },
343
+ body: data.requestBody,
344
+ mediaType: 'application/json',
345
+ errors: {
346
+ 400: 'Bad Request',
347
+ 401: 'Unauthorized',
348
+ 403: 'Forbidden',
349
+ 404: 'Not Found',
350
+ 500: 'Server Error',
351
+ 501: 'Server Error'
352
+ }
353
+ });
354
+ }
355
+
356
+ /**
357
+ * @param data The data for the request.
358
+ * @param data.id
359
+ * @param data.sorting
360
+ * @param data.skipCount
361
+ * @param data.maxResultCount
362
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_AffiliationTypes_AffiliationTypeDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
363
+ * @throws ApiError
364
+ */
365
+ public getApiCrmServiceCustomsByIdAffiliations(data: GetApiCrmServiceCustomsByIdAffiliationsData): CancelablePromise<GetApiCrmServiceCustomsByIdAffiliationsResponse> {
366
+ return this.httpRequest.request({
367
+ method: 'GET',
368
+ url: '/api/crm-service/customs/{id}/affiliations',
369
+ path: {
370
+ id: data.id
371
+ },
372
+ query: {
373
+ Sorting: data.sorting,
374
+ SkipCount: data.skipCount,
375
+ MaxResultCount: data.maxResultCount
376
+ },
377
+ errors: {
378
+ 400: 'Bad Request',
379
+ 401: 'Unauthorized',
380
+ 403: 'Forbidden',
381
+ 404: 'Not Found',
382
+ 500: 'Server Error',
383
+ 501: 'Server Error'
384
+ }
385
+ });
386
+ }
387
+
388
+ /**
389
+ * @param data The data for the request.
390
+ * @param data.id
391
+ * @param data.organizationId
392
+ * @param data.requestBody
393
+ * @returns unknown Success
394
+ * @throws ApiError
395
+ */
396
+ public putApiCrmServiceCustomsByIdOrganizationByOrganizationId(data: PutApiCrmServiceCustomsByIdOrganizationByOrganizationIdData): CancelablePromise<PutApiCrmServiceCustomsByIdOrganizationByOrganizationIdResponse> {
397
+ return this.httpRequest.request({
398
+ method: 'PUT',
399
+ url: '/api/crm-service/customs/{id}/organization/{organizationId}',
400
+ path: {
401
+ id: data.id,
402
+ organizationId: data.organizationId
403
+ },
404
+ body: data.requestBody,
405
+ mediaType: 'application/json',
406
+ errors: {
407
+ 400: 'Bad Request',
408
+ 401: 'Unauthorized',
409
+ 403: 'Forbidden',
410
+ 404: 'Not Found',
411
+ 500: 'Server Error',
412
+ 501: 'Server Error'
413
+ }
414
+ });
415
+ }
416
+
417
+ /**
418
+ * @param data The data for the request.
419
+ * @param data.customsId
420
+ * @param data.id
421
+ * @param data.requestBody
422
+ * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
423
+ * @throws ApiError
424
+ */
425
+ public putApiCrmServiceCustomsByCustomsIdTelephoneById(data: PutApiCrmServiceCustomsByCustomsIdTelephoneByIdData): CancelablePromise<PutApiCrmServiceCustomsByCustomsIdTelephoneByIdResponse> {
426
+ return this.httpRequest.request({
427
+ method: 'PUT',
428
+ url: '/api/crm-service/customs/{customsId}/telephone/{id}',
429
+ path: {
430
+ customsId: data.customsId,
431
+ id: data.id
432
+ },
433
+ body: data.requestBody,
434
+ mediaType: 'application/json',
435
+ errors: {
436
+ 400: 'Bad Request',
437
+ 401: 'Unauthorized',
438
+ 403: 'Forbidden',
439
+ 404: 'Not Found',
440
+ 500: 'Server Error',
441
+ 501: 'Server Error'
442
+ }
443
+ });
444
+ }
445
+
446
+ /**
447
+ * @param data The data for the request.
448
+ * @param data.customsId
449
+ * @param data.id
450
+ * @param data.requestBody
451
+ * @returns UniRefund_CRMService_AddressTypes_AddressTypeDto Success
452
+ * @throws ApiError
453
+ */
454
+ public putApiCrmServiceCustomsByCustomsIdAddressById(data: PutApiCrmServiceCustomsByCustomsIdAddressByIdData): CancelablePromise<PutApiCrmServiceCustomsByCustomsIdAddressByIdResponse> {
455
+ return this.httpRequest.request({
456
+ method: 'PUT',
457
+ url: '/api/crm-service/customs/{customsId}/address/{id}',
458
+ path: {
459
+ customsId: data.customsId,
460
+ id: data.id
461
+ },
462
+ body: data.requestBody,
463
+ mediaType: 'application/json',
464
+ errors: {
465
+ 400: 'Bad Request',
466
+ 401: 'Unauthorized',
467
+ 403: 'Forbidden',
468
+ 404: 'Not Found',
469
+ 500: 'Server Error',
470
+ 501: 'Server Error'
471
+ }
472
+ });
473
+ }
474
+
475
+ /**
476
+ * @param data The data for the request.
477
+ * @param data.customsId
478
+ * @param data.id
479
+ * @param data.requestBody
480
+ * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
481
+ * @throws ApiError
482
+ */
483
+ public putApiCrmServiceCustomsByCustomsIdEmailById(data: PutApiCrmServiceCustomsByCustomsIdEmailByIdData): CancelablePromise<PutApiCrmServiceCustomsByCustomsIdEmailByIdResponse> {
484
+ return this.httpRequest.request({
485
+ method: 'PUT',
486
+ url: '/api/crm-service/customs/{customsId}/email/{id}',
487
+ path: {
488
+ customsId: data.customsId,
489
+ id: data.id
490
+ },
491
+ body: data.requestBody,
492
+ mediaType: 'application/json',
493
+ errors: {
494
+ 400: 'Bad Request',
495
+ 401: 'Unauthorized',
496
+ 403: 'Forbidden',
497
+ 404: 'Not Found',
498
+ 500: 'Server Error',
499
+ 501: 'Server Error'
500
+ }
501
+ });
502
+ }
503
+
504
+ }
505
+
506
+ export class EmailCommonDataService {
507
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
508
+
509
+ /**
510
+ * @param data The data for the request.
511
+ * @param data.sorting
512
+ * @param data.skipCount
513
+ * @param data.maxResultCount
514
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
515
+ * @throws ApiError
516
+ */
517
+ public getApiCrmServiceEmails(data: GetApiCrmServiceEmailsData = {}): CancelablePromise<GetApiCrmServiceEmailsResponse> {
518
+ return this.httpRequest.request({
519
+ method: 'GET',
520
+ url: '/api/crm-service/emails',
521
+ query: {
522
+ Sorting: data.sorting,
523
+ SkipCount: data.skipCount,
524
+ MaxResultCount: data.maxResultCount
525
+ },
526
+ errors: {
527
+ 400: 'Bad Request',
528
+ 401: 'Unauthorized',
529
+ 403: 'Forbidden',
530
+ 404: 'Not Found',
531
+ 500: 'Server Error',
532
+ 501: 'Server Error'
533
+ }
534
+ });
535
+ }
536
+
537
+ /**
538
+ * @param data The data for the request.
539
+ * @param data.requestBody
540
+ * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
541
+ * @throws ApiError
542
+ */
543
+ public postApiCrmServiceEmails(data: PostApiCrmServiceEmailsData = {}): CancelablePromise<PostApiCrmServiceEmailsResponse> {
544
+ return this.httpRequest.request({
545
+ method: 'POST',
546
+ url: '/api/crm-service/emails',
547
+ body: data.requestBody,
548
+ mediaType: 'application/json',
549
+ errors: {
550
+ 400: 'Bad Request',
551
+ 401: 'Unauthorized',
552
+ 403: 'Forbidden',
553
+ 404: 'Not Found',
554
+ 500: 'Server Error',
555
+ 501: 'Server Error'
556
+ }
557
+ });
558
+ }
559
+
560
+ /**
561
+ * @param data The data for the request.
562
+ * @param data.id
563
+ * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
564
+ * @throws ApiError
565
+ */
566
+ public getApiCrmServiceEmailsById(data: GetApiCrmServiceEmailsByIdData): CancelablePromise<GetApiCrmServiceEmailsByIdResponse> {
567
+ return this.httpRequest.request({
568
+ method: 'GET',
569
+ url: '/api/crm-service/emails/{id}',
570
+ path: {
571
+ id: data.id
572
+ },
573
+ errors: {
574
+ 400: 'Bad Request',
575
+ 401: 'Unauthorized',
576
+ 403: 'Forbidden',
577
+ 404: 'Not Found',
578
+ 500: 'Server Error',
579
+ 501: 'Server Error'
580
+ }
581
+ });
582
+ }
583
+
584
+ /**
585
+ * @param data The data for the request.
586
+ * @param data.id
587
+ * @param data.requestBody
588
+ * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
589
+ * @throws ApiError
590
+ */
591
+ public putApiCrmServiceEmailsById(data: PutApiCrmServiceEmailsByIdData): CancelablePromise<PutApiCrmServiceEmailsByIdResponse> {
592
+ return this.httpRequest.request({
593
+ method: 'PUT',
594
+ url: '/api/crm-service/emails/{id}',
595
+ path: {
596
+ id: data.id
597
+ },
598
+ body: data.requestBody,
599
+ mediaType: 'application/json',
600
+ errors: {
601
+ 400: 'Bad Request',
602
+ 401: 'Unauthorized',
603
+ 403: 'Forbidden',
604
+ 404: 'Not Found',
605
+ 500: 'Server Error',
606
+ 501: 'Server Error'
607
+ }
608
+ });
609
+ }
610
+
611
+ /**
612
+ * @param data The data for the request.
613
+ * @param data.id
614
+ * @returns unknown Success
615
+ * @throws ApiError
616
+ */
617
+ public deleteApiCrmServiceEmailsById(data: DeleteApiCrmServiceEmailsByIdData): CancelablePromise<DeleteApiCrmServiceEmailsByIdResponse> {
618
+ return this.httpRequest.request({
619
+ method: 'DELETE',
620
+ url: '/api/crm-service/emails/{id}',
621
+ path: {
622
+ id: data.id
623
+ },
624
+ errors: {
625
+ 400: 'Bad Request',
626
+ 401: 'Unauthorized',
627
+ 403: 'Forbidden',
628
+ 404: 'Not Found',
629
+ 500: 'Server Error',
630
+ 501: 'Server Error'
631
+ }
632
+ });
633
+ }
634
+
635
+ }
636
+
637
+ export class IndividualService {
638
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
639
+
640
+ /**
641
+ * @param data The data for the request.
642
+ * @param data.requestBody
643
+ * @returns unknown Success
644
+ * @throws ApiError
645
+ */
646
+ public postApiCrmServiceIndividualsWithComponents(data: PostApiCrmServiceIndividualsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceIndividualsWithComponentsResponse> {
647
+ return this.httpRequest.request({
648
+ method: 'POST',
649
+ url: '/api/crm-service/individuals/with-components',
650
+ body: data.requestBody,
651
+ mediaType: 'application/json',
652
+ errors: {
653
+ 400: 'Bad Request',
654
+ 401: 'Unauthorized',
655
+ 403: 'Forbidden',
656
+ 404: 'Not Found',
657
+ 500: 'Server Error',
658
+ 501: 'Server Error'
659
+ }
660
+ });
661
+ }
662
+
663
+ /**
664
+ * @param data The data for the request.
665
+ * @param data.entityPartyTypeCode
666
+ * @param data.parentId
667
+ * @param data.sorting
668
+ * @param data.skipCount
669
+ * @param data.maxResultCount
670
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_Individuals_IndividualProfileDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
671
+ * @throws ApiError
672
+ */
673
+ public getApiCrmServiceIndividuals(data: GetApiCrmServiceIndividualsData = {}): CancelablePromise<GetApiCrmServiceIndividualsResponse> {
674
+ return this.httpRequest.request({
675
+ method: 'GET',
676
+ url: '/api/crm-service/individuals',
677
+ query: {
678
+ EntityPartyTypeCode: data.entityPartyTypeCode,
679
+ ParentId: data.parentId,
680
+ Sorting: data.sorting,
681
+ SkipCount: data.skipCount,
682
+ MaxResultCount: data.maxResultCount
683
+ },
684
+ errors: {
685
+ 400: 'Bad Request',
686
+ 401: 'Unauthorized',
687
+ 403: 'Forbidden',
688
+ 404: 'Not Found',
689
+ 500: 'Server Error',
690
+ 501: 'Server Error'
691
+ }
692
+ });
693
+ }
694
+
695
+ }
696
+
697
+ export class MerchantService {
698
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
699
+
700
+ /**
701
+ * @param data The data for the request.
702
+ * @param data.sorting
703
+ * @param data.skipCount
704
+ * @param data.maxResultCount
705
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_Merchants_MerchantProfileDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
706
+ * @throws ApiError
707
+ */
708
+ public getApiCrmServiceMerchants(data: GetApiCrmServiceMerchantsData = {}): CancelablePromise<GetApiCrmServiceMerchantsResponse> {
709
+ return this.httpRequest.request({
710
+ method: 'GET',
711
+ url: '/api/crm-service/merchants',
712
+ query: {
713
+ Sorting: data.sorting,
714
+ SkipCount: data.skipCount,
715
+ MaxResultCount: data.maxResultCount
716
+ },
717
+ errors: {
718
+ 400: 'Bad Request',
719
+ 401: 'Unauthorized',
720
+ 403: 'Forbidden',
721
+ 404: 'Not Found',
722
+ 500: 'Server Error',
723
+ 501: 'Server Error'
724
+ }
725
+ });
726
+ }
727
+
728
+ /**
729
+ * @param data The data for the request.
730
+ * @param data.vatNumber
731
+ * @param data.countryCode
732
+ * @param data.branchId
733
+ * @returns UniRefund_CRMService_Merchants_MerchantInfoDto Success
734
+ * @throws ApiError
735
+ */
736
+ public getApiCrmServiceMerchantsInfo(data: GetApiCrmServiceMerchantsInfoData = {}): CancelablePromise<GetApiCrmServiceMerchantsInfoResponse> {
737
+ return this.httpRequest.request({
738
+ method: 'GET',
739
+ url: '/api/crm-service/merchants/info',
740
+ query: {
741
+ VatNumber: data.vatNumber,
742
+ CountryCode: data.countryCode,
743
+ BranchId: data.branchId
744
+ },
745
+ errors: {
746
+ 400: 'Bad Request',
747
+ 401: 'Unauthorized',
748
+ 403: 'Forbidden',
749
+ 404: 'Not Found',
750
+ 500: 'Server Error',
751
+ 501: 'Server Error'
752
+ }
753
+ });
754
+ }
755
+
756
+ /**
757
+ * @param data The data for the request.
758
+ * @param data.id
759
+ * @returns UniRefund_CRMService_Merchants_MerchantDetailDto Success
760
+ * @throws ApiError
761
+ */
762
+ public getApiCrmServiceMerchantsDetailById(data: GetApiCrmServiceMerchantsDetailByIdData): CancelablePromise<GetApiCrmServiceMerchantsDetailByIdResponse> {
763
+ return this.httpRequest.request({
764
+ method: 'GET',
765
+ url: '/api/crm-service/merchants/detail/{id}',
766
+ path: {
767
+ id: data.id
768
+ },
769
+ errors: {
770
+ 400: 'Bad Request',
771
+ 401: 'Unauthorized',
772
+ 403: 'Forbidden',
773
+ 404: 'Not Found',
774
+ 500: 'Server Error',
775
+ 501: 'Server Error'
776
+ }
777
+ });
778
+ }
779
+
780
+ /**
781
+ * @param data The data for the request.
782
+ * @param data.requestBody
783
+ * @returns unknown Success
784
+ * @throws ApiError
785
+ */
786
+ public postApiCrmServiceMerchantsWithComponents(data: PostApiCrmServiceMerchantsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceMerchantsWithComponentsResponse> {
787
+ return this.httpRequest.request({
788
+ method: 'POST',
789
+ url: '/api/crm-service/merchants/with-components',
790
+ body: data.requestBody,
791
+ mediaType: 'application/json',
792
+ errors: {
793
+ 400: 'Bad Request',
794
+ 401: 'Unauthorized',
795
+ 403: 'Forbidden',
796
+ 404: 'Not Found',
797
+ 500: 'Server Error',
798
+ 501: 'Server Error'
799
+ }
800
+ });
801
+ }
802
+
803
+ /**
804
+ * @param data The data for the request.
805
+ * @param data.id
806
+ * @returns unknown Success
807
+ * @throws ApiError
808
+ */
809
+ public deleteApiCrmServiceMerchantsWithComponentsById(data: DeleteApiCrmServiceMerchantsWithComponentsByIdData): CancelablePromise<DeleteApiCrmServiceMerchantsWithComponentsByIdResponse> {
810
+ return this.httpRequest.request({
811
+ method: 'DELETE',
812
+ url: '/api/crm-service/merchants/with-components/{id}',
813
+ path: {
814
+ id: data.id
815
+ },
816
+ errors: {
817
+ 400: 'Bad Request',
818
+ 401: 'Unauthorized',
819
+ 403: 'Forbidden',
820
+ 404: 'Not Found',
821
+ 500: 'Server Error',
822
+ 501: 'Server Error'
823
+ }
824
+ });
825
+ }
826
+
827
+ /**
828
+ * @param data The data for the request.
829
+ * @param data.merchantId
830
+ * @param data.requestBody
831
+ * @returns unknown Success
832
+ * @throws ApiError
833
+ */
834
+ public postApiCrmServiceMerchantsByMerchantIdAffiliations(data: PostApiCrmServiceMerchantsByMerchantIdAffiliationsData): CancelablePromise<PostApiCrmServiceMerchantsByMerchantIdAffiliationsResponse> {
835
+ return this.httpRequest.request({
836
+ method: 'POST',
837
+ url: '/api/crm-service/merchants/{merchantId}/affiliations',
838
+ path: {
839
+ merchantId: data.merchantId
840
+ },
841
+ body: data.requestBody,
842
+ mediaType: 'application/json',
843
+ errors: {
844
+ 400: 'Bad Request',
845
+ 401: 'Unauthorized',
846
+ 403: 'Forbidden',
847
+ 404: 'Not Found',
848
+ 500: 'Server Error',
849
+ 501: 'Server Error'
850
+ }
851
+ });
852
+ }
853
+
854
+ /**
855
+ * @param data The data for the request.
856
+ * @param data.merchantId
857
+ * @param data.sorting
858
+ * @param data.skipCount
859
+ * @param data.maxResultCount
860
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_AffiliationTypes_AffiliationTypeDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
861
+ * @throws ApiError
862
+ */
863
+ public getApiCrmServiceMerchantsByMerchantIdAffiliations(data: GetApiCrmServiceMerchantsByMerchantIdAffiliationsData): CancelablePromise<GetApiCrmServiceMerchantsByMerchantIdAffiliationsResponse> {
864
+ return this.httpRequest.request({
865
+ method: 'GET',
866
+ url: '/api/crm-service/merchants/{merchantId}/affiliations',
867
+ path: {
868
+ merchantId: data.merchantId
869
+ },
870
+ query: {
871
+ Sorting: data.sorting,
872
+ SkipCount: data.skipCount,
873
+ MaxResultCount: data.maxResultCount
874
+ },
875
+ errors: {
876
+ 400: 'Bad Request',
877
+ 401: 'Unauthorized',
878
+ 403: 'Forbidden',
879
+ 404: 'Not Found',
880
+ 500: 'Server Error',
881
+ 501: 'Server Error'
882
+ }
883
+ });
884
+ }
885
+
886
+ /**
887
+ * @param data The data for the request.
888
+ * @param data.id
889
+ * @param data.organizationId
890
+ * @param data.requestBody
891
+ * @returns unknown Success
892
+ * @throws ApiError
893
+ */
894
+ public putApiCrmServiceMerchantsByIdOrganizationByOrganizationId(data: PutApiCrmServiceMerchantsByIdOrganizationByOrganizationIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdOrganizationByOrganizationIdResponse> {
895
+ return this.httpRequest.request({
896
+ method: 'PUT',
897
+ url: '/api/crm-service/merchants/{id}/organization/{organizationId}',
898
+ path: {
899
+ id: data.id,
900
+ organizationId: data.organizationId
901
+ },
902
+ body: data.requestBody,
903
+ mediaType: 'application/json',
904
+ errors: {
905
+ 400: 'Bad Request',
906
+ 401: 'Unauthorized',
907
+ 403: 'Forbidden',
908
+ 404: 'Not Found',
909
+ 500: 'Server Error',
910
+ 501: 'Server Error'
911
+ }
912
+ });
913
+ }
914
+
915
+ /**
916
+ * @param data The data for the request.
917
+ * @param data.requestBody
918
+ * @returns unknown Success
919
+ * @throws ApiError
920
+ */
921
+ public postApiCrmServiceMerchantsBulkProductGroupMerchant(data: PostApiCrmServiceMerchantsBulkProductGroupMerchantData = {}): CancelablePromise<PostApiCrmServiceMerchantsBulkProductGroupMerchantResponse> {
922
+ return this.httpRequest.request({
923
+ method: 'POST',
924
+ url: '/api/crm-service/merchants/bulk-product-group-merchant',
925
+ body: data.requestBody,
926
+ mediaType: 'application/json',
927
+ errors: {
928
+ 400: 'Bad Request',
929
+ 401: 'Unauthorized',
930
+ 403: 'Forbidden',
931
+ 404: 'Not Found',
932
+ 500: 'Server Error',
933
+ 501: 'Server Error'
934
+ }
935
+ });
936
+ }
937
+
938
+ /**
939
+ * @param data The data for the request.
940
+ * @param data.merchantId
941
+ * @param data.id
942
+ * @param data.requestBody
943
+ * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
944
+ * @throws ApiError
945
+ */
946
+ public putApiCrmServiceMerchantsByMerchantIdTelephoneById(data: PutApiCrmServiceMerchantsByMerchantIdTelephoneByIdData): CancelablePromise<PutApiCrmServiceMerchantsByMerchantIdTelephoneByIdResponse> {
947
+ return this.httpRequest.request({
948
+ method: 'PUT',
949
+ url: '/api/crm-service/merchants/{merchantId}/telephone/{id}',
950
+ path: {
951
+ merchantId: data.merchantId,
952
+ id: data.id
953
+ },
954
+ body: data.requestBody,
955
+ mediaType: 'application/json',
956
+ errors: {
957
+ 400: 'Bad Request',
958
+ 401: 'Unauthorized',
959
+ 403: 'Forbidden',
960
+ 404: 'Not Found',
961
+ 500: 'Server Error',
962
+ 501: 'Server Error'
963
+ }
964
+ });
965
+ }
966
+
967
+ /**
968
+ * @param data The data for the request.
969
+ * @param data.merchantId
970
+ * @param data.id
971
+ * @param data.requestBody
972
+ * @returns UniRefund_CRMService_AddressTypes_AddressTypeDto Success
973
+ * @throws ApiError
974
+ */
975
+ public putApiCrmServiceMerchantsByMerchantIdAddressById(data: PutApiCrmServiceMerchantsByMerchantIdAddressByIdData): CancelablePromise<PutApiCrmServiceMerchantsByMerchantIdAddressByIdResponse> {
976
+ return this.httpRequest.request({
977
+ method: 'PUT',
978
+ url: '/api/crm-service/merchants/{merchantId}/address/{id}',
979
+ path: {
980
+ merchantId: data.merchantId,
981
+ id: data.id
982
+ },
983
+ body: data.requestBody,
984
+ mediaType: 'application/json',
985
+ errors: {
986
+ 400: 'Bad Request',
987
+ 401: 'Unauthorized',
988
+ 403: 'Forbidden',
989
+ 404: 'Not Found',
990
+ 500: 'Server Error',
991
+ 501: 'Server Error'
992
+ }
993
+ });
994
+ }
995
+
996
+ /**
997
+ * @param data The data for the request.
998
+ * @param data.merchantId
999
+ * @param data.id
1000
+ * @param data.requestBody
1001
+ * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
1002
+ * @throws ApiError
1003
+ */
1004
+ public putApiCrmServiceMerchantsByMerchantIdEmailById(data: PutApiCrmServiceMerchantsByMerchantIdEmailByIdData): CancelablePromise<PutApiCrmServiceMerchantsByMerchantIdEmailByIdResponse> {
1005
+ return this.httpRequest.request({
1006
+ method: 'PUT',
1007
+ url: '/api/crm-service/merchants/{merchantId}/email/{id}',
1008
+ path: {
1009
+ merchantId: data.merchantId,
1010
+ id: data.id
1011
+ },
1012
+ body: data.requestBody,
1013
+ mediaType: 'application/json',
1014
+ errors: {
1015
+ 400: 'Bad Request',
1016
+ 401: 'Unauthorized',
1017
+ 403: 'Forbidden',
1018
+ 404: 'Not Found',
1019
+ 500: 'Server Error',
1020
+ 501: 'Server Error'
1021
+ }
1022
+ });
1023
+ }
1024
+
1025
+ }
1026
+
1027
+ export class OrganizationService {
1028
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
1029
+
1030
+ /**
1031
+ * @param data The data for the request.
1032
+ * @param data.requestBody
1033
+ * @returns unknown Success
1034
+ * @throws ApiError
1035
+ */
1036
+ public postApiCrmServiceOrganizationsWithComponents(data: PostApiCrmServiceOrganizationsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceOrganizationsWithComponentsResponse> {
1037
+ return this.httpRequest.request({
1038
+ method: 'POST',
1039
+ url: '/api/crm-service/organizations/with-components',
1040
+ body: data.requestBody,
1041
+ mediaType: 'application/json',
1042
+ errors: {
1043
+ 400: 'Bad Request',
1044
+ 401: 'Unauthorized',
1045
+ 403: 'Forbidden',
1046
+ 404: 'Not Found',
1047
+ 500: 'Server Error',
1048
+ 501: 'Server Error'
1049
+ }
1050
+ });
1051
+ }
1052
+
1053
+ /**
1054
+ * @param data The data for the request.
1055
+ * @param data.entityPartyTypeCode
1056
+ * @param data.parentId
1057
+ * @param data.sorting
1058
+ * @param data.skipCount
1059
+ * @param data.maxResultCount
1060
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_Organizations_OrganizationProfileDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
1061
+ * @throws ApiError
1062
+ */
1063
+ public getApiCrmServiceOrganizations(data: GetApiCrmServiceOrganizationsData = {}): CancelablePromise<GetApiCrmServiceOrganizationsResponse> {
1064
+ return this.httpRequest.request({
1065
+ method: 'GET',
1066
+ url: '/api/crm-service/organizations',
1067
+ query: {
1068
+ EntityPartyTypeCode: data.entityPartyTypeCode,
1069
+ ParentId: data.parentId,
1070
+ Sorting: data.sorting,
1071
+ SkipCount: data.skipCount,
1072
+ MaxResultCount: data.maxResultCount
1073
+ },
1074
+ errors: {
1075
+ 400: 'Bad Request',
1076
+ 401: 'Unauthorized',
1077
+ 403: 'Forbidden',
1078
+ 404: 'Not Found',
1079
+ 500: 'Server Error',
1080
+ 501: 'Server Error'
1081
+ }
1082
+ });
1083
+ }
1084
+
1085
+ }
1086
+
1087
+ export class RefundPointService {
1088
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
1089
+
1090
+ /**
1091
+ * @param data The data for the request.
1092
+ * @param data.sorting
1093
+ * @param data.skipCount
1094
+ * @param data.maxResultCount
1095
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_Merchants_RefundPointProfileDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
1096
+ * @throws ApiError
1097
+ */
1098
+ public getApiCrmServiceRefundPoints(data: GetApiCrmServiceRefundPointsData = {}): CancelablePromise<GetApiCrmServiceRefundPointsResponse> {
1099
+ return this.httpRequest.request({
1100
+ method: 'GET',
1101
+ url: '/api/crm-service/refund-points',
1102
+ query: {
1103
+ Sorting: data.sorting,
1104
+ SkipCount: data.skipCount,
1105
+ MaxResultCount: data.maxResultCount
1106
+ },
1107
+ errors: {
1108
+ 400: 'Bad Request',
1109
+ 401: 'Unauthorized',
1110
+ 403: 'Forbidden',
1111
+ 404: 'Not Found',
1112
+ 500: 'Server Error',
1113
+ 501: 'Server Error'
1114
+ }
1115
+ });
1116
+ }
1117
+
1118
+ /**
1119
+ * @param data The data for the request.
1120
+ * @param data.id
1121
+ * @returns UniRefund_CRMService_RefundPoints_RefundPointDto Success
1122
+ * @throws ApiError
1123
+ */
1124
+ public getApiCrmServiceRefundPointsDetailById(data: GetApiCrmServiceRefundPointsDetailByIdData): CancelablePromise<GetApiCrmServiceRefundPointsDetailByIdResponse> {
1125
+ return this.httpRequest.request({
1126
+ method: 'GET',
1127
+ url: '/api/crm-service/refund-points/detail/{id}',
1128
+ path: {
1129
+ id: data.id
1130
+ },
1131
+ errors: {
1132
+ 400: 'Bad Request',
1133
+ 401: 'Unauthorized',
1134
+ 403: 'Forbidden',
1135
+ 404: 'Not Found',
1136
+ 500: 'Server Error',
1137
+ 501: 'Server Error'
1138
+ }
1139
+ });
1140
+ }
1141
+
1142
+ /**
1143
+ * @param data The data for the request.
1144
+ * @param data.requestBody
1145
+ * @returns unknown Success
1146
+ * @throws ApiError
1147
+ */
1148
+ public postApiCrmServiceRefundPointsWithComponents(data: PostApiCrmServiceRefundPointsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceRefundPointsWithComponentsResponse> {
1149
+ return this.httpRequest.request({
1150
+ method: 'POST',
1151
+ url: '/api/crm-service/refund-points/with-components',
1152
+ body: data.requestBody,
1153
+ mediaType: 'application/json',
1154
+ errors: {
1155
+ 400: 'Bad Request',
1156
+ 401: 'Unauthorized',
1157
+ 403: 'Forbidden',
1158
+ 404: 'Not Found',
1159
+ 500: 'Server Error',
1160
+ 501: 'Server Error'
1161
+ }
1162
+ });
1163
+ }
1164
+
1165
+ /**
1166
+ * @param data The data for the request.
1167
+ * @param data.id
1168
+ * @returns unknown Success
1169
+ * @throws ApiError
1170
+ */
1171
+ public deleteApiCrmServiceRefundPointsWithComponentsById(data: DeleteApiCrmServiceRefundPointsWithComponentsByIdData): CancelablePromise<DeleteApiCrmServiceRefundPointsWithComponentsByIdResponse> {
1172
+ return this.httpRequest.request({
1173
+ method: 'DELETE',
1174
+ url: '/api/crm-service/refund-points/with-components/{id}',
1175
+ path: {
1176
+ id: data.id
1177
+ },
1178
+ errors: {
1179
+ 400: 'Bad Request',
1180
+ 401: 'Unauthorized',
1181
+ 403: 'Forbidden',
1182
+ 404: 'Not Found',
1183
+ 500: 'Server Error',
1184
+ 501: 'Server Error'
1185
+ }
1186
+ });
1187
+ }
1188
+
1189
+ /**
1190
+ * @param data The data for the request.
1191
+ * @param data.refundPointId
1192
+ * @param data.requestBody
1193
+ * @returns unknown Success
1194
+ * @throws ApiError
1195
+ */
1196
+ public postApiCrmServiceRefundPointsByRefundPointIdAffiliations(data: PostApiCrmServiceRefundPointsByRefundPointIdAffiliationsData): CancelablePromise<PostApiCrmServiceRefundPointsByRefundPointIdAffiliationsResponse> {
1197
+ return this.httpRequest.request({
1198
+ method: 'POST',
1199
+ url: '/api/crm-service/refund-points/{refundPointId}/affiliations',
1200
+ path: {
1201
+ refundPointId: data.refundPointId
1202
+ },
1203
+ body: data.requestBody,
1204
+ mediaType: 'application/json',
1205
+ errors: {
1206
+ 400: 'Bad Request',
1207
+ 401: 'Unauthorized',
1208
+ 403: 'Forbidden',
1209
+ 404: 'Not Found',
1210
+ 500: 'Server Error',
1211
+ 501: 'Server Error'
1212
+ }
1213
+ });
1214
+ }
1215
+
1216
+ /**
1217
+ * @param data The data for the request.
1218
+ * @param data.refundPointId
1219
+ * @param data.sorting
1220
+ * @param data.skipCount
1221
+ * @param data.maxResultCount
1222
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_AffiliationTypes_AffiliationTypeDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
1223
+ * @throws ApiError
1224
+ */
1225
+ public getApiCrmServiceRefundPointsByRefundPointIdAffiliations(data: GetApiCrmServiceRefundPointsByRefundPointIdAffiliationsData): CancelablePromise<GetApiCrmServiceRefundPointsByRefundPointIdAffiliationsResponse> {
1226
+ return this.httpRequest.request({
1227
+ method: 'GET',
1228
+ url: '/api/crm-service/refund-points/{refundPointId}/affiliations',
1229
+ path: {
1230
+ refundPointId: data.refundPointId
1231
+ },
1232
+ query: {
1233
+ Sorting: data.sorting,
1234
+ SkipCount: data.skipCount,
1235
+ MaxResultCount: data.maxResultCount
1236
+ },
1237
+ errors: {
1238
+ 400: 'Bad Request',
1239
+ 401: 'Unauthorized',
1240
+ 403: 'Forbidden',
1241
+ 404: 'Not Found',
1242
+ 500: 'Server Error',
1243
+ 501: 'Server Error'
1244
+ }
1245
+ });
1246
+ }
1247
+
1248
+ /**
1249
+ * @param data The data for the request.
1250
+ * @param data.refundPointId
1251
+ * @param data.organizationId
1252
+ * @param data.requestBody
1253
+ * @returns unknown Success
1254
+ * @throws ApiError
1255
+ */
1256
+ public putApiCrmServiceRefundPointsByRefundPointIdOrganizationByOrganizationId(data: PutApiCrmServiceRefundPointsByRefundPointIdOrganizationByOrganizationIdData): CancelablePromise<PutApiCrmServiceRefundPointsByRefundPointIdOrganizationByOrganizationIdResponse> {
1257
+ return this.httpRequest.request({
1258
+ method: 'PUT',
1259
+ url: '/api/crm-service/refund-points/{refundPointId}/organization/{organizationId}',
1260
+ path: {
1261
+ refundPointId: data.refundPointId,
1262
+ organizationId: data.organizationId
1263
+ },
1264
+ body: data.requestBody,
1265
+ mediaType: 'application/json',
1266
+ errors: {
1267
+ 400: 'Bad Request',
1268
+ 401: 'Unauthorized',
1269
+ 403: 'Forbidden',
1270
+ 404: 'Not Found',
1271
+ 500: 'Server Error',
1272
+ 501: 'Server Error'
1273
+ }
1274
+ });
1275
+ }
1276
+
1277
+ /**
1278
+ * @param data The data for the request.
1279
+ * @param data.refundPointId
1280
+ * @param data.id
1281
+ * @param data.requestBody
1282
+ * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
1283
+ * @throws ApiError
1284
+ */
1285
+ public putApiCrmServiceRefundPointsByRefundPointIdTelephoneById(data: PutApiCrmServiceRefundPointsByRefundPointIdTelephoneByIdData): CancelablePromise<PutApiCrmServiceRefundPointsByRefundPointIdTelephoneByIdResponse> {
1286
+ return this.httpRequest.request({
1287
+ method: 'PUT',
1288
+ url: '/api/crm-service/refund-points/{refundPointId}/telephone/{id}',
1289
+ path: {
1290
+ refundPointId: data.refundPointId,
1291
+ id: data.id
1292
+ },
1293
+ body: data.requestBody,
1294
+ mediaType: 'application/json',
1295
+ errors: {
1296
+ 400: 'Bad Request',
1297
+ 401: 'Unauthorized',
1298
+ 403: 'Forbidden',
1299
+ 404: 'Not Found',
1300
+ 500: 'Server Error',
1301
+ 501: 'Server Error'
1302
+ }
1303
+ });
1304
+ }
1305
+
1306
+ /**
1307
+ * @param data The data for the request.
1308
+ * @param data.refundPointId
1309
+ * @param data.id
1310
+ * @param data.requestBody
1311
+ * @returns UniRefund_CRMService_AddressTypes_AddressTypeDto Success
1312
+ * @throws ApiError
1313
+ */
1314
+ public putApiCrmServiceRefundPointsByRefundPointIdAddressById(data: PutApiCrmServiceRefundPointsByRefundPointIdAddressByIdData): CancelablePromise<PutApiCrmServiceRefundPointsByRefundPointIdAddressByIdResponse> {
1315
+ return this.httpRequest.request({
1316
+ method: 'PUT',
1317
+ url: '/api/crm-service/refund-points/{refundPointId}/address/{id}',
1318
+ path: {
1319
+ refundPointId: data.refundPointId,
1320
+ id: data.id
1321
+ },
1322
+ body: data.requestBody,
1323
+ mediaType: 'application/json',
1324
+ errors: {
1325
+ 400: 'Bad Request',
1326
+ 401: 'Unauthorized',
1327
+ 403: 'Forbidden',
1328
+ 404: 'Not Found',
1329
+ 500: 'Server Error',
1330
+ 501: 'Server Error'
1331
+ }
1332
+ });
1333
+ }
1334
+
1335
+ /**
1336
+ * @param data The data for the request.
1337
+ * @param data.refundPointId
1338
+ * @param data.id
1339
+ * @param data.requestBody
1340
+ * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
1341
+ * @throws ApiError
1342
+ */
1343
+ public putApiCrmServiceRefundPointsByRefundPointIdEmailById(data: PutApiCrmServiceRefundPointsByRefundPointIdEmailByIdData): CancelablePromise<PutApiCrmServiceRefundPointsByRefundPointIdEmailByIdResponse> {
1344
+ return this.httpRequest.request({
1345
+ method: 'PUT',
1346
+ url: '/api/crm-service/refund-points/{refundPointId}/email/{id}',
1347
+ path: {
1348
+ refundPointId: data.refundPointId,
1349
+ id: data.id
1350
+ },
1351
+ body: data.requestBody,
1352
+ mediaType: 'application/json',
1353
+ errors: {
1354
+ 400: 'Bad Request',
1355
+ 401: 'Unauthorized',
1356
+ 403: 'Forbidden',
1357
+ 404: 'Not Found',
1358
+ 500: 'Server Error',
1359
+ 501: 'Server Error'
1360
+ }
1361
+ });
1362
+ }
1363
+
1364
+ }
1365
+
1366
+ export class TaxFreeService {
1367
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
1368
+
1369
+ /**
1370
+ * @param data The data for the request.
1371
+ * @param data.sorting
1372
+ * @param data.skipCount
1373
+ * @param data.maxResultCount
1374
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_TaxFrees_TaxFreeProfileDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
1375
+ * @throws ApiError
1376
+ */
1377
+ public getApiCrmServiceTaxFrees(data: GetApiCrmServiceTaxFreesData = {}): CancelablePromise<GetApiCrmServiceTaxFreesResponse> {
1378
+ return this.httpRequest.request({
1379
+ method: 'GET',
1380
+ url: '/api/crm-service/tax-frees',
1381
+ query: {
1382
+ Sorting: data.sorting,
1383
+ SkipCount: data.skipCount,
1384
+ MaxResultCount: data.maxResultCount
1385
+ },
1386
+ errors: {
1387
+ 400: 'Bad Request',
1388
+ 401: 'Unauthorized',
1389
+ 403: 'Forbidden',
1390
+ 404: 'Not Found',
1391
+ 500: 'Server Error',
1392
+ 501: 'Server Error'
1393
+ }
1394
+ });
1395
+ }
1396
+
1397
+ /**
1398
+ * @param data The data for the request.
1399
+ * @param data.id
1400
+ * @returns UniRefund_CRMService_TaxFrees_TaxFreeDto Success
1401
+ * @throws ApiError
1402
+ */
1403
+ public getApiCrmServiceTaxFreesDetailById(data: GetApiCrmServiceTaxFreesDetailByIdData): CancelablePromise<GetApiCrmServiceTaxFreesDetailByIdResponse> {
1404
+ return this.httpRequest.request({
1405
+ method: 'GET',
1406
+ url: '/api/crm-service/tax-frees/detail/{id}',
1407
+ path: {
1408
+ id: data.id
1409
+ },
1410
+ errors: {
1411
+ 400: 'Bad Request',
1412
+ 401: 'Unauthorized',
1413
+ 403: 'Forbidden',
1414
+ 404: 'Not Found',
1415
+ 500: 'Server Error',
1416
+ 501: 'Server Error'
1417
+ }
1418
+ });
1419
+ }
1420
+
1421
+ /**
1422
+ * @param data The data for the request.
1423
+ * @param data.requestBody
1424
+ * @returns unknown Success
1425
+ * @throws ApiError
1426
+ */
1427
+ public postApiCrmServiceTaxFreesWithComponents(data: PostApiCrmServiceTaxFreesWithComponentsData = {}): CancelablePromise<PostApiCrmServiceTaxFreesWithComponentsResponse> {
1428
+ return this.httpRequest.request({
1429
+ method: 'POST',
1430
+ url: '/api/crm-service/tax-frees/with-components',
1431
+ body: data.requestBody,
1432
+ mediaType: 'application/json',
1433
+ errors: {
1434
+ 400: 'Bad Request',
1435
+ 401: 'Unauthorized',
1436
+ 403: 'Forbidden',
1437
+ 404: 'Not Found',
1438
+ 500: 'Server Error',
1439
+ 501: 'Server Error'
1440
+ }
1441
+ });
1442
+ }
1443
+
1444
+ /**
1445
+ * @param data The data for the request.
1446
+ * @param data.id
1447
+ * @returns unknown Success
1448
+ * @throws ApiError
1449
+ */
1450
+ public deleteApiCrmServiceTaxFreesWithComponentsById(data: DeleteApiCrmServiceTaxFreesWithComponentsByIdData): CancelablePromise<DeleteApiCrmServiceTaxFreesWithComponentsByIdResponse> {
1451
+ return this.httpRequest.request({
1452
+ method: 'DELETE',
1453
+ url: '/api/crm-service/tax-frees/with-components/{id}',
1454
+ path: {
1455
+ id: data.id
1456
+ },
1457
+ errors: {
1458
+ 400: 'Bad Request',
1459
+ 401: 'Unauthorized',
1460
+ 403: 'Forbidden',
1461
+ 404: 'Not Found',
1462
+ 500: 'Server Error',
1463
+ 501: 'Server Error'
1464
+ }
1465
+ });
1466
+ }
1467
+
1468
+ /**
1469
+ * @param data The data for the request.
1470
+ * @param data.taxFreesId
1471
+ * @param data.requestBody
1472
+ * @returns unknown Success
1473
+ * @throws ApiError
1474
+ */
1475
+ public postApiCrmServiceTaxFreesByTaxFreesIdAffiliations(data: PostApiCrmServiceTaxFreesByTaxFreesIdAffiliationsData): CancelablePromise<PostApiCrmServiceTaxFreesByTaxFreesIdAffiliationsResponse> {
1476
+ return this.httpRequest.request({
1477
+ method: 'POST',
1478
+ url: '/api/crm-service/tax-frees/{taxFreesId}/affiliations',
1479
+ path: {
1480
+ taxFreesId: data.taxFreesId
1481
+ },
1482
+ body: data.requestBody,
1483
+ mediaType: 'application/json',
1484
+ errors: {
1485
+ 400: 'Bad Request',
1486
+ 401: 'Unauthorized',
1487
+ 403: 'Forbidden',
1488
+ 404: 'Not Found',
1489
+ 500: 'Server Error',
1490
+ 501: 'Server Error'
1491
+ }
1492
+ });
1493
+ }
1494
+
1495
+ /**
1496
+ * @param data The data for the request.
1497
+ * @param data.taxFreesId
1498
+ * @param data.sorting
1499
+ * @param data.skipCount
1500
+ * @param data.maxResultCount
1501
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_AffiliationTypes_AffiliationTypeDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
1502
+ * @throws ApiError
1503
+ */
1504
+ public getApiCrmServiceTaxFreesByTaxFreesIdAffiliations(data: GetApiCrmServiceTaxFreesByTaxFreesIdAffiliationsData): CancelablePromise<GetApiCrmServiceTaxFreesByTaxFreesIdAffiliationsResponse> {
1505
+ return this.httpRequest.request({
1506
+ method: 'GET',
1507
+ url: '/api/crm-service/tax-frees/{taxFreesId}/affiliations',
1508
+ path: {
1509
+ taxFreesId: data.taxFreesId
1510
+ },
1511
+ query: {
1512
+ Sorting: data.sorting,
1513
+ SkipCount: data.skipCount,
1514
+ MaxResultCount: data.maxResultCount
1515
+ },
1516
+ errors: {
1517
+ 400: 'Bad Request',
1518
+ 401: 'Unauthorized',
1519
+ 403: 'Forbidden',
1520
+ 404: 'Not Found',
1521
+ 500: 'Server Error',
1522
+ 501: 'Server Error'
1523
+ }
1524
+ });
1525
+ }
1526
+
1527
+ /**
1528
+ * @param data The data for the request.
1529
+ * @param data.id
1530
+ * @param data.organizationId
1531
+ * @param data.requestBody
1532
+ * @returns unknown Success
1533
+ * @throws ApiError
1534
+ */
1535
+ public putApiCrmServiceTaxFreesByIdOrganizationByOrganizationId(data: PutApiCrmServiceTaxFreesByIdOrganizationByOrganizationIdData): CancelablePromise<PutApiCrmServiceTaxFreesByIdOrganizationByOrganizationIdResponse> {
1536
+ return this.httpRequest.request({
1537
+ method: 'PUT',
1538
+ url: '/api/crm-service/tax-frees/{id}/organization/{organizationId}',
1539
+ path: {
1540
+ id: data.id,
1541
+ organizationId: data.organizationId
1542
+ },
1543
+ body: data.requestBody,
1544
+ mediaType: 'application/json',
1545
+ errors: {
1546
+ 400: 'Bad Request',
1547
+ 401: 'Unauthorized',
1548
+ 403: 'Forbidden',
1549
+ 404: 'Not Found',
1550
+ 500: 'Server Error',
1551
+ 501: 'Server Error'
1552
+ }
1553
+ });
1554
+ }
1555
+
1556
+ /**
1557
+ * @param data The data for the request.
1558
+ * @param data.taxFreeId
1559
+ * @param data.id
1560
+ * @param data.requestBody
1561
+ * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
1562
+ * @throws ApiError
1563
+ */
1564
+ public putApiCrmServiceTaxFreesByTaxFreeIdTelephoneById(data: PutApiCrmServiceTaxFreesByTaxFreeIdTelephoneByIdData): CancelablePromise<PutApiCrmServiceTaxFreesByTaxFreeIdTelephoneByIdResponse> {
1565
+ return this.httpRequest.request({
1566
+ method: 'PUT',
1567
+ url: '/api/crm-service/tax-frees/{taxFreeId}/telephone/{id}',
1568
+ path: {
1569
+ taxFreeId: data.taxFreeId,
1570
+ id: data.id
1571
+ },
1572
+ body: data.requestBody,
1573
+ mediaType: 'application/json',
1574
+ errors: {
1575
+ 400: 'Bad Request',
1576
+ 401: 'Unauthorized',
1577
+ 403: 'Forbidden',
1578
+ 404: 'Not Found',
1579
+ 500: 'Server Error',
1580
+ 501: 'Server Error'
1581
+ }
1582
+ });
1583
+ }
1584
+
1585
+ /**
1586
+ * @param data The data for the request.
1587
+ * @param data.taxFreeId
1588
+ * @param data.id
1589
+ * @param data.requestBody
1590
+ * @returns UniRefund_CRMService_AddressTypes_AddressTypeDto Success
1591
+ * @throws ApiError
1592
+ */
1593
+ public putApiCrmServiceTaxFreesByTaxFreeIdAddressById(data: PutApiCrmServiceTaxFreesByTaxFreeIdAddressByIdData): CancelablePromise<PutApiCrmServiceTaxFreesByTaxFreeIdAddressByIdResponse> {
1594
+ return this.httpRequest.request({
1595
+ method: 'PUT',
1596
+ url: '/api/crm-service/tax-frees/{taxFreeId}/address/{id}',
1597
+ path: {
1598
+ taxFreeId: data.taxFreeId,
1599
+ id: data.id
1600
+ },
1601
+ body: data.requestBody,
1602
+ mediaType: 'application/json',
1603
+ errors: {
1604
+ 400: 'Bad Request',
1605
+ 401: 'Unauthorized',
1606
+ 403: 'Forbidden',
1607
+ 404: 'Not Found',
1608
+ 500: 'Server Error',
1609
+ 501: 'Server Error'
1610
+ }
1611
+ });
1612
+ }
1613
+
1614
+ /**
1615
+ * @param data The data for the request.
1616
+ * @param data.taxFreeId
1617
+ * @param data.id
1618
+ * @param data.requestBody
1619
+ * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
1620
+ * @throws ApiError
1621
+ */
1622
+ public putApiCrmServiceTaxFreesByTaxFreeIdEmailById(data: PutApiCrmServiceTaxFreesByTaxFreeIdEmailByIdData): CancelablePromise<PutApiCrmServiceTaxFreesByTaxFreeIdEmailByIdResponse> {
1623
+ return this.httpRequest.request({
1624
+ method: 'PUT',
1625
+ url: '/api/crm-service/tax-frees/{taxFreeId}/email/{id}',
1626
+ path: {
1627
+ taxFreeId: data.taxFreeId,
1628
+ id: data.id
1629
+ },
1630
+ body: data.requestBody,
1631
+ mediaType: 'application/json',
1632
+ errors: {
1633
+ 400: 'Bad Request',
1634
+ 401: 'Unauthorized',
1635
+ 403: 'Forbidden',
1636
+ 404: 'Not Found',
1637
+ 500: 'Server Error',
1638
+ 501: 'Server Error'
1639
+ }
1640
+ });
1641
+ }
1642
+
1643
+ }
1644
+
1645
+ export class TaxOfficeService {
1646
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
1647
+
1648
+ /**
1649
+ * @param data The data for the request.
1650
+ * @param data.sorting
1651
+ * @param data.skipCount
1652
+ * @param data.maxResultCount
1653
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_TaxOffices_TaxOfficeProfileDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
1654
+ * @throws ApiError
1655
+ */
1656
+ public getApiCrmServiceTaxOffices(data: GetApiCrmServiceTaxOfficesData = {}): CancelablePromise<GetApiCrmServiceTaxOfficesResponse> {
1657
+ return this.httpRequest.request({
1658
+ method: 'GET',
1659
+ url: '/api/crm-service/tax-offices',
1660
+ query: {
1661
+ Sorting: data.sorting,
1662
+ SkipCount: data.skipCount,
1663
+ MaxResultCount: data.maxResultCount
1664
+ },
1665
+ errors: {
1666
+ 400: 'Bad Request',
1667
+ 401: 'Unauthorized',
1668
+ 403: 'Forbidden',
1669
+ 404: 'Not Found',
1670
+ 500: 'Server Error',
1671
+ 501: 'Server Error'
1672
+ }
1673
+ });
1674
+ }
1675
+
1676
+ /**
1677
+ * @param data The data for the request.
1678
+ * @param data.id
1679
+ * @returns UniRefund_CRMService_TaxOffices_TaxOfficeDto Success
1680
+ * @throws ApiError
1681
+ */
1682
+ public getApiCrmServiceTaxOfficesDetailById(data: GetApiCrmServiceTaxOfficesDetailByIdData): CancelablePromise<GetApiCrmServiceTaxOfficesDetailByIdResponse> {
1683
+ return this.httpRequest.request({
1684
+ method: 'GET',
1685
+ url: '/api/crm-service/tax-offices/detail/{id}',
1686
+ path: {
1687
+ id: data.id
1688
+ },
1689
+ errors: {
1690
+ 400: 'Bad Request',
1691
+ 401: 'Unauthorized',
1692
+ 403: 'Forbidden',
1693
+ 404: 'Not Found',
1694
+ 500: 'Server Error',
1695
+ 501: 'Server Error'
1696
+ }
1697
+ });
1698
+ }
1699
+
1700
+ /**
1701
+ * @param data The data for the request.
1702
+ * @param data.requestBody
1703
+ * @returns unknown Success
1704
+ * @throws ApiError
1705
+ */
1706
+ public postApiCrmServiceTaxOfficesWithComponents(data: PostApiCrmServiceTaxOfficesWithComponentsData = {}): CancelablePromise<PostApiCrmServiceTaxOfficesWithComponentsResponse> {
1707
+ return this.httpRequest.request({
1708
+ method: 'POST',
1709
+ url: '/api/crm-service/tax-offices/with-components',
1710
+ body: data.requestBody,
1711
+ mediaType: 'application/json',
1712
+ errors: {
1713
+ 400: 'Bad Request',
1714
+ 401: 'Unauthorized',
1715
+ 403: 'Forbidden',
1716
+ 404: 'Not Found',
1717
+ 500: 'Server Error',
1718
+ 501: 'Server Error'
1719
+ }
1720
+ });
1721
+ }
1722
+
1723
+ /**
1724
+ * @param data The data for the request.
1725
+ * @param data.id
1726
+ * @returns unknown Success
1727
+ * @throws ApiError
1728
+ */
1729
+ public deleteApiCrmServiceTaxOfficesWithComponentsById(data: DeleteApiCrmServiceTaxOfficesWithComponentsByIdData): CancelablePromise<DeleteApiCrmServiceTaxOfficesWithComponentsByIdResponse> {
1730
+ return this.httpRequest.request({
1731
+ method: 'DELETE',
1732
+ url: '/api/crm-service/tax-offices/with-components/{id}',
1733
+ path: {
1734
+ id: data.id
1735
+ },
1736
+ errors: {
1737
+ 400: 'Bad Request',
1738
+ 401: 'Unauthorized',
1739
+ 403: 'Forbidden',
1740
+ 404: 'Not Found',
1741
+ 500: 'Server Error',
1742
+ 501: 'Server Error'
1743
+ }
1744
+ });
1745
+ }
1746
+
1747
+ /**
1748
+ * @param data The data for the request.
1749
+ * @param data.taxOfficesId
1750
+ * @param data.requestBody
1751
+ * @returns unknown Success
1752
+ * @throws ApiError
1753
+ */
1754
+ public postApiCrmServiceTaxOfficesByTaxOfficesIdAffiliations(data: PostApiCrmServiceTaxOfficesByTaxOfficesIdAffiliationsData): CancelablePromise<PostApiCrmServiceTaxOfficesByTaxOfficesIdAffiliationsResponse> {
1755
+ return this.httpRequest.request({
1756
+ method: 'POST',
1757
+ url: '/api/crm-service/tax-offices/{taxOfficesId}/affiliations',
1758
+ path: {
1759
+ taxOfficesId: data.taxOfficesId
1760
+ },
1761
+ body: data.requestBody,
1762
+ mediaType: 'application/json',
1763
+ errors: {
1764
+ 400: 'Bad Request',
1765
+ 401: 'Unauthorized',
1766
+ 403: 'Forbidden',
1767
+ 404: 'Not Found',
1768
+ 500: 'Server Error',
1769
+ 501: 'Server Error'
1770
+ }
1771
+ });
1772
+ }
1773
+
1774
+ /**
1775
+ * @param data The data for the request.
1776
+ * @param data.taxOfficesId
1777
+ * @param data.sorting
1778
+ * @param data.skipCount
1779
+ * @param data.maxResultCount
1780
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_AffiliationTypes_AffiliationTypeDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
1781
+ * @throws ApiError
1782
+ */
1783
+ public getApiCrmServiceTaxOfficesByTaxOfficesIdAffiliations(data: GetApiCrmServiceTaxOfficesByTaxOfficesIdAffiliationsData): CancelablePromise<GetApiCrmServiceTaxOfficesByTaxOfficesIdAffiliationsResponse> {
1784
+ return this.httpRequest.request({
1785
+ method: 'GET',
1786
+ url: '/api/crm-service/tax-offices/{taxOfficesId}/affiliations',
1787
+ path: {
1788
+ taxOfficesId: data.taxOfficesId
1789
+ },
1790
+ query: {
1791
+ Sorting: data.sorting,
1792
+ SkipCount: data.skipCount,
1793
+ MaxResultCount: data.maxResultCount
1794
+ },
1795
+ errors: {
1796
+ 400: 'Bad Request',
1797
+ 401: 'Unauthorized',
1798
+ 403: 'Forbidden',
1799
+ 404: 'Not Found',
1800
+ 500: 'Server Error',
1801
+ 501: 'Server Error'
1802
+ }
1803
+ });
1804
+ }
1805
+
1806
+ /**
1807
+ * @param data The data for the request.
1808
+ * @param data.taxOfficeId
1809
+ * @param data.organizationId
1810
+ * @param data.requestBody
1811
+ * @returns unknown Success
1812
+ * @throws ApiError
1813
+ */
1814
+ public putApiCrmServiceTaxOfficesByTaxOfficeIdOrganizationByOrganizationId(data: PutApiCrmServiceTaxOfficesByTaxOfficeIdOrganizationByOrganizationIdData): CancelablePromise<PutApiCrmServiceTaxOfficesByTaxOfficeIdOrganizationByOrganizationIdResponse> {
1815
+ return this.httpRequest.request({
1816
+ method: 'PUT',
1817
+ url: '/api/crm-service/tax-offices/{taxOfficeId}/organization/{organizationId}',
1818
+ path: {
1819
+ taxOfficeId: data.taxOfficeId,
1820
+ organizationId: data.organizationId
1821
+ },
1822
+ body: data.requestBody,
1823
+ mediaType: 'application/json',
1824
+ errors: {
1825
+ 400: 'Bad Request',
1826
+ 401: 'Unauthorized',
1827
+ 403: 'Forbidden',
1828
+ 404: 'Not Found',
1829
+ 500: 'Server Error',
1830
+ 501: 'Server Error'
1831
+ }
1832
+ });
1833
+ }
1834
+
1835
+ /**
1836
+ * @param data The data for the request.
1837
+ * @param data.taxOfficeId
1838
+ * @param data.id
1839
+ * @param data.requestBody
1840
+ * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
1841
+ * @throws ApiError
1842
+ */
1843
+ public putApiCrmServiceTaxOfficesByTaxOfficeIdTelephoneById(data: PutApiCrmServiceTaxOfficesByTaxOfficeIdTelephoneByIdData): CancelablePromise<PutApiCrmServiceTaxOfficesByTaxOfficeIdTelephoneByIdResponse> {
1844
+ return this.httpRequest.request({
1845
+ method: 'PUT',
1846
+ url: '/api/crm-service/tax-offices/{taxOfficeId}/telephone/{id}',
1847
+ path: {
1848
+ taxOfficeId: data.taxOfficeId,
1849
+ id: data.id
1850
+ },
1851
+ body: data.requestBody,
1852
+ mediaType: 'application/json',
1853
+ errors: {
1854
+ 400: 'Bad Request',
1855
+ 401: 'Unauthorized',
1856
+ 403: 'Forbidden',
1857
+ 404: 'Not Found',
1858
+ 500: 'Server Error',
1859
+ 501: 'Server Error'
1860
+ }
1861
+ });
1862
+ }
1863
+
1864
+ /**
1865
+ * @param data The data for the request.
1866
+ * @param data.taxOfficeId
1867
+ * @param data.id
1868
+ * @param data.requestBody
1869
+ * @returns UniRefund_CRMService_AddressTypes_AddressTypeDto Success
1870
+ * @throws ApiError
1871
+ */
1872
+ public putApiCrmServiceTaxOfficesByTaxOfficeIdAddressById(data: PutApiCrmServiceTaxOfficesByTaxOfficeIdAddressByIdData): CancelablePromise<PutApiCrmServiceTaxOfficesByTaxOfficeIdAddressByIdResponse> {
1873
+ return this.httpRequest.request({
1874
+ method: 'PUT',
1875
+ url: '/api/crm-service/tax-offices/{taxOfficeId}/address/{id}',
1876
+ path: {
1877
+ taxOfficeId: data.taxOfficeId,
1878
+ id: data.id
1879
+ },
1880
+ body: data.requestBody,
1881
+ mediaType: 'application/json',
1882
+ errors: {
1883
+ 400: 'Bad Request',
1884
+ 401: 'Unauthorized',
1885
+ 403: 'Forbidden',
1886
+ 404: 'Not Found',
1887
+ 500: 'Server Error',
1888
+ 501: 'Server Error'
1889
+ }
1890
+ });
1891
+ }
1892
+
1893
+ /**
1894
+ * @param data The data for the request.
1895
+ * @param data.taxOfficeId
1896
+ * @param data.id
1897
+ * @param data.requestBody
1898
+ * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
1899
+ * @throws ApiError
1900
+ */
1901
+ public putApiCrmServiceTaxOfficesByTaxOfficeIdEmailById(data: PutApiCrmServiceTaxOfficesByTaxOfficeIdEmailByIdData): CancelablePromise<PutApiCrmServiceTaxOfficesByTaxOfficeIdEmailByIdResponse> {
1902
+ return this.httpRequest.request({
1903
+ method: 'PUT',
1904
+ url: '/api/crm-service/tax-offices/{taxOfficeId}/email/{id}',
1905
+ path: {
1906
+ taxOfficeId: data.taxOfficeId,
1907
+ id: data.id
1908
+ },
1909
+ body: data.requestBody,
1910
+ mediaType: 'application/json',
1911
+ errors: {
1912
+ 400: 'Bad Request',
1913
+ 401: 'Unauthorized',
1914
+ 403: 'Forbidden',
1915
+ 404: 'Not Found',
1916
+ 500: 'Server Error',
1917
+ 501: 'Server Error'
1918
+ }
1919
+ });
1920
+ }
1921
+
1922
+ }
1923
+
1924
+ export class TelephoneTypeService {
1925
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
1926
+
1927
+ /**
1928
+ * @param data The data for the request.
1929
+ * @param data.sorting
1930
+ * @param data.skipCount
1931
+ * @param data.maxResultCount
1932
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
1933
+ * @throws ApiError
1934
+ */
1935
+ public getApiCrmServiceTelephones(data: GetApiCrmServiceTelephonesData = {}): CancelablePromise<GetApiCrmServiceTelephonesResponse> {
1936
+ return this.httpRequest.request({
1937
+ method: 'GET',
1938
+ url: '/api/crm-service/telephones',
1939
+ query: {
1940
+ Sorting: data.sorting,
1941
+ SkipCount: data.skipCount,
1942
+ MaxResultCount: data.maxResultCount
1943
+ },
1944
+ errors: {
1945
+ 400: 'Bad Request',
1946
+ 401: 'Unauthorized',
1947
+ 403: 'Forbidden',
1948
+ 404: 'Not Found',
1949
+ 500: 'Server Error',
1950
+ 501: 'Server Error'
1951
+ }
1952
+ });
1953
+ }
1954
+
1955
+ /**
1956
+ * @param data The data for the request.
1957
+ * @param data.requestBody
1958
+ * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
1959
+ * @throws ApiError
1960
+ */
1961
+ public postApiCrmServiceTelephones(data: PostApiCrmServiceTelephonesData = {}): CancelablePromise<PostApiCrmServiceTelephonesResponse> {
1962
+ return this.httpRequest.request({
1963
+ method: 'POST',
1964
+ url: '/api/crm-service/telephones',
1965
+ body: data.requestBody,
1966
+ mediaType: 'application/json',
1967
+ errors: {
1968
+ 400: 'Bad Request',
1969
+ 401: 'Unauthorized',
1970
+ 403: 'Forbidden',
1971
+ 404: 'Not Found',
1972
+ 500: 'Server Error',
1973
+ 501: 'Server Error'
1974
+ }
1975
+ });
1976
+ }
1977
+
1978
+ /**
1979
+ * @param data The data for the request.
1980
+ * @param data.id
1981
+ * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
1982
+ * @throws ApiError
1983
+ */
1984
+ public getApiCrmServiceTelephonesById(data: GetApiCrmServiceTelephonesByIdData): CancelablePromise<GetApiCrmServiceTelephonesByIdResponse> {
1985
+ return this.httpRequest.request({
1986
+ method: 'GET',
1987
+ url: '/api/crm-service/telephones/{id}',
1988
+ path: {
1989
+ id: data.id
1990
+ },
1991
+ errors: {
1992
+ 400: 'Bad Request',
1993
+ 401: 'Unauthorized',
1994
+ 403: 'Forbidden',
1995
+ 404: 'Not Found',
1996
+ 500: 'Server Error',
1997
+ 501: 'Server Error'
1998
+ }
1999
+ });
2000
+ }
2001
+
2002
+ /**
2003
+ * @param data The data for the request.
2004
+ * @param data.id
2005
+ * @param data.requestBody
2006
+ * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
2007
+ * @throws ApiError
2008
+ */
2009
+ public putApiCrmServiceTelephonesById(data: PutApiCrmServiceTelephonesByIdData): CancelablePromise<PutApiCrmServiceTelephonesByIdResponse> {
2010
+ return this.httpRequest.request({
2011
+ method: 'PUT',
2012
+ url: '/api/crm-service/telephones/{id}',
2013
+ path: {
2014
+ id: data.id
2015
+ },
2016
+ body: data.requestBody,
2017
+ mediaType: 'application/json',
2018
+ errors: {
2019
+ 400: 'Bad Request',
2020
+ 401: 'Unauthorized',
2021
+ 403: 'Forbidden',
2022
+ 404: 'Not Found',
2023
+ 500: 'Server Error',
2024
+ 501: 'Server Error'
2025
+ }
2026
+ });
2027
+ }
2028
+
2029
+ /**
2030
+ * @param data The data for the request.
2031
+ * @param data.id
2032
+ * @returns unknown Success
2033
+ * @throws ApiError
2034
+ */
2035
+ public deleteApiCrmServiceTelephonesById(data: DeleteApiCrmServiceTelephonesByIdData): CancelablePromise<DeleteApiCrmServiceTelephonesByIdResponse> {
2036
+ return this.httpRequest.request({
2037
+ method: 'DELETE',
2038
+ url: '/api/crm-service/telephones/{id}',
2039
+ path: {
2040
+ id: data.id
2041
+ },
2042
+ errors: {
2043
+ 400: 'Bad Request',
2044
+ 401: 'Unauthorized',
2045
+ 403: 'Forbidden',
2046
+ 404: 'Not Found',
2047
+ 500: 'Server Error',
2048
+ 501: 'Server Error'
2049
+ }
2050
+ });
2051
+ }
2052
+
1618
2053
  }