proxy-api-mcp 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (144) hide show
  1. package/.env.example +57 -0
  2. package/README.md +443 -0
  3. package/api-tools.json.example +226 -0
  4. package/dist/examples/env-in-json-usage.d.ts +43 -0
  5. package/dist/examples/env-in-json-usage.d.ts.map +1 -0
  6. package/dist/examples/env-in-json-usage.js +242 -0
  7. package/dist/examples/env-in-json-usage.js.map +1 -0
  8. package/dist/examples/env-usage.d.ts +7 -0
  9. package/dist/examples/env-usage.d.ts.map +1 -0
  10. package/dist/examples/env-usage.js +108 -0
  11. package/dist/examples/env-usage.js.map +1 -0
  12. package/dist/examples/preprocessor-usage.d.ts +14 -0
  13. package/dist/examples/preprocessor-usage.d.ts.map +1 -0
  14. package/dist/examples/preprocessor-usage.js +196 -0
  15. package/dist/examples/preprocessor-usage.js.map +1 -0
  16. package/dist/src/config/env.d.ts +97 -0
  17. package/dist/src/config/env.d.ts.map +1 -0
  18. package/dist/src/config/env.js +228 -0
  19. package/dist/src/config/env.js.map +1 -0
  20. package/dist/src/core/registry.d.ts +59 -0
  21. package/dist/src/core/registry.d.ts.map +1 -0
  22. package/dist/src/core/registry.js +126 -0
  23. package/dist/src/core/registry.js.map +1 -0
  24. package/dist/src/core/router.d.ts +34 -0
  25. package/dist/src/core/router.d.ts.map +1 -0
  26. package/dist/src/core/router.js +108 -0
  27. package/dist/src/core/router.js.map +1 -0
  28. package/dist/src/core/server.d.ts +55 -0
  29. package/dist/src/core/server.d.ts.map +1 -0
  30. package/dist/src/core/server.js +159 -0
  31. package/dist/src/core/server.js.map +1 -0
  32. package/dist/src/core/session.d.ts +70 -0
  33. package/dist/src/core/session.d.ts.map +1 -0
  34. package/dist/src/core/session.js +171 -0
  35. package/dist/src/core/session.js.map +1 -0
  36. package/dist/src/core/transports/http.d.ts +16 -0
  37. package/dist/src/core/transports/http.d.ts.map +1 -0
  38. package/dist/src/core/transports/http.js +169 -0
  39. package/dist/src/core/transports/http.js.map +1 -0
  40. package/dist/src/core/transports/stdio.d.ts +9 -0
  41. package/dist/src/core/transports/stdio.d.ts.map +1 -0
  42. package/dist/src/core/transports/stdio.js +32 -0
  43. package/dist/src/core/transports/stdio.js.map +1 -0
  44. package/dist/src/index.d.ts +19 -0
  45. package/dist/src/index.d.ts.map +1 -0
  46. package/dist/src/index.js +22 -0
  47. package/dist/src/index.js.map +1 -0
  48. package/dist/src/server.d.ts +6 -0
  49. package/dist/src/server.d.ts.map +1 -0
  50. package/dist/src/server.js +121 -0
  51. package/dist/src/server.js.map +1 -0
  52. package/dist/src/tools/api/builder.d.ts +34 -0
  53. package/dist/src/tools/api/builder.d.ts.map +1 -0
  54. package/dist/src/tools/api/builder.js +196 -0
  55. package/dist/src/tools/api/builder.js.map +1 -0
  56. package/dist/src/tools/api/executor.d.ts +57 -0
  57. package/dist/src/tools/api/executor.d.ts.map +1 -0
  58. package/dist/src/tools/api/executor.js +317 -0
  59. package/dist/src/tools/api/executor.js.map +1 -0
  60. package/dist/src/tools/api/index.d.ts +12 -0
  61. package/dist/src/tools/api/index.d.ts.map +1 -0
  62. package/dist/src/tools/api/index.js +12 -0
  63. package/dist/src/tools/api/index.js.map +1 -0
  64. package/dist/src/tools/api/json/kingdee/kingdee_caiwukuaiji_chunaguanli.json +879 -0
  65. package/dist/src/tools/api/json/kingdee/kingdee_caiwukuaiji_yingfukuanguanli.json +1673 -0
  66. package/dist/src/tools/api/json/kingdee/kingdee_caiwukuaiji_yingshoukuanguanli.json +1081 -0
  67. package/dist/src/tools/api/json/kingdee/kingdee_caiwukuaiji_zongzhang.json +976 -0
  68. package/dist/src/tools/api/json/kingdee/kingdee_chengbenguanli_biaozhunchengbenfenxi.json +1 -0
  69. package/dist/src/tools/api/json/kingdee/kingdee_chengbenguanli_chanpinchengbenhesuan.json +1 -0
  70. package/dist/src/tools/api/json/kingdee/kingdee_chengbenguanli_cunhuohesuan.json +1858 -0
  71. package/dist/src/tools/api/json/kingdee/kingdee_gongyinglianguanli_caigouguanli.json +1 -0
  72. package/dist/src/tools/api/json/kingdee/kingdee_gongyinglianguanli_gongyingshangguanli.json +616 -0
  73. package/dist/src/tools/api/json/kingdee/kingdee_gongyinglianguanli_kucunguanli.json +858 -0
  74. package/dist/src/tools/api/json/kingdee/kingdee_gongyinglianguanli_xiaoshouguanli.json +858 -0
  75. package/dist/src/tools/api/json/kingdee/kingdee_gongyinglianguanli_zuzhijianjiesuan.json +858 -0
  76. package/dist/src/tools/api/json/kingdee/kingdee_jichuguanli_jichuziliao.json +867 -0
  77. package/dist/src/tools/api/json/kingdee/kingdee_jichuguanli_xiaoxipingtai.json +374 -0
  78. package/dist/src/tools/api/json/kingdee/kingdee_shengchanzhizao_chejianguanli.json +923 -0
  79. package/dist/src/tools/api/json/kingdee/kingdee_shengchanzhizao_gongchengshujuguanli.json +923 -0
  80. package/dist/src/tools/api/json/kingdee/kingdee_shengchanzhizao_shengchanguanli.json +858 -0
  81. package/dist/src/tools/api/json/kingdee/kingdee_shuiwuguanli_fapiaoguanli.json +1081 -0
  82. package/dist/src/tools/api/json/kingdee/kingdee_yuangongfuwu_renrenbaoxiao.json +858 -0
  83. package/dist/src/tools/api/json/kingdee/kingdee_zichanguanli_gudingzichan.json +1 -0
  84. package/dist/src/tools/api/json-config-loader.d.ts +28 -0
  85. package/dist/src/tools/api/json-config-loader.d.ts.map +1 -0
  86. package/dist/src/tools/api/json-config-loader.js +123 -0
  87. package/dist/src/tools/api/json-config-loader.js.map +1 -0
  88. package/dist/src/tools/api/json-config-mapping.d.ts +41 -0
  89. package/dist/src/tools/api/json-config-mapping.d.ts.map +1 -0
  90. package/dist/src/tools/api/json-config-mapping.js +138 -0
  91. package/dist/src/tools/api/json-config-mapping.js.map +1 -0
  92. package/dist/src/tools/api/loader.d.ts +38 -0
  93. package/dist/src/tools/api/loader.d.ts.map +1 -0
  94. package/dist/src/tools/api/loader.js +240 -0
  95. package/dist/src/tools/api/loader.js.map +1 -0
  96. package/dist/src/tools/api/preprocessor.d.ts +39 -0
  97. package/dist/src/tools/api/preprocessor.d.ts.map +1 -0
  98. package/dist/src/tools/api/preprocessor.js +64 -0
  99. package/dist/src/tools/api/preprocessor.js.map +1 -0
  100. package/dist/src/tools/api/preprocessors/example.d.ts +59 -0
  101. package/dist/src/tools/api/preprocessors/example.d.ts.map +1 -0
  102. package/dist/src/tools/api/preprocessors/example.js +133 -0
  103. package/dist/src/tools/api/preprocessors/example.js.map +1 -0
  104. package/dist/src/tools/api/preprocessors/index.d.ts +10 -0
  105. package/dist/src/tools/api/preprocessors/index.d.ts.map +1 -0
  106. package/dist/src/tools/api/preprocessors/index.js +29 -0
  107. package/dist/src/tools/api/preprocessors/index.js.map +1 -0
  108. package/dist/src/tools/api/preprocessors/kingdee.d.ts +24 -0
  109. package/dist/src/tools/api/preprocessors/kingdee.d.ts.map +1 -0
  110. package/dist/src/tools/api/preprocessors/kingdee.js +149 -0
  111. package/dist/src/tools/api/preprocessors/kingdee.js.map +1 -0
  112. package/dist/src/tools/api/types.d.ts +174 -0
  113. package/dist/src/tools/api/types.d.ts.map +1 -0
  114. package/dist/src/tools/api/types.js +5 -0
  115. package/dist/src/tools/api/types.js.map +1 -0
  116. package/dist/src/tools/examples/echo.d.ts +6 -0
  117. package/dist/src/tools/examples/echo.d.ts.map +1 -0
  118. package/dist/src/tools/examples/echo.js +61 -0
  119. package/dist/src/tools/examples/echo.js.map +1 -0
  120. package/dist/src/tools/types.d.ts +104 -0
  121. package/dist/src/tools/types.d.ts.map +1 -0
  122. package/dist/src/tools/types.js +15 -0
  123. package/dist/src/tools/types.js.map +1 -0
  124. package/dist/src/tools/validator.d.ts +27 -0
  125. package/dist/src/tools/validator.d.ts.map +1 -0
  126. package/dist/src/tools/validator.js +133 -0
  127. package/dist/src/tools/validator.js.map +1 -0
  128. package/dist/src/utils/cache.d.ts +14 -0
  129. package/dist/src/utils/cache.d.ts.map +1 -0
  130. package/dist/src/utils/cache.js +42 -0
  131. package/dist/src/utils/cache.js.map +1 -0
  132. package/dist/src/utils/env-replacer.d.ts +86 -0
  133. package/dist/src/utils/env-replacer.d.ts.map +1 -0
  134. package/dist/src/utils/env-replacer.js +196 -0
  135. package/dist/src/utils/env-replacer.js.map +1 -0
  136. package/dist/src/utils/errors.d.ts +102 -0
  137. package/dist/src/utils/errors.d.ts.map +1 -0
  138. package/dist/src/utils/errors.js +164 -0
  139. package/dist/src/utils/errors.js.map +1 -0
  140. package/dist/src/utils/logger.d.ts +77 -0
  141. package/dist/src/utils/logger.d.ts.map +1 -0
  142. package/dist/src/utils/logger.js +155 -0
  143. package/dist/src/utils/logger.js.map +1 -0
  144. package/package.json +73 -0
@@ -0,0 +1,879 @@
1
+ {
2
+ "version": "1.1.5",
3
+ "globals": {
4
+ "timeout": 30000,
5
+ "headers": {
6
+ "User-Agent": "DefinesysMCP/1.0"
7
+ }
8
+ },
9
+ "tools": [
10
+ {
11
+ "name": "ap_pay_bill_view",
12
+ "title": "付款单-查看",
13
+ "description": "付款单-查看",
14
+ "method": "POST",
15
+ "baseUrl": "${KINGDEE_DOMAIN:}",
16
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
17
+ "requestBody": {
18
+ "description": "ap_pay_bill_view",
19
+ "required": true,
20
+ "contentType": "application/json",
21
+ "schema": {
22
+ "type": "object",
23
+ "properties": {
24
+ "formid": {
25
+ "type": "string",
26
+ "description": "It must be a fixed value",
27
+ "const": "AP_PAYBILL",
28
+ "default": "AP_PAYBILL"
29
+ },
30
+ "data": {
31
+ "type": "object",
32
+ "required": ["CreateOrgId", "Number", "Id", "IsSortBySeq"],
33
+ "properties": {
34
+ "CreateOrgId": {
35
+ "type": "integer",
36
+ "description": "创建者组织内码",
37
+ "default": 0
38
+ },
39
+ "Number": {
40
+ "type": "string",
41
+ "description": "单据编码,字符串类型"
42
+ },
43
+ "Id": {
44
+ "type": "string",
45
+ "description": "表单内码"
46
+ },
47
+ "IsSortBySeq": {
48
+ "type": "boolean",
49
+ "description": "单据体是否按序号排序",
50
+ "default": false
51
+ }
52
+ }
53
+ }
54
+ },
55
+ "required": ["formid", "data"]
56
+ }
57
+ },
58
+ "enabled": true
59
+ },
60
+ {
61
+ "name": "ap_pay_bill_execute_bill_query",
62
+ "title": "付款单-单据查询",
63
+ "description": "付款单-单据查询",
64
+ "method": "POST",
65
+ "baseUrl": "${KINGDEE_DOMAIN:}",
66
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery",
67
+ "requestBody": {
68
+ "description": "ap_pay_bill_execute_bill_query",
69
+ "required": true,
70
+ "contentType": "application/json",
71
+ "schema": {
72
+ "type": "object",
73
+ "properties": {
74
+ "data": {
75
+ "type": "object",
76
+ "required": ["FormId", "FieldKeys"],
77
+ "properties": {
78
+ "FormId": {
79
+ "type": "string",
80
+ "description": "It must be a fixed value",
81
+ "const": "AR_AdFinalExchangeRate",
82
+ "default": "AR_AdFinalExchangeRate"
83
+ },
84
+ "FieldKeys": {
85
+ "type": "string",
86
+ "description": "需查询的字段key集合"
87
+ },
88
+ "FilterString": {
89
+ "type": "array",
90
+ "description": "过滤条件",
91
+ "default": []
92
+ },
93
+ "OrderString": {
94
+ "type": "string",
95
+ "description": "排序字段"
96
+ },
97
+ "TopRowCount": {
98
+ "type": "integer",
99
+ "description": "返回总行数",
100
+ "default": 0
101
+ },
102
+ "StartRow": {
103
+ "type": "integer",
104
+ "description": "开始行索引",
105
+ "default": 0
106
+ },
107
+ "Limit": {
108
+ "type": "integer",
109
+ "description": "最大行数",
110
+ "default": 2000
111
+ },
112
+ "SubSystemId": {
113
+ "type": "string",
114
+ "description": "表单所在的子系统内码"
115
+ }
116
+ }
117
+ }
118
+ },
119
+ "required": ["data"]
120
+ }
121
+ },
122
+ "enabled": true
123
+ },
124
+ {
125
+ "name": "ap_refund_bill_view",
126
+ "title": "付款退款单-查看",
127
+ "description": "付款退款单-查看",
128
+ "method": "POST",
129
+ "baseUrl": "${KINGDEE_DOMAIN:}",
130
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
131
+ "requestBody": {
132
+ "description": "ap_refund_bill_view",
133
+ "required": true,
134
+ "contentType": "application/json",
135
+ "schema": {
136
+ "type": "object",
137
+ "properties": {
138
+ "formid": {
139
+ "type": "string",
140
+ "description": "It must be a fixed value",
141
+ "const": "AP_REFUNDBILL",
142
+ "default": "AP_REFUNDBILL"
143
+ },
144
+ "data": {
145
+ "type": "object",
146
+ "required": ["CreateOrgId", "Number", "Id", "IsSortBySeq"],
147
+ "properties": {
148
+ "CreateOrgId": {
149
+ "type": "integer",
150
+ "description": "创建者组织内码",
151
+ "default": 0
152
+ },
153
+ "Number": {
154
+ "type": "string",
155
+ "description": "单据编码,字符串类型"
156
+ },
157
+ "Id": {
158
+ "type": "string",
159
+ "description": "表单内码"
160
+ },
161
+ "IsSortBySeq": {
162
+ "type": "boolean",
163
+ "description": "单据体是否按序号排序",
164
+ "default": false
165
+ }
166
+ }
167
+ }
168
+ },
169
+ "required": ["formid", "data"]
170
+ }
171
+ },
172
+ "enabled": true
173
+ },
174
+ {
175
+ "name": "ap_refund_bill_execute_bill_query",
176
+ "title": "付款退款单-单据查询",
177
+ "description": "付款退款单-单据查询",
178
+ "method": "POST",
179
+ "baseUrl": "${KINGDEE_DOMAIN:}",
180
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery",
181
+ "requestBody": {
182
+ "description": "ap_refund_bill_execute_bill_query",
183
+ "required": true,
184
+ "contentType": "application/json",
185
+ "schema": {
186
+ "type": "object",
187
+ "properties": {
188
+ "data": {
189
+ "type": "object",
190
+ "required": ["FormId", "FieldKeys"],
191
+ "properties": {
192
+ "FormId": {
193
+ "type": "string",
194
+ "description": "It must be a fixed value",
195
+ "const": "AP_REFUNDBILL",
196
+ "default": "AP_REFUNDBILL"
197
+ },
198
+ "FieldKeys": {
199
+ "type": "string",
200
+ "description": "需查询的字段key集合"
201
+ },
202
+ "FilterString": {
203
+ "type": "array",
204
+ "description": "过滤条件",
205
+ "default": []
206
+ },
207
+ "OrderString": {
208
+ "type": "string",
209
+ "description": "排序字段"
210
+ },
211
+ "TopRowCount": {
212
+ "type": "integer",
213
+ "description": "返回总行数",
214
+ "default": 0
215
+ },
216
+ "StartRow": {
217
+ "type": "integer",
218
+ "description": "开始行索引",
219
+ "default": 0
220
+ },
221
+ "Limit": {
222
+ "type": "integer",
223
+ "description": "最大行数",
224
+ "default": 2000
225
+ },
226
+ "SubSystemId": {
227
+ "type": "string",
228
+ "description": "表单所在的子系统内码"
229
+ }
230
+ }
231
+ }
232
+ },
233
+ "required": ["data"]
234
+ }
235
+ },
236
+ "enabled": true
237
+ },
238
+ {
239
+ "name": "ar_receive_bill_view",
240
+ "title": "收款单-查看",
241
+ "description": "收款单-查看",
242
+ "method": "POST",
243
+ "baseUrl": "${KINGDEE_DOMAIN:}",
244
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
245
+ "requestBody": {
246
+ "description": "ar_receive_bill_view",
247
+ "required": true,
248
+ "contentType": "application/json",
249
+ "schema": {
250
+ "type": "object",
251
+ "properties": {
252
+ "formid": {
253
+ "type": "string",
254
+ "description": "It must be a fixed value",
255
+ "const": "AR_RECEIVEBILL",
256
+ "default": "AR_RECEIVEBILL"
257
+ },
258
+ "data": {
259
+ "type": "object",
260
+ "required": ["CreateOrgId", "Number", "Id", "IsSortBySeq"],
261
+ "properties": {
262
+ "CreateOrgId": {
263
+ "type": "integer",
264
+ "description": "创建者组织内码",
265
+ "default": 0
266
+ },
267
+ "Number": {
268
+ "type": "string",
269
+ "description": "单据编码,字符串类型"
270
+ },
271
+ "Id": {
272
+ "type": "string",
273
+ "description": "表单内码"
274
+ },
275
+ "IsSortBySeq": {
276
+ "type": "boolean",
277
+ "description": "单据体是否按序号排序",
278
+ "default": false
279
+ }
280
+ }
281
+ }
282
+ },
283
+ "required": ["formid", "data"]
284
+ }
285
+ },
286
+ "enabled": true
287
+ },
288
+ {
289
+ "name": "ar_receive_bill_execute_bill_query",
290
+ "title": "收款单-单据查询",
291
+ "description": "收款单-单据查询",
292
+ "method": "POST",
293
+ "baseUrl": "${KINGDEE_DOMAIN:}",
294
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery",
295
+ "requestBody": {
296
+ "description": "ar_receive_bill_execute_bill_query",
297
+ "required": true,
298
+ "contentType": "application/json",
299
+ "schema": {
300
+ "type": "object",
301
+ "properties": {
302
+ "data": {
303
+ "type": "object",
304
+ "required": ["FormId", "FieldKeys"],
305
+ "properties": {
306
+ "FormId": {
307
+ "type": "string",
308
+ "description": "It must be a fixed value",
309
+ "const": "AR_RECEIVEBILL",
310
+ "default": "AR_RECEIVEBILL"
311
+ },
312
+ "FieldKeys": {
313
+ "type": "string",
314
+ "description": "需查询的字段key集合"
315
+ },
316
+ "FilterString": {
317
+ "type": "array",
318
+ "description": "过滤条件",
319
+ "default": []
320
+ },
321
+ "OrderString": {
322
+ "type": "string",
323
+ "description": "排序字段"
324
+ },
325
+ "TopRowCount": {
326
+ "type": "integer",
327
+ "description": "返回总行数",
328
+ "default": 0
329
+ },
330
+ "StartRow": {
331
+ "type": "integer",
332
+ "description": "开始行索引",
333
+ "default": 0
334
+ },
335
+ "Limit": {
336
+ "type": "integer",
337
+ "description": "最大行数",
338
+ "default": 2000
339
+ },
340
+ "SubSystemId": {
341
+ "type": "string",
342
+ "description": "表单所在的子系统内码"
343
+ }
344
+ }
345
+ }
346
+ },
347
+ "required": ["data"]
348
+ }
349
+ },
350
+ "enabled": true
351
+ },
352
+ {
353
+ "name": "ar_refund_bill_view",
354
+ "title": "收款退款单-查看",
355
+ "description": "收款退款单-查看",
356
+ "method": "POST",
357
+ "baseUrl": "${KINGDEE_DOMAIN:}",
358
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
359
+ "requestBody": {
360
+ "description": "ar_refund_bill_view",
361
+ "required": true,
362
+ "contentType": "application/json",
363
+ "schema": {
364
+ "type": "object",
365
+ "properties": {
366
+ "formid": {
367
+ "type": "string",
368
+ "description": "It must be a fixed value",
369
+ "const": "AR_REFUNDBILL",
370
+ "default": "AR_REFUNDBILL"
371
+ },
372
+ "data": {
373
+ "type": "object",
374
+ "required": ["CreateOrgId", "Number", "Id", "IsSortBySeq"],
375
+ "properties": {
376
+ "CreateOrgId": {
377
+ "type": "integer",
378
+ "description": "创建者组织内码",
379
+ "default": 0
380
+ },
381
+ "Number": {
382
+ "type": "string",
383
+ "description": "单据编码,字符串类型"
384
+ },
385
+ "Id": {
386
+ "type": "string",
387
+ "description": "表单内码"
388
+ },
389
+ "IsSortBySeq": {
390
+ "type": "boolean",
391
+ "description": "单据体是否按序号排序",
392
+ "default": false
393
+ }
394
+ }
395
+ }
396
+ },
397
+ "required": ["formid", "data"]
398
+ }
399
+ },
400
+ "enabled": true
401
+ },
402
+ {
403
+ "name": "ar_refund_bill_execute_bill_query",
404
+ "title": "收款退款单-单据查询",
405
+ "description": "收款退款单-单据查询",
406
+ "method": "POST",
407
+ "baseUrl": "${KINGDEE_DOMAIN:}",
408
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery",
409
+ "requestBody": {
410
+ "description": "ar_refund_bill_execute_bill_query",
411
+ "required": true,
412
+ "contentType": "application/json",
413
+ "schema": {
414
+ "type": "object",
415
+ "properties": {
416
+ "FormId": {
417
+ "type": "string",
418
+ "description": "It must be a fixed value",
419
+ "const": "AR_REFUNDBILL",
420
+ "default": "AR_REFUNDBILL"
421
+ },
422
+ "FieldKeys": {
423
+ "type": "string",
424
+ "description": "需查询的字段key集合"
425
+ },
426
+ "FilterString": {
427
+ "type": "array",
428
+ "description": "过滤条件",
429
+ "default": []
430
+ },
431
+ "OrderString": {
432
+ "type": "string",
433
+ "description": "排序字段"
434
+ },
435
+ "TopRowCount": {
436
+ "type": "integer",
437
+ "description": "返回总行数",
438
+ "default": 0
439
+ },
440
+ "StartRow": {
441
+ "type": "integer",
442
+ "description": "开始行索引",
443
+ "default": 0
444
+ },
445
+ "Limit": {
446
+ "type": "integer",
447
+ "description": "最大行数",
448
+ "default": 2000
449
+ },
450
+ "SubSystemId": {
451
+ "type": "string",
452
+ "description": "表单所在的子系统内码"
453
+ }
454
+ },
455
+ "required": ["data"]
456
+ }
457
+ },
458
+ "enabled": true
459
+ },
460
+ {
461
+ "name": "cn_alter_apply_view",
462
+ "title": "银行账户变更单-查看",
463
+ "description": "银行账户变更单-查看",
464
+ "method": "POST",
465
+ "baseUrl": "${KINGDEE_DOMAIN:}",
466
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
467
+ "requestBody": {
468
+ "description": "cn_alter_apply_view",
469
+ "required": true,
470
+ "contentType": "application/json",
471
+ "schema": {
472
+ "type": "object",
473
+ "properties": {
474
+ "formid": {
475
+ "type": "string",
476
+ "description": "It must be a fixed value",
477
+ "const": "CN_ALTERAPPLY",
478
+ "default": "CN_ALTERAPPLY"
479
+ },
480
+ "data": {
481
+ "type": "object",
482
+ "required": ["CreateOrgId", "Number", "Id", "IsSortBySeq"],
483
+ "properties": {
484
+ "CreateOrgId": {
485
+ "type": "integer",
486
+ "description": "创建者组织内码",
487
+ "default": 0
488
+ },
489
+ "Number": {
490
+ "type": "string",
491
+ "description": "单据编码,字符串类型"
492
+ },
493
+ "Id": {
494
+ "type": "string",
495
+ "description": "表单内码"
496
+ },
497
+ "IsSortBySeq": {
498
+ "type": "boolean",
499
+ "description": "单据体是否按序号排序",
500
+ "default": false
501
+ }
502
+ }
503
+ }
504
+ },
505
+ "required": ["formid", "data"]
506
+ }
507
+ },
508
+ "enabled": true
509
+ },
510
+ {
511
+ "name": "cn_alter_apply_execute_bill_query",
512
+ "title": "银行账户变更单-单据查询",
513
+ "description": "银行账户变更单-单据查询",
514
+ "method": "POST",
515
+ "baseUrl": "${KINGDEE_DOMAIN:}",
516
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery",
517
+ "requestBody": {
518
+ "description": "cn_alter_apply_execute_bill_query",
519
+ "required": true,
520
+ "contentType": "application/json",
521
+ "schema": {
522
+ "type": "object",
523
+ "properties": {
524
+ "FormId": {
525
+ "type": "string",
526
+ "description": "It must be a fixed value",
527
+ "const": "CN_ALTERAPPLY",
528
+ "default": "CN_ALTERAPPLY"
529
+ },
530
+ "FieldKeys": {
531
+ "type": "string",
532
+ "description": "需查询的字段key集合"
533
+ },
534
+ "FilterString": {
535
+ "type": "array",
536
+ "description": "过滤条件",
537
+ "default": []
538
+ },
539
+ "OrderString": {
540
+ "type": "string",
541
+ "description": "排序字段"
542
+ },
543
+ "TopRowCount": {
544
+ "type": "integer",
545
+ "description": "返回总行数",
546
+ "default": 0
547
+ },
548
+ "StartRow": {
549
+ "type": "integer",
550
+ "description": "开始行索引",
551
+ "default": 0
552
+ },
553
+ "Limit": {
554
+ "type": "integer",
555
+ "description": "最大行数",
556
+ "default": 2000
557
+ },
558
+ "SubSystemId": {
559
+ "type": "string",
560
+ "description": "表单所在的子系统内码"
561
+ }
562
+ },
563
+ "required": ["data"]
564
+ }
565
+ },
566
+ "enabled": true
567
+ },
568
+ {
569
+ "name": "cn_bankacntstate_view",
570
+ "title": "银行对账单-查看",
571
+ "description": "银行对账单-查看",
572
+ "method": "POST",
573
+ "baseUrl": "${KINGDEE_DOMAIN:}",
574
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
575
+ "requestBody": {
576
+ "description": "cn_bankacntstate_view",
577
+ "required": true,
578
+ "contentType": "application/json",
579
+ "schema": {
580
+ "type": "object",
581
+ "properties": {
582
+ "formid": {
583
+ "type": "string",
584
+ "description": "It must be a fixed value",
585
+ "const": "CN_BANKACNTSTATE",
586
+ "default": "CN_BANKACNTSTATE"
587
+ },
588
+ "data": {
589
+ "type": "object",
590
+ "required": ["CreateOrgId", "Number", "Id", "IsSortBySeq"],
591
+ "properties": {
592
+ "CreateOrgId": {
593
+ "type": "integer",
594
+ "description": "创建者组织内码",
595
+ "default": 0
596
+ },
597
+ "Number": {
598
+ "type": "string",
599
+ "description": "单据编码,字符串类型"
600
+ },
601
+ "Id": {
602
+ "type": "string",
603
+ "description": "表单内码"
604
+ },
605
+ "IsSortBySeq": {
606
+ "type": "boolean",
607
+ "description": "单据体是否按序号排序",
608
+ "default": false
609
+ }
610
+ }
611
+ }
612
+ },
613
+ "required": ["formid", "data"]
614
+ }
615
+ },
616
+ "enabled": true
617
+ },
618
+ {
619
+ "name": "cn_bankacntstate_execute_bill_query",
620
+ "title": "银行对账单-单据查询",
621
+ "description": "银行对账单-单据查询",
622
+ "method": "POST",
623
+ "baseUrl": "${KINGDEE_DOMAIN:}",
624
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery",
625
+ "requestBody": {
626
+ "description": "cn_bankacntstate_execute_bill_query",
627
+ "required": true,
628
+ "contentType": "application/json",
629
+ "schema": {
630
+ "type": "object",
631
+ "properties": {
632
+ "FormId": {
633
+ "type": "string",
634
+ "description": "It must be a fixed value",
635
+ "const": "CN_BANKACNTSTATE",
636
+ "default": "CN_BANKACNTSTATE"
637
+ },
638
+ "FieldKeys": {
639
+ "type": "string",
640
+ "description": "需查询的字段key集合"
641
+ },
642
+ "FilterString": {
643
+ "type": "array",
644
+ "description": "过滤条件",
645
+ "default": []
646
+ },
647
+ "OrderString": {
648
+ "type": "string",
649
+ "description": "排序字段"
650
+ },
651
+ "TopRowCount": {
652
+ "type": "integer",
653
+ "description": "返回总行数",
654
+ "default": 0
655
+ },
656
+ "StartRow": {
657
+ "type": "integer",
658
+ "description": "开始行索引",
659
+ "default": 0
660
+ },
661
+ "Limit": {
662
+ "type": "integer",
663
+ "description": "最大行数",
664
+ "default": 2000
665
+ },
666
+ "SubSystemId": {
667
+ "type": "string",
668
+ "description": "表单所在的子系统内码"
669
+ }
670
+ },
671
+ "required": ["data"]
672
+ }
673
+ },
674
+ "enabled": true
675
+ },
676
+ {
677
+ "name": "cn_bank_detail_report_get_sys_repor_data",
678
+ "title": "银行存款流水账-查询报表数据",
679
+ "description": "银行存款流水账-查询报表数据",
680
+ "method": "POST",
681
+ "baseUrl": "${KINGDEE_DOMAIN:}",
682
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.GetSysReportData",
683
+ "requestBody": {
684
+ "description": "cn_bank_detail_report_get_sys_repor_data",
685
+ "required": true,
686
+ "contentType": "application/json",
687
+ "schema": {
688
+ "type": "object",
689
+ "properties": {
690
+ "formid": {
691
+ "type": "string",
692
+ "description": "It must be a fixed value",
693
+ "const": "CN_BankDetailReport",
694
+ "default": "CN_BankDetailReport"
695
+ },
696
+ "data": {
697
+ "type": "object",
698
+ "required": ["FieldKeys", "Model"],
699
+ "properties": {
700
+ "FieldKeys": {
701
+ "type": "string",
702
+ "description": "需查询的字段key集合"
703
+ },
704
+ "SchemeId": {
705
+ "type": "string",
706
+ "description": "过滤方案内码"
707
+ },
708
+ "StartRow": {
709
+ "type": "integer",
710
+ "description": "开始行索引",
711
+ "default": 0
712
+ },
713
+ "Limit": {
714
+ "type": "integer",
715
+ "description": "最大行数",
716
+ "default": 2000
717
+ },
718
+ "IsVerifyBaseDataField": {
719
+ "type": "boolean",
720
+ "description": "是否验证所有的基础资料有效性",
721
+ "default": true
722
+ },
723
+ "Model": {
724
+ "type": "object",
725
+ "required": ["FCurrency", "FDeadLine", "FACCTBOOKID", "FMatchType", "FMUTILACCTBOOKID"],
726
+ "description": "表单数据包",
727
+ "default": {}
728
+ , "properties": {
729
+ "FCurrency": {
730
+ "type": "string",
731
+ "description": "过滤方案内码"
732
+ },
733
+ "FBalance": {
734
+ "type": "string",
735
+ "description": "币别"
736
+ },
737
+ "FShowForbidenAcct": {
738
+ "type": "boolean",
739
+ "description": "显示禁用科目",
740
+ "default": false
741
+ },
742
+ "FShowNopostedVch": {
743
+ "type": "boolean",
744
+ "description": "包括未过账凭证",
745
+ "default": false
746
+ },
747
+ "FFlexGroup": {
748
+ "type": "string",
749
+ "description": "过滤方案内码"
750
+ },
751
+ "FDeadLine": {
752
+ "type": "string",
753
+ "description": "截止日期",
754
+ "default": "1900-01-01"
755
+ },
756
+ "FFlex": {
757
+ "type": "string",
758
+ "description": "核算维度"
759
+ },
760
+ "FFlexNumberFrom": {
761
+ "type": "string",
762
+ "description": "核算维度编码"
763
+ },
764
+ "FShowFullName": {
765
+ "type": "boolean",
766
+ "description": "显示科目全名",
767
+ "default": false
768
+ },
769
+ "FUseFlexGroup": {
770
+ "type": "boolean",
771
+ "description": "使用核算维度组合查询",
772
+ "default": false
773
+ },
774
+ "FFlexNumberTo": {
775
+ "type": "string",
776
+ "description": "至"
777
+ },
778
+ "FMultiAcctMerge": {
779
+ "type": "boolean",
780
+ "description": "多科目合并显示",
781
+ "default": false
782
+ },
783
+ "FFlexGRPSerialized": {
784
+ "type": "string",
785
+ "description": "序列化后的核算维度组合"
786
+ },
787
+ "FFlexRadioGroup": {
788
+ "type": "string",
789
+ "description": "单选按钮组"
790
+ },
791
+ "FFlexContinuous": {
792
+ "type": "string",
793
+ "description": "连续核算维度范围查询"
794
+ },
795
+ "FFlexUncontinuous": {
796
+ "type": "string",
797
+ "description": "非连续核算维度范围查询"
798
+ },
799
+ "FFlexNumber": {
800
+ "type": "string",
801
+ "description": "核算维度编码"
802
+ },
803
+ "FShowAgingGrpPercent": {
804
+ "type": "boolean",
805
+ "description": "显示账龄分组的占比",
806
+ "default": false
807
+ },
808
+ "FShowVoucher": {
809
+ "type": "boolean",
810
+ "description": "按凭证显示",
811
+ "default": false
812
+ },
813
+ "FShowFlexTotal": {
814
+ "type": "boolean",
815
+ "description": "显示核算维度小计",
816
+ "default": false
817
+ },
818
+ "FShowAcctTotal": {
819
+ "type": "boolean",
820
+ "description": "显示科目小计",
821
+ "default": false
822
+ },
823
+ "FACCTBOOKID": {
824
+ "type": "object",
825
+ "required": [],
826
+ "properties": {
827
+ "FNUMBER": {
828
+ "type": "string",
829
+ "description": ""
830
+ }
831
+ }
832
+ },
833
+ "FMatchType": {
834
+ "type": "string",
835
+ "description": "匹配方式"
836
+ },
837
+ "FNegativeMatch": {
838
+ "type": "boolean",
839
+ "description": "负数发生额不优先匹配",
840
+ "default": false
841
+ },
842
+ "FSameAmountMatch": {
843
+ "type": "boolean",
844
+ "description": "相同金额优先匹配",
845
+ "default": false
846
+ },
847
+ "FEXCLUDEADJUSTVCH": {
848
+ "type": "boolean",
849
+ "description": "不包含调整期凭证",
850
+ "default": false
851
+ },
852
+ "FUseAnyFlex": {
853
+ "type": "boolean",
854
+ "description": "显示包含维度组合中任一维度的科目",
855
+ "default": false
856
+ },
857
+ "FMUTILACCTBOOKID": {
858
+ "type": "array",
859
+ "description": "账簿",
860
+ "required": [],
861
+ "default": []
862
+ },
863
+ "FAgingGroupEntity": {
864
+ "type": "array",
865
+ "required": [],
866
+ "default": []
867
+ }
868
+ }
869
+ }
870
+ }
871
+ }
872
+ },
873
+ "required": ["formid", "data"]
874
+ }
875
+ },
876
+ "enabled": true
877
+ }
878
+ ]
879
+ }