从用友BIP到旺店通·企业奇门通过接口配置打通数据
从用友BIP到旺店通·企业奇门通过接口配置打通数据
数据源平台:用友BIP
面向数智化市场,用友倾力打造了全球领先的数智商业创新平台——用友BIP,定位为数智商业的应用级基础设施、企业服务产业的共创平台,服务企业数智化转型和商业创新,让企业云服务随需而用,让数智价值无处不在,让商业创新如此便捷。
集成系统:旺店通·企业奇门
慧策(原旺店通)是一家技术驱动型智能零售服务商,基于云计算PaaS、SaaS模式,以一体化智能零售解决方案,帮助零售企业数字化智能化升级,实现企业规模化发展。
数据接口配置
通过轻易云系统数据集成平台:数据集成方案。选择开始创建数据集成方案菜单。在方案配置表单中选择对应的源业务系统:用友BIP,然后选择对应的连接器。选择对应的/yonbip/scm/purchaseorder/list作为数据对接来源。然后再写入目标平台配置目标系统为旺店通·企业奇门,并且选择对应连接器(关于旺店通·企业奇门的接口如何连接可以在轻易云数据集成社区论坛bbs.qeasy.cloud中找到相关信息)。选择好对应的wdt.purchase.return.push接口作为数据写入动作完成第一步的接口配置。
用友BIP接口明细
- 接口:/yonbip/scm/purchaseorder/list
- 接口名称:采购订单列表查询
- 接口方法:POST
请求参数
| 字段 | 名称 | 类型 | 描述 |
| pageIndex | 页码 | string | 例:1 默认值:1 |
| pageSize | 每页数 | string | 例:10 默认值:10 |
| isSum | 查询表头 | string | 例:false 默认值:false |
| simpleVOs | 查询条件 | object | |
| simpleVOs.field1 | 过滤条件1 | object | |
| simpleVOs.field1.field | 查询字段 | string | |
| simpleVOs.field1.op | 比较符 | string | |
| simpleVOs.field1.value1 | 值1 | string | “and” “or” “and not” “or not”,若设置,必填expr1和expr2属性,忽略 column和condition。 |
| simpleVOs.field1.field2 | 过滤条件2 | object | |
| simpleVOs.field1.field2.field | 查询字段 | string | |
| simpleVOs.field1.field2.op | 比较符 | string | |
| simpleVOs.field1.field2.value1 | 值1 | string | “and” “or” “and not” “or not”,若设置,必填expr1和expr2属性,忽略 column和condition。 |
| simpleVOs.field1.field2.field3 | 过滤条件3 | object | |
| simpleVOs.field1.field2.field3.field | 查询字段 | string | |
| simpleVOs.field1.field2.field3.op | 比较符 | string | |
| simpleVOs.field1.field2.field3.value1 | 值1 | string | “and” “or” “and not” “or not”,若设置,必填expr1和expr2属性,忽略 column和condition。 |
| simpleVOs.queryOrders | 排序字段 | array | |
| simpleVOs.queryOrders.field | 排序条件字段 | string | 必须传实体上有的字段;主表字段查询时字段名(例: id);子表字段查询是子表对象.字段名(例:purchaseOrders.id);参照类型只能传id(例:按物料查询只能传物料id,不能传物料code) 例:id |
| simpleVOs.queryOrders.order | 顺序 | string | 正序(asc);倒序(desc) 例:asc |
响应参数
| 字段 | 名称 | 类型 | 描述 |
| pageIndex | 页码 | string | |
| pageSize | 每页数 | string | |
| recordCount | 数量 | string | |
| recordList | 返回信息 | array | |
| recordList.product_cCode | 物料编码 | string | |
| recordList.invoiceVendor | 开票供应商id | string | |
| recordList.priceUOM_Precision | 计价单位精度 | string | |
| recordList.modifyStatus | 变更状态 | string | |
| recordList.receiveStatus | 收货状态 | string | |
| recordList.listOriSum | 含税金额 | string | |
| recordList.priceUOM_Code | 计价单位编码 | string | |
| recordList.totalInTaxMoney | 累计入库含税金额 | string | |
| recordList.totalQuantity | 整单数量 | string | |
| recordList.natCurrency | 本币 | string | |
| recordList.listTotalPayOriMoney | 累计付款核销金额 | string | |
| recordList.unit_code | 主计量编码 | string | |
| recordList.id | 主表id | string | |
| recordList.isWfControlled | 是否审批流控制 | string | |
| recordList.totalArrivedTaxMoney | 累计到货含税金额 | string | |
| recordList.purchaseOrders_arrivedStatus | 到货状态 | string | |
| recordList.bmake_st_purinvoice | 流程订货订单开蓝票 | string | |
| recordList.realProductAttribute | 实物商品属性 | string | |
| recordList.purchaseOrders_inWHStatus | 入库状态 | string | |
| recordList.totalSendQty | 发货数量 | string | |
| recordList.natCurrency_priceDigit | 本币 | string | |
| recordList.bmake_st_purinrecord_red | 流程退库 | string | |
| recordList.status | 状态 | string | |
| recordList.currency_moneyDigit | 本币金额精度 | string | |
| recordList.listTotalPayApplyAmount | 累计付款申请金额 | string | |
| recordList.currency_code | 币种编码 | string | |
| recordList.vouchdate | 单据日期 | string | |
| recordList.invoiceVendor_name | 开票供应商 | string | |
| recordList.vendor | 供货供应商id | string | |
| recordList.purchaseOrders_payStatus | 核销状态 | string | |
| recordList.listOriMoney | 无税金额 | string | |
| recordList.currency | 币种 | string | |
| recordList.pubts | 时间戳 | string | |
| recordList.org_name | 采购组织 | string | |
| recordList.generalPurchaseOrderType | 交易类型扩展参数 | string | |
| recordList.isFlowCoreBill | 是否流程核心单据 | string | |
| recordList.creator | 创建者 | string | |
| recordList.product | 物料id | string | |
| recordList.oriSum | 含税金额 | string | |
| recordList.inInvoiceOrg_name | 收票组织 | string | |
| recordList.product_defaultAlbumId | 物料首图片 | string | |
| recordList.purchaseOrders_id | 订单行id | string | |
| recordList.totalRecieveQty | 累计到货数量 | string | |
| recordList.demandOrg_name | 需求组织 | string | |
| recordList.createTime | 创建时间 | string | |
| recordList.purUOM_Precision | 采购单位精度 | string | |
| recordList.currency_priceDigit | 币种单价精度 | string | |
| recordList.bEffectStock | 影响可用量 | string | |
| recordList.inOrg | 收货组织id | string | |
| recordList.bustype_name | 交易类型 | string | |
| recordList.purchaseOrders_invPriceExchRate | 计价单位换算率 | string | |
| recordList.subQty | 采购数量 | string | |
| recordList.inInvoiceOrg | 收票组织id | string | |
| recordList.product_cName | 物料名称 | string | |
| recordList.listTaxRate | 税率 | string | |
| recordList.bmake_st_purinvoice_red | 流程订货订单开红票 | string | |
| recordList.product_model | 型号 | string | |
| recordList.storagenum | 已入库数量 | string | |
| recordList.purchaseOrders_invExchRate | 采购换算率 | string | |
| recordList.vendor_name | 供应商 | string | |
| recordList.oriUnitPrice | 无税单价 | string | |
| recordList.barCode | 单据条码 | string | |
| recordList.isContract | 是否需要与供应商协同 | string | |
| recordList.unit_name | 主计量 | string | |
| recordList.unit | 主计量id | string | |
| recordList.purchaseOrders_invoiceStatus | 发票状态 | string | |
| recordList.natCurrency_moneyDigit | 本币 | string | |
| recordList.qty | 数量 | string | |
| recordList.unit_Precision | 主计量精度 | string | |
| recordList.oriTaxUnitPrice | 含税单价 | string | |
| recordList.moneysum | 金额 | string | |
| recordList.natCurrency_code | 本币 | string | |
| recordList.product_modelDescription | 规格说明 | string | |
| recordList.code | 单据编码 | string | |
| recordList.demandOrg | 需求组织id | string | |
| recordList.bizFlow | 流程ID | string | |
| recordList.realProductAttributeType | 实物商品属性 | string | |
| recordList.priceUOM | 计价单位id | string | |
| recordList.bizstatus | 状态 | string | |
| recordList.totalInQty | 累计入库数量 | string | |
| recordList.bizFlow_version | 版本信息 | string | |
| recordList.currency_name | 币种 | string | |
| recordList.org | 采购组织 | string | |
| recordList.bmake_st_purinrecord | 流程入库 | string | |
| recordList.purchaseOrders_purUOM | 采购单位编码 | string | |
| recordList.bustype | 交易类型id | string | |
| recordList.listOriTax | 税额 | string | |
| recordList.retailInvestors | 是否散户 | string | |
| recordList.inOrg_name | 收货组织 | string | |
| recordList.listTotalPayAmount | 累计付款金额 | string | |
| recordList.priceUOM_Name | 计价单位名称 | string | |
| recordList.listTotalPayNATMoney | 本币累计付款核销金额 | string | |
| recordList.approvenum | 已审批数量 | string | |
| recordList.listdiscountTaxType | 扣税类别 | string | |
| recordList.bizFlow_name | 流程名称 | string | |
| recordList.pageCount | 页数 | string | |
| recordList.beginPageIndex | 起始页 | string | |
| recordList.endPageIndex | 结束页 | string | |
| recordList.pubts | 时间戳 | string |
旺店通·企业奇门接口明细
- 接口:wdt.purchase.return.push
- 接口名称:创建采购退料单
- 接口方法:POST
请求参数
| 字段 | 名称 | 类型 | 描述 |
| provider_no | 供应商编号 | string | 供应商编号 |
| outer_no | 外部单号 | string | 外部单号 |
| is_check | 是否审核 | string | 1:自动审核0:不自动审核默认0 |
| warehouse_no | 出库仓库编号 | string | 代表仓库所有属性的唯一编码,用于仓库区分,ERP内支持自定义(ERP仓库界面设置) |
| remark | 备注 | string | 备注 |
| detail_list | 明细列表节点 | array | 请求参数的2级数据节点,包含采购退货单所有货品明细属性信息的数据节点,节点下数据字段详见下述“detail_list”列表 |
| detail_list.spec_no | 商家编码 | string | 代表所单品(sku)所有属性的唯一编码,用于获取系统单品的数据,SKU概念介绍,单击这里 |
| detail_list.num | 退货数量 | string | 退货数量 |
| detail_list.price | 单价 | string | 单价 |
| detail_list.tax | 税率 | string | |
| detail_list.detail_remark | 备注 | string | 备注 |
| detail_list.return_info | 采购退货单列表节点 | string | 请求参数的1级数据节点,包含采购退货单所有属性信息的数据节点,节点下数据字段详见下述“return_info”列表 |
数据对接价值
数据集成中台设计中心Web界面以“拖拽”式交互设计,使用鼠标即可构建设计多异构系统数据集成流程,低代码平台大大降低流程设计者上手门槛。还有丰富的组件库快速满足复杂业务需求,结合不同模块即可生成不同业务流程,提升流程设计效率。平台支持多种高度灵活部署,高并发、高性能、高可用,可以通过多节点组成集群实现性能的横向扩展。适度集群配置其数据集成处理能力可达GB级/秒,为业务流提供更高数据吞吐量。平台已集成数据回压、优先级队列等能力,保障运行稳定性。完善的企业API运营管理机制帮助您构建“API生产者、API管理者、API消费者”三者结合的统一API数字化生态。支持市面上主流厂家软件如:金蝶、用友、SAP、泛微、蓝凌、旺店通、聚水潭、马帮、小满CRM等等。
Copyright Notice
The article "从用友BIP到旺店通·企业奇门通过接口配置打通数据" is original content owned by 广东轻亿云软件科技有限公司. Reposting is welcome, provided the source (including the original link) is credited in a prominent position.


