新增/修改-客户资料
更新时间:2022-03-21 11:31
描述

新增/修改-客户资料

URL

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

HTTP请求方式

post

是否需要登录

false

请求参数
字段 必选 类型及范围 说明
appid true string(16) 应用ID(appId)
sign true string(32) 签名参数
id true int id,新增时传入0
tax_ratio true numeric 税率
tax_code true string 税号
company_name true string 公司名称
company_addr true string 公司地址
company_city true string 公司城市
company_yb true string 公司邮编
tax_addr true string 税务地址:json字符串
sub_company_yb true string 分公司邮编:json字符串
field_data true string 扩展信息:json字符串
remarks true string 备注
phone true string 客户电话
email 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

新增/修改-客户资料