金蝶云星空和易快报单据接口对接

对接系统易快报
易快报为企业提供移动报销,预算费控,台账管理,报表分析,电子发票验真查重,全流程费控等一站式解决方案.全方位满足企业的报销费控需求,以连接为核心,促进企业降低成本、提升效率.
接通系统:金蝶云星空
金蝶K/3Cloud结合当今先进管理理论和数十万家国内客户最佳应用实践,面向事业部制、多地点、多工厂等运营协同与管控型企业及集团公司,提供一个通用的ERP服务平台。K/3Cloud支持的协同应用包括但不限于:集中/分散销售、集中/分散采购、B2B电商管理、B2C电商中心、供应商协同、多工厂计划、跨工厂领料、跨工厂加工、工厂间调拨、内部交易及结算、集团财务管理、阿米巴经营等。
配置集成方案
异构系统具有非常丰富的业务流程、复杂的系统架构和服务接口。在很多情况下,这两个系统都是分别独立部署和运行的,各自拥有不同的技术栈和编程模型,甚至两者在系统平台、技术平台和编程语言上是完全异构的。那么对接就需要根据接口配置对应的规则,例如取数就要根据查询接口获取易快报的数据,并且根据对应的条件进行取数,目标系统就必须根据目标系统的格式,以及获取的数据进行加工处理后进行写入到金蝶云星空中。轻易云集成平台的可视化配置轻松实现。

易快报接口明细
- 接口:/api/openapi/v1/docSequences
- 接口名称:获取单据列表(包含已删除单据)
- 接口方法:GET
请求参数
字段 | 名称 | 类型 | 描述 |
type | 单据类型 | string | expense : 报销单 loan : 借款单 repayment : 还款记录 payment : 付款单 requisition : 申请单 custom : 通用审批单 receipt : 收款单 |
index | 分页查询的起始索引序号 | string | 例如 : 当 index = 1484498318240 时,会查询所有 index > 1484498318240 的单据 |
count | 查询数据条数 | string | 最大不能超过 100 |
金蝶云星空接口明细
- 接口:batchSave
- 接口名称:付款单新增
- 接口方法:POST
请求参数
字段 | 名称 | 类型 | 描述 |
FBillNo | 单据编号 | string | |
FCURRENCYID | 币别 | string | |
FDATE | 业务日期 | string | |
FBillTypeID | 单据类型 | string | |
FCONTACTUNITTYPE | 往来单位类型 | string | |
FCONTACTUNIT | 往来单位 | string | |
FRECTUNITTYPE | 收款单位类型 | string | |
FRECTUNIT | 收款单位 | string | |
FBUSINESSTYPE | 业务类型 | string | |
FDepartment | 部门 | string | |
FPAYORGID | 付款组织 | array | |
FSETTLERATE | 结算汇率 | string | |
FPAYAMOUNTFOR | 付款金额 | string | |
FEXCHANGETYPE | 汇率类型 | string | |
FSETTLECUR | 结算币别 | string | |
FEXCHANGERATE | 汇率 | string | |
FREMARK | 备注 | string | |
FBookingDate | 期望付款日期 | string | |
FTHIRDBILLNO | 第三方单据编号 | string | |
FIsBorrow | 是否其他预付 | string | |
FPRESETASSISTANT1 | 预设辅助资料字段1 | string | |
FPRESETASSISTANT2 | 预设辅助资料字段2 | string | |
FPRESETTEXT1 | 预设文本字段1 | string | |
FPRESETTEXT2 | 预设文本字段2 | string | |
FPRESETBASE1 | 预设基础资料字段1 | string | |
FPRESETBASE2 | 预设基础资料字段2 | string | |
FPAYBILLENTRY | 付款单明细 | array | |
FPAYBILLENTRY.FSETTLETYPEID | 结算方式 | string | |
FPAYBILLENTRY.FOPPOSITECCOUNTNAME | 对方账户名称 | string | |
FPAYBILLENTRY.FHANDLINGCHARGEFOR | 手续费 | string | |
FPAYBILLENTRY.FCOSTID | 费用项目 | string | |
FPAYBILLENTRY.FPAYAMOUNTFOR_E | 付款金额 | string | |
FPAYBILLENTRY.FISPOST | 是否登账 | string | |
FPAYBILLENTRY.FPOSTDATE | 登账日期 | string | |
FPAYBILLENTRY.FMATERIALID | 物料编码 | string | |
FPAYBILLENTRY.FEXPENSEDEPTID_E | 费用承担部门 | string | |
FPAYBILLENTRY.FPayType | 支付类型 | string | |
FPAYBILLENTRY.FPRICE | 含税单价 | string | |
FPAYBILLENTRY.FQTY | 数量 | string | |
FPAYBILLENTRY.FTaxAmt | 税额 | string | |
FPAYBILLENTRY.FCOMMENT | 备注 | string | |
FPAYBILLENTRY.FPAYBILLSRCENTRY_Link | 关联关系表 | array | |
FPAYBILLENTRY.FPAYBILLSRCENTRY_Link_FRuleId | 转换规则 | string | |
FPAYBILLENTRY.FPAYBILLSRCENTRY_Link_FSTableName | 源单表 | string | |
FPAYBILLENTRY.FPAYBILLSRCENTRY_Link_FSBillId | 源单内码 | string | |
FPAYBILLENTRY.FPAYBILLSRCENTRY_Link_FSId | 源单分录内码 | string | |
FPAYBILLENTRY.FormId | 业务对象表单Id | string | 必须填写金蝶的表单ID如😛UR_PurchaseOrder |
FPAYBILLENTRY.Operation | 执行的操作 | string | |
FPAYBILLENTRY.IsAutoSubmitAndAudit | 提交并审核 | bool | |
FPAYBILLENTRY.IsVerifyBaseDataField | 验证基础资料 | bool | 是否验证所有的基础资料有效性,布尔类,默认false(非必录) |
响应参数
字段 | 名称 | 类型 | 描述 |
FBillNo | 单据编号 | string | |
FCURRENCYID | 币别 | string | |
FDATE | 业务日期 | string | |
FBillTypeID | 单据类型 | string | |
FCONTACTUNITTYPE | 往来单位类型 | string | |
FCONTACTUNIT | 往来单位 | string | |
FRECTUNITTYPE | 收款单位类型 | string | |
FRECTUNIT | 收款单位 | string | |
FBUSINESSTYPE | 业务类型 | string | |
FDepartment | 部门 | string | |
FPAYORGID | 付款组织 | array | |
FSETTLERATE | 结算汇率 | string | |
FPAYAMOUNTFOR | 付款金额 | string | |
FEXCHANGETYPE | 汇率类型 | string | |
FSETTLECUR | 结算币别 | string | |
FEXCHANGERATE | 汇率 | string | |
FREMARK | 备注 | string | |
FBookingDate | 期望付款日期 | string | |
FTHIRDBILLNO | 第三方单据编号 | string | |
FIsBorrow | 是否其他预付 | string | |
FPRESETASSISTANT1 | 预设辅助资料字段1 | string | |
FPRESETASSISTANT2 | 预设辅助资料字段2 | string | |
FPRESETTEXT1 | 预设文本字段1 | string | |
FPRESETTEXT2 | 预设文本字段2 | string | |
FPRESETBASE1 | 预设基础资料字段1 | string | |
FPRESETBASE2 | 预设基础资料字段2 | string | |
FPAYBILLENTRY | 付款单明细 | array | |
FPAYBILLENTRY.FSETTLETYPEID | 结算方式 | string | |
FPAYBILLENTRY.FOPPOSITECCOUNTNAME | 对方账户名称 | string | |
FPAYBILLENTRY.FHANDLINGCHARGEFOR | 手续费 | string | |
FPAYBILLENTRY.FCOSTID | 费用项目 | string | |
FPAYBILLENTRY.FPAYAMOUNTFOR_E | 付款金额 | string | |
FPAYBILLENTRY.FISPOST | 是否登账 | string | |
FPAYBILLENTRY.FPOSTDATE | 登账日期 | string | |
FPAYBILLENTRY.FMATERIALID | 物料编码 | string | |
FPAYBILLENTRY.FEXPENSEDEPTID_E | 费用承担部门 | string | |
FPAYBILLENTRY.FPayType | 支付类型 | string | |
FPAYBILLENTRY.FPRICE | 含税单价 | string | |
FPAYBILLENTRY.FQTY | 数量 | string | |
FPAYBILLENTRY.FTaxAmt | 税额 | string | |
FPAYBILLENTRY.FCOMMENT | 备注 | string | |
FPAYBILLENTRY.FPAYBILLSRCENTRY_Link | 关联关系表 | array | |
FPAYBILLENTRY.FPAYBILLSRCENTRY_Link_FRuleId | 转换规则 | string | |
FPAYBILLENTRY.FPAYBILLSRCENTRY_Link_FSTableName | 源单表 | string | |
FPAYBILLENTRY.FPAYBILLSRCENTRY_Link_FSBillId | 源单内码 | string | |
FPAYBILLENTRY.FPAYBILLSRCENTRY_Link_FSId | 源单分录内码 | string | |
系统数据对接
将传统的统计分析转变为预测分析,从被动分析到主动分析,从非实时分析转变为实时分析,从结构化的数据变成多元化的数据。精准查询数据流同步状况,实时监管队列任务以及数据资产的有序管理。为业务赋能,降本增效,让企业能够更加合理的布局团队;结合业务需求实现与OA,CRM,WMS等系统之间的数据交流与同步,为企业定制自定义的数据管理方案,用技术拓展商业边界,为新业务、新部门提供成长空间。
