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,1673 @@
1
+ {
2
+ "version": "1.1.5",
3
+ "globals": {
4
+ "timeout": 30000,
5
+ "headers": {
6
+ "User-Agent": "DefinesysMCP/1.0"
7
+ }
8
+ },
9
+ "tools": [
10
+ {
11
+ "name": "ap_ad_final_exchange_rate_view",
12
+ "title": "应付期末调汇单-查看",
13
+ "description": "应付期末调汇单-查看",
14
+ "method": "POST",
15
+ "baseUrl": "${KINGDEE_DOMAIN:}",
16
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
17
+ "requestBody": {
18
+ "description": "ap_ad_final_exchange_rate_view",
19
+ "required": true,
20
+ "contentType": "application/json",
21
+ "schema": {
22
+ "type": "object",
23
+ "properties": {
24
+ "formid": {
25
+ "type": "string",
26
+ "description": "It must be a fixed value",
27
+ "const": "AP_AdFinalExchangeRate",
28
+ "default": "AP_AdFinalExchangeRate"
29
+ },
30
+ "data": {
31
+ "type": "object",
32
+ "required": ["CreateOrgId", "Number", "Id", "IsSortBySeq"],
33
+ "properties": {
34
+ "CreateOrgId": {
35
+ "type": "integer",
36
+ "description": "创建者组织内码",
37
+ "default": 0
38
+ },
39
+ "Number": {
40
+ "type": "string",
41
+ "description": "单据编码,字符串类型"
42
+ },
43
+ "Id": {
44
+ "type": "string",
45
+ "description": "表单内码"
46
+ },
47
+ "IsSortBySeq": {
48
+ "type": "boolean",
49
+ "description": "单据体是否按序号排序",
50
+ "default": false
51
+ }
52
+ }
53
+ }
54
+ },
55
+ "required": ["formid", "data"]
56
+ }
57
+ },
58
+ "enabled": true
59
+ },
60
+ {
61
+ "name": "ap_ad_final_exchange_rate_execute_bill_query",
62
+ "title": "应付期末调汇单-单据查询",
63
+ "description": "应付期末调汇单-单据查询",
64
+ "method": "POST",
65
+ "baseUrl": "${KINGDEE_DOMAIN:}",
66
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery",
67
+ "requestBody": {
68
+ "description": "ap_ad_final_exchange_rate_execute_bill_query",
69
+ "required": true,
70
+ "contentType": "application/json",
71
+ "schema": {
72
+ "type": "object",
73
+ "properties": {
74
+ "data": {
75
+ "type": "object",
76
+ "required": ["FormId", "FieldKeys"],
77
+ "properties": {
78
+ "FormId": {
79
+ "type": "string",
80
+ "description": "It must be a fixed value",
81
+ "const": "AP_AdFinalExchangeRate",
82
+ "default": "AP_AdFinalExchangeRate"
83
+ },
84
+ "FieldKeys": {
85
+ "type": "string",
86
+ "description": "需查询的字段key集合"
87
+ },
88
+ "FilterString": {
89
+ "type": "array",
90
+ "description": "过滤条件",
91
+ "default": []
92
+ },
93
+ "OrderString": {
94
+ "type": "string",
95
+ "description": "排序字段"
96
+ },
97
+ "TopRowCount": {
98
+ "type": "integer",
99
+ "description": "返回总行数",
100
+ "default": 0
101
+ },
102
+ "StartRow": {
103
+ "type": "integer",
104
+ "description": "开始行索引",
105
+ "default": 0
106
+ },
107
+ "Limit": {
108
+ "type": "integer",
109
+ "description": "最大行数",
110
+ "default": 2000
111
+ },
112
+ "SubSystemId": {
113
+ "type": "string",
114
+ "description": "表单所在的子系统内码"
115
+ }
116
+ }
117
+ }
118
+ },
119
+ "required": ["data"]
120
+ }
121
+ },
122
+ "enabled": true
123
+ },
124
+ {
125
+ "name": "ap_adjust_exchange_rate_view",
126
+ "title": "应付调汇单-查看",
127
+ "description": "应付调汇单-查看",
128
+ "method": "POST",
129
+ "baseUrl": "${KINGDEE_DOMAIN:}",
130
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
131
+ "requestBody": {
132
+ "description": "ap_adjust_exchange_rate_view",
133
+ "required": true,
134
+ "contentType": "application/json",
135
+ "schema": {
136
+ "type": "object",
137
+ "properties": {
138
+ "formid": {
139
+ "type": "string",
140
+ "description": "It must be a fixed value",
141
+ "const": "AP_AdjustExchangeRate",
142
+ "default": "AP_AdjustExchangeRate"
143
+ },
144
+ "data": {
145
+ "type": "object",
146
+ "required": ["CreateOrgId", "Number", "Id", "IsSortBySeq"],
147
+ "properties": {
148
+ "CreateOrgId": {
149
+ "type": "integer",
150
+ "description": "创建者组织内码",
151
+ "default": 0
152
+ },
153
+ "Number": {
154
+ "type": "string",
155
+ "description": "单据编码,字符串类型"
156
+ },
157
+ "Id": {
158
+ "type": "string",
159
+ "description": "表单内码"
160
+ },
161
+ "IsSortBySeq": {
162
+ "type": "boolean",
163
+ "description": "单据体是否按序号排序",
164
+ "default": false
165
+ }
166
+ }
167
+ }
168
+ },
169
+ "required": ["formid", "data"]
170
+ }
171
+ },
172
+ "enabled": true
173
+ },
174
+ {
175
+ "name": "ap_adjust_exchange_rate_execute_bill_query",
176
+ "title": "应付调汇单-单据查询",
177
+ "description": "应付调汇单-单据查询",
178
+ "method": "POST",
179
+ "baseUrl": "${KINGDEE_DOMAIN:}",
180
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery",
181
+ "requestBody": {
182
+ "description": "ap_adjust_exchange_rate_execute_bill_query",
183
+ "required": true,
184
+ "contentType": "application/json",
185
+ "schema": {
186
+ "type": "object",
187
+ "properties": {
188
+ "data": {
189
+ "type": "object",
190
+ "required": ["FormId", "FieldKeys"],
191
+ "properties": {
192
+ "FormId": {
193
+ "type": "string",
194
+ "description": "It must be a fixed value",
195
+ "const": "AR_AdjustExchangeRate",
196
+ "default": "AR_AdjustExchangeRate"
197
+ },
198
+ "FieldKeys": {
199
+ "type": "string",
200
+ "description": "需查询的字段key集合"
201
+ },
202
+ "FilterString": {
203
+ "type": "array",
204
+ "description": "过滤条件",
205
+ "default": []
206
+ },
207
+ "OrderString": {
208
+ "type": "string",
209
+ "description": "排序字段"
210
+ },
211
+ "TopRowCount": {
212
+ "type": "integer",
213
+ "description": "返回总行数",
214
+ "default": 0
215
+ },
216
+ "StartRow": {
217
+ "type": "integer",
218
+ "description": "开始行索引",
219
+ "default": 0
220
+ },
221
+ "Limit": {
222
+ "type": "integer",
223
+ "description": "最大行数",
224
+ "default": 2000
225
+ },
226
+ "SubSystemId": {
227
+ "type": "string",
228
+ "description": "表单所在的子系统内码"
229
+ }
230
+ }
231
+ }
232
+ },
233
+ "required": ["data"]
234
+ }
235
+ },
236
+ "enabled": true
237
+ },
238
+ {
239
+ "name": "ap_aging_analysis_get_sys_repor_data",
240
+ "title": "应付款账龄分析表-查询报表数据",
241
+ "description": "应付款账龄分析表-查询报表数据",
242
+ "method": "POST",
243
+ "baseUrl": "${KINGDEE_DOMAIN:}",
244
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.GetSysReportData",
245
+ "requestBody": {
246
+ "description": "ap_aging_analysis_get_sys_repor_data",
247
+ "required": true,
248
+ "contentType": "application/json",
249
+ "schema": {
250
+ "type": "object",
251
+ "properties": {
252
+ "formid": {
253
+ "type": "string",
254
+ "description": "It must be a fixed value",
255
+ "const": "AP_AgingAnalysis",
256
+ "default": "AP_AgingAnalysis"
257
+ },
258
+ "data": {
259
+ "type": "object",
260
+ "required": ["FieldKeys", "Model"],
261
+ "properties": {
262
+ "FieldKeys": {
263
+ "type": "string",
264
+ "description": "需查询的字段key集合"
265
+ },
266
+ "SchemeId": {
267
+ "type": "string",
268
+ "description": "过滤方案内码"
269
+ },
270
+ "StartRow": {
271
+ "type": "integer",
272
+ "description": "开始行索引",
273
+ "default": 0
274
+ },
275
+ "Limit": {
276
+ "type": "integer",
277
+ "description": "最大行数",
278
+ "default": 2000
279
+ },
280
+ "IsVerifyBaseDataField": {
281
+ "type": "boolean",
282
+ "description": "是否验证所有的基础资料有效性",
283
+ "default": true
284
+ },
285
+ "Model": {
286
+ "type": "object",
287
+ "required": ["FCurrency", "FDeadLine", "FACCTBOOKID", "FMatchType", "FMUTILACCTBOOKID"],
288
+ "description": "表单数据包",
289
+ "default": {}
290
+ , "properties": {
291
+ "FCurrency": {
292
+ "type": "string",
293
+ "description": "过滤方案内码"
294
+ },
295
+ "FBalance": {
296
+ "type": "string",
297
+ "description": "币别"
298
+ },
299
+ "FShowForbidenAcct": {
300
+ "type": "boolean",
301
+ "description": "显示禁用科目",
302
+ "default": false
303
+ },
304
+ "FShowNopostedVch": {
305
+ "type": "boolean",
306
+ "description": "包括未过账凭证",
307
+ "default": false
308
+ },
309
+ "FFlexGroup": {
310
+ "type": "string",
311
+ "description": "过滤方案内码"
312
+ },
313
+ "FDeadLine": {
314
+ "type": "string",
315
+ "description": "截止日期",
316
+ "default": "1900-01-01"
317
+ },
318
+ "FFlex": {
319
+ "type": "string",
320
+ "description": "核算维度"
321
+ },
322
+ "FFlexNumberFrom": {
323
+ "type": "string",
324
+ "description": "核算维度编码"
325
+ },
326
+ "FShowFullName": {
327
+ "type": "boolean",
328
+ "description": "显示科目全名",
329
+ "default": false
330
+ },
331
+ "FUseFlexGroup": {
332
+ "type": "boolean",
333
+ "description": "使用核算维度组合查询",
334
+ "default": false
335
+ },
336
+ "FFlexNumberTo": {
337
+ "type": "string",
338
+ "description": "至"
339
+ },
340
+ "FMultiAcctMerge": {
341
+ "type": "boolean",
342
+ "description": "多科目合并显示",
343
+ "default": false
344
+ },
345
+ "FFlexGRPSerialized": {
346
+ "type": "string",
347
+ "description": "序列化后的核算维度组合"
348
+ },
349
+ "FFlexRadioGroup": {
350
+ "type": "string",
351
+ "description": "单选按钮组"
352
+ },
353
+ "FFlexContinuous": {
354
+ "type": "string",
355
+ "description": "连续核算维度范围查询"
356
+ },
357
+ "FFlexUncontinuous": {
358
+ "type": "string",
359
+ "description": "非连续核算维度范围查询"
360
+ },
361
+ "FFlexNumber": {
362
+ "type": "string",
363
+ "description": "核算维度编码"
364
+ },
365
+ "FShowAgingGrpPercent": {
366
+ "type": "boolean",
367
+ "description": "显示账龄分组的占比",
368
+ "default": false
369
+ },
370
+ "FShowVoucher": {
371
+ "type": "boolean",
372
+ "description": "按凭证显示",
373
+ "default": false
374
+ },
375
+ "FShowFlexTotal": {
376
+ "type": "boolean",
377
+ "description": "显示核算维度小计",
378
+ "default": false
379
+ },
380
+ "FShowAcctTotal": {
381
+ "type": "boolean",
382
+ "description": "显示科目小计",
383
+ "default": false
384
+ },
385
+ "FACCTBOOKID": {
386
+ "type": "object",
387
+ "required": [],
388
+ "properties": {
389
+ "FNUMBER": {
390
+ "type": "string",
391
+ "description": ""
392
+ }
393
+ }
394
+ },
395
+ "FMatchType": {
396
+ "type": "string",
397
+ "description": "匹配方式"
398
+ },
399
+ "FNegativeMatch": {
400
+ "type": "boolean",
401
+ "description": "负数发生额不优先匹配",
402
+ "default": false
403
+ },
404
+ "FSameAmountMatch": {
405
+ "type": "boolean",
406
+ "description": "相同金额优先匹配",
407
+ "default": false
408
+ },
409
+ "FEXCLUDEADJUSTVCH": {
410
+ "type": "boolean",
411
+ "description": "不包含调整期凭证",
412
+ "default": false
413
+ },
414
+ "FUseAnyFlex": {
415
+ "type": "boolean",
416
+ "description": "显示包含维度组合中任一维度的科目",
417
+ "default": false
418
+ },
419
+ "FMUTILACCTBOOKID": {
420
+ "type": "array",
421
+ "description": "账簿",
422
+ "required": [],
423
+ "default": []
424
+ },
425
+ "FAgingGroupEntity": {
426
+ "type": "array",
427
+ "required": [],
428
+ "default": []
429
+ }
430
+ }
431
+ }
432
+ }
433
+ }
434
+ },
435
+ "required": ["formid", "data"]
436
+ }
437
+ },
438
+ "enabled": true
439
+ },
440
+ {
441
+ "name": "ap_contact_detail_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_contact_detail_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_ContactDetail",
458
+ "default": "AP_ContactDetail"
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": "ap_iv_detail_report_get_sys_repor_data",
644
+ "title": "应付未开票明细表-查询报表数据",
645
+ "description": "应付未开票明细表-查询报表数据",
646
+ "method": "POST",
647
+ "baseUrl": "${KINGDEE_DOMAIN:}",
648
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.GetSysReportData",
649
+ "requestBody": {
650
+ "description": "ap_iv_detail_report_get_sys_repor_data",
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": "AP_IVDetailReport",
660
+ "default": "AP_IVDetailReport"
661
+ },
662
+ "data": {
663
+ "type": "object",
664
+ "required": ["FieldKeys", "Model"],
665
+ "properties": {
666
+ "FieldKeys": {
667
+ "type": "string",
668
+ "description": "需查询的字段key集合"
669
+ },
670
+ "SchemeId": {
671
+ "type": "string",
672
+ "description": "过滤方案内码"
673
+ },
674
+ "StartRow": {
675
+ "type": "integer",
676
+ "description": "开始行索引",
677
+ "default": 0
678
+ },
679
+ "Limit": {
680
+ "type": "integer",
681
+ "description": "最大行数",
682
+ "default": 2000
683
+ },
684
+ "IsVerifyBaseDataField": {
685
+ "type": "boolean",
686
+ "description": "是否验证所有的基础资料有效性",
687
+ "default": true
688
+ },
689
+ "Model": {
690
+ "type": "object",
691
+ "required": ["FCurrency", "FDeadLine", "FACCTBOOKID", "FMatchType", "FMUTILACCTBOOKID"],
692
+ "description": "表单数据包",
693
+ "default": {}
694
+ , "properties": {
695
+ "FCurrency": {
696
+ "type": "string",
697
+ "description": "过滤方案内码"
698
+ },
699
+ "FBalance": {
700
+ "type": "string",
701
+ "description": "币别"
702
+ },
703
+ "FShowForbidenAcct": {
704
+ "type": "boolean",
705
+ "description": "显示禁用科目",
706
+ "default": false
707
+ },
708
+ "FShowNopostedVch": {
709
+ "type": "boolean",
710
+ "description": "包括未过账凭证",
711
+ "default": false
712
+ },
713
+ "FFlexGroup": {
714
+ "type": "string",
715
+ "description": "过滤方案内码"
716
+ },
717
+ "FDeadLine": {
718
+ "type": "string",
719
+ "description": "截止日期",
720
+ "default": "1900-01-01"
721
+ },
722
+ "FFlex": {
723
+ "type": "string",
724
+ "description": "核算维度"
725
+ },
726
+ "FFlexNumberFrom": {
727
+ "type": "string",
728
+ "description": "核算维度编码"
729
+ },
730
+ "FShowFullName": {
731
+ "type": "boolean",
732
+ "description": "显示科目全名",
733
+ "default": false
734
+ },
735
+ "FUseFlexGroup": {
736
+ "type": "boolean",
737
+ "description": "使用核算维度组合查询",
738
+ "default": false
739
+ },
740
+ "FFlexNumberTo": {
741
+ "type": "string",
742
+ "description": "至"
743
+ },
744
+ "FMultiAcctMerge": {
745
+ "type": "boolean",
746
+ "description": "多科目合并显示",
747
+ "default": false
748
+ },
749
+ "FFlexGRPSerialized": {
750
+ "type": "string",
751
+ "description": "序列化后的核算维度组合"
752
+ },
753
+ "FFlexRadioGroup": {
754
+ "type": "string",
755
+ "description": "单选按钮组"
756
+ },
757
+ "FFlexContinuous": {
758
+ "type": "string",
759
+ "description": "连续核算维度范围查询"
760
+ },
761
+ "FFlexUncontinuous": {
762
+ "type": "string",
763
+ "description": "非连续核算维度范围查询"
764
+ },
765
+ "FFlexNumber": {
766
+ "type": "string",
767
+ "description": "核算维度编码"
768
+ },
769
+ "FShowAgingGrpPercent": {
770
+ "type": "boolean",
771
+ "description": "显示账龄分组的占比",
772
+ "default": false
773
+ },
774
+ "FShowVoucher": {
775
+ "type": "boolean",
776
+ "description": "按凭证显示",
777
+ "default": false
778
+ },
779
+ "FShowFlexTotal": {
780
+ "type": "boolean",
781
+ "description": "显示核算维度小计",
782
+ "default": false
783
+ },
784
+ "FShowAcctTotal": {
785
+ "type": "boolean",
786
+ "description": "显示科目小计",
787
+ "default": false
788
+ },
789
+ "FACCTBOOKID": {
790
+ "type": "object",
791
+ "required": [],
792
+ "properties": {
793
+ "FNUMBER": {
794
+ "type": "string",
795
+ "description": ""
796
+ }
797
+ }
798
+ },
799
+ "FMatchType": {
800
+ "type": "string",
801
+ "description": "匹配方式"
802
+ },
803
+ "FNegativeMatch": {
804
+ "type": "boolean",
805
+ "description": "负数发生额不优先匹配",
806
+ "default": false
807
+ },
808
+ "FSameAmountMatch": {
809
+ "type": "boolean",
810
+ "description": "相同金额优先匹配",
811
+ "default": false
812
+ },
813
+ "FEXCLUDEADJUSTVCH": {
814
+ "type": "boolean",
815
+ "description": "不包含调整期凭证",
816
+ "default": false
817
+ },
818
+ "FUseAnyFlex": {
819
+ "type": "boolean",
820
+ "description": "显示包含维度组合中任一维度的科目",
821
+ "default": false
822
+ },
823
+ "FMUTILACCTBOOKID": {
824
+ "type": "array",
825
+ "description": "账簿",
826
+ "required": [],
827
+ "default": []
828
+ },
829
+ "FAgingGroupEntity": {
830
+ "type": "array",
831
+ "required": [],
832
+ "default": []
833
+ }
834
+ }
835
+ }
836
+ }
837
+ }
838
+ },
839
+ "required": ["formid", "data"]
840
+ }
841
+ },
842
+ "enabled": true
843
+ },
844
+ {
845
+ "name": "ap_maintain_price_view",
846
+ "title": "价格维护表-查看",
847
+ "description": "价格维护表-查看",
848
+ "method": "POST",
849
+ "baseUrl": "${KINGDEE_DOMAIN:}",
850
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
851
+ "requestBody": {
852
+ "description": "ap_maintain_price_view",
853
+ "required": true,
854
+ "contentType": "application/json",
855
+ "schema": {
856
+ "type": "object",
857
+ "properties": {
858
+ "formid": {
859
+ "type": "string",
860
+ "description": "It must be a fixed value",
861
+ "const": "AP_MaintainPrice",
862
+ "default": "AP_MaintainPrice"
863
+ },
864
+ "data": {
865
+ "type": "object",
866
+ "required": ["CreateOrgId", "Number", "Id", "IsSortBySeq"],
867
+ "properties": {
868
+ "CreateOrgId": {
869
+ "type": "integer",
870
+ "description": "创建者组织内码",
871
+ "default": 0
872
+ },
873
+ "Number": {
874
+ "type": "string",
875
+ "description": "单据编码,字符串类型"
876
+ },
877
+ "Id": {
878
+ "type": "string",
879
+ "description": "表单内码"
880
+ },
881
+ "IsSortBySeq": {
882
+ "type": "boolean",
883
+ "description": "单据体是否按序号排序",
884
+ "default": false
885
+ }
886
+ }
887
+ }
888
+ },
889
+ "required": ["formid", "data"]
890
+ }
891
+ },
892
+ "enabled": true
893
+ },
894
+ {
895
+ "name": "ap_maintain_price_execute_bill_query",
896
+ "title": "价格维护表-单据查询",
897
+ "description": "价格维护表-单据查询",
898
+ "method": "POST",
899
+ "baseUrl": "${KINGDEE_DOMAIN:}",
900
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery",
901
+ "requestBody": {
902
+ "description": "ap_maintain_price_execute_bill_query",
903
+ "required": true,
904
+ "contentType": "application/json",
905
+ "schema": {
906
+ "type": "object",
907
+ "properties": {
908
+ "data": {
909
+ "type": "object",
910
+ "required": ["FormId", "FieldKeys"],
911
+ "properties": {
912
+ "FormId": {
913
+ "type": "string",
914
+ "description": "It must be a fixed value",
915
+ "const": "AP_MaintainPrice",
916
+ "default": "AP_MaintainPrice"
917
+ },
918
+ "FieldKeys": {
919
+ "type": "string",
920
+ "description": "需查询的字段key集合"
921
+ },
922
+ "FilterString": {
923
+ "type": "array",
924
+ "description": "过滤条件",
925
+ "default": []
926
+ },
927
+ "OrderString": {
928
+ "type": "string",
929
+ "description": "排序字段"
930
+ },
931
+ "TopRowCount": {
932
+ "type": "integer",
933
+ "description": "返回总行数",
934
+ "default": 0
935
+ },
936
+ "StartRow": {
937
+ "type": "integer",
938
+ "description": "开始行索引",
939
+ "default": 0
940
+ },
941
+ "Limit": {
942
+ "type": "integer",
943
+ "description": "最大行数",
944
+ "default": 2000
945
+ },
946
+ "SubSystemId": {
947
+ "type": "string",
948
+ "description": "表单所在的子系统内码"
949
+ }
950
+ }
951
+ }
952
+ },
953
+ "required": ["data"]
954
+ }
955
+ },
956
+ "enabled": true
957
+ },
958
+ {
959
+ "name": "ap_payable_view",
960
+ "title": "应付单-查看",
961
+ "description": "应付单-查看",
962
+ "method": "POST",
963
+ "baseUrl": "${KINGDEE_DOMAIN:}",
964
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View",
965
+ "requestBody": {
966
+ "description": "ap_payable_view",
967
+ "required": true,
968
+ "contentType": "application/json",
969
+ "schema": {
970
+ "type": "object",
971
+ "properties": {
972
+ "formid": {
973
+ "type": "string",
974
+ "description": "It must be a fixed value",
975
+ "const": "AP_Payable",
976
+ "default": "AP_Payable"
977
+ },
978
+ "data": {
979
+ "type": "object",
980
+ "required": ["CreateOrgId", "Number", "Id", "IsSortBySeq"],
981
+ "properties": {
982
+ "CreateOrgId": {
983
+ "type": "integer",
984
+ "description": "创建者组织内码",
985
+ "default": 0
986
+ },
987
+ "Number": {
988
+ "type": "string",
989
+ "description": "单据编码,字符串类型"
990
+ },
991
+ "Id": {
992
+ "type": "string",
993
+ "description": "表单内码"
994
+ },
995
+ "IsSortBySeq": {
996
+ "type": "boolean",
997
+ "description": "单据体是否按序号排序",
998
+ "default": false
999
+ }
1000
+ }
1001
+ }
1002
+ },
1003
+ "required": ["formid", "data"]
1004
+ }
1005
+ },
1006
+ "enabled": true
1007
+ },
1008
+ {
1009
+ "name": "ap_payable_execute_bill_query",
1010
+ "title": "应付单-单据查询",
1011
+ "description": "应付单-单据查询",
1012
+ "method": "POST",
1013
+ "baseUrl": "${KINGDEE_DOMAIN:}",
1014
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery",
1015
+ "requestBody": {
1016
+ "description": "ap_payable_execute_bill_query",
1017
+ "required": true,
1018
+ "contentType": "application/json",
1019
+ "schema": {
1020
+ "type": "object",
1021
+ "properties": {
1022
+ "FormId": {
1023
+ "type": "string",
1024
+ "description": "It must be a fixed value",
1025
+ "const": "AP_Payable",
1026
+ "default": "AP_Payable"
1027
+ },
1028
+ "FieldKeys": {
1029
+ "type": "string",
1030
+ "description": "需查询的字段key集合"
1031
+ },
1032
+ "FilterString": {
1033
+ "type": "array",
1034
+ "description": "过滤条件",
1035
+ "default": []
1036
+ },
1037
+ "OrderString": {
1038
+ "type": "string",
1039
+ "description": "排序字段"
1040
+ },
1041
+ "TopRowCount": {
1042
+ "type": "integer",
1043
+ "description": "返回总行数",
1044
+ "default": 0
1045
+ },
1046
+ "StartRow": {
1047
+ "type": "integer",
1048
+ "description": "开始行索引",
1049
+ "default": 0
1050
+ },
1051
+ "Limit": {
1052
+ "type": "integer",
1053
+ "description": "最大行数",
1054
+ "default": 2000
1055
+ },
1056
+ "SubSystemId": {
1057
+ "type": "string",
1058
+ "description": "表单所在的子系统内码"
1059
+ }
1060
+ },
1061
+ "required": ["data"]
1062
+ }
1063
+ },
1064
+ "enabled": true
1065
+ },
1066
+ {
1067
+ "name": "ap_payableopendetail_get_sys_repor_data",
1068
+ "title": "应付单开票核销明细表-查询报表数据",
1069
+ "description": "应付单开票核销明细表-查询报表数据",
1070
+ "method": "POST",
1071
+ "baseUrl": "${KINGDEE_DOMAIN:}",
1072
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.GetSysReportData",
1073
+ "requestBody": {
1074
+ "description": "ap_payableopendetail_get_sys_repor_data",
1075
+ "required": true,
1076
+ "contentType": "application/json",
1077
+ "schema": {
1078
+ "type": "object",
1079
+ "properties": {
1080
+ "formid": {
1081
+ "type": "string",
1082
+ "description": "It must be a fixed value",
1083
+ "const": "AP_PAYABLEOPENDETAIL",
1084
+ "default": "AP_PAYABLEOPENDETAIL"
1085
+ },
1086
+ "data": {
1087
+ "type": "object",
1088
+ "required": ["FieldKeys", "Model"],
1089
+ "properties": {
1090
+ "FieldKeys": {
1091
+ "type": "string",
1092
+ "description": "需查询的字段key集合"
1093
+ },
1094
+ "SchemeId": {
1095
+ "type": "string",
1096
+ "description": "过滤方案内码"
1097
+ },
1098
+ "StartRow": {
1099
+ "type": "integer",
1100
+ "description": "开始行索引",
1101
+ "default": 0
1102
+ },
1103
+ "Limit": {
1104
+ "type": "integer",
1105
+ "description": "最大行数",
1106
+ "default": 2000
1107
+ },
1108
+ "IsVerifyBaseDataField": {
1109
+ "type": "boolean",
1110
+ "description": "是否验证所有的基础资料有效性",
1111
+ "default": true
1112
+ },
1113
+ "Model": {
1114
+ "type": "object",
1115
+ "required": ["FCurrency", "FDeadLine", "FACCTBOOKID", "FMatchType", "FMUTILACCTBOOKID"],
1116
+ "description": "表单数据包",
1117
+ "default": {}
1118
+ , "properties": {
1119
+ "FCurrency": {
1120
+ "type": "string",
1121
+ "description": "过滤方案内码"
1122
+ },
1123
+ "FBalance": {
1124
+ "type": "string",
1125
+ "description": "币别"
1126
+ },
1127
+ "FShowForbidenAcct": {
1128
+ "type": "boolean",
1129
+ "description": "显示禁用科目",
1130
+ "default": false
1131
+ },
1132
+ "FShowNopostedVch": {
1133
+ "type": "boolean",
1134
+ "description": "包括未过账凭证",
1135
+ "default": false
1136
+ },
1137
+ "FFlexGroup": {
1138
+ "type": "string",
1139
+ "description": "过滤方案内码"
1140
+ },
1141
+ "FDeadLine": {
1142
+ "type": "string",
1143
+ "description": "截止日期",
1144
+ "default": "1900-01-01"
1145
+ },
1146
+ "FFlex": {
1147
+ "type": "string",
1148
+ "description": "核算维度"
1149
+ },
1150
+ "FFlexNumberFrom": {
1151
+ "type": "string",
1152
+ "description": "核算维度编码"
1153
+ },
1154
+ "FShowFullName": {
1155
+ "type": "boolean",
1156
+ "description": "显示科目全名",
1157
+ "default": false
1158
+ },
1159
+ "FUseFlexGroup": {
1160
+ "type": "boolean",
1161
+ "description": "使用核算维度组合查询",
1162
+ "default": false
1163
+ },
1164
+ "FFlexNumberTo": {
1165
+ "type": "string",
1166
+ "description": "至"
1167
+ },
1168
+ "FMultiAcctMerge": {
1169
+ "type": "boolean",
1170
+ "description": "多科目合并显示",
1171
+ "default": false
1172
+ },
1173
+ "FFlexGRPSerialized": {
1174
+ "type": "string",
1175
+ "description": "序列化后的核算维度组合"
1176
+ },
1177
+ "FFlexRadioGroup": {
1178
+ "type": "string",
1179
+ "description": "单选按钮组"
1180
+ },
1181
+ "FFlexContinuous": {
1182
+ "type": "string",
1183
+ "description": "连续核算维度范围查询"
1184
+ },
1185
+ "FFlexUncontinuous": {
1186
+ "type": "string",
1187
+ "description": "非连续核算维度范围查询"
1188
+ },
1189
+ "FFlexNumber": {
1190
+ "type": "string",
1191
+ "description": "核算维度编码"
1192
+ },
1193
+ "FShowAgingGrpPercent": {
1194
+ "type": "boolean",
1195
+ "description": "显示账龄分组的占比",
1196
+ "default": false
1197
+ },
1198
+ "FShowVoucher": {
1199
+ "type": "boolean",
1200
+ "description": "按凭证显示",
1201
+ "default": false
1202
+ },
1203
+ "FShowFlexTotal": {
1204
+ "type": "boolean",
1205
+ "description": "显示核算维度小计",
1206
+ "default": false
1207
+ },
1208
+ "FShowAcctTotal": {
1209
+ "type": "boolean",
1210
+ "description": "显示科目小计",
1211
+ "default": false
1212
+ },
1213
+ "FACCTBOOKID": {
1214
+ "type": "object",
1215
+ "required": [],
1216
+ "properties": {
1217
+ "FNUMBER": {
1218
+ "type": "string",
1219
+ "description": ""
1220
+ }
1221
+ }
1222
+ },
1223
+ "FMatchType": {
1224
+ "type": "string",
1225
+ "description": "匹配方式"
1226
+ },
1227
+ "FNegativeMatch": {
1228
+ "type": "boolean",
1229
+ "description": "负数发生额不优先匹配",
1230
+ "default": false
1231
+ },
1232
+ "FSameAmountMatch": {
1233
+ "type": "boolean",
1234
+ "description": "相同金额优先匹配",
1235
+ "default": false
1236
+ },
1237
+ "FEXCLUDEADJUSTVCH": {
1238
+ "type": "boolean",
1239
+ "description": "不包含调整期凭证",
1240
+ "default": false
1241
+ },
1242
+ "FUseAnyFlex": {
1243
+ "type": "boolean",
1244
+ "description": "显示包含维度组合中任一维度的科目",
1245
+ "default": false
1246
+ },
1247
+ "FMUTILACCTBOOKID": {
1248
+ "type": "array",
1249
+ "description": "账簿",
1250
+ "required": [],
1251
+ "default": []
1252
+ },
1253
+ "FAgingGroupEntity": {
1254
+ "type": "array",
1255
+ "required": [],
1256
+ "default": []
1257
+ }
1258
+ }
1259
+ }
1260
+ }
1261
+ }
1262
+ },
1263
+ "required": ["formid", "data"]
1264
+ }
1265
+ },
1266
+ "enabled": true
1267
+ },
1268
+ {
1269
+ "name": "ap_paydetailreport_get_sys_repor_data",
1270
+ "title": "应付款明细表-查询报表数据",
1271
+ "description": "应付款明细表-查询报表数据",
1272
+ "method": "POST",
1273
+ "baseUrl": "${KINGDEE_DOMAIN:}",
1274
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.GetSysReportData",
1275
+ "requestBody": {
1276
+ "description": "ap_paydetailreport_get_sys_repor_data",
1277
+ "required": true,
1278
+ "contentType": "application/json",
1279
+ "schema": {
1280
+ "type": "object",
1281
+ "properties": {
1282
+ "formid": {
1283
+ "type": "string",
1284
+ "description": "It must be a fixed value",
1285
+ "const": "AP_PAYDETAILREPORT",
1286
+ "default": "AP_PAYDETAILREPORT"
1287
+ },
1288
+ "data": {
1289
+ "type": "object",
1290
+ "required": ["FieldKeys", "Model"],
1291
+ "properties": {
1292
+ "FieldKeys": {
1293
+ "type": "string",
1294
+ "description": "需查询的字段key集合"
1295
+ },
1296
+ "SchemeId": {
1297
+ "type": "string",
1298
+ "description": "过滤方案内码"
1299
+ },
1300
+ "StartRow": {
1301
+ "type": "integer",
1302
+ "description": "开始行索引",
1303
+ "default": 0
1304
+ },
1305
+ "Limit": {
1306
+ "type": "integer",
1307
+ "description": "最大行数",
1308
+ "default": 2000
1309
+ },
1310
+ "IsVerifyBaseDataField": {
1311
+ "type": "boolean",
1312
+ "description": "是否验证所有的基础资料有效性",
1313
+ "default": true
1314
+ },
1315
+ "Model": {
1316
+ "type": "object",
1317
+ "required": ["FCurrency", "FDeadLine", "FACCTBOOKID", "FMatchType", "FMUTILACCTBOOKID"],
1318
+ "description": "表单数据包",
1319
+ "default": {}
1320
+ , "properties": {
1321
+ "FCurrency": {
1322
+ "type": "string",
1323
+ "description": "过滤方案内码"
1324
+ },
1325
+ "FBalance": {
1326
+ "type": "string",
1327
+ "description": "币别"
1328
+ },
1329
+ "FShowForbidenAcct": {
1330
+ "type": "boolean",
1331
+ "description": "显示禁用科目",
1332
+ "default": false
1333
+ },
1334
+ "FShowNopostedVch": {
1335
+ "type": "boolean",
1336
+ "description": "包括未过账凭证",
1337
+ "default": false
1338
+ },
1339
+ "FFlexGroup": {
1340
+ "type": "string",
1341
+ "description": "过滤方案内码"
1342
+ },
1343
+ "FDeadLine": {
1344
+ "type": "string",
1345
+ "description": "截止日期",
1346
+ "default": "1900-01-01"
1347
+ },
1348
+ "FFlex": {
1349
+ "type": "string",
1350
+ "description": "核算维度"
1351
+ },
1352
+ "FFlexNumberFrom": {
1353
+ "type": "string",
1354
+ "description": "核算维度编码"
1355
+ },
1356
+ "FShowFullName": {
1357
+ "type": "boolean",
1358
+ "description": "显示科目全名",
1359
+ "default": false
1360
+ },
1361
+ "FUseFlexGroup": {
1362
+ "type": "boolean",
1363
+ "description": "使用核算维度组合查询",
1364
+ "default": false
1365
+ },
1366
+ "FFlexNumberTo": {
1367
+ "type": "string",
1368
+ "description": "至"
1369
+ },
1370
+ "FMultiAcctMerge": {
1371
+ "type": "boolean",
1372
+ "description": "多科目合并显示",
1373
+ "default": false
1374
+ },
1375
+ "FFlexGRPSerialized": {
1376
+ "type": "string",
1377
+ "description": "序列化后的核算维度组合"
1378
+ },
1379
+ "FFlexRadioGroup": {
1380
+ "type": "string",
1381
+ "description": "单选按钮组"
1382
+ },
1383
+ "FFlexContinuous": {
1384
+ "type": "string",
1385
+ "description": "连续核算维度范围查询"
1386
+ },
1387
+ "FFlexUncontinuous": {
1388
+ "type": "string",
1389
+ "description": "非连续核算维度范围查询"
1390
+ },
1391
+ "FFlexNumber": {
1392
+ "type": "string",
1393
+ "description": "核算维度编码"
1394
+ },
1395
+ "FShowAgingGrpPercent": {
1396
+ "type": "boolean",
1397
+ "description": "显示账龄分组的占比",
1398
+ "default": false
1399
+ },
1400
+ "FShowVoucher": {
1401
+ "type": "boolean",
1402
+ "description": "按凭证显示",
1403
+ "default": false
1404
+ },
1405
+ "FShowFlexTotal": {
1406
+ "type": "boolean",
1407
+ "description": "显示核算维度小计",
1408
+ "default": false
1409
+ },
1410
+ "FShowAcctTotal": {
1411
+ "type": "boolean",
1412
+ "description": "显示科目小计",
1413
+ "default": false
1414
+ },
1415
+ "FACCTBOOKID": {
1416
+ "type": "object",
1417
+ "required": [],
1418
+ "properties": {
1419
+ "FNUMBER": {
1420
+ "type": "string",
1421
+ "description": ""
1422
+ }
1423
+ }
1424
+ },
1425
+ "FMatchType": {
1426
+ "type": "string",
1427
+ "description": "匹配方式"
1428
+ },
1429
+ "FNegativeMatch": {
1430
+ "type": "boolean",
1431
+ "description": "负数发生额不优先匹配",
1432
+ "default": false
1433
+ },
1434
+ "FSameAmountMatch": {
1435
+ "type": "boolean",
1436
+ "description": "相同金额优先匹配",
1437
+ "default": false
1438
+ },
1439
+ "FEXCLUDEADJUSTVCH": {
1440
+ "type": "boolean",
1441
+ "description": "不包含调整期凭证",
1442
+ "default": false
1443
+ },
1444
+ "FUseAnyFlex": {
1445
+ "type": "boolean",
1446
+ "description": "显示包含维度组合中任一维度的科目",
1447
+ "default": false
1448
+ },
1449
+ "FMUTILACCTBOOKID": {
1450
+ "type": "array",
1451
+ "description": "账簿",
1452
+ "required": [],
1453
+ "default": []
1454
+ },
1455
+ "FAgingGroupEntity": {
1456
+ "type": "array",
1457
+ "required": [],
1458
+ "default": []
1459
+ }
1460
+ }
1461
+ }
1462
+ }
1463
+ }
1464
+ },
1465
+ "required": ["formid", "data"]
1466
+ }
1467
+ },
1468
+ "enabled": true
1469
+ },
1470
+ {
1471
+ "name": "ap_sum_report_get_sys_repor_data",
1472
+ "title": "应付款汇总表-查询报表数据",
1473
+ "description": "应付款汇总表-查询报表数据",
1474
+ "method": "POST",
1475
+ "baseUrl": "${KINGDEE_DOMAIN:}",
1476
+ "path": "/K3Cloud/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.GetSysReportData",
1477
+ "requestBody": {
1478
+ "description": "ap_sum_report_get_sys_repor_data",
1479
+ "required": true,
1480
+ "contentType": "application/json",
1481
+ "schema": {
1482
+ "type": "object",
1483
+ "properties": {
1484
+ "formid": {
1485
+ "type": "string",
1486
+ "description": "It must be a fixed value",
1487
+ "const": "AP_SumReport",
1488
+ "default": "AP_SumReport"
1489
+ },
1490
+ "data": {
1491
+ "type": "object",
1492
+ "required": ["FieldKeys", "Model"],
1493
+ "properties": {
1494
+ "FieldKeys": {
1495
+ "type": "string",
1496
+ "description": "需查询的字段key集合"
1497
+ },
1498
+ "SchemeId": {
1499
+ "type": "string",
1500
+ "description": "过滤方案内码"
1501
+ },
1502
+ "StartRow": {
1503
+ "type": "integer",
1504
+ "description": "开始行索引",
1505
+ "default": 0
1506
+ },
1507
+ "Limit": {
1508
+ "type": "integer",
1509
+ "description": "最大行数",
1510
+ "default": 2000
1511
+ },
1512
+ "IsVerifyBaseDataField": {
1513
+ "type": "boolean",
1514
+ "description": "是否验证所有的基础资料有效性",
1515
+ "default": true
1516
+ },
1517
+ "Model": {
1518
+ "type": "object",
1519
+ "required": ["FCurrency", "FDeadLine", "FACCTBOOKID", "FMatchType", "FMUTILACCTBOOKID"],
1520
+ "description": "表单数据包",
1521
+ "default": {}
1522
+ , "properties": {
1523
+ "FCurrency": {
1524
+ "type": "string",
1525
+ "description": "过滤方案内码"
1526
+ },
1527
+ "FBalance": {
1528
+ "type": "string",
1529
+ "description": "币别"
1530
+ },
1531
+ "FShowForbidenAcct": {
1532
+ "type": "boolean",
1533
+ "description": "显示禁用科目",
1534
+ "default": false
1535
+ },
1536
+ "FShowNopostedVch": {
1537
+ "type": "boolean",
1538
+ "description": "包括未过账凭证",
1539
+ "default": false
1540
+ },
1541
+ "FFlexGroup": {
1542
+ "type": "string",
1543
+ "description": "过滤方案内码"
1544
+ },
1545
+ "FDeadLine": {
1546
+ "type": "string",
1547
+ "description": "截止日期",
1548
+ "default": "1900-01-01"
1549
+ },
1550
+ "FFlex": {
1551
+ "type": "string",
1552
+ "description": "核算维度"
1553
+ },
1554
+ "FFlexNumberFrom": {
1555
+ "type": "string",
1556
+ "description": "核算维度编码"
1557
+ },
1558
+ "FShowFullName": {
1559
+ "type": "boolean",
1560
+ "description": "显示科目全名",
1561
+ "default": false
1562
+ },
1563
+ "FUseFlexGroup": {
1564
+ "type": "boolean",
1565
+ "description": "使用核算维度组合查询",
1566
+ "default": false
1567
+ },
1568
+ "FFlexNumberTo": {
1569
+ "type": "string",
1570
+ "description": "至"
1571
+ },
1572
+ "FMultiAcctMerge": {
1573
+ "type": "boolean",
1574
+ "description": "多科目合并显示",
1575
+ "default": false
1576
+ },
1577
+ "FFlexGRPSerialized": {
1578
+ "type": "string",
1579
+ "description": "序列化后的核算维度组合"
1580
+ },
1581
+ "FFlexRadioGroup": {
1582
+ "type": "string",
1583
+ "description": "单选按钮组"
1584
+ },
1585
+ "FFlexContinuous": {
1586
+ "type": "string",
1587
+ "description": "连续核算维度范围查询"
1588
+ },
1589
+ "FFlexUncontinuous": {
1590
+ "type": "string",
1591
+ "description": "非连续核算维度范围查询"
1592
+ },
1593
+ "FFlexNumber": {
1594
+ "type": "string",
1595
+ "description": "核算维度编码"
1596
+ },
1597
+ "FShowAgingGrpPercent": {
1598
+ "type": "boolean",
1599
+ "description": "显示账龄分组的占比",
1600
+ "default": false
1601
+ },
1602
+ "FShowVoucher": {
1603
+ "type": "boolean",
1604
+ "description": "按凭证显示",
1605
+ "default": false
1606
+ },
1607
+ "FShowFlexTotal": {
1608
+ "type": "boolean",
1609
+ "description": "显示核算维度小计",
1610
+ "default": false
1611
+ },
1612
+ "FShowAcctTotal": {
1613
+ "type": "boolean",
1614
+ "description": "显示科目小计",
1615
+ "default": false
1616
+ },
1617
+ "FACCTBOOKID": {
1618
+ "type": "object",
1619
+ "required": [],
1620
+ "properties": {
1621
+ "FNUMBER": {
1622
+ "type": "string",
1623
+ "description": ""
1624
+ }
1625
+ }
1626
+ },
1627
+ "FMatchType": {
1628
+ "type": "string",
1629
+ "description": "匹配方式"
1630
+ },
1631
+ "FNegativeMatch": {
1632
+ "type": "boolean",
1633
+ "description": "负数发生额不优先匹配",
1634
+ "default": false
1635
+ },
1636
+ "FSameAmountMatch": {
1637
+ "type": "boolean",
1638
+ "description": "相同金额优先匹配",
1639
+ "default": false
1640
+ },
1641
+ "FEXCLUDEADJUSTVCH": {
1642
+ "type": "boolean",
1643
+ "description": "不包含调整期凭证",
1644
+ "default": false
1645
+ },
1646
+ "FUseAnyFlex": {
1647
+ "type": "boolean",
1648
+ "description": "显示包含维度组合中任一维度的科目",
1649
+ "default": false
1650
+ },
1651
+ "FMUTILACCTBOOKID": {
1652
+ "type": "array",
1653
+ "description": "账簿",
1654
+ "required": [],
1655
+ "default": []
1656
+ },
1657
+ "FAgingGroupEntity": {
1658
+ "type": "array",
1659
+ "required": [],
1660
+ "default": []
1661
+ }
1662
+ }
1663
+ }
1664
+ }
1665
+ }
1666
+ },
1667
+ "required": ["formid", "data"]
1668
+ }
1669
+ },
1670
+ "enabled": true
1671
+ }
1672
+ ]
1673
+ }