元年费控对接SOAP接口生成付款单
应用参数
参数 | 是否必填 | 默认值 | 说明 |
---|
易对接服务器地址 | 是 | | |
服务器地址 | 是 | | |
公司编号 | 是 | | |
签名密钥 | 是 | | |
加密密钥 | 是 | | |
反馈延时 | 否 | 15000 | |
关闭补偿回传 | 是 | 是 | |
租户编号 | 是 | | |
表单编码 | 是 | | |
同步频率 | 是 | 60m | |
元年系统 | 是 | client1 | |
服务地址 | 是 | | 填写内部系统地址 |
编码 | 否 | UTF-8 | 返回内容编码 |
同步间隔 | 否 | 30m | |
表单字段绑定
位置 | 参数 | 含义 |
---|
表头 | id | 编号 |
表头 | type | 单据类型 |
表头 | companyId | 账套名称 |
表头 | date | 单据日期 |
表头 | maker | 制单人 |
表头 | reference | 参考单据号 |
表头 | ignored | 是否停止生成凭证 |
表头 | message | 凭证处理信息 |
表头 | custom1 | 结算类型名称 |
表头 | custom2 | 结算号 |
表头 | custom3 | 供应商编号 |
表头 | custom4 | 科目编号 |
表头 | custom5 | 货币名称 |
表头 | custom6 | 汇率 |
表头 | custom8 | 部门编号 |
表头 | custom9 | 员工编号 |
表头 | custom10 | 位置编号 |
表头 | custom11 | 开户行 |
表头 | custom12 | 银行账号 |
表头 | custom13 | 源单号 |
表头 | custom14 | 付款总额 |
表头 | custom15 | 自定义字段名称15 |
表头 | custom16 | 自定义字段名称16 |
表头 | custom17 | 自定义字段名称17 |
表头 | custom18 | 自定义字段名称18 |
表头 | custom19 | 自定义字段名称19 |
表头 | custom20 | 自定义字段名称20 |
明细 | id | 行号 |
明细 | currency | 货币名称 |
明细 | accountCode | 科目代码 |
明细 | amount | 金额 |
明细 | exchangeRate | 汇率 |
明细 | summary | 备注 |
明细 | custom1 | 自定义字段名称1 |
明细 | custom2 | 自定义字段名称2 |
明细 | custom3 | 自定义字段名称3 |
明细 | custom4 | 自定义字段名称4 |
明细 | custom5 | 自定义字段名称5 |
明细 | custom6 | 自定义字段名称6 |
明细 | custom7 | 自定义字段名称7 |
明细 | custom8 | 自定义字段名称8 |
明细 | custom9 | 自定义字段名称9 |
明细 | custom10 | 自定义字段名称10 |
规则引擎变量说明
对象 | 对象名称 | 属性 | 属性名称 | 备注 |
---|
header | 费控单据 | 参考vheader | - | |
item | 费控单据明细 | 参考vheader | - | |
vheader | 导入单据 | id | 编号 | |
| | type | 单据类型 | 0表示付款;非0为预付 |
| | companyId | 账套名称 | |
| | date | 单据日期 | |
| | maker | 制单人 | |
| | reference | 参考单据号 | |
| | ignored | 是否停止生成凭证 | |
| | message | 凭证处理信息 | |
| | items | 明细 | |
| | custom1 | 结算类型名称 | |
| | custom2 | 结算号 | |
| | custom3 | 供应商编号 | |
| | custom4 | 科目编号 | |
| | custom5 | 货币名称 | |
| | custom6 | 汇率 | |
| | custom8 | 部门编号 | |
| | custom9 | 员工编号 | |
| | custom10 | 位置编号 | |
| | custom11 | 开户行 | |
| | custom12 | 银行账号 | |
| | custom13 | 源单号 | |
| | custom14 | 付款总额 | |
| | custom15 | 自定义字段名称15 | |
| | custom16 | 自定义字段名称16 | |
| | custom17 | 自定义字段名称17 | |
| | custom18 | 自定义字段名称18 | |
| | custom19 | 自定义字段名称19 | |
| | custom20 | 自定义字段名称20 | |
vitem | 导入单据明细 | itemId | 行号 | |
| | accountCode | 科目代码 | |
| | amount | 金额金额 | |
| | currency | 货币名称 | |
| | summary | 备注 | |
| | exchangeRate | 汇率 | |
| | custom1 | 自定义字段名称1 | |
| | custom2 | 自定义字段名称2 | |
| | custom3 | 自定义字段名称3 | |
| | custom4 | 自定义字段名称4 | |
| | custom5 | 自定义字段名称5 | |
| | custom6 | 自定义字段名称6 | |
| | custom7 | 自定义字段名称7 | |
| | custom8 | 自定义字段名称8 | |
| | custom9 | 自定义字段名称9 | |
| | custom10 | 自定义字段名称10 | |
相关文档