接口说明
- ERP调用的虎符API名称:jingdong.hufu.customer.update
- 虎符调用WMS的API名称:customer.update
- 接口描述:虎符收货客户信息接口
入参规范
<?xml version="1.0" encoding="utf-8"?>
<request>
<customerNo>客户编码 ,String(50), 必填</customerNo >
<customerName>客户名称,String(50) , 必填</customerName >
<type>类型,String(50) , 必填</type>
<level>等级 ,String(50) , 必填</level>
<status>状态,String(50) , 必填</ status>
<email>邮箱,String(50) </email>
<country>国家,String(50) , 必填</country>
<province>省 ,String(50) , 必填</province>
<city>市 ,String(50),必填</city>
<area>区 ,String(50)</area>
<address>收货地址 ,String(200),必填</address>
<zipCode>邮编 ,String(20)</ZipCode>
<consignee>收货人 ,String(50),必填</consignee>
<phone>手机号 ,String(50) </phone>
<mobile>座机号 ,String(50),必填</mobile>
<memo>备注 ,String(500)</mobile>
<tenantId>租户ID ,String(50),必填</tenantId>
<pin>pin码,String(50),必填</tenantId>
</request>
出参规范
<?xml version="1.0" encoding="utf-8"?>
<response>
<flag>success|failure</flag>
<code>响应码</code>
<message>响应信息</message>
</response>