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,1081 @@
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": "iv_jxiv_detail_report_get_sys_repor_data",
12
+ "title": "进项发票明细表-查询报表数据",
13
+ "description": "进项发票明细表-查询报表数据",
14
+ "method": "POST",
15
+ "baseUrl": "${KINGDEE_DOMAIN:}",
16
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.GetSysReportData",
17
+ "requestBody": {
18
+ "description": "iv_jxiv_detail_report_get_sys_repor_data",
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": "IV_JXIVDetailReport",
28
+ "default": "IV_JXIVDetailReport"
29
+ },
30
+ "data": {
31
+ "type": "object",
32
+ "required": ["FieldKeys", "Model"],
33
+ "properties": {
34
+ "FieldKeys": {
35
+ "type": "string",
36
+ "description": "需查询的字段key集合"
37
+ },
38
+ "SchemeId": {
39
+ "type": "string",
40
+ "description": "过滤方案内码"
41
+ },
42
+ "StartRow": {
43
+ "type": "integer",
44
+ "description": "开始行索引",
45
+ "default": 0
46
+ },
47
+ "Limit": {
48
+ "type": "integer",
49
+ "description": "最大行数",
50
+ "default": 2000
51
+ },
52
+ "IsVerifyBaseDataField": {
53
+ "type": "boolean",
54
+ "description": "是否验证所有的基础资料有效性",
55
+ "default": true
56
+ },
57
+ "Model": {
58
+ "type": "object",
59
+ "required": ["FCurrency", "FDeadLine", "FACCTBOOKID", "FMatchType", "FMUTILACCTBOOKID"],
60
+ "description": "表单数据包",
61
+ "default": {}
62
+ , "properties": {
63
+ "FCurrency": {
64
+ "type": "string",
65
+ "description": "过滤方案内码"
66
+ },
67
+ "FBalance": {
68
+ "type": "string",
69
+ "description": "币别"
70
+ },
71
+ "FShowForbidenAcct": {
72
+ "type": "boolean",
73
+ "description": "显示禁用科目",
74
+ "default": false
75
+ },
76
+ "FShowNopostedVch": {
77
+ "type": "boolean",
78
+ "description": "包括未过账凭证",
79
+ "default": false
80
+ },
81
+ "FFlexGroup": {
82
+ "type": "string",
83
+ "description": "过滤方案内码"
84
+ },
85
+ "FDeadLine": {
86
+ "type": "string",
87
+ "description": "截止日期",
88
+ "default": "1900-01-01"
89
+ },
90
+ "FFlex": {
91
+ "type": "string",
92
+ "description": "核算维度"
93
+ },
94
+ "FFlexNumberFrom": {
95
+ "type": "string",
96
+ "description": "核算维度编码"
97
+ },
98
+ "FShowFullName": {
99
+ "type": "boolean",
100
+ "description": "显示科目全名",
101
+ "default": false
102
+ },
103
+ "FUseFlexGroup": {
104
+ "type": "boolean",
105
+ "description": "使用核算维度组合查询",
106
+ "default": false
107
+ },
108
+ "FFlexNumberTo": {
109
+ "type": "string",
110
+ "description": "至"
111
+ },
112
+ "FMultiAcctMerge": {
113
+ "type": "boolean",
114
+ "description": "多科目合并显示",
115
+ "default": false
116
+ },
117
+ "FFlexGRPSerialized": {
118
+ "type": "string",
119
+ "description": "序列化后的核算维度组合"
120
+ },
121
+ "FFlexRadioGroup": {
122
+ "type": "string",
123
+ "description": "单选按钮组"
124
+ },
125
+ "FFlexContinuous": {
126
+ "type": "string",
127
+ "description": "连续核算维度范围查询"
128
+ },
129
+ "FFlexUncontinuous": {
130
+ "type": "string",
131
+ "description": "非连续核算维度范围查询"
132
+ },
133
+ "FFlexNumber": {
134
+ "type": "string",
135
+ "description": "核算维度编码"
136
+ },
137
+ "FShowAgingGrpPercent": {
138
+ "type": "boolean",
139
+ "description": "显示账龄分组的占比",
140
+ "default": false
141
+ },
142
+ "FShowVoucher": {
143
+ "type": "boolean",
144
+ "description": "按凭证显示",
145
+ "default": false
146
+ },
147
+ "FShowFlexTotal": {
148
+ "type": "boolean",
149
+ "description": "显示核算维度小计",
150
+ "default": false
151
+ },
152
+ "FShowAcctTotal": {
153
+ "type": "boolean",
154
+ "description": "显示科目小计",
155
+ "default": false
156
+ },
157
+ "FACCTBOOKID": {
158
+ "type": "object",
159
+ "required": [],
160
+ "properties": {
161
+ "FNUMBER": {
162
+ "type": "string",
163
+ "description": ""
164
+ }
165
+ }
166
+ },
167
+ "FMatchType": {
168
+ "type": "string",
169
+ "description": "匹配方式"
170
+ },
171
+ "FNegativeMatch": {
172
+ "type": "boolean",
173
+ "description": "负数发生额不优先匹配",
174
+ "default": false
175
+ },
176
+ "FSameAmountMatch": {
177
+ "type": "boolean",
178
+ "description": "相同金额优先匹配",
179
+ "default": false
180
+ },
181
+ "FEXCLUDEADJUSTVCH": {
182
+ "type": "boolean",
183
+ "description": "不包含调整期凭证",
184
+ "default": false
185
+ },
186
+ "FUseAnyFlex": {
187
+ "type": "boolean",
188
+ "description": "显示包含维度组合中任一维度的科目",
189
+ "default": false
190
+ },
191
+ "FMUTILACCTBOOKID": {
192
+ "type": "array",
193
+ "description": "账簿",
194
+ "required": [],
195
+ "default": []
196
+ },
197
+ "FAgingGroupEntity": {
198
+ "type": "array",
199
+ "required": [],
200
+ "default": []
201
+ }
202
+ }
203
+ }
204
+ }
205
+ }
206
+ },
207
+ "required": ["formid", "data"]
208
+ }
209
+ },
210
+ "enabled": true
211
+ },
212
+ {
213
+ "name": "iv_material_matching_table_view",
214
+ "title": "物料对应表-查看",
215
+ "description": "物料对应表-查看",
216
+ "method": "POST",
217
+ "baseUrl": "${KINGDEE_DOMAIN:}",
218
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
219
+ "requestBody": {
220
+ "description": "iv_material_matching_table_view",
221
+ "required": true,
222
+ "contentType": "application/json",
223
+ "schema": {
224
+ "type": "object",
225
+ "properties": {
226
+ "formid": {
227
+ "type": "string",
228
+ "description": "It must be a fixed value",
229
+ "const": "IV_MaterialMatchingTable",
230
+ "default": "IV_MaterialMatchingTable"
231
+ },
232
+ "data": {
233
+ "type": "object",
234
+ "required": ["CreateOrgId", "Number", "Id", "IsSortBySeq"],
235
+ "properties": {
236
+ "CreateOrgId": {
237
+ "type": "integer",
238
+ "description": "创建者组织内码",
239
+ "default": 0
240
+ },
241
+ "Number": {
242
+ "type": "string",
243
+ "description": "单据编码,字符串类型"
244
+ },
245
+ "Id": {
246
+ "type": "string",
247
+ "description": "表单内码"
248
+ },
249
+ "IsSortBySeq": {
250
+ "type": "boolean",
251
+ "description": "单据体是否按序号排序",
252
+ "default": false
253
+ }
254
+ }
255
+ }
256
+ },
257
+ "required": ["formid", "data"]
258
+ }
259
+ },
260
+ "enabled": true
261
+ },
262
+ {
263
+ "name": "iv_material_matching_table_execute_bill_query",
264
+ "title": "物料对应表-单据查询",
265
+ "description": "物料对应表-单据查询",
266
+ "method": "POST",
267
+ "baseUrl": "${KINGDEE_DOMAIN:}",
268
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery",
269
+ "requestBody": {
270
+ "description": "iv_material_matching_table_execute_bill_query",
271
+ "required": true,
272
+ "contentType": "application/json",
273
+ "schema": {
274
+ "type": "object",
275
+ "properties": {
276
+ "data": {
277
+ "type": "object",
278
+ "required": ["FormId", "FieldKeys"],
279
+ "properties": {
280
+ "FormId": {
281
+ "type": "string",
282
+ "description": "It must be a fixed value",
283
+ "const": "IV_MaterialMatchingTable",
284
+ "default": "IV_MaterialMatchingTable"
285
+ },
286
+ "FieldKeys": {
287
+ "type": "string",
288
+ "description": "需查询的字段key集合"
289
+ },
290
+ "FilterString": {
291
+ "type": "array",
292
+ "description": "过滤条件",
293
+ "default": []
294
+ },
295
+ "OrderString": {
296
+ "type": "string",
297
+ "description": "排序字段"
298
+ },
299
+ "TopRowCount": {
300
+ "type": "integer",
301
+ "description": "返回总行数",
302
+ "default": 0
303
+ },
304
+ "StartRow": {
305
+ "type": "integer",
306
+ "description": "开始行索引",
307
+ "default": 0
308
+ },
309
+ "Limit": {
310
+ "type": "integer",
311
+ "description": "最大行数",
312
+ "default": 2000
313
+ },
314
+ "SubSystemId": {
315
+ "type": "string",
316
+ "description": "表单所在的子系统内码"
317
+ }
318
+ }
319
+ }
320
+ },
321
+ "required": ["data"]
322
+ }
323
+ },
324
+ "enabled": true
325
+ },
326
+ {
327
+ "name": "iv_purchaseic_view",
328
+ "title": "采购增值税专用发票-查看",
329
+ "description": "采购增值税专用发票-查看",
330
+ "method": "POST",
331
+ "baseUrl": "${KINGDEE_DOMAIN:}",
332
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
333
+ "requestBody": {
334
+ "description": "iv_purchaseic_view",
335
+ "required": true,
336
+ "contentType": "application/json",
337
+ "schema": {
338
+ "type": "object",
339
+ "properties": {
340
+ "formid": {
341
+ "type": "string",
342
+ "description": "It must be a fixed value",
343
+ "const": "IV_PURCHASEIC",
344
+ "default": "IV_PURCHASEIC"
345
+ },
346
+ "data": {
347
+ "type": "object",
348
+ "required": ["CreateOrgId", "Number", "Id", "IsSortBySeq"],
349
+ "properties": {
350
+ "CreateOrgId": {
351
+ "type": "integer",
352
+ "description": "创建者组织内码",
353
+ "default": 0
354
+ },
355
+ "Number": {
356
+ "type": "string",
357
+ "description": "单据编码,字符串类型"
358
+ },
359
+ "Id": {
360
+ "type": "string",
361
+ "description": "表单内码"
362
+ },
363
+ "IsSortBySeq": {
364
+ "type": "boolean",
365
+ "description": "单据体是否按序号排序",
366
+ "default": false
367
+ }
368
+ }
369
+ }
370
+ },
371
+ "required": ["formid", "data"]
372
+ }
373
+ },
374
+ "enabled": true
375
+ },
376
+ {
377
+ "name": "iv_purchaseic_execute_bill_query",
378
+ "title": "采购增值税专用发票-单据查询",
379
+ "description": "采购增值税专用发票-单据查询",
380
+ "method": "POST",
381
+ "baseUrl": "${KINGDEE_DOMAIN:}",
382
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery",
383
+ "requestBody": {
384
+ "description": "iv_purchaseic_execute_bill_query",
385
+ "required": true,
386
+ "contentType": "application/json",
387
+ "schema": {
388
+ "type": "object",
389
+ "properties": {
390
+ "data": {
391
+ "type": "object",
392
+ "required": ["FormId", "FieldKeys"],
393
+ "properties": {
394
+ "FormId": {
395
+ "type": "string",
396
+ "description": "It must be a fixed value",
397
+ "const": "IV_PURCHASEIC",
398
+ "default": "IV_PURCHASEIC"
399
+ },
400
+ "FieldKeys": {
401
+ "type": "string",
402
+ "description": "需查询的字段key集合"
403
+ },
404
+ "FilterString": {
405
+ "type": "array",
406
+ "description": "过滤条件",
407
+ "default": []
408
+ },
409
+ "OrderString": {
410
+ "type": "string",
411
+ "description": "排序字段"
412
+ },
413
+ "TopRowCount": {
414
+ "type": "integer",
415
+ "description": "返回总行数",
416
+ "default": 0
417
+ },
418
+ "StartRow": {
419
+ "type": "integer",
420
+ "description": "开始行索引",
421
+ "default": 0
422
+ },
423
+ "Limit": {
424
+ "type": "integer",
425
+ "description": "最大行数",
426
+ "default": 2000
427
+ },
428
+ "SubSystemId": {
429
+ "type": "string",
430
+ "description": "表单所在的子系统内码"
431
+ }
432
+ }
433
+ }
434
+ },
435
+ "required": ["data"]
436
+ }
437
+ },
438
+ "enabled": true
439
+ },
440
+ {
441
+ "name": "ap_aging_analysis_get_sys_repor_data",
442
+ "title": "应付款账龄分析表-查询报表数据",
443
+ "description": "应付款账龄分析表-查询报表数据",
444
+ "method": "POST",
445
+ "baseUrl": "${KINGDEE_DOMAIN:}",
446
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.GetSysReportData",
447
+ "requestBody": {
448
+ "description": "ap_aging_analysis_get_sys_repor_data",
449
+ "required": true,
450
+ "contentType": "application/json",
451
+ "schema": {
452
+ "type": "object",
453
+ "properties": {
454
+ "formid": {
455
+ "type": "string",
456
+ "description": "It must be a fixed value",
457
+ "const": "AP_AgingAnalysis",
458
+ "default": "AP_AgingAnalysis"
459
+ },
460
+ "data": {
461
+ "type": "object",
462
+ "required": ["FieldKeys", "Model"],
463
+ "properties": {
464
+ "FieldKeys": {
465
+ "type": "string",
466
+ "description": "需查询的字段key集合"
467
+ },
468
+ "SchemeId": {
469
+ "type": "string",
470
+ "description": "过滤方案内码"
471
+ },
472
+ "StartRow": {
473
+ "type": "integer",
474
+ "description": "开始行索引",
475
+ "default": 0
476
+ },
477
+ "Limit": {
478
+ "type": "integer",
479
+ "description": "最大行数",
480
+ "default": 2000
481
+ },
482
+ "IsVerifyBaseDataField": {
483
+ "type": "boolean",
484
+ "description": "是否验证所有的基础资料有效性",
485
+ "default": true
486
+ },
487
+ "Model": {
488
+ "type": "object",
489
+ "required": ["FCurrency", "FDeadLine", "FACCTBOOKID", "FMatchType", "FMUTILACCTBOOKID"],
490
+ "description": "表单数据包",
491
+ "default": {}
492
+ , "properties": {
493
+ "FCurrency": {
494
+ "type": "string",
495
+ "description": "过滤方案内码"
496
+ },
497
+ "FBalance": {
498
+ "type": "string",
499
+ "description": "币别"
500
+ },
501
+ "FShowForbidenAcct": {
502
+ "type": "boolean",
503
+ "description": "显示禁用科目",
504
+ "default": false
505
+ },
506
+ "FShowNopostedVch": {
507
+ "type": "boolean",
508
+ "description": "包括未过账凭证",
509
+ "default": false
510
+ },
511
+ "FFlexGroup": {
512
+ "type": "string",
513
+ "description": "过滤方案内码"
514
+ },
515
+ "FDeadLine": {
516
+ "type": "string",
517
+ "description": "截止日期",
518
+ "default": "1900-01-01"
519
+ },
520
+ "FFlex": {
521
+ "type": "string",
522
+ "description": "核算维度"
523
+ },
524
+ "FFlexNumberFrom": {
525
+ "type": "string",
526
+ "description": "核算维度编码"
527
+ },
528
+ "FShowFullName": {
529
+ "type": "boolean",
530
+ "description": "显示科目全名",
531
+ "default": false
532
+ },
533
+ "FUseFlexGroup": {
534
+ "type": "boolean",
535
+ "description": "使用核算维度组合查询",
536
+ "default": false
537
+ },
538
+ "FFlexNumberTo": {
539
+ "type": "string",
540
+ "description": "至"
541
+ },
542
+ "FMultiAcctMerge": {
543
+ "type": "boolean",
544
+ "description": "多科目合并显示",
545
+ "default": false
546
+ },
547
+ "FFlexGRPSerialized": {
548
+ "type": "string",
549
+ "description": "序列化后的核算维度组合"
550
+ },
551
+ "FFlexRadioGroup": {
552
+ "type": "string",
553
+ "description": "单选按钮组"
554
+ },
555
+ "FFlexContinuous": {
556
+ "type": "string",
557
+ "description": "连续核算维度范围查询"
558
+ },
559
+ "FFlexUncontinuous": {
560
+ "type": "string",
561
+ "description": "非连续核算维度范围查询"
562
+ },
563
+ "FFlexNumber": {
564
+ "type": "string",
565
+ "description": "核算维度编码"
566
+ },
567
+ "FShowAgingGrpPercent": {
568
+ "type": "boolean",
569
+ "description": "显示账龄分组的占比",
570
+ "default": false
571
+ },
572
+ "FShowVoucher": {
573
+ "type": "boolean",
574
+ "description": "按凭证显示",
575
+ "default": false
576
+ },
577
+ "FShowFlexTotal": {
578
+ "type": "boolean",
579
+ "description": "显示核算维度小计",
580
+ "default": false
581
+ },
582
+ "FShowAcctTotal": {
583
+ "type": "boolean",
584
+ "description": "显示科目小计",
585
+ "default": false
586
+ },
587
+ "FACCTBOOKID": {
588
+ "type": "object",
589
+ "required": [],
590
+ "properties": {
591
+ "FNUMBER": {
592
+ "type": "string",
593
+ "description": ""
594
+ }
595
+ }
596
+ },
597
+ "FMatchType": {
598
+ "type": "string",
599
+ "description": "匹配方式"
600
+ },
601
+ "FNegativeMatch": {
602
+ "type": "boolean",
603
+ "description": "负数发生额不优先匹配",
604
+ "default": false
605
+ },
606
+ "FSameAmountMatch": {
607
+ "type": "boolean",
608
+ "description": "相同金额优先匹配",
609
+ "default": false
610
+ },
611
+ "FEXCLUDEADJUSTVCH": {
612
+ "type": "boolean",
613
+ "description": "不包含调整期凭证",
614
+ "default": false
615
+ },
616
+ "FUseAnyFlex": {
617
+ "type": "boolean",
618
+ "description": "显示包含维度组合中任一维度的科目",
619
+ "default": false
620
+ },
621
+ "FMUTILACCTBOOKID": {
622
+ "type": "array",
623
+ "description": "账簿",
624
+ "required": [],
625
+ "default": []
626
+ },
627
+ "FAgingGroupEntity": {
628
+ "type": "array",
629
+ "required": [],
630
+ "default": []
631
+ }
632
+ }
633
+ }
634
+ }
635
+ }
636
+ },
637
+ "required": ["formid", "data"]
638
+ }
639
+ },
640
+ "enabled": true
641
+ },
642
+ {
643
+ "name": "iv_purchaseoc_view",
644
+ "title": "采购普通发票-查看",
645
+ "description": "采购普通发票-查看",
646
+ "method": "POST",
647
+ "baseUrl": "${KINGDEE_DOMAIN:}",
648
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
649
+ "requestBody": {
650
+ "description": "iv_purchaseoc_view",
651
+ "required": true,
652
+ "contentType": "application/json",
653
+ "schema": {
654
+ "type": "object",
655
+ "properties": {
656
+ "formid": {
657
+ "type": "string",
658
+ "description": "It must be a fixed value",
659
+ "const": "IV_PURCHASEOC",
660
+ "default": "IV_PURCHASEOC"
661
+ },
662
+ "data": {
663
+ "type": "object",
664
+ "required": ["CreateOrgId", "Number", "Id", "IsSortBySeq"],
665
+ "properties": {
666
+ "CreateOrgId": {
667
+ "type": "integer",
668
+ "description": "创建者组织内码",
669
+ "default": 0
670
+ },
671
+ "Number": {
672
+ "type": "string",
673
+ "description": "单据编码,字符串类型"
674
+ },
675
+ "Id": {
676
+ "type": "string",
677
+ "description": "表单内码"
678
+ },
679
+ "IsSortBySeq": {
680
+ "type": "boolean",
681
+ "description": "单据体是否按序号排序",
682
+ "default": false
683
+ }
684
+ }
685
+ }
686
+ },
687
+ "required": ["formid", "data"]
688
+ }
689
+ },
690
+ "enabled": true
691
+ },
692
+ {
693
+ "name": "iv_purchaseoc_execute_bill_query",
694
+ "title": "采购普通发票-单据查询",
695
+ "description": "采购普通发票-单据查询",
696
+ "method": "POST",
697
+ "baseUrl": "${KINGDEE_DOMAIN:}",
698
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery",
699
+ "requestBody": {
700
+ "description": "iv_purchaseoc_execute_bill_query",
701
+ "required": true,
702
+ "contentType": "application/json",
703
+ "schema": {
704
+ "type": "object",
705
+ "properties": {
706
+ "data": {
707
+ "type": "object",
708
+ "required": ["FormId", "FieldKeys"],
709
+ "properties": {
710
+ "FormId": {
711
+ "type": "string",
712
+ "description": "It must be a fixed value",
713
+ "const": "IV_PURCHASEOC",
714
+ "default": "IV_PURCHASEOC"
715
+ },
716
+ "FieldKeys": {
717
+ "type": "string",
718
+ "description": "需查询的字段key集合"
719
+ },
720
+ "FilterString": {
721
+ "type": "array",
722
+ "description": "过滤条件",
723
+ "default": []
724
+ },
725
+ "OrderString": {
726
+ "type": "string",
727
+ "description": "排序字段"
728
+ },
729
+ "TopRowCount": {
730
+ "type": "integer",
731
+ "description": "返回总行数",
732
+ "default": 0
733
+ },
734
+ "StartRow": {
735
+ "type": "integer",
736
+ "description": "开始行索引",
737
+ "default": 0
738
+ },
739
+ "Limit": {
740
+ "type": "integer",
741
+ "description": "最大行数",
742
+ "default": 2000
743
+ },
744
+ "SubSystemId": {
745
+ "type": "string",
746
+ "description": "表单所在的子系统内码"
747
+ }
748
+ }
749
+ }
750
+ },
751
+ "required": ["data"]
752
+ }
753
+ },
754
+ "enabled": true
755
+ },
756
+ {
757
+ "name": "iv_purexpinv_view",
758
+ "title": "进项费用普通发票-查看",
759
+ "description": "进项费用普通发票-查看",
760
+ "method": "POST",
761
+ "baseUrl": "${KINGDEE_DOMAIN:}",
762
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
763
+ "requestBody": {
764
+ "description": "iv_purexpinv_view",
765
+ "required": true,
766
+ "contentType": "application/json",
767
+ "schema": {
768
+ "type": "object",
769
+ "properties": {
770
+ "formid": {
771
+ "type": "string",
772
+ "description": "It must be a fixed value",
773
+ "const": "IV_PUREXPINV",
774
+ "default": "IV_PUREXPINV"
775
+ },
776
+ "data": {
777
+ "type": "object",
778
+ "required": ["CreateOrgId", "Number", "Id", "IsSortBySeq"],
779
+ "properties": {
780
+ "CreateOrgId": {
781
+ "type": "integer",
782
+ "description": "创建者组织内码",
783
+ "default": 0
784
+ },
785
+ "Number": {
786
+ "type": "string",
787
+ "description": "单据编码,字符串类型"
788
+ },
789
+ "Id": {
790
+ "type": "string",
791
+ "description": "表单内码"
792
+ },
793
+ "IsSortBySeq": {
794
+ "type": "boolean",
795
+ "description": "单据体是否按序号排序",
796
+ "default": false
797
+ }
798
+ }
799
+ }
800
+ },
801
+ "required": ["formid", "data"]
802
+ }
803
+ },
804
+ "enabled": true
805
+ },
806
+ {
807
+ "name": "iv_purexpinv_execute_bill_query",
808
+ "title": "进项费用普通发票-单据查询",
809
+ "description": "进项费用普通发票-单据查询",
810
+ "method": "POST",
811
+ "baseUrl": "${KINGDEE_DOMAIN:}",
812
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery",
813
+ "requestBody": {
814
+ "description": "iv_purexpinv_execute_bill_query",
815
+ "required": true,
816
+ "contentType": "application/json",
817
+ "schema": {
818
+ "type": "object",
819
+ "properties": {
820
+ "FormId": {
821
+ "type": "string",
822
+ "description": "It must be a fixed value",
823
+ "const": "IV_PUREXPINV",
824
+ "default": "IV_PUREXPINV"
825
+ },
826
+ "FieldKeys": {
827
+ "type": "string",
828
+ "description": "需查询的字段key集合"
829
+ },
830
+ "FilterString": {
831
+ "type": "array",
832
+ "description": "过滤条件",
833
+ "default": []
834
+ },
835
+ "OrderString": {
836
+ "type": "string",
837
+ "description": "排序字段"
838
+ },
839
+ "TopRowCount": {
840
+ "type": "integer",
841
+ "description": "返回总行数",
842
+ "default": 0
843
+ },
844
+ "StartRow": {
845
+ "type": "integer",
846
+ "description": "开始行索引",
847
+ "default": 0
848
+ },
849
+ "Limit": {
850
+ "type": "integer",
851
+ "description": "最大行数",
852
+ "default": 2000
853
+ },
854
+ "SubSystemId": {
855
+ "type": "string",
856
+ "description": "表单所在的子系统内码"
857
+ }
858
+ },
859
+ "required": ["data"]
860
+ }
861
+ },
862
+ "enabled": true
863
+ },
864
+ {
865
+ "name": "iv_purexvatin_view",
866
+ "title": "进项费用增值税发票-查看",
867
+ "description": "进项费用增值税发票-查看",
868
+ "method": "POST",
869
+ "baseUrl": "${KINGDEE_DOMAIN:}",
870
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
871
+ "requestBody": {
872
+ "description": "iv_purexvatin_view",
873
+ "required": true,
874
+ "contentType": "application/json",
875
+ "schema": {
876
+ "type": "object",
877
+ "properties": {
878
+ "formid": {
879
+ "type": "string",
880
+ "description": "It must be a fixed value",
881
+ "const": "IV_PUREXVATIN",
882
+ "default": "IV_PUREXVATIN"
883
+ },
884
+ "data": {
885
+ "type": "object",
886
+ "required": ["CreateOrgId", "Number", "Id", "IsSortBySeq"],
887
+ "properties": {
888
+ "CreateOrgId": {
889
+ "type": "integer",
890
+ "description": "创建者组织内码",
891
+ "default": 0
892
+ },
893
+ "Number": {
894
+ "type": "string",
895
+ "description": "单据编码,字符串类型"
896
+ },
897
+ "Id": {
898
+ "type": "string",
899
+ "description": "表单内码"
900
+ },
901
+ "IsSortBySeq": {
902
+ "type": "boolean",
903
+ "description": "单据体是否按序号排序",
904
+ "default": false
905
+ }
906
+ }
907
+ }
908
+ },
909
+ "required": ["formid", "data"]
910
+ }
911
+ },
912
+ "enabled": true
913
+ },
914
+ {
915
+ "name": "iv_purexvatin_execute_bill_query",
916
+ "title": "进项费用增值税发票-单据查询",
917
+ "description": "进项费用增值税发票-单据查询",
918
+ "method": "POST",
919
+ "baseUrl": "${KINGDEE_DOMAIN:}",
920
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery",
921
+ "requestBody": {
922
+ "description": "iv_purexvatin_execute_bill_query",
923
+ "required": true,
924
+ "contentType": "application/json",
925
+ "schema": {
926
+ "type": "object",
927
+ "properties": {
928
+ "FormId": {
929
+ "type": "string",
930
+ "description": "It must be a fixed value",
931
+ "const": "IV_PUREXVATIN",
932
+ "default": "IV_PUREXVATIN"
933
+ },
934
+ "FieldKeys": {
935
+ "type": "string",
936
+ "description": "需查询的字段key集合"
937
+ },
938
+ "FilterString": {
939
+ "type": "array",
940
+ "description": "过滤条件",
941
+ "default": []
942
+ },
943
+ "OrderString": {
944
+ "type": "string",
945
+ "description": "排序字段"
946
+ },
947
+ "TopRowCount": {
948
+ "type": "integer",
949
+ "description": "返回总行数",
950
+ "default": 0
951
+ },
952
+ "StartRow": {
953
+ "type": "integer",
954
+ "description": "开始行索引",
955
+ "default": 0
956
+ },
957
+ "Limit": {
958
+ "type": "integer",
959
+ "description": "最大行数",
960
+ "default": 2000
961
+ },
962
+ "SubSystemId": {
963
+ "type": "string",
964
+ "description": "表单所在的子系统内码"
965
+ }
966
+ },
967
+ "required": ["data"]
968
+ }
969
+ },
970
+ "enabled": true
971
+ },
972
+ {
973
+ "name": "iv_received_invoice_view",
974
+ "title": "收票单-查看",
975
+ "description": "收票单-查看",
976
+ "method": "POST",
977
+ "baseUrl": "${KINGDEE_DOMAIN:}",
978
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
979
+ "requestBody": {
980
+ "description": "iv_received_invoice_view",
981
+ "required": true,
982
+ "contentType": "application/json",
983
+ "schema": {
984
+ "type": "object",
985
+ "properties": {
986
+ "formid": {
987
+ "type": "string",
988
+ "description": "It must be a fixed value",
989
+ "const": "IV_ReceivedInvoice",
990
+ "default": "IV_ReceivedInvoice"
991
+ },
992
+ "data": {
993
+ "type": "object",
994
+ "required": ["CreateOrgId", "Number", "Id", "IsSortBySeq"],
995
+ "properties": {
996
+ "CreateOrgId": {
997
+ "type": "integer",
998
+ "description": "创建者组织内码",
999
+ "default": 0
1000
+ },
1001
+ "Number": {
1002
+ "type": "string",
1003
+ "description": "单据编码,字符串类型"
1004
+ },
1005
+ "Id": {
1006
+ "type": "string",
1007
+ "description": "表单内码"
1008
+ },
1009
+ "IsSortBySeq": {
1010
+ "type": "boolean",
1011
+ "description": "单据体是否按序号排序",
1012
+ "default": false
1013
+ }
1014
+ }
1015
+ }
1016
+ },
1017
+ "required": ["formid", "data"]
1018
+ }
1019
+ },
1020
+ "enabled": true
1021
+ },
1022
+ {
1023
+ "name": "iv_received_invoice_execute_bill_query",
1024
+ "title": "收票单-单据查询",
1025
+ "description": "收票单-单据查询",
1026
+ "method": "POST",
1027
+ "baseUrl": "${KINGDEE_DOMAIN:}",
1028
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery",
1029
+ "requestBody": {
1030
+ "description": "iv_received_invoice_execute_bill_query",
1031
+ "required": true,
1032
+ "contentType": "application/json",
1033
+ "schema": {
1034
+ "type": "object",
1035
+ "properties": {
1036
+ "FormId": {
1037
+ "type": "string",
1038
+ "description": "It must be a fixed value",
1039
+ "const": "IV_ReceivedInvoice",
1040
+ "default": "IV_ReceivedInvoice"
1041
+ },
1042
+ "FieldKeys": {
1043
+ "type": "string",
1044
+ "description": "需查询的字段key集合"
1045
+ },
1046
+ "FilterString": {
1047
+ "type": "array",
1048
+ "description": "过滤条件",
1049
+ "default": []
1050
+ },
1051
+ "OrderString": {
1052
+ "type": "string",
1053
+ "description": "排序字段"
1054
+ },
1055
+ "TopRowCount": {
1056
+ "type": "integer",
1057
+ "description": "返回总行数",
1058
+ "default": 0
1059
+ },
1060
+ "StartRow": {
1061
+ "type": "integer",
1062
+ "description": "开始行索引",
1063
+ "default": 0
1064
+ },
1065
+ "Limit": {
1066
+ "type": "integer",
1067
+ "description": "最大行数",
1068
+ "default": 2000
1069
+ },
1070
+ "SubSystemId": {
1071
+ "type": "string",
1072
+ "description": "表单所在的子系统内码"
1073
+ }
1074
+ },
1075
+ "required": ["data"]
1076
+ }
1077
+ },
1078
+ "enabled": true
1079
+ }
1080
+ ]
1081
+ }