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,867 @@
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": "bas_cmpitem_data_execute_bill_query",
12
+ "title": "薪资项-单据查询",
13
+ "description": "薪资项-单据查询",
14
+ "method": "POST",
15
+ "baseUrl": "${KINGDEE_DOMAIN:}",
16
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery",
17
+ "requestBody": {
18
+ "description": "bas_cmpitem_data_execute_bill_query",
19
+ "required": true,
20
+ "contentType": "application/json",
21
+ "schema": {
22
+ "type": "object",
23
+ "properties": {
24
+ "data": {
25
+ "type": "object",
26
+ "required": [
27
+ "FormId",
28
+ "FieldKeys"
29
+ ],
30
+ "properties": {
31
+ "FormId": {
32
+ "type": "string",
33
+ "description": "It must be a fixed value",
34
+ "const": "BAS_CMPItemData",
35
+ "default": "BAS_CMPItemData"
36
+ },
37
+ "FieldKeys": {
38
+ "type": "string",
39
+ "description": "需查询的字段key集合"
40
+ },
41
+ "FilterString": {
42
+ "type": "string",
43
+ "description": "过滤条件"
44
+ },
45
+ "OrderString": {
46
+ "type": "string",
47
+ "description": "排序字段"
48
+ },
49
+ "TopRowCount": {
50
+ "type": "boolean",
51
+ "description": "返回总行数"
52
+ },
53
+ "StartRow": {
54
+ "type": "integer",
55
+ "description": "开始行索引"
56
+ },
57
+ "Limit": {
58
+ "type": "integer",
59
+ "description": "最大行数"
60
+ },
61
+ "SubSystemId": {
62
+ "type": "string",
63
+ "description": "表单所在的子系统内码"
64
+ }
65
+ }
66
+ }
67
+ },
68
+ "required": [
69
+ "data"
70
+ ]
71
+ }
72
+ },
73
+ "enabled": true
74
+ },
75
+ {
76
+ "name": "bd_bank_view",
77
+ "title": "银行-查看",
78
+ "description": "银行-查看",
79
+ "method": "POST",
80
+ "baseUrl": "${KINGDEE_DOMAIN:}",
81
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
82
+ "requestBody": {
83
+ "description": "bd_bank_view",
84
+ "required": true,
85
+ "contentType": "application/json",
86
+ "schema": {
87
+ "type": "object",
88
+ "properties": {
89
+ "formid": {
90
+ "type": "string",
91
+ "description": "It must be a fixed value",
92
+ "const": "BD_BANK",
93
+ "default": "BD_BANK"
94
+ },
95
+ "data": {
96
+ "type": "object",
97
+ "required": [
98
+ "CreateOrgId",
99
+ "Number",
100
+ "Id",
101
+ "IsSortBySeq"
102
+ ],
103
+ "properties": {
104
+ "CreateOrgId": {
105
+ "type": "integer",
106
+ "description": "创建者组织内码"
107
+ },
108
+ "Number": {
109
+ "type": "string",
110
+ "description": "单据编码,字符串类型"
111
+ },
112
+ "Id": {
113
+ "type": "string",
114
+ "description": "表单内码"
115
+ },
116
+ "IsSortBySeq": {
117
+ "type": "boolean",
118
+ "description": "单据体是否按序号排序"
119
+ }
120
+ }
121
+ }
122
+ },
123
+ "required": [
124
+ "formid",
125
+ "data"
126
+ ]
127
+ }
128
+ },
129
+ "enabled": true
130
+ },
131
+ {
132
+ "name": "bd_bank_execute_bill_query",
133
+ "title": "银行-单据查询",
134
+ "description": "银行-单据查询",
135
+ "method": "POST",
136
+ "baseUrl": "${KINGDEE_DOMAIN:}",
137
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery",
138
+ "requestBody": {
139
+ "description": "bd_bank_execute_bill_query",
140
+ "required": true,
141
+ "contentType": "application/json",
142
+ "schema": {
143
+ "type": "object",
144
+ "properties": {
145
+ "data": {
146
+ "type": "object",
147
+ "required": [
148
+ "FormId",
149
+ "FieldKeys"
150
+ ],
151
+ "properties": {
152
+ "FormId": {
153
+ "type": "string",
154
+ "description": "It must be a fixed value",
155
+ "const": "BD_BANK",
156
+ "default": "BD_BANK"
157
+ },
158
+ "FieldKeys": {
159
+ "type": "string",
160
+ "description": "需查询的字段key集合"
161
+ },
162
+ "FilterString": {
163
+ "type": "string",
164
+ "description": "过滤条件"
165
+ },
166
+ "OrderString": {
167
+ "type": "string",
168
+ "description": "排序字段"
169
+ },
170
+ "TopRowCount": {
171
+ "type": "boolean",
172
+ "description": "返回总行数"
173
+ },
174
+ "StartRow": {
175
+ "type": "integer",
176
+ "description": "开始行索引"
177
+ },
178
+ "Limit": {
179
+ "type": "integer",
180
+ "description": "最大行数"
181
+ },
182
+ "SubSystemId": {
183
+ "type": "string",
184
+ "description": "表单所在的子系统内码"
185
+ }
186
+ }
187
+ }
188
+ },
189
+ "required": [
190
+ "data"
191
+ ]
192
+ }
193
+ },
194
+ "enabled": true
195
+ },
196
+ {
197
+ "name": "bd_customer_view",
198
+ "title": "客户-查看",
199
+ "description": "客户-查看",
200
+ "method": "POST",
201
+ "baseUrl": "${KINGDEE_DOMAIN:}",
202
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
203
+ "requestBody": {
204
+ "description": "bd_customer_view",
205
+ "required": true,
206
+ "contentType": "application/json",
207
+ "schema": {
208
+ "type": "object",
209
+ "properties": {
210
+ "formid": {
211
+ "type": "string",
212
+ "description": "It must be a fixed value",
213
+ "const": "BD_Customer",
214
+ "default": "BD_Customer"
215
+ },
216
+ "data": {
217
+ "type": "object",
218
+ "required": [
219
+ "CreateOrgId",
220
+ "Number",
221
+ "Id",
222
+ "IsSortBySeq"
223
+ ],
224
+ "properties": {
225
+ "CreateOrgId": {
226
+ "type": "integer",
227
+ "description": "创建者组织内码"
228
+ },
229
+ "Number": {
230
+ "type": "string",
231
+ "description": "单据编码,字符串类型"
232
+ },
233
+ "Id": {
234
+ "type": "string",
235
+ "description": "表单内码"
236
+ },
237
+ "IsSortBySeq": {
238
+ "type": "boolean",
239
+ "description": "单据体是否按序号排序"
240
+ }
241
+ }
242
+ }
243
+ },
244
+ "required": [
245
+ "formid",
246
+ "data"
247
+ ]
248
+ }
249
+ },
250
+ "enabled": true
251
+ },
252
+ {
253
+ "name": "bd_customer_execute_bill_query",
254
+ "title": "客户-单据查询",
255
+ "description": "客户-单据查询",
256
+ "method": "POST",
257
+ "baseUrl": "${KINGDEE_DOMAIN:}",
258
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery",
259
+ "requestBody": {
260
+ "description": "bd_customer_execute_bill_query",
261
+ "required": true,
262
+ "contentType": "application/json",
263
+ "schema": {
264
+ "type": "object",
265
+ "properties": {
266
+ "data": {
267
+ "type": "object",
268
+ "required": [
269
+ "FormId",
270
+ "FieldKeys"
271
+ ],
272
+ "properties": {
273
+ "FormId": {
274
+ "type": "string",
275
+ "description": "It must be a fixed value",
276
+ "const": "BD_Customer",
277
+ "default": "BD_Customer"
278
+ },
279
+ "FieldKeys": {
280
+ "type": "string",
281
+ "description": "需查询的字段key集合"
282
+ },
283
+ "FilterString": {
284
+ "type": "string",
285
+ "description": "过滤条件"
286
+ },
287
+ "OrderString": {
288
+ "type": "string",
289
+ "description": "排序字段"
290
+ },
291
+ "TopRowCount": {
292
+ "type": "boolean",
293
+ "description": "返回总行数"
294
+ },
295
+ "StartRow": {
296
+ "type": "integer",
297
+ "description": "开始行索引"
298
+ },
299
+ "Limit": {
300
+ "type": "integer",
301
+ "description": "最大行数"
302
+ },
303
+ "SubSystemId": {
304
+ "type": "string",
305
+ "description": "表单所在的子系统内码"
306
+ }
307
+ }
308
+ }
309
+ },
310
+ "required": [
311
+ "data"
312
+ ]
313
+ }
314
+ },
315
+ "enabled": true
316
+ },
317
+ {
318
+ "name": "bd_department_view",
319
+ "title": "部门-查看",
320
+ "description": "部门-查看",
321
+ "method": "POST",
322
+ "baseUrl": "${KINGDEE_DOMAIN:}",
323
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
324
+ "requestBody": {
325
+ "description": "bd_department_view",
326
+ "required": true,
327
+ "contentType": "application/json",
328
+ "schema": {
329
+ "type": "object",
330
+ "properties": {
331
+ "formid": {
332
+ "type": "string",
333
+ "description": "It must be a fixed value",
334
+ "const": "BD_Department",
335
+ "default": "BD_Department"
336
+ },
337
+ "data": {
338
+ "type": "object",
339
+ "required": [
340
+ "CreateOrgId",
341
+ "Number",
342
+ "Id",
343
+ "IsSortBySeq"
344
+ ],
345
+ "properties": {
346
+ "CreateOrgId": {
347
+ "type": "integer",
348
+ "description": "创建者组织内码"
349
+ },
350
+ "Number": {
351
+ "type": "string",
352
+ "description": "单据编码,字符串类型"
353
+ },
354
+ "Id": {
355
+ "type": "string",
356
+ "description": "表单内码"
357
+ },
358
+ "IsSortBySeq": {
359
+ "type": "boolean",
360
+ "description": "单据体是否按序号排序"
361
+ }
362
+ }
363
+ }
364
+ },
365
+ "required": [
366
+ "formid",
367
+ "data"
368
+ ]
369
+ }
370
+ },
371
+ "enabled": true
372
+ },
373
+ {
374
+ "name": "bd_department_execute_bill_query",
375
+ "title": "部门-单据查询",
376
+ "description": "部门-单据查询",
377
+ "method": "POST",
378
+ "baseUrl": "${KINGDEE_DOMAIN:}",
379
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery",
380
+ "requestBody": {
381
+ "description": "bd_department_execute_bill_query",
382
+ "required": true,
383
+ "contentType": "application/json",
384
+ "schema": {
385
+ "type": "object",
386
+ "properties": {
387
+ "data": {
388
+ "type": "object",
389
+ "required": [
390
+ "FormId",
391
+ "FieldKeys"
392
+ ],
393
+ "properties": {
394
+ "FormId": {
395
+ "type": "string",
396
+ "description": "It must be a fixed value",
397
+ "const": "BD_Department",
398
+ "default": "BD_Department"
399
+ },
400
+ "FieldKeys": {
401
+ "type": "string",
402
+ "description": "需查询的字段key集合"
403
+ },
404
+ "FilterString": {
405
+ "type": "string",
406
+ "description": "过滤条件"
407
+ },
408
+ "OrderString": {
409
+ "type": "string",
410
+ "description": "排序字段"
411
+ },
412
+ "TopRowCount": {
413
+ "type": "boolean",
414
+ "description": "返回总行数"
415
+ },
416
+ "StartRow": {
417
+ "type": "integer",
418
+ "description": "开始行索引"
419
+ },
420
+ "Limit": {
421
+ "type": "integer",
422
+ "description": "最大行数"
423
+ },
424
+ "SubSystemId": {
425
+ "type": "string",
426
+ "description": "表单所在的子系统内码"
427
+ }
428
+ }
429
+ }
430
+ },
431
+ "required": [
432
+ "data"
433
+ ]
434
+ }
435
+ },
436
+ "enabled": true
437
+ },
438
+ {
439
+ "name": "bd_empinfo_view",
440
+ "title": "员工-查看",
441
+ "description": "员工-查看",
442
+ "method": "POST",
443
+ "baseUrl": "${KINGDEE_DOMAIN:}",
444
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
445
+ "requestBody": {
446
+ "description": "bd_empinfo_view",
447
+ "required": true,
448
+ "contentType": "application/json",
449
+ "schema": {
450
+ "type": "object",
451
+ "properties": {
452
+ "formid": {
453
+ "type": "string",
454
+ "description": "It must be a fixed value",
455
+ "const": "BD_Empinfo",
456
+ "default": "BD_Empinfo"
457
+ },
458
+ "data": {
459
+ "type": "object",
460
+ "required": [
461
+ "CreateOrgId",
462
+ "Number",
463
+ "Id",
464
+ "IsSortBySeq"
465
+ ],
466
+ "properties": {
467
+ "CreateOrgId": {
468
+ "type": "integer",
469
+ "description": "创建者组织内码"
470
+ },
471
+ "Number": {
472
+ "type": "string",
473
+ "description": "单据编码,字符串类型"
474
+ },
475
+ "Id": {
476
+ "type": "string",
477
+ "description": "表单内码"
478
+ },
479
+ "IsSortBySeq": {
480
+ "type": "boolean",
481
+ "description": "单据体是否按序号排序"
482
+ }
483
+ }
484
+ }
485
+ },
486
+ "required": [
487
+ "formid",
488
+ "data"
489
+ ]
490
+ }
491
+ },
492
+ "enabled": true
493
+ },
494
+ {
495
+ "name": "bd_empinfo_execute_bill_query",
496
+ "title": "员工-单据查询",
497
+ "description": "员工-单据查询",
498
+ "method": "POST",
499
+ "baseUrl": "${KINGDEE_DOMAIN:}",
500
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery",
501
+ "requestBody": {
502
+ "description": "bd_empinfo_execute_bill_query",
503
+ "required": true,
504
+ "contentType": "application/json",
505
+ "schema": {
506
+ "type": "object",
507
+ "properties": {
508
+ "data": {
509
+ "type": "object",
510
+ "required": [
511
+ "FormId",
512
+ "FieldKeys"
513
+ ],
514
+ "properties": {
515
+ "FormId": {
516
+ "type": "string",
517
+ "description": "It must be a fixed value",
518
+ "const": "BD_Empinfo",
519
+ "default": "BD_Empinfo"
520
+ },
521
+ "FieldKeys": {
522
+ "type": "string",
523
+ "description": "需查询的字段key集合"
524
+ },
525
+ "FilterString": {
526
+ "type": "string",
527
+ "description": "过滤条件"
528
+ },
529
+ "OrderString": {
530
+ "type": "string",
531
+ "description": "排序字段"
532
+ },
533
+ "TopRowCount": {
534
+ "type": "boolean",
535
+ "description": "返回总行数"
536
+ },
537
+ "StartRow": {
538
+ "type": "integer",
539
+ "description": "开始行索引"
540
+ },
541
+ "Limit": {
542
+ "type": "integer",
543
+ "description": "最大行数"
544
+ },
545
+ "SubSystemId": {
546
+ "type": "string",
547
+ "description": "表单所在的子系统内码"
548
+ }
549
+ }
550
+ }
551
+ },
552
+ "required": [
553
+ "data"
554
+ ]
555
+ }
556
+ },
557
+ "enabled": true
558
+ },
559
+ {
560
+ "name": "bd_kd100_logistics_com_execute_bill_query",
561
+ "title": "快递100物流公司-单据查询",
562
+ "description": "快递100物流公司-单据查询",
563
+ "method": "POST",
564
+ "baseUrl": "${KINGDEE_DOMAIN:}",
565
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery",
566
+ "requestBody": {
567
+ "description": "bd_kd100_logistics_com_execute_bill_query",
568
+ "required": true,
569
+ "contentType": "application/json",
570
+ "schema": {
571
+ "type": "object",
572
+ "properties": {
573
+ "data": {
574
+ "type": "object",
575
+ "required": [
576
+ "FormId",
577
+ "FieldKeys"
578
+ ],
579
+ "properties": {
580
+ "FormId": {
581
+ "type": "string",
582
+ "description": "It must be a fixed value",
583
+ "const": "BD_KD100LogisticsCom",
584
+ "default": "BD_KD100LogisticsCom"
585
+ },
586
+ "FieldKeys": {
587
+ "type": "string",
588
+ "description": "需查询的字段key集合"
589
+ },
590
+ "FilterString": {
591
+ "type": "string",
592
+ "description": "过滤条件"
593
+ },
594
+ "OrderString": {
595
+ "type": "string",
596
+ "description": "排序字段"
597
+ },
598
+ "TopRowCount": {
599
+ "type": "boolean",
600
+ "description": "返回总行数"
601
+ },
602
+ "StartRow": {
603
+ "type": "integer",
604
+ "description": "开始行索引"
605
+ },
606
+ "Limit": {
607
+ "type": "integer",
608
+ "description": "最大行数"
609
+ },
610
+ "SubSystemId": {
611
+ "type": "string",
612
+ "description": "表单所在的子系统内码"
613
+ }
614
+ }
615
+ }
616
+ },
617
+ "required": [
618
+ "data"
619
+ ]
620
+ }
621
+ },
622
+ "enabled": true
623
+ },
624
+ {
625
+ "name": "bd_material_view",
626
+ "title": "物料-查看",
627
+ "description": "物料-查看",
628
+ "method": "POST",
629
+ "baseUrl": "${KINGDEE_DOMAIN:}",
630
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
631
+ "requestBody": {
632
+ "description": "bd_material_view",
633
+ "required": true,
634
+ "contentType": "application/json",
635
+ "schema": {
636
+ "type": "object",
637
+ "properties": {
638
+ "formid": {
639
+ "type": "string",
640
+ "description": "It must be a fixed value",
641
+ "const": "BD_MATERIAL",
642
+ "default": "BD_MATERIAL"
643
+ },
644
+ "data": {
645
+ "type": "object",
646
+ "required": [
647
+ "CreateOrgId",
648
+ "Number",
649
+ "Id",
650
+ "IsSortBySeq"
651
+ ],
652
+ "properties": {
653
+ "CreateOrgId": {
654
+ "type": "integer",
655
+ "description": "创建者组织内码"
656
+ },
657
+ "Number": {
658
+ "type": "string",
659
+ "description": "单据编码,字符串类型"
660
+ },
661
+ "Id": {
662
+ "type": "string",
663
+ "description": "表单内码"
664
+ },
665
+ "IsSortBySeq": {
666
+ "type": "boolean",
667
+ "description": "单据体是否按序号排序"
668
+ }
669
+ }
670
+ }
671
+ },
672
+ "required": [
673
+ "formid",
674
+ "data"
675
+ ]
676
+ }
677
+ },
678
+ "enabled": true
679
+ },
680
+ {
681
+ "name": "bd_material_execute_bill_query",
682
+ "title": "物料-单据查询",
683
+ "description": "物料-单据查询",
684
+ "method": "POST",
685
+ "baseUrl": "${KINGDEE_DOMAIN:}",
686
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery",
687
+ "requestBody": {
688
+ "description": "bd_material_execute_bill_query",
689
+ "required": true,
690
+ "contentType": "application/json",
691
+ "schema": {
692
+ "type": "object",
693
+ "properties": {
694
+ "data": {
695
+ "type": "object",
696
+ "required": [
697
+ "FormId",
698
+ "FieldKeys"
699
+ ],
700
+ "properties": {
701
+ "FormId": {
702
+ "type": "string",
703
+ "description": "It must be a fixed value",
704
+ "const": "BD_MATERIAL",
705
+ "default": "BD_MATERIAL"
706
+ },
707
+ "FieldKeys": {
708
+ "type": "string",
709
+ "description": "需查询的字段key集合"
710
+ },
711
+ "FilterString": {
712
+ "type": "string",
713
+ "description": "过滤条件"
714
+ },
715
+ "OrderString": {
716
+ "type": "string",
717
+ "description": "排序字段"
718
+ },
719
+ "TopRowCount": {
720
+ "type": "boolean",
721
+ "description": "返回总行数"
722
+ },
723
+ "StartRow": {
724
+ "type": "integer",
725
+ "description": "开始行索引"
726
+ },
727
+ "Limit": {
728
+ "type": "integer",
729
+ "description": "最大行数"
730
+ },
731
+ "SubSystemId": {
732
+ "type": "string",
733
+ "description": "表单所在的子系统内码"
734
+ }
735
+ }
736
+ }
737
+ },
738
+ "required": [
739
+ "data"
740
+ ]
741
+ }
742
+ },
743
+ "enabled": true
744
+ },
745
+ {
746
+ "name": "bd_newstaff_view",
747
+ "title": "员工任岗信息-查看",
748
+ "description": "员工任岗信息-查看",
749
+ "method": "POST",
750
+ "baseUrl": "${KINGDEE_DOMAIN:}",
751
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
752
+ "requestBody": {
753
+ "description": "bd_newstaff_view",
754
+ "required": true,
755
+ "contentType": "application/json",
756
+ "schema": {
757
+ "type": "object",
758
+ "properties": {
759
+ "formid": {
760
+ "type": "string",
761
+ "description": "It must be a fixed value",
762
+ "const": "BD_NEWSTAFF",
763
+ "default": "BD_NEWSTAFF"
764
+ },
765
+ "data": {
766
+ "type": "object",
767
+ "required": [
768
+ "CreateOrgId",
769
+ "Number",
770
+ "Id",
771
+ "IsSortBySeq"
772
+ ],
773
+ "properties": {
774
+ "CreateOrgId": {
775
+ "type": "integer",
776
+ "description": "创建者组织内码"
777
+ },
778
+ "Number": {
779
+ "type": "string",
780
+ "description": "单据编码,字符串类型"
781
+ },
782
+ "Id": {
783
+ "type": "string",
784
+ "description": "表单内码"
785
+ },
786
+ "IsSortBySeq": {
787
+ "type": "boolean",
788
+ "description": "单据体是否按序号排序"
789
+ }
790
+ }
791
+ }
792
+ },
793
+ "required": [
794
+ "formid",
795
+ "data"
796
+ ]
797
+ }
798
+ },
799
+ "enabled": true
800
+ },
801
+ {
802
+ "name": "bd_newstaff_execute_bill_query",
803
+ "title": "员工任岗信息-单据查询",
804
+ "description": "员工任岗信息-单据查询",
805
+ "method": "POST",
806
+ "baseUrl": "${KINGDEE_DOMAIN:}",
807
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery",
808
+ "requestBody": {
809
+ "description": "bd_newstaff_execute_bill_query",
810
+ "required": true,
811
+ "contentType": "application/json",
812
+ "schema": {
813
+ "type": "object",
814
+ "properties": {
815
+ "data": {
816
+ "type": "object",
817
+ "required": [
818
+ "FormId",
819
+ "FieldKeys"
820
+ ],
821
+ "properties": {
822
+ "FormId": {
823
+ "type": "string",
824
+ "description": "It must be a fixed value",
825
+ "const": "BD_NEWSTAFF",
826
+ "default": "BD_NEWSTAFF"
827
+ },
828
+ "FieldKeys": {
829
+ "type": "string",
830
+ "description": "需查询的字段key集合"
831
+ },
832
+ "FilterString": {
833
+ "type": "string",
834
+ "description": "过滤条件"
835
+ },
836
+ "OrderString": {
837
+ "type": "string",
838
+ "description": "排序字段"
839
+ },
840
+ "TopRowCount": {
841
+ "type": "boolean",
842
+ "description": "返回总行数"
843
+ },
844
+ "StartRow": {
845
+ "type": "integer",
846
+ "description": "开始行索引"
847
+ },
848
+ "Limit": {
849
+ "type": "integer",
850
+ "description": "最大行数"
851
+ },
852
+ "SubSystemId": {
853
+ "type": "string",
854
+ "description": "表单所在的子系统内码"
855
+ }
856
+ }
857
+ }
858
+ },
859
+ "required": [
860
+ "data"
861
+ ]
862
+ }
863
+ },
864
+ "enabled": true
865
+ }
866
+ ]
867
+ }