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,1858 @@
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": "hs_acctgrange_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": "hs_acctgrange_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": "HS_ACCTGRANGE",
28
+ "default": "HS_ACCTGRANGE"
29
+ },
30
+ "data": {
31
+ "type": "object",
32
+ "required": [
33
+ "CreateOrgId",
34
+ "Number",
35
+ "Id",
36
+ "IsSortBySeq"
37
+ ],
38
+ "properties": {
39
+ "CreateOrgId": {
40
+ "type": "integer",
41
+ "description": "创建者组织内码",
42
+ "default": 0
43
+ },
44
+ "Number": {
45
+ "type": "string",
46
+ "description": "单据编码,字符串类型"
47
+ },
48
+ "Id": {
49
+ "type": "string",
50
+ "description": "表单内码"
51
+ },
52
+ "IsSortBySeq": {
53
+ "type": "boolean",
54
+ "description": "单据体是否按序号排序",
55
+ "default": false
56
+ }
57
+ }
58
+ }
59
+ },
60
+ "required": [
61
+ "formid",
62
+ "data"
63
+ ]
64
+ }
65
+ },
66
+ "enabled": true
67
+ },
68
+ {
69
+ "name": "hs_adjustment_bill_view",
70
+ "title": "成本调整单-查看",
71
+ "description": "成本调整单-查看",
72
+ "method": "POST",
73
+ "baseUrl": "${KINGDEE_DOMAIN:}",
74
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
75
+ "requestBody": {
76
+ "description": "hs_adjustment_bill_view",
77
+ "required": true,
78
+ "contentType": "application/json",
79
+ "schema": {
80
+ "type": "object",
81
+ "properties": {
82
+ "formid": {
83
+ "type": "string",
84
+ "description": "It must be a fixed value",
85
+ "const": "HS_AdjustmentBill",
86
+ "default": "HS_AdjustmentBill"
87
+ },
88
+ "data": {
89
+ "type": "object",
90
+ "required": [
91
+ "CreateOrgId",
92
+ "Number",
93
+ "Id",
94
+ "IsSortBySeq"
95
+ ],
96
+ "properties": {
97
+ "CreateOrgId": {
98
+ "type": "integer",
99
+ "description": "创建者组织内码",
100
+ "default": 0
101
+ },
102
+ "Number": {
103
+ "type": "string",
104
+ "description": "单据编码,字符串类型"
105
+ },
106
+ "Id": {
107
+ "type": "string",
108
+ "description": "表单内码"
109
+ },
110
+ "IsSortBySeq": {
111
+ "type": "boolean",
112
+ "description": "单据体是否按序号排序",
113
+ "default": false
114
+ }
115
+ }
116
+ }
117
+ },
118
+ "required": [
119
+ "formid",
120
+ "data"
121
+ ]
122
+ }
123
+ },
124
+ "enabled": true
125
+ },
126
+ {
127
+ "name": "hs_batchestimate_view",
128
+ "title": "零成本批量维护-查看",
129
+ "description": "零成本批量维护-查看",
130
+ "method": "POST",
131
+ "baseUrl": "${KINGDEE_DOMAIN:}",
132
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
133
+ "requestBody": {
134
+ "description": "hs_batchestimate_view",
135
+ "required": true,
136
+ "contentType": "application/json",
137
+ "schema": {
138
+ "type": "object",
139
+ "properties": {
140
+ "formid": {
141
+ "type": "string",
142
+ "description": "It must be a fixed value",
143
+ "const": "HS_BATCHESTIMATE",
144
+ "default": "HS_BATCHESTIMATE"
145
+ },
146
+ "data": {
147
+ "type": "object",
148
+ "required": [
149
+ "CreateOrgId",
150
+ "Number",
151
+ "Id",
152
+ "IsSortBySeq"
153
+ ],
154
+ "properties": {
155
+ "CreateOrgId": {
156
+ "type": "integer",
157
+ "description": "创建者组织内码",
158
+ "default": 0
159
+ },
160
+ "Number": {
161
+ "type": "string",
162
+ "description": "单据编码,字符串类型"
163
+ },
164
+ "Id": {
165
+ "type": "string",
166
+ "description": "表单内码"
167
+ },
168
+ "IsSortBySeq": {
169
+ "type": "boolean",
170
+ "description": "单据体是否按序号排序",
171
+ "default": false
172
+ }
173
+ }
174
+ }
175
+ },
176
+ "required": [
177
+ "formid",
178
+ "data"
179
+ ]
180
+ }
181
+ },
182
+ "enabled": true
183
+ },
184
+ {
185
+ "name": "hs_contract_comp_allocation_result_view",
186
+ "title": "合同履约成本分配结果-查看",
187
+ "description": "合同履约成本分配结果-查看",
188
+ "method": "POST",
189
+ "baseUrl": "${KINGDEE_DOMAIN:}",
190
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
191
+ "requestBody": {
192
+ "description": "hs_contract_comp_allocation_result_view",
193
+ "required": true,
194
+ "contentType": "application/json",
195
+ "schema": {
196
+ "type": "object",
197
+ "properties": {
198
+ "formid": {
199
+ "type": "string",
200
+ "description": "It must be a fixed value",
201
+ "const": "HS_ContractCompAllocationResult",
202
+ "default": "HS_ContractCompAllocationResult"
203
+ },
204
+ "data": {
205
+ "type": "object",
206
+ "required": [
207
+ "CreateOrgId",
208
+ "Number",
209
+ "Id",
210
+ "IsSortBySeq"
211
+ ],
212
+ "properties": {
213
+ "CreateOrgId": {
214
+ "type": "integer",
215
+ "description": "创建者组织内码",
216
+ "default": 0
217
+ },
218
+ "Number": {
219
+ "type": "string",
220
+ "description": "单据编码,字符串类型"
221
+ },
222
+ "Id": {
223
+ "type": "string",
224
+ "description": "表单内码"
225
+ },
226
+ "IsSortBySeq": {
227
+ "type": "boolean",
228
+ "description": "单据体是否按序号排序",
229
+ "default": false
230
+ }
231
+ }
232
+ }
233
+ },
234
+ "required": [
235
+ "formid",
236
+ "data"
237
+ ]
238
+ }
239
+ },
240
+ "enabled": true
241
+ },
242
+ {
243
+ "name": "hs_hsbill_cost_analysis_get_sys_repor_data",
244
+ "title": "核算单据成本对比分析表-查询报表数据",
245
+ "description": "核算单据成本对比分析表-查询报表数据",
246
+ "method": "POST",
247
+ "baseUrl": "${KINGDEE_DOMAIN:}",
248
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.GetSysReportData",
249
+ "requestBody": {
250
+ "description": "hs_hsbill_cost_analysis_get_sys_repor_data",
251
+ "required": true,
252
+ "contentType": "application/json",
253
+ "schema": {
254
+ "type": "object",
255
+ "properties": {
256
+ "formid": {
257
+ "type": "string",
258
+ "description": "It must be a fixed value",
259
+ "const": "HS_HSBillCostAnalysis",
260
+ "default": "HS_HSBillCostAnalysis"
261
+ },
262
+ "data": {
263
+ "type": "object",
264
+ "required": [
265
+ "FieldKeys",
266
+ "Model"
267
+ ],
268
+ "properties": {
269
+ "FieldKeys": {
270
+ "type": "string",
271
+ "description": "需查询的字段key集合"
272
+ },
273
+ "SchemeId": {
274
+ "type": "string",
275
+ "description": "过滤方案内码"
276
+ },
277
+ "StartRow": {
278
+ "type": "integer",
279
+ "description": "开始行索引",
280
+ "default": 0
281
+ },
282
+ "Limit": {
283
+ "type": "integer",
284
+ "description": "最大行数",
285
+ "default": 2000
286
+ },
287
+ "IsVerifyBaseDataField": {
288
+ "type": "boolean",
289
+ "description": "是否验证所有的基础资料有效性",
290
+ "default": true
291
+ },
292
+ "Model": {
293
+ "type": "object",
294
+ "required": [
295
+ "FCurrency",
296
+ "FDeadLine",
297
+ "FACCTBOOKID",
298
+ "FMatchType",
299
+ "FMUTILACCTBOOKID"
300
+ ],
301
+ "description": "表单数据包",
302
+ "default": {},
303
+ "properties": {
304
+ "FCurrency": {
305
+ "type": "string",
306
+ "description": "过滤方案内码"
307
+ },
308
+ "FBalance": {
309
+ "type": "string",
310
+ "description": "币别"
311
+ },
312
+ "FShowForbidenAcct": {
313
+ "type": "boolean",
314
+ "description": "显示禁用科目",
315
+ "default": false
316
+ },
317
+ "FShowNopostedVch": {
318
+ "type": "boolean",
319
+ "description": "包括未过账凭证",
320
+ "default": false
321
+ },
322
+ "FFlexGroup": {
323
+ "type": "string",
324
+ "description": "过滤方案内码"
325
+ },
326
+ "FDeadLine": {
327
+ "type": "string",
328
+ "description": "截止日期",
329
+ "default": "1900-01-01"
330
+ },
331
+ "FFlex": {
332
+ "type": "string",
333
+ "description": "核算维度"
334
+ },
335
+ "FFlexNumberFrom": {
336
+ "type": "string",
337
+ "description": "核算维度编码"
338
+ },
339
+ "FShowFullName": {
340
+ "type": "boolean",
341
+ "description": "显示科目全名",
342
+ "default": false
343
+ },
344
+ "FUseFlexGroup": {
345
+ "type": "boolean",
346
+ "description": "使用核算维度组合查询",
347
+ "default": false
348
+ },
349
+ "FFlexNumberTo": {
350
+ "type": "string",
351
+ "description": "至"
352
+ },
353
+ "FMultiAcctMerge": {
354
+ "type": "boolean",
355
+ "description": "多科目合并显示",
356
+ "default": false
357
+ },
358
+ "FFlexGRPSerialized": {
359
+ "type": "string",
360
+ "description": "序列化后的核算维度组合"
361
+ },
362
+ "FFlexRadioGroup": {
363
+ "type": "string",
364
+ "description": "单选按钮组"
365
+ },
366
+ "FFlexContinuous": {
367
+ "type": "string",
368
+ "description": "连续核算维度范围查询"
369
+ },
370
+ "FFlexUncontinuous": {
371
+ "type": "string",
372
+ "description": "非连续核算维度范围查询"
373
+ },
374
+ "FFlexNumber": {
375
+ "type": "string",
376
+ "description": "核算维度编码"
377
+ },
378
+ "FShowAgingGrpPercent": {
379
+ "type": "boolean",
380
+ "description": "显示账龄分组的占比",
381
+ "default": false
382
+ },
383
+ "FShowVoucher": {
384
+ "type": "boolean",
385
+ "description": "按凭证显示",
386
+ "default": false
387
+ },
388
+ "FShowFlexTotal": {
389
+ "type": "boolean",
390
+ "description": "显示核算维度小计",
391
+ "default": false
392
+ },
393
+ "FShowAcctTotal": {
394
+ "type": "boolean",
395
+ "description": "显示科目小计",
396
+ "default": false
397
+ },
398
+ "FACCTBOOKID": {
399
+ "type": "object",
400
+ "required": [],
401
+ "properties": {
402
+ "FNUMBER": {
403
+ "type": "string",
404
+ "description": ""
405
+ }
406
+ }
407
+ },
408
+ "FMatchType": {
409
+ "type": "string",
410
+ "description": "匹配方式"
411
+ },
412
+ "FNegativeMatch": {
413
+ "type": "boolean",
414
+ "description": "负数发生额不优先匹配",
415
+ "default": false
416
+ },
417
+ "FSameAmountMatch": {
418
+ "type": "boolean",
419
+ "description": "相同金额优先匹配",
420
+ "default": false
421
+ },
422
+ "FEXCLUDEADJUSTVCH": {
423
+ "type": "boolean",
424
+ "description": "不包含调整期凭证",
425
+ "default": false
426
+ },
427
+ "FUseAnyFlex": {
428
+ "type": "boolean",
429
+ "description": "显示包含维度组合中任一维度的科目",
430
+ "default": false
431
+ },
432
+ "FMUTILACCTBOOKID": {
433
+ "type": "array",
434
+ "description": "账簿",
435
+ "required": [],
436
+ "default": []
437
+ },
438
+ "FAgingGroupEntity": {
439
+ "type": "array",
440
+ "required": [],
441
+ "default": []
442
+ }
443
+ }
444
+ }
445
+ }
446
+ }
447
+ },
448
+ "required": [
449
+ "formid",
450
+ "data"
451
+ ]
452
+ }
453
+ },
454
+ "enabled": true
455
+ },
456
+ {
457
+ "name": "hs_hsbill_list_get_sys_repor_data",
458
+ "title": "核算单据查询-查询报表数据",
459
+ "description": "核算单据查询-查询报表数据",
460
+ "method": "POST",
461
+ "baseUrl": "${KINGDEE_DOMAIN:}",
462
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.GetSysReportData",
463
+ "requestBody": {
464
+ "description": "hs_hsbill_list_get_sys_repor_data",
465
+ "required": true,
466
+ "contentType": "application/json",
467
+ "schema": {
468
+ "type": "object",
469
+ "properties": {
470
+ "formid": {
471
+ "type": "string",
472
+ "description": "It must be a fixed value",
473
+ "const": "HS_HSBillList",
474
+ "default": "HS_HSBillList"
475
+ },
476
+ "data": {
477
+ "type": "object",
478
+ "required": [
479
+ "FieldKeys",
480
+ "Model"
481
+ ],
482
+ "properties": {
483
+ "FieldKeys": {
484
+ "type": "string",
485
+ "description": "需查询的字段key集合"
486
+ },
487
+ "SchemeId": {
488
+ "type": "string",
489
+ "description": "过滤方案内码"
490
+ },
491
+ "StartRow": {
492
+ "type": "integer",
493
+ "description": "开始行索引",
494
+ "default": 0
495
+ },
496
+ "Limit": {
497
+ "type": "integer",
498
+ "description": "最大行数",
499
+ "default": 2000
500
+ },
501
+ "IsVerifyBaseDataField": {
502
+ "type": "boolean",
503
+ "description": "是否验证所有的基础资料有效性",
504
+ "default": true
505
+ },
506
+ "Model": {
507
+ "type": "object",
508
+ "required": [
509
+ "FCurrency",
510
+ "FDeadLine",
511
+ "FACCTBOOKID",
512
+ "FMatchType",
513
+ "FMUTILACCTBOOKID"
514
+ ],
515
+ "description": "表单数据包",
516
+ "default": {},
517
+ "properties": {
518
+ "FCurrency": {
519
+ "type": "string",
520
+ "description": "过滤方案内码"
521
+ },
522
+ "FBalance": {
523
+ "type": "string",
524
+ "description": "币别"
525
+ },
526
+ "FShowForbidenAcct": {
527
+ "type": "boolean",
528
+ "description": "显示禁用科目",
529
+ "default": false
530
+ },
531
+ "FShowNopostedVch": {
532
+ "type": "boolean",
533
+ "description": "包括未过账凭证",
534
+ "default": false
535
+ },
536
+ "FFlexGroup": {
537
+ "type": "string",
538
+ "description": "过滤方案内码"
539
+ },
540
+ "FDeadLine": {
541
+ "type": "string",
542
+ "description": "截止日期",
543
+ "default": "1900-01-01"
544
+ },
545
+ "FFlex": {
546
+ "type": "string",
547
+ "description": "核算维度"
548
+ },
549
+ "FFlexNumberFrom": {
550
+ "type": "string",
551
+ "description": "核算维度编码"
552
+ },
553
+ "FShowFullName": {
554
+ "type": "boolean",
555
+ "description": "显示科目全名",
556
+ "default": false
557
+ },
558
+ "FUseFlexGroup": {
559
+ "type": "boolean",
560
+ "description": "使用核算维度组合查询",
561
+ "default": false
562
+ },
563
+ "FFlexNumberTo": {
564
+ "type": "string",
565
+ "description": "至"
566
+ },
567
+ "FMultiAcctMerge": {
568
+ "type": "boolean",
569
+ "description": "多科目合并显示",
570
+ "default": false
571
+ },
572
+ "FFlexGRPSerialized": {
573
+ "type": "string",
574
+ "description": "序列化后的核算维度组合"
575
+ },
576
+ "FFlexRadioGroup": {
577
+ "type": "string",
578
+ "description": "单选按钮组"
579
+ },
580
+ "FFlexContinuous": {
581
+ "type": "string",
582
+ "description": "连续核算维度范围查询"
583
+ },
584
+ "FFlexUncontinuous": {
585
+ "type": "string",
586
+ "description": "非连续核算维度范围查询"
587
+ },
588
+ "FFlexNumber": {
589
+ "type": "string",
590
+ "description": "核算维度编码"
591
+ },
592
+ "FShowAgingGrpPercent": {
593
+ "type": "boolean",
594
+ "description": "显示账龄分组的占比",
595
+ "default": false
596
+ },
597
+ "FShowVoucher": {
598
+ "type": "boolean",
599
+ "description": "按凭证显示",
600
+ "default": false
601
+ },
602
+ "FShowFlexTotal": {
603
+ "type": "boolean",
604
+ "description": "显示核算维度小计",
605
+ "default": false
606
+ },
607
+ "FShowAcctTotal": {
608
+ "type": "boolean",
609
+ "description": "显示科目小计",
610
+ "default": false
611
+ },
612
+ "FACCTBOOKID": {
613
+ "type": "object",
614
+ "required": [],
615
+ "properties": {
616
+ "FNUMBER": {
617
+ "type": "string",
618
+ "description": ""
619
+ }
620
+ }
621
+ },
622
+ "FMatchType": {
623
+ "type": "string",
624
+ "description": "匹配方式"
625
+ },
626
+ "FNegativeMatch": {
627
+ "type": "boolean",
628
+ "description": "负数发生额不优先匹配",
629
+ "default": false
630
+ },
631
+ "FSameAmountMatch": {
632
+ "type": "boolean",
633
+ "description": "相同金额优先匹配",
634
+ "default": false
635
+ },
636
+ "FEXCLUDEADJUSTVCH": {
637
+ "type": "boolean",
638
+ "description": "不包含调整期凭证",
639
+ "default": false
640
+ },
641
+ "FUseAnyFlex": {
642
+ "type": "boolean",
643
+ "description": "显示包含维度组合中任一维度的科目",
644
+ "default": false
645
+ },
646
+ "FMUTILACCTBOOKID": {
647
+ "type": "array",
648
+ "description": "账簿",
649
+ "required": [],
650
+ "default": []
651
+ },
652
+ "FAgingGroupEntity": {
653
+ "type": "array",
654
+ "required": [],
655
+ "default": []
656
+ }
657
+ }
658
+ }
659
+ }
660
+ }
661
+ },
662
+ "required": [
663
+ "formid",
664
+ "data"
665
+ ]
666
+ }
667
+ },
668
+ "enabled": true
669
+ },
670
+ {},
671
+ {
672
+ "name": "hs_material_cost_library_get_sys_repor_data",
673
+ "title": "物料成本库-查询报表数据",
674
+ "description": "物料成本库-查询报表数据",
675
+ "method": "POST",
676
+ "baseUrl": "${KINGDEE_DOMAIN:}",
677
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.GetSysReportData",
678
+ "requestBody": {
679
+ "description": "hs_material_cost_library_get_sys_repor_data",
680
+ "required": true,
681
+ "contentType": "application/json",
682
+ "schema": {
683
+ "type": "object",
684
+ "properties": {
685
+ "formid": {
686
+ "type": "string",
687
+ "description": "It must be a fixed value",
688
+ "const": "HS_MaterialCostLibrary",
689
+ "default": "HS_MaterialCostLibrary"
690
+ },
691
+ "data": {
692
+ "type": "object",
693
+ "required": [
694
+ "FieldKeys",
695
+ "Model"
696
+ ],
697
+ "properties": {
698
+ "FieldKeys": {
699
+ "type": "string",
700
+ "description": "需查询的字段key集合"
701
+ },
702
+ "SchemeId": {
703
+ "type": "string",
704
+ "description": "过滤方案内码"
705
+ },
706
+ "StartRow": {
707
+ "type": "integer",
708
+ "description": "开始行索引",
709
+ "default": 0
710
+ },
711
+ "Limit": {
712
+ "type": "integer",
713
+ "description": "最大行数",
714
+ "default": 2000
715
+ },
716
+ "IsVerifyBaseDataField": {
717
+ "type": "boolean",
718
+ "description": "是否验证所有的基础资料有效性",
719
+ "default": true
720
+ },
721
+ "Model": {
722
+ "type": "object",
723
+ "required": [
724
+ "FCurrency",
725
+ "FDeadLine",
726
+ "FACCTBOOKID",
727
+ "FMatchType",
728
+ "FMUTILACCTBOOKID"
729
+ ],
730
+ "description": "表单数据包",
731
+ "default": {},
732
+ "properties": {
733
+ "FCurrency": {
734
+ "type": "string",
735
+ "description": "过滤方案内码"
736
+ },
737
+ "FBalance": {
738
+ "type": "string",
739
+ "description": "币别"
740
+ },
741
+ "FShowForbidenAcct": {
742
+ "type": "boolean",
743
+ "description": "显示禁用科目",
744
+ "default": false
745
+ },
746
+ "FShowNopostedVch": {
747
+ "type": "boolean",
748
+ "description": "包括未过账凭证",
749
+ "default": false
750
+ },
751
+ "FFlexGroup": {
752
+ "type": "string",
753
+ "description": "过滤方案内码"
754
+ },
755
+ "FDeadLine": {
756
+ "type": "string",
757
+ "description": "截止日期",
758
+ "default": "1900-01-01"
759
+ },
760
+ "FFlex": {
761
+ "type": "string",
762
+ "description": "核算维度"
763
+ },
764
+ "FFlexNumberFrom": {
765
+ "type": "string",
766
+ "description": "核算维度编码"
767
+ },
768
+ "FShowFullName": {
769
+ "type": "boolean",
770
+ "description": "显示科目全名",
771
+ "default": false
772
+ },
773
+ "FUseFlexGroup": {
774
+ "type": "boolean",
775
+ "description": "使用核算维度组合查询",
776
+ "default": false
777
+ },
778
+ "FFlexNumberTo": {
779
+ "type": "string",
780
+ "description": "至"
781
+ },
782
+ "FMultiAcctMerge": {
783
+ "type": "boolean",
784
+ "description": "多科目合并显示",
785
+ "default": false
786
+ },
787
+ "FFlexGRPSerialized": {
788
+ "type": "string",
789
+ "description": "序列化后的核算维度组合"
790
+ },
791
+ "FFlexRadioGroup": {
792
+ "type": "string",
793
+ "description": "单选按钮组"
794
+ },
795
+ "FFlexContinuous": {
796
+ "type": "string",
797
+ "description": "连续核算维度范围查询"
798
+ },
799
+ "FFlexUncontinuous": {
800
+ "type": "string",
801
+ "description": "非连续核算维度范围查询"
802
+ },
803
+ "FFlexNumber": {
804
+ "type": "string",
805
+ "description": "核算维度编码"
806
+ },
807
+ "FShowAgingGrpPercent": {
808
+ "type": "boolean",
809
+ "description": "显示账龄分组的占比",
810
+ "default": false
811
+ },
812
+ "FShowVoucher": {
813
+ "type": "boolean",
814
+ "description": "按凭证显示",
815
+ "default": false
816
+ },
817
+ "FShowFlexTotal": {
818
+ "type": "boolean",
819
+ "description": "显示核算维度小计",
820
+ "default": false
821
+ },
822
+ "FShowAcctTotal": {
823
+ "type": "boolean",
824
+ "description": "显示科目小计",
825
+ "default": false
826
+ },
827
+ "FACCTBOOKID": {
828
+ "type": "object",
829
+ "required": [],
830
+ "properties": {
831
+ "FNUMBER": {
832
+ "type": "string",
833
+ "description": ""
834
+ }
835
+ }
836
+ },
837
+ "FMatchType": {
838
+ "type": "string",
839
+ "description": "匹配方式"
840
+ },
841
+ "FNegativeMatch": {
842
+ "type": "boolean",
843
+ "description": "负数发生额不优先匹配",
844
+ "default": false
845
+ },
846
+ "FSameAmountMatch": {
847
+ "type": "boolean",
848
+ "description": "相同金额优先匹配",
849
+ "default": false
850
+ },
851
+ "FEXCLUDEADJUSTVCH": {
852
+ "type": "boolean",
853
+ "description": "不包含调整期凭证",
854
+ "default": false
855
+ },
856
+ "FUseAnyFlex": {
857
+ "type": "boolean",
858
+ "description": "显示包含维度组合中任一维度的科目",
859
+ "default": false
860
+ },
861
+ "FMUTILACCTBOOKID": {
862
+ "type": "array",
863
+ "description": "账簿",
864
+ "required": [],
865
+ "default": []
866
+ },
867
+ "FAgingGroupEntity": {
868
+ "type": "array",
869
+ "required": [],
870
+ "default": []
871
+ }
872
+ }
873
+ }
874
+ }
875
+ }
876
+ },
877
+ "required": [
878
+ "formid",
879
+ "data"
880
+ ]
881
+ }
882
+ },
883
+ "enabled": true
884
+ },
885
+ {
886
+ "name": "hs_purchase_get_sys_repor_data",
887
+ "title": "采购明细表-查询报表数据",
888
+ "description": "采购明细表-查询报表数据",
889
+ "method": "POST",
890
+ "baseUrl": "${KINGDEE_DOMAIN:}",
891
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.GetSysReportData",
892
+ "requestBody": {
893
+ "description": "hs_purchase_get_sys_repor_data",
894
+ "required": true,
895
+ "contentType": "application/json",
896
+ "schema": {
897
+ "type": "object",
898
+ "properties": {
899
+ "formid": {
900
+ "type": "string",
901
+ "description": "It must be a fixed value",
902
+ "const": "HS_PURCHASE",
903
+ "default": "HS_PURCHASE"
904
+ },
905
+ "data": {
906
+ "type": "object",
907
+ "required": [
908
+ "FieldKeys",
909
+ "Model"
910
+ ],
911
+ "properties": {
912
+ "FieldKeys": {
913
+ "type": "string",
914
+ "description": "需查询的字段key集合"
915
+ },
916
+ "SchemeId": {
917
+ "type": "string",
918
+ "description": "过滤方案内码"
919
+ },
920
+ "StartRow": {
921
+ "type": "integer",
922
+ "description": "开始行索引",
923
+ "default": 0
924
+ },
925
+ "Limit": {
926
+ "type": "integer",
927
+ "description": "最大行数",
928
+ "default": 2000
929
+ },
930
+ "IsVerifyBaseDataField": {
931
+ "type": "boolean",
932
+ "description": "是否验证所有的基础资料有效性",
933
+ "default": true
934
+ },
935
+ "Model": {
936
+ "type": "object",
937
+ "required": [
938
+ "FCurrency",
939
+ "FDeadLine",
940
+ "FACCTBOOKID",
941
+ "FMatchType",
942
+ "FMUTILACCTBOOKID"
943
+ ],
944
+ "description": "表单数据包",
945
+ "default": {},
946
+ "properties": {
947
+ "FCurrency": {
948
+ "type": "string",
949
+ "description": "过滤方案内码"
950
+ },
951
+ "FBalance": {
952
+ "type": "string",
953
+ "description": "币别"
954
+ },
955
+ "FShowForbidenAcct": {
956
+ "type": "boolean",
957
+ "description": "显示禁用科目",
958
+ "default": false
959
+ },
960
+ "FShowNopostedVch": {
961
+ "type": "boolean",
962
+ "description": "包括未过账凭证",
963
+ "default": false
964
+ },
965
+ "FFlexGroup": {
966
+ "type": "string",
967
+ "description": "过滤方案内码"
968
+ },
969
+ "FDeadLine": {
970
+ "type": "string",
971
+ "description": "截止日期",
972
+ "default": "1900-01-01"
973
+ },
974
+ "FFlex": {
975
+ "type": "string",
976
+ "description": "核算维度"
977
+ },
978
+ "FFlexNumberFrom": {
979
+ "type": "string",
980
+ "description": "核算维度编码"
981
+ },
982
+ "FShowFullName": {
983
+ "type": "boolean",
984
+ "description": "显示科目全名",
985
+ "default": false
986
+ },
987
+ "FUseFlexGroup": {
988
+ "type": "boolean",
989
+ "description": "使用核算维度组合查询",
990
+ "default": false
991
+ },
992
+ "FFlexNumberTo": {
993
+ "type": "string",
994
+ "description": "至"
995
+ },
996
+ "FMultiAcctMerge": {
997
+ "type": "boolean",
998
+ "description": "多科目合并显示",
999
+ "default": false
1000
+ },
1001
+ "FFlexGRPSerialized": {
1002
+ "type": "string",
1003
+ "description": "序列化后的核算维度组合"
1004
+ },
1005
+ "FFlexRadioGroup": {
1006
+ "type": "string",
1007
+ "description": "单选按钮组"
1008
+ },
1009
+ "FFlexContinuous": {
1010
+ "type": "string",
1011
+ "description": "连续核算维度范围查询"
1012
+ },
1013
+ "FFlexUncontinuous": {
1014
+ "type": "string",
1015
+ "description": "非连续核算维度范围查询"
1016
+ },
1017
+ "FFlexNumber": {
1018
+ "type": "string",
1019
+ "description": "核算维度编码"
1020
+ },
1021
+ "FShowAgingGrpPercent": {
1022
+ "type": "boolean",
1023
+ "description": "显示账龄分组的占比",
1024
+ "default": false
1025
+ },
1026
+ "FShowVoucher": {
1027
+ "type": "boolean",
1028
+ "description": "按凭证显示",
1029
+ "default": false
1030
+ },
1031
+ "FShowFlexTotal": {
1032
+ "type": "boolean",
1033
+ "description": "显示核算维度小计",
1034
+ "default": false
1035
+ },
1036
+ "FShowAcctTotal": {
1037
+ "type": "boolean",
1038
+ "description": "显示科目小计",
1039
+ "default": false
1040
+ },
1041
+ "FACCTBOOKID": {
1042
+ "type": "object",
1043
+ "required": [],
1044
+ "properties": {
1045
+ "FNUMBER": {
1046
+ "type": "string",
1047
+ "description": ""
1048
+ }
1049
+ }
1050
+ },
1051
+ "FMatchType": {
1052
+ "type": "string",
1053
+ "description": "匹配方式"
1054
+ },
1055
+ "FNegativeMatch": {
1056
+ "type": "boolean",
1057
+ "description": "负数发生额不优先匹配",
1058
+ "default": false
1059
+ },
1060
+ "FSameAmountMatch": {
1061
+ "type": "boolean",
1062
+ "description": "相同金额优先匹配",
1063
+ "default": false
1064
+ },
1065
+ "FEXCLUDEADJUSTVCH": {
1066
+ "type": "boolean",
1067
+ "description": "不包含调整期凭证",
1068
+ "default": false
1069
+ },
1070
+ "FUseAnyFlex": {
1071
+ "type": "boolean",
1072
+ "description": "显示包含维度组合中任一维度的科目",
1073
+ "default": false
1074
+ },
1075
+ "FMUTILACCTBOOKID": {
1076
+ "type": "array",
1077
+ "description": "账簿",
1078
+ "required": [],
1079
+ "default": []
1080
+ },
1081
+ "FAgingGroupEntity": {
1082
+ "type": "array",
1083
+ "required": [],
1084
+ "default": []
1085
+ }
1086
+ }
1087
+ }
1088
+ }
1089
+ }
1090
+ },
1091
+ "required": [
1092
+ "formid",
1093
+ "data"
1094
+ ]
1095
+ }
1096
+ },
1097
+ "enabled": true
1098
+ },
1099
+ {
1100
+ "name": "hs_saleslist_get_sys_repor_data",
1101
+ "title": "销售明细表-查询报表数据",
1102
+ "description": "销售明细表-查询报表数据",
1103
+ "method": "POST",
1104
+ "baseUrl": "${KINGDEE_DOMAIN:}",
1105
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.GetSysReportData",
1106
+ "requestBody": {
1107
+ "description": "hs_saleslist_get_sys_repor_data",
1108
+ "required": true,
1109
+ "contentType": "application/json",
1110
+ "schema": {
1111
+ "type": "object",
1112
+ "properties": {
1113
+ "formid": {
1114
+ "type": "string",
1115
+ "description": "It must be a fixed value",
1116
+ "const": "HS_SALESLIST",
1117
+ "default": "HS_SALESLIST"
1118
+ },
1119
+ "data": {
1120
+ "type": "object",
1121
+ "required": [
1122
+ "FieldKeys",
1123
+ "Model"
1124
+ ],
1125
+ "properties": {
1126
+ "FieldKeys": {
1127
+ "type": "string",
1128
+ "description": "需查询的字段key集合"
1129
+ },
1130
+ "SchemeId": {
1131
+ "type": "string",
1132
+ "description": "过滤方案内码"
1133
+ },
1134
+ "StartRow": {
1135
+ "type": "integer",
1136
+ "description": "开始行索引",
1137
+ "default": 0
1138
+ },
1139
+ "Limit": {
1140
+ "type": "integer",
1141
+ "description": "最大行数",
1142
+ "default": 2000
1143
+ },
1144
+ "IsVerifyBaseDataField": {
1145
+ "type": "boolean",
1146
+ "description": "是否验证所有的基础资料有效性",
1147
+ "default": true
1148
+ },
1149
+ "Model": {
1150
+ "type": "object",
1151
+ "required": [
1152
+ "FCurrency",
1153
+ "FDeadLine",
1154
+ "FACCTBOOKID",
1155
+ "FMatchType",
1156
+ "FMUTILACCTBOOKID"
1157
+ ],
1158
+ "description": "表单数据包",
1159
+ "default": {},
1160
+ "properties": {
1161
+ "FCurrency": {
1162
+ "type": "string",
1163
+ "description": "过滤方案内码"
1164
+ },
1165
+ "FBalance": {
1166
+ "type": "string",
1167
+ "description": "币别"
1168
+ },
1169
+ "FShowForbidenAcct": {
1170
+ "type": "boolean",
1171
+ "description": "显示禁用科目",
1172
+ "default": false
1173
+ },
1174
+ "FShowNopostedVch": {
1175
+ "type": "boolean",
1176
+ "description": "包括未过账凭证",
1177
+ "default": false
1178
+ },
1179
+ "FFlexGroup": {
1180
+ "type": "string",
1181
+ "description": "过滤方案内码"
1182
+ },
1183
+ "FDeadLine": {
1184
+ "type": "string",
1185
+ "description": "截止日期",
1186
+ "default": "1900-01-01"
1187
+ },
1188
+ "FFlex": {
1189
+ "type": "string",
1190
+ "description": "核算维度"
1191
+ },
1192
+ "FFlexNumberFrom": {
1193
+ "type": "string",
1194
+ "description": "核算维度编码"
1195
+ },
1196
+ "FShowFullName": {
1197
+ "type": "boolean",
1198
+ "description": "显示科目全名",
1199
+ "default": false
1200
+ },
1201
+ "FUseFlexGroup": {
1202
+ "type": "boolean",
1203
+ "description": "使用核算维度组合查询",
1204
+ "default": false
1205
+ },
1206
+ "FFlexNumberTo": {
1207
+ "type": "string",
1208
+ "description": "至"
1209
+ },
1210
+ "FMultiAcctMerge": {
1211
+ "type": "boolean",
1212
+ "description": "多科目合并显示",
1213
+ "default": false
1214
+ },
1215
+ "FFlexGRPSerialized": {
1216
+ "type": "string",
1217
+ "description": "序列化后的核算维度组合"
1218
+ },
1219
+ "FFlexRadioGroup": {
1220
+ "type": "string",
1221
+ "description": "单选按钮组"
1222
+ },
1223
+ "FFlexContinuous": {
1224
+ "type": "string",
1225
+ "description": "连续核算维度范围查询"
1226
+ },
1227
+ "FFlexUncontinuous": {
1228
+ "type": "string",
1229
+ "description": "非连续核算维度范围查询"
1230
+ },
1231
+ "FFlexNumber": {
1232
+ "type": "string",
1233
+ "description": "核算维度编码"
1234
+ },
1235
+ "FShowAgingGrpPercent": {
1236
+ "type": "boolean",
1237
+ "description": "显示账龄分组的占比",
1238
+ "default": false
1239
+ },
1240
+ "FShowVoucher": {
1241
+ "type": "boolean",
1242
+ "description": "按凭证显示",
1243
+ "default": false
1244
+ },
1245
+ "FShowFlexTotal": {
1246
+ "type": "boolean",
1247
+ "description": "显示核算维度小计",
1248
+ "default": false
1249
+ },
1250
+ "FShowAcctTotal": {
1251
+ "type": "boolean",
1252
+ "description": "显示科目小计",
1253
+ "default": false
1254
+ },
1255
+ "FACCTBOOKID": {
1256
+ "type": "object",
1257
+ "required": [],
1258
+ "properties": {
1259
+ "FNUMBER": {
1260
+ "type": "string",
1261
+ "description": ""
1262
+ }
1263
+ }
1264
+ },
1265
+ "FMatchType": {
1266
+ "type": "string",
1267
+ "description": "匹配方式"
1268
+ },
1269
+ "FNegativeMatch": {
1270
+ "type": "boolean",
1271
+ "description": "负数发生额不优先匹配",
1272
+ "default": false
1273
+ },
1274
+ "FSameAmountMatch": {
1275
+ "type": "boolean",
1276
+ "description": "相同金额优先匹配",
1277
+ "default": false
1278
+ },
1279
+ "FEXCLUDEADJUSTVCH": {
1280
+ "type": "boolean",
1281
+ "description": "不包含调整期凭证",
1282
+ "default": false
1283
+ },
1284
+ "FUseAnyFlex": {
1285
+ "type": "boolean",
1286
+ "description": "显示包含维度组合中任一维度的科目",
1287
+ "default": false
1288
+ },
1289
+ "FMUTILACCTBOOKID": {
1290
+ "type": "array",
1291
+ "description": "账簿",
1292
+ "required": [],
1293
+ "default": []
1294
+ },
1295
+ "FAgingGroupEntity": {
1296
+ "type": "array",
1297
+ "required": [],
1298
+ "default": []
1299
+ }
1300
+ }
1301
+ }
1302
+ }
1303
+ }
1304
+ },
1305
+ "required": [
1306
+ "formid",
1307
+ "data"
1308
+ ]
1309
+ }
1310
+ },
1311
+ "enabled": true
1312
+ },
1313
+ {
1314
+ "name": "hs_schedule_acctg_view",
1315
+ "title": "定时核算-查看",
1316
+ "description": "定时核算-查看",
1317
+ "method": "POST",
1318
+ "baseUrl": "${KINGDEE_DOMAIN:}",
1319
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
1320
+ "requestBody": {
1321
+ "description": "hs_schedule_acctg_view",
1322
+ "required": true,
1323
+ "contentType": "application/json",
1324
+ "schema": {
1325
+ "type": "object",
1326
+ "properties": {
1327
+ "formid": {
1328
+ "type": "string",
1329
+ "description": "It must be a fixed value",
1330
+ "const": "HS_ScheduleAcctg",
1331
+ "default": "HS_ScheduleAcctg"
1332
+ },
1333
+ "data": {
1334
+ "type": "object",
1335
+ "required": [
1336
+ "CreateOrgId",
1337
+ "Number",
1338
+ "Id",
1339
+ "IsSortBySeq"
1340
+ ],
1341
+ "properties": {
1342
+ "CreateOrgId": {
1343
+ "type": "integer",
1344
+ "description": "创建者组织内码",
1345
+ "default": 0
1346
+ },
1347
+ "Number": {
1348
+ "type": "string",
1349
+ "description": "单据编码,字符串类型"
1350
+ },
1351
+ "Id": {
1352
+ "type": "string",
1353
+ "description": "表单内码"
1354
+ },
1355
+ "IsSortBySeq": {
1356
+ "type": "boolean",
1357
+ "description": "单据体是否按序号排序",
1358
+ "default": false
1359
+ }
1360
+ }
1361
+ }
1362
+ },
1363
+ "required": [
1364
+ "formid",
1365
+ "data"
1366
+ ]
1367
+ }
1368
+ },
1369
+ "enabled": true
1370
+ },
1371
+ {
1372
+ "name": "hs_stockchangesummaryrpt_get_sys_repor_data",
1373
+ "title": "存货业务分类汇总表-查询报表数据",
1374
+ "description": "存货业务分类汇总表-查询报表数据",
1375
+ "method": "POST",
1376
+ "baseUrl": "${KINGDEE_DOMAIN:}",
1377
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.GetSysReportData",
1378
+ "requestBody": {
1379
+ "description": "hs_stockchangesummaryrpt_get_sys_repor_data",
1380
+ "required": true,
1381
+ "contentType": "application/json",
1382
+ "schema": {
1383
+ "type": "object",
1384
+ "properties": {
1385
+ "formid": {
1386
+ "type": "string",
1387
+ "description": "It must be a fixed value",
1388
+ "const": "HS_STOCKCHANGESUMMARYRPT",
1389
+ "default": "HS_STOCKCHANGESUMMARYRPT"
1390
+ },
1391
+ "data": {
1392
+ "type": "object",
1393
+ "required": [
1394
+ "FieldKeys",
1395
+ "Model"
1396
+ ],
1397
+ "properties": {
1398
+ "FieldKeys": {
1399
+ "type": "string",
1400
+ "description": "需查询的字段key集合"
1401
+ },
1402
+ "SchemeId": {
1403
+ "type": "string",
1404
+ "description": "过滤方案内码"
1405
+ },
1406
+ "StartRow": {
1407
+ "type": "integer",
1408
+ "description": "开始行索引",
1409
+ "default": 0
1410
+ },
1411
+ "Limit": {
1412
+ "type": "integer",
1413
+ "description": "最大行数",
1414
+ "default": 2000
1415
+ },
1416
+ "IsVerifyBaseDataField": {
1417
+ "type": "boolean",
1418
+ "description": "是否验证所有的基础资料有效性",
1419
+ "default": true
1420
+ },
1421
+ "Model": {
1422
+ "type": "object",
1423
+ "required": [
1424
+ "FCurrency",
1425
+ "FDeadLine",
1426
+ "FACCTBOOKID",
1427
+ "FMatchType",
1428
+ "FMUTILACCTBOOKID"
1429
+ ],
1430
+ "description": "表单数据包",
1431
+ "default": {},
1432
+ "properties": {
1433
+ "FCurrency": {
1434
+ "type": "string",
1435
+ "description": "过滤方案内码"
1436
+ },
1437
+ "FBalance": {
1438
+ "type": "string",
1439
+ "description": "币别"
1440
+ },
1441
+ "FShowForbidenAcct": {
1442
+ "type": "boolean",
1443
+ "description": "显示禁用科目",
1444
+ "default": false
1445
+ },
1446
+ "FShowNopostedVch": {
1447
+ "type": "boolean",
1448
+ "description": "包括未过账凭证",
1449
+ "default": false
1450
+ },
1451
+ "FFlexGroup": {
1452
+ "type": "string",
1453
+ "description": "过滤方案内码"
1454
+ },
1455
+ "FDeadLine": {
1456
+ "type": "string",
1457
+ "description": "截止日期",
1458
+ "default": "1900-01-01"
1459
+ },
1460
+ "FFlex": {
1461
+ "type": "string",
1462
+ "description": "核算维度"
1463
+ },
1464
+ "FFlexNumberFrom": {
1465
+ "type": "string",
1466
+ "description": "核算维度编码"
1467
+ },
1468
+ "FShowFullName": {
1469
+ "type": "boolean",
1470
+ "description": "显示科目全名",
1471
+ "default": false
1472
+ },
1473
+ "FUseFlexGroup": {
1474
+ "type": "boolean",
1475
+ "description": "使用核算维度组合查询",
1476
+ "default": false
1477
+ },
1478
+ "FFlexNumberTo": {
1479
+ "type": "string",
1480
+ "description": "至"
1481
+ },
1482
+ "FMultiAcctMerge": {
1483
+ "type": "boolean",
1484
+ "description": "多科目合并显示",
1485
+ "default": false
1486
+ },
1487
+ "FFlexGRPSerialized": {
1488
+ "type": "string",
1489
+ "description": "序列化后的核算维度组合"
1490
+ },
1491
+ "FFlexRadioGroup": {
1492
+ "type": "string",
1493
+ "description": "单选按钮组"
1494
+ },
1495
+ "FFlexContinuous": {
1496
+ "type": "string",
1497
+ "description": "连续核算维度范围查询"
1498
+ },
1499
+ "FFlexUncontinuous": {
1500
+ "type": "string",
1501
+ "description": "非连续核算维度范围查询"
1502
+ },
1503
+ "FFlexNumber": {
1504
+ "type": "string",
1505
+ "description": "核算维度编码"
1506
+ },
1507
+ "FShowAgingGrpPercent": {
1508
+ "type": "boolean",
1509
+ "description": "显示账龄分组的占比",
1510
+ "default": false
1511
+ },
1512
+ "FShowVoucher": {
1513
+ "type": "boolean",
1514
+ "description": "按凭证显示",
1515
+ "default": false
1516
+ },
1517
+ "FShowFlexTotal": {
1518
+ "type": "boolean",
1519
+ "description": "显示核算维度小计",
1520
+ "default": false
1521
+ },
1522
+ "FShowAcctTotal": {
1523
+ "type": "boolean",
1524
+ "description": "显示科目小计",
1525
+ "default": false
1526
+ },
1527
+ "FACCTBOOKID": {
1528
+ "type": "object",
1529
+ "required": [],
1530
+ "properties": {
1531
+ "FNUMBER": {
1532
+ "type": "string",
1533
+ "description": ""
1534
+ }
1535
+ }
1536
+ },
1537
+ "FMatchType": {
1538
+ "type": "string",
1539
+ "description": "匹配方式"
1540
+ },
1541
+ "FNegativeMatch": {
1542
+ "type": "boolean",
1543
+ "description": "负数发生额不优先匹配",
1544
+ "default": false
1545
+ },
1546
+ "FSameAmountMatch": {
1547
+ "type": "boolean",
1548
+ "description": "相同金额优先匹配",
1549
+ "default": false
1550
+ },
1551
+ "FEXCLUDEADJUSTVCH": {
1552
+ "type": "boolean",
1553
+ "description": "不包含调整期凭证",
1554
+ "default": false
1555
+ },
1556
+ "FUseAnyFlex": {
1557
+ "type": "boolean",
1558
+ "description": "显示包含维度组合中任一维度的科目",
1559
+ "default": false
1560
+ },
1561
+ "FMUTILACCTBOOKID": {
1562
+ "type": "array",
1563
+ "description": "账簿",
1564
+ "required": [],
1565
+ "default": []
1566
+ },
1567
+ "FAgingGroupEntity": {
1568
+ "type": "array",
1569
+ "required": [],
1570
+ "default": []
1571
+ }
1572
+ }
1573
+ }
1574
+ }
1575
+ }
1576
+ },
1577
+ "required": [
1578
+ "formid",
1579
+ "data"
1580
+ ]
1581
+ }
1582
+ },
1583
+ "enabled": true
1584
+ },
1585
+ {
1586
+ "name": "hs_suite_son_weight_view",
1587
+ "title": "套件子项权重维护-查看",
1588
+ "description": "套件子项权重维护-查看",
1589
+ "method": "POST",
1590
+ "baseUrl": "${KINGDEE_DOMAIN:}",
1591
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
1592
+ "requestBody": {
1593
+ "description": "hs_suite_son_weight_view",
1594
+ "required": true,
1595
+ "contentType": "application/json",
1596
+ "schema": {
1597
+ "type": "object",
1598
+ "properties": {
1599
+ "formid": {
1600
+ "type": "string",
1601
+ "description": "It must be a fixed value",
1602
+ "const": "HS_SuiteSonWeight",
1603
+ "default": "HS_SuiteSonWeight"
1604
+ },
1605
+ "data": {
1606
+ "type": "object",
1607
+ "required": [
1608
+ "CreateOrgId",
1609
+ "Number",
1610
+ "Id",
1611
+ "IsSortBySeq"
1612
+ ],
1613
+ "properties": {
1614
+ "CreateOrgId": {
1615
+ "type": "integer",
1616
+ "description": "创建者组织内码",
1617
+ "default": 0
1618
+ },
1619
+ "Number": {
1620
+ "type": "string",
1621
+ "description": "单据编码,字符串类型"
1622
+ },
1623
+ "Id": {
1624
+ "type": "string",
1625
+ "description": "表单内码"
1626
+ },
1627
+ "IsSortBySeq": {
1628
+ "type": "boolean",
1629
+ "description": "单据体是否按序号排序",
1630
+ "default": false
1631
+ }
1632
+ }
1633
+ }
1634
+ },
1635
+ "required": [
1636
+ "formid",
1637
+ "data"
1638
+ ]
1639
+ }
1640
+ },
1641
+ "enabled": true
1642
+ },
1643
+ {
1644
+ "name": "hs_timely_in_out_sum_rpt_get_sys_repor_data",
1645
+ "title": "即时收发汇总表-查询报表数据",
1646
+ "description": "即时收发汇总表-查询报表数据",
1647
+ "method": "POST",
1648
+ "baseUrl": "${KINGDEE_DOMAIN:}",
1649
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.GetSysReportData",
1650
+ "requestBody": {
1651
+ "description": "hs_timely_in_out_sum_rpt_get_sys_repor_data",
1652
+ "required": true,
1653
+ "contentType": "application/json",
1654
+ "schema": {
1655
+ "type": "object",
1656
+ "properties": {
1657
+ "formid": {
1658
+ "type": "string",
1659
+ "description": "It must be a fixed value",
1660
+ "const": "HS_TimelyInOutSumRpt",
1661
+ "default": "HS_TimelyInOutSumRpt"
1662
+ },
1663
+ "data": {
1664
+ "type": "object",
1665
+ "required": [
1666
+ "FieldKeys",
1667
+ "Model"
1668
+ ],
1669
+ "properties": {
1670
+ "FieldKeys": {
1671
+ "type": "string",
1672
+ "description": "需查询的字段key集合"
1673
+ },
1674
+ "SchemeId": {
1675
+ "type": "string",
1676
+ "description": "过滤方案内码"
1677
+ },
1678
+ "StartRow": {
1679
+ "type": "integer",
1680
+ "description": "开始行索引",
1681
+ "default": 0
1682
+ },
1683
+ "Limit": {
1684
+ "type": "integer",
1685
+ "description": "最大行数",
1686
+ "default": 2000
1687
+ },
1688
+ "IsVerifyBaseDataField": {
1689
+ "type": "boolean",
1690
+ "description": "是否验证所有的基础资料有效性",
1691
+ "default": true
1692
+ },
1693
+ "Model": {
1694
+ "type": "object",
1695
+ "required": [
1696
+ "FCurrency",
1697
+ "FDeadLine",
1698
+ "FACCTBOOKID",
1699
+ "FMatchType",
1700
+ "FMUTILACCTBOOKID"
1701
+ ],
1702
+ "description": "表单数据包",
1703
+ "default": {},
1704
+ "properties": {
1705
+ "FCurrency": {
1706
+ "type": "string",
1707
+ "description": "过滤方案内码"
1708
+ },
1709
+ "FBalance": {
1710
+ "type": "string",
1711
+ "description": "币别"
1712
+ },
1713
+ "FShowForbidenAcct": {
1714
+ "type": "boolean",
1715
+ "description": "显示禁用科目",
1716
+ "default": false
1717
+ },
1718
+ "FShowNopostedVch": {
1719
+ "type": "boolean",
1720
+ "description": "包括未过账凭证",
1721
+ "default": false
1722
+ },
1723
+ "FFlexGroup": {
1724
+ "type": "string",
1725
+ "description": "过滤方案内码"
1726
+ },
1727
+ "FDeadLine": {
1728
+ "type": "string",
1729
+ "description": "截止日期",
1730
+ "default": "1900-01-01"
1731
+ },
1732
+ "FFlex": {
1733
+ "type": "string",
1734
+ "description": "核算维度"
1735
+ },
1736
+ "FFlexNumberFrom": {
1737
+ "type": "string",
1738
+ "description": "核算维度编码"
1739
+ },
1740
+ "FShowFullName": {
1741
+ "type": "boolean",
1742
+ "description": "显示科目全名",
1743
+ "default": false
1744
+ },
1745
+ "FUseFlexGroup": {
1746
+ "type": "boolean",
1747
+ "description": "使用核算维度组合查询",
1748
+ "default": false
1749
+ },
1750
+ "FFlexNumberTo": {
1751
+ "type": "string",
1752
+ "description": "至"
1753
+ },
1754
+ "FMultiAcctMerge": {
1755
+ "type": "boolean",
1756
+ "description": "多科目合并显示",
1757
+ "default": false
1758
+ },
1759
+ "FFlexGRPSerialized": {
1760
+ "type": "string",
1761
+ "description": "序列化后的核算维度组合"
1762
+ },
1763
+ "FFlexRadioGroup": {
1764
+ "type": "string",
1765
+ "description": "单选按钮组"
1766
+ },
1767
+ "FFlexContinuous": {
1768
+ "type": "string",
1769
+ "description": "连续核算维度范围查询"
1770
+ },
1771
+ "FFlexUncontinuous": {
1772
+ "type": "string",
1773
+ "description": "非连续核算维度范围查询"
1774
+ },
1775
+ "FFlexNumber": {
1776
+ "type": "string",
1777
+ "description": "核算维度编码"
1778
+ },
1779
+ "FShowAgingGrpPercent": {
1780
+ "type": "boolean",
1781
+ "description": "显示账龄分组的占比",
1782
+ "default": false
1783
+ },
1784
+ "FShowVoucher": {
1785
+ "type": "boolean",
1786
+ "description": "按凭证显示",
1787
+ "default": false
1788
+ },
1789
+ "FShowFlexTotal": {
1790
+ "type": "boolean",
1791
+ "description": "显示核算维度小计",
1792
+ "default": false
1793
+ },
1794
+ "FShowAcctTotal": {
1795
+ "type": "boolean",
1796
+ "description": "显示科目小计",
1797
+ "default": false
1798
+ },
1799
+ "FACCTBOOKID": {
1800
+ "type": "object",
1801
+ "required": [],
1802
+ "properties": {
1803
+ "FNUMBER": {
1804
+ "type": "string",
1805
+ "description": ""
1806
+ }
1807
+ }
1808
+ },
1809
+ "FMatchType": {
1810
+ "type": "string",
1811
+ "description": "匹配方式"
1812
+ },
1813
+ "FNegativeMatch": {
1814
+ "type": "boolean",
1815
+ "description": "负数发生额不优先匹配",
1816
+ "default": false
1817
+ },
1818
+ "FSameAmountMatch": {
1819
+ "type": "boolean",
1820
+ "description": "相同金额优先匹配",
1821
+ "default": false
1822
+ },
1823
+ "FEXCLUDEADJUSTVCH": {
1824
+ "type": "boolean",
1825
+ "description": "不包含调整期凭证",
1826
+ "default": false
1827
+ },
1828
+ "FUseAnyFlex": {
1829
+ "type": "boolean",
1830
+ "description": "显示包含维度组合中任一维度的科目",
1831
+ "default": false
1832
+ },
1833
+ "FMUTILACCTBOOKID": {
1834
+ "type": "array",
1835
+ "description": "账簿",
1836
+ "required": [],
1837
+ "default": []
1838
+ },
1839
+ "FAgingGroupEntity": {
1840
+ "type": "array",
1841
+ "required": [],
1842
+ "default": []
1843
+ }
1844
+ }
1845
+ }
1846
+ }
1847
+ }
1848
+ },
1849
+ "required": [
1850
+ "formid",
1851
+ "data"
1852
+ ]
1853
+ }
1854
+ },
1855
+ "enabled": true
1856
+ }
1857
+ ]
1858
+ }