公司信息同步
返回上一页
参数说明
名称 | 类型 | 长度 | 是否必填 | 说明 | 默认值 |
---|---|---|---|---|---|
corpAccount | String | 30 | Y | 公司账号,在合作方系统中唯一标识公司的号码(不可变更) | |
corpName | String | 100 | Y | 公司全名 | |
corpPhone | String | 100 | N | 公司固定电话,与手机电话号码只允许一个为空。格式为:”区号-电话-分机号” | |
corpMobile | int | 15 | N | 公司手机,与固定电话号码只允许一个为空 | |
corpNickName | String | 100 | N | 公司短名称 | |
corpLinkman | String | 100 | N | 公司联系人的姓名 | |
corpFax | String | 100 | N | 公司传真 | |
corpEmail | String | 100 | N | 公司邮箱 | |
corpAd dress | String | 100 | N | 公司地址 |
输入示例
<?xml version="1.0" encoding = "utf-8"?> <request> <type>corporationBinding</type> <data> <attr name="corpAccount">corp1</attr> <attr name="corpName">大公司1</attr> <attr name="corpNickName">公司1</attr> <attr name="corpPhone">0755-12345678</attr> <attr name="corpMobile">13511234567</attr> <attr name="corpLinkman">张先生</attr> <attr name="corpFax">0755-12345678</attr> <attr name="corpEmail">someone@somecorp.com</attr> <attr name="corpAddress">深圳市深南大道xx号</attr> </data>
返回示例
<?xml version="1.0" encoding="UTF-8" ?> <response> <type>corporationBinding</type> <status>0</status> </response>