用友YonSuite、旺店通·旗舰奇门通过接口配置数据对接
对接源平台:旺店通·旗舰奇门
慧策(原旺店通)是一家技术驱动型智能零售服务商,基于云计算PaaS、SaaS模式,以一体化智能零售解决方案,帮助零售企业数字化智能化升级,实现企业规模化发展。
目标系统:用友YonSuite
YonSuite是用友网络科技股份有限公司旗下品牌,主营业务是为成长型企业提供“营销、制造、采购、财务、人力、办公、平台”融合一体的云服务品牌。实现营销电商一体化、产供销一体化、业财税一体化、协同人力一体化。
接口方案配置
系统对接前期需要通过调研公司的业务,规划出最便捷,效率最高的整体流程。通过流程我们需要建立对应的方案来吧这些流程一一的落地,轻易云集成平台开箱即用的、可视化拖、拉、拽实现接口服务编排与聚合。只需要根据指引设定好对应的参数即可启动使用。设定好源平台:旺店通·旗舰奇门的接口参数设置,以及设定好目标平台:用友YonSuite的映射,即可启动方案进行测试
旺店通·旗舰奇门接口字段明细
- 接口:wdt.wms.stockout.otherquery.querywithdetail
- 接口名称:其他出库单查询
- 接口方法:POST
请求参数
字段 | 名称 | 类型 |
pager | 分页参数 | object |
pager.page_size | 分页大小 | string |
pager.page_no | 页号 | string |
pager.params | 业务参数 | object |
pager.params.time_type | 时间类型 | string |
pager.params.start_time | 开始时间 | string |
pager.params.end_time | 结束时间 | string |
pager.params.warehouse_no | 仓库编号 | string |
pager.params.src_order_no | 源单号 | string |
pager.params.stockout_no | 出库单号 | string |
pager.params.status | 业务单据状态 | string |
pager.params.position | 是否按照货位分组 | string |
pager.params.reason_name | 出库原因 | string |
响应参数
字段 | 名称 | 类型 |
stockout_id | 出库单id | string |
order_no | 出库单编号 | string |
src_order_no | 源单号 | string |
warehouse_no | 出库的仓库编号 | string |
consign_time | 出库时间 | string |
order_type | 源单据类别 | string |
status | 状态 | string |
goods_count | 出库数量 | string |
post_fee | 根据重量预估邮费 | string |
logistics_no | 物流单编号 | string |
package_fee | 包装成本 | string |
receiver_name | 收件人姓名 | string |
receiver_province | 省 | string |
receiver_city | 城市 | string |
receiver_district | 地区 | string |
receiver_address | 收件地址 | string |
receiver_mobile | 收件人手机号 | string |
remark | 出库单备注 | string |
weight | 实际称重重量(Kg) | string |
outer_no | 外部单号 | string |
operator_name | 制单人 | string |
goods_total_cost | 总成本 | string |
goods_total_amount | 总货款 | string |
modified | 最后修改时间 | string |
reason | 出库原因 | string |
detail_list | 出库单明细 | array |
detail_list.rec_id | 出库单详情id | string |
detail_list.stockout_id | 出库单id | string |
detail_list.goods_count | 货品数量 | string |
detail_list.total_amount | 总成本 | string |
detail_list.sell_price | 成交价 | string |
detail_list.expire_date | 有效期 | string |
detail_list.remark | 出库单详情备注 | string |
detail_list.brand_no | 品牌编号 | string |
detail_list.brand_name | 品牌名称 | string |
detail_list.goods_name | 货品名称 | string |
detail_list.goods_no | 货品编码 | string |
detail_list.spec_no | 商家编码 | string |
detail_list.spec_name | 规格名称 | string |
detail_list.spec_code | 规格码 | string |
detail_list.defect | 是否残次品 | string |
detail_list.cost_price | 成本价 | string |
detail_list.weight | 总重量 | string |
detail_list.goods_type | 货品类型 | string |
detail_list.unit_name | 货品规格单位 | string |
detail_list.batch_no | 批次号 | string |
detail_list.position_id | 货位id | string |
detail_list.position_no | 货位编号 | string |
detail_list.position_goods_count | 当前货位出库的总数量 | string |
用友YonSuite接口字段明细
- 接口:/yonbip/scm/othoutrecord/single/save
- 接口名称:其他出库单保存
- 接口方法:POST
请求参数
字段 | 名称 | 类型 |
resubmitCheckKey | 保证请求的幂等性 | string |
id | 主表id | string |
code | 单据编号 | string |
org | 库存组织 | string |
accountOrg | 会计主体 | string |
vouchdate | 单据日期 | string |
bustype | 交易类型 | string |
store | 门店 | string |
warehouse | 仓库 | string |
department | 部门 | string |
operator | 业务员 | string |
stockMgr | 库管员 | string |
memo | 备注 | string |
_status | 操作标识 | string |
srcBillType | 来源上级单据类型 | string |
othOutRecords | 其他出库单子表 | array |
othOutRecords.id | 子表id | string |
othOutRecords.product | 物料 | string |
othOutRecords.productsku | 物料SKU | string |
othOutRecords.batchno | 批次号,批次管理商品必填 | string |
othOutRecords.producedate | 生产日期 | string |
othOutRecords.invaliddate | 有效期至 | string |
othOutRecords.contactsQuantity | 应发数量 | string |
othOutRecords.contactsPieces | 应发件数 | string |
othOutRecords.qty | 数量 | string |
othOutRecords.subQty | 件数 | string |
othOutRecords.unit | 主计量单位,传入id或code | string |
othOutRecords.invExchRate | 换算率 | string |
othOutRecords.unitExchangeType | 库存换算率换算方式 | string |
othOutRecords.stockUnitId | 库存单位 | string |
othOutRecords.goodsposition | 货位 | string |
othOutRecords.project | 项目 | string |
othOutRecords.memo | 备注 | string |
othOutRecords._status | 操作标识 | string |
othOutRecords.sourceid | 上游单据主表id | string |
othOutRecords.sourceautoid | 上游单据子表id | string |
othOutRecords.source | 上游单据类型 | string |
othOutRecords.upcode | 上游单据号 | string |
othOutRecords.makeRuleCode | 生单规则编号 | string |
othOutRecords.autoCalcCost | 自动计算成本,有来源必填:true:是、false:否 | string |
数据对接价值
使用全界面可视化配置集成流,快速应对企业的集成需求使得旺店通·旗舰奇门与用友YonSuite之间的数据接口一站式的快速集成能力,构建企业数据通道,解决数据孤岛问题。快速构建企业元数据标准、主数据标准、业财数据标准,完成数据的采集、统一、分发、清洗、归集等,帮助企业建立高质量的数据中台。目前轻易云平台已经支持300+系统,同时具备快速适配新系统的能力,集成海量接口数据。无论是对接ERP还是MES、OA、CRM、WMS、OMS等等系统,都可以通过接口相互集成。
系统数据对接方案元数据代码