合作企业名录数据
建议上传频率
每60分钟进行一次数据上传
适配器方式上传
- 适配器上传接口:/unified-adapter/upload
- 消息类型: cooperative-company@companies
Http接口方式上传
- 请求方式:post
- 接口地址:/cooperative-company/companies
数据协议
[
{
"companyId": "12312312",
"name": "北京xx工贸有限公司",
"companyCode":"1221312",
"cooperativeType": 1,
"englishName": "Beijing xxx corporation",
"shortName": "北京xx",
"registeredNo": "213123123123",
"orgCode": "22222",
"taxNo": "4354353453",
"creditCode": "911101121024432593",
"regionType": 0,
"province": "河北",
"city": "秦皇岛",
"county": "海港区",
"country": "加拿大",
"region": "北美洲",
"registeredAddress": "北京市海淀区中关村软件园",
"officeAddress": "北京市海淀区中关村软件园",
"registeredCapital": 1000000000,
"currency": "人民币",
"companyProperty": "xxxxxx",
"employeesCount": 12000,
"businessScope": "五金交电,日用百货",
"establishedTime": "2017-12-09 12:38:20",
"legalPerson": "张三",
"legalPersonTel": "13523232432",
"legalPersonFixedTel": "033532323211",
"safetyLicense": "xxxxx",
"licenseIssuedOffice": "xxxxx",
"status":1,
"deleted": false
}
]
| 字段名称 | 字段类型 | 字段描述 |
|---|---|---|
| companyId | string | 公司唯一标识 |
| name | string | 公司中文名称 |
| companyCode | string | 公司编码 |
| cooperativeType | int | 合作关系类型 见附录 合作关系类型 |
| englishName | string | 公司英文名称 |
| shortName | string | 公司简称 |
| registeredNo | string | 工商注册号 |
| orgCode | int | 组织机构代码 |
| taxNo | string | 税号 |
| creditCode | string | 社会信用统一代码 |
| regionType | string | 地区类型 见附录 区域类型 |
| province | string | 省份 |
| city | string | 城市 |
| county | string | 县区 |
| country | string | 国家 (境外国家名称) |
| region | string | 区域或大洲 |
| registeredAddress | string | 公司注册地址 |
| officeAddress | string | 公司办公地址 |
| registeredCapital | double | 注册资本金 |
| currency | String | 币种 |
| companyProperty | string | 企业性质 |
| employeesCount | int | 员工数量 |
| businessScope | string | 经营范围 |
| establishedTime | date | 成立时间 |
| legalPerson | string | 法人姓名 |
| legalPersonTel | string | 法人代表手机号 |
| legalPersonFixedTel | string | 法人代表固话 |
| safetyLicense | string | 安全施工许可证号 |
| licenseInssuedOffice | string | 许可证发证机关 |
| status | int | 状态 见表1 |
| deleted | boolean | 逻辑删除标志位 见表2 |
表1 状态
| status | |
|---|---|
| 1 | 合格 |
| 2 | 不合格 |
| 3 | 未评价 |
表2 是否逻辑删除标识
| deleted | |
|---|---|
| false | 未删除 |
| true | 已删除 |