从用友BIP到用友BIP通过接口配置打通数据
从用友BIP到用友BIP通过接口配置打通数据
接入系统:用友BIP
用友BIP助力行业龙头企业、产业链核心企业以及平台型企业建设产业互联网运营平台,通过运营、管理、协同配置和共享资源,实现产业链上下游连接与协同,并保障安全。
对接目标平台:用友BIP
YonBIP用友商业创新平台,是用友在数字经济时代面向成长型、大型企业及巨型企业,融合了先进且高可用技术平台和公共与关键商业应用与服务,支撑和运行客户的商业创新(业务创新、管理变革),并且具有数字化、智能化、高弹性、安全可信、社会化、全球化、平台化、生态化等特征的综合型服务平台。
系统对接接口配置
通过轻易云系统数据集成平台新增创建集成方案,通过轻易云的方案市场可以一键复制,并且可以借鉴其他的方案配置完成方案制作,方案制作只需要两步,第一步先确定好对应的数据来源;源系统:用友BIP接口:其他出库列表查询通过请求调度者配置对应的请求参数即可获取到对应的数据。目标系统:用友BIP接口:其他出库审核,通过写入调度者匹配获取到的数据和写入的映射关系,即可自动生成符合目标系统:用友BIP写入的数据自动产生写入队列,通过运行概况,系统会自动帮你诊断方案的运行情况。实时监控到方案的运行情况
用友BIP接口明细
- 接口:/yonbip/scm/othoutrecord/list
- 接口名称:其他出库列表查询
- 接口方法:POST
请求参数
| 字段 | 名称 | 类型 | 描述 |
| pageIndex | 页号 | string | 默认值:1 |
| code | 单据编码 | string | 默认值:10 |
| pageSize | 每页行数 | string | |
| open_vouchdate_begin | 开始日期 | string | |
| warehouse_name | 仓库 | string | |
| bustype_name | 交易类型 | string | |
| org_id | 库存组织id | string | |
| org_name | 库存组织名称 | string | |
| org_code | 库存组织编码 | string | |
| stockMgr_name | 物料 | string | |
| operator_name | 库管员 | string | |
| department_name | 部门 | string | |
| product_cName | 物料名称 | string | |
| open_vouchdate_end | 结束日期 | string | |
| product_productClass_name | 物料分类id | string | 示例:false 默认值:false |
| isSum | 查询表头 | string | |
| 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 | 过滤条件3 | 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。 |
响应参数
| 字段 | 名称 | 类型 | 描述 |
| pageIndex | 当前页 | string | |
| pageSize | 分页大小 | string | |
| pageCount | 页数 | string | |
| beginPageIndex | 查询开始页码 | string | |
| endPageIndex | 查询结束页 | string | |
| recordCount | 总记录数 | string | |
| pubts | 时间戳字符串 | string | |
| recordList | 返回结果对象 | array | |
| recordList.othOutRecords_stockUnitId | 库存单位id | string | |
| recordList.currency | 币种id | string | |
| recordList.vouchdate | 单据日期 | string | |
| recordList.code | 单据编号 | string | |
| recordList.org_name | 库存组织名称 | string | |
| recordList.org_code | 库存组织编码 | string | |
| recordList.org | 库存组织id | string | |
| recordList.store | 门店id | string | |
| recordList.store_name | 门店名称 | string | |
| recordList.warehouse | 仓库id | string | |
| recordList.warehouse_name | 仓库名称 | string | |
| recordList.bustype_extend_attrs_json | 出库类型 | string | |
| recordList.bustype | 业务类型id | string | |
| recordList.bustype_name | 交易类型名称 | string | |
| recordList.stockMgr_name | 库管员名称 | string | |
| recordList.department_name | 部门名称 | string | |
| recordList.stockMgr | 库管员IDid | string | |
| recordList.department | 部门id | string | |
| recordList.accountOrg_name | 会计主体名称 | string | |
| recordList.accountOrg | 会计主体id | string | |
| recordList.totalPieces | 整单件数 | string | |
| recordList.totalQuantity | 整单数量 | string | |
| recordList.status | 单据状态, 0:未提交、1:已提交、 | string | |
| recordList.exchangestatus | 交换状态 | string | |
| recordList.operator | 经办人id | string | |
| recordList.operator_name | 经办人名称 | string | |
| recordList.creator | 创建人 | string | |
| recordList.createTime | 创建时间 | string | |
| recordList.modifier | 修改人 | string | |
| recordList.modifyTime | 修改时间 | string | |
| recordList.auditor | 提交人 | string | |
| recordList.auditTime | 提交时间 | string | |
| recordList.memo | 备注 | string | |
| recordList.id | 主表id | string | |
| recordList.pubts | 时间戳 | string | |
| recordList.tplid | 模板id | string | |
| recordList.othOutRecords_product | 物料id | string | |
| recordList.othOutRecords_product_cCode | 物料编码 | string | |
| recordList.othOutRecords_product_cName | 物料名称 | string | |
| recordList.othOutRecords_productsku | 物料SKUid | string | |
| recordList.othOutRecords_productsku_cCode | 物料sku编码 | string | |
| recordList.othOutRecords_productsku_cName | 物料sku名称 | string | |
| recordList.othOutRecords_product_productClass_code | 物料分类编码 | string | |
| recordList.othOutRecords_productsku_modelDescription | sku规格型号 | string | |
| recordList.othOutRecords_product_modelDescription | 规格型号 | string | |
| recordList.othOutRecords_propertiesValue | 规格 | string | |
| recordList.batchno | 批次号 | string | |
| recordList.invaliddate | 有效期至 | string | |
| recordList.othOutRecords_qty | 数量 | string | |
| recordList.othOutRecords_unit_code | 计量单位编码 | string | |
| recordList.othOutRecords_unit_name | 计量单位名称 | string | |
| recordList.subQty | 件数 | string | |
| recordList.stockUnitId_name | 库存单位 | string | |
| recordList.project_code | 项目编码 | string | |
| recordList.project_name | 项目名称 | string | |
| recordList.natUnitPrice | 单价 | string | |
| recordList.natMoney | 金额 | string | |
| recordList.othOutRecords_subQty | 副计量数量 | string | |
| recordList.othOutRecords_rowno | 行号 | string | |
| recordList.unit_Precision | 主计量精度 | string | |
| recordList.othOutRecords_unit | 单位id | string | |
| recordList.othOutRecords_product_oUnitId | 零售单位id | string | |
| recordList.othOutRecords_product_productOfflineRetail_purchaseUnit | 采购单位id | string | |
| recordList.othOutRecords_invExchRate | 换算率 | string | |
| recordList.othOutRecords_productOfflineRetail_purchaseRate | 采购单位换算率 | string | |
| recordList.othOutRecords_product_primeCosts | 进货价格 | string | |
| recordList.othOutRecords_productsku_primeCosts | sku进货价格 | string | |
| recordList.othOutRecords_memo | 备注 | string | |
| recordList.natCurrency_priceDigit | 单价精度 | string | |
| recordList.natCurrency_moneyDigit | 金额精度 | string | |
| recordList.stockUnitId_precision | 件数精度 | string | |
| recordList.project | 项目id | string | |
| recordList.othOutRecords_id | 子表物料行id | string | |
| recordList.contactsQuantity | 往来数量 | string | |
| recordList.othOutRecords_source | 上游单据类型 | string | |
| recordList.sumRecordList | 合计对象 | aray | |
| recordList.sumRecordList.othOutRecords_qty | 数量 | string | |
| recordList.sumRecordList.natMoney | 本币无税金额 | string | |
| recordList.sumRecordList.subQty | 件数 | string |
用友BIP接口明细
- 接口:/yonbip/scm/othoutrecord/batchaudit
- 接口名称:其他出库审核
- 接口方法:POST
请求参数
| 字段 | 名称 | 类型 | 描述 |
| data | 其他出库单[st.othoutrecord.OthOutRecord] | array | |
| data.id | 主表id | string |
系统对接总览
使用全界面可视化配置集成流,快速应对企业的集成需求使得用友BIP与用友BIP之间的数据接口一站式的快速集成能力,构建企业数据通道,解决数据孤岛问题。快速构建企业元数据标准、主数据标准、业财数据标准,完成数据的采集、统一、分发、清洗、归集等,帮助企业建立高质量的数据中台。目前轻易云平台已经支持300+系统,同时具备快速适配新系统的能力,集成海量接口数据。无论是对接ERP还是MES、OA、CRM、WMS、OMS等等系统,都可以通过接口相互集成。
版权声明
该文章 《从用友BIP到用友BIP通过接口配置打通数据》 为原创内容,版权归 广东轻亿云软件科技有限公司 所有。欢迎转载,但转载时必须在显著位置注明文章出处(包括原文链接)等信息,以尊重版权。


