获取企业详情
请求方式: POST(HTTPS)
请求地址: https://open.wshoto.com/openapi/crm/company/info
Query参数:
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
access_token | string | 是 | 调用接口凭证 |
Body参数:
{
"company_id": 1537362296950956033
}
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
company_id | long | 是 | 企业ID |
返回值:
{
"code": 0,
"msg": "请求成功",
"data": {
"company_id": null,
"company_name": "深圳市裕同包装科技集团",
"describe": null,
"level": "A",
"industry": "",
"reg_cap": "127173.0",
"relevance_status": 1,
"reg_time": null,
"belong": 1,
"emp_num": "0",
"rec_cap": "0",
"unisc_id": "",
"tax_id": "",
"contact": "",
"website": "",
"op_loc": "",
"region_name": "广东省深圳市宝安区",
"region_id": "440306",
"nic_id": "",
"ent_type": "集团",
"reg_no": "440300202198953",
"reg_capcur": "人民币",
"reg_org": "深圳市市场监督管理局",
"ops_scope": "",
"abu_item": "",
"cbu_item": "",
"ops_scope_and_from": "",
"history_name": "",
"op_from": "2017-08-23",
"op_to": "",
"rev_time": null,
"cancel_time": null
}
}
参数说明:
参数 | 类型 | 说明 |
---|---|---|
code | int | 返回码 |
msg | string | 对返回码的文本描述内容 |
data | object | |
company_id | long | 企业ID |
company_name | string | 企业名称 |
describe | string | 描述 |
level | string | 企业等级 |
logal_person | string | 法人代表 |
industry | string | 所属行业 |
reg_cap | string | 注册资本 |
relevance_status | int | 企业状态 |
reg_time | string | 成立时间 |
belong | int | 企业类型 |
emp_num | string | 员工数量 |
rec_cap | string | 实缴金额 |
unisc_id | string | 统一社会信用代码 |
tax_id | string | 纳税人识别号 |
contact | string | 联系电话 |
website | string | 公司网站 |
op_loc | string | 营业地址 |
region_name | string | 行政区划 |
region_id | string | 行政区划编码 |
nic_id | string | 行业代码 |
ent_type | string | 组织机构 |
reg_no | string | 注册号 |
reg_capcur | string | 注册资金币种 |
reg_org | string | 注册机构 |
ops_scope | string | 经营范围 |
abu_item | string | 许可经营项目 |
cbu_item | string | 一般经营项目 |
ops_scope_and_from | string | 企业经营(业务)范围及方式 |
history_name | string | 企业曾用名 |
op_from | string | 经营有效期起始时间 |
op_to | string | 经营有效期终止时间 |
rev_time | string | 吊销时间 |
cancel_time | string | 注销时间 |