新增/修改-发票
更新时间:2022-03-21 11:31
描述

新增/修改-发票

URL

{你的ERP域名}/app_tax_xl/aapi_index/add_upd_bill

HTTP请求方式

post

是否需要登录

false

请求参数
字段 必选 类型及范围 说明
appid true string(16) 应用ID(appId)
sign true string(32) 签名参数
id true int id,新增时传入0
pos_num true string 收银机编号
tax_ratio true numeric 税率
tax_code true string 税号
company_name true string 公司名称
remarks true string 备注
total_money true numeric 总金额
bill_date true string 开票时间
bank_card true string 银行卡号
bill_data true string 发票信息
返回字段说明
字段 类型及范围 说明
status string 状态 y=正确 n=失败
info html 提示信息
field_name string 字段名
field_type string 字段类型:string=字符串,select=下拉框
is_must int 是否必填项,0选填/1必填
select_value string 下拉框值,json字符串,如果为空,则由客户端自行添加
apps array 已安装的插件/应用
other_set array 其他设置
member_base_set array 会员基础设置
wh_code string 门店编号
TIPS

新增/修改-发票