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