各位亲爱的用户:
您好!为了给您提供更优质的售后服务,保障您在平台获得更多权益,需要您登录用户中心完成用户认证操作。完成用户认证后,您可在平台顺利购买数据。
若用户未完成用户认证操作,或将影响您的购买体验,望各位用户知悉。
企业族谱核验
标识:BIR14
- 接口地址:
https://way.jd.com/chinadatapay/BIR14
- 请求方式:
HTTPS GET POST
- 请求示例:
https://way.jd.com/chinadatapay/BIR14?name=xxx有限公司&appkey=您申请的APPKEY
QUERY请求参数
- 公共请求参数
-
名称 类型 必填 示例值 描述 appkey String 是 1 您申请的appkey - 业务请求参数
-
名称 类型 必填 示例值 描述 name String 是 xxx有限公司 企业全名
POST请求参数
名称 | 类型 | 必填 | 示例值 | 描述 |
---|---|---|---|---|
body | String | 是 | 1 | 1 |
返回参数
- 公共返回参数
-
名称 类型 示例值 描述 code string 10000 更多返回参数示例值请参看“错误参照码” charge boolean false 或 true false:不扣费 true:扣费 remain long 1305 数据剩余次数 msg string 查询成功 更多返回参数示例值请参看“错误参照码” result object {...} 数据查询结果 - 业务返回参数
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
code | string | 10000 | 返回结果状态 |
data | object | {...} | 返回查询结果,如果没有匹配记录则返回为空。 |
identifier | string | 1 | 节点唯一标识,用于构图 |
eid | string | c7fedcf3-50bb-45c2-a9a5-a5dc0c6e9c36 | 企业 id,只有工商注册的企业不为空,其它都为空 |
c_trees | array | [...] | 对外投资族谱 |
name | string | 北京万达文化产业集团有限公司 | 名称 |
short_name | string | 万达文化产业 | 名称简称 |
has_problem | string | 0 | 是否有失信记录,“0”表示没有,“1”表示有 |
type | string | E | 类型 |
items | array | [...] | 类目 |
p_count | number | 4 | 股东族谱的子节点个数 |
c_count | number | 1487 | 对外投资族谱的子节点个数 |
seqNo | string | 7X25ZLNZ1704061659 | 序列号(每次调用接口返回的唯一值,如有接口问题,请提供此值) |
message | string | 查询成功 | 返回结果消息 |
返回示例值
{"code":"10000","charge":false,"remain":1305,"msg":"查询成功","result":[
{
"code": "10000",
"message": "查询成功",
"data": {
"c_trees": [
{
"has_problem": "0",
"items": [
{
"has_problem": "0",
"items": [
{
"has_problem": "0",
"items": [],
"name": "青岛万达文化投资有限公司",
"short_name": "万达文化投资",
"type": "E",
"identifier": "9",
"eid": "c755b44c-a103-4f22-b4ab-7e4fffc691d4"
}
],
"name": "北京万达投资有限公司",
"short_name": "万达投资",
"type": "E",
"identifier": "8",
"eid": "b1510647-796b-4d17-8c17-0b021e5286b4"
}
],
"name": "北京万达文化产业集团有限公司",
"short_name": "万达文化产业",
"type": "E",
"identifier": "7",
"eid": "c924ffa5-e28b-4ddd-b652-341cc4d97c4b"
},
{
"has_problem": "0",
"items": [],
"name": "王健林",
"short_name": "王健林",
"type": "P",
"identifier": "5",
"eid": "null"
}
],
"has_problem": "0",
"p_count": 4,
"c_count": 1487,
"name": "大连万达集团股份有限公司",
"short_name": "万达",
"type": "E",
"identifier": "1",
"eid": "c7fedcf3-50bb-45c2-a9a5-a5dc0c6e9c36"
},
"seqNo": "7X25ZLNZ1704061659"
},
{
"code": "10000",
"message": "查询成功",
"data": {
"c_trees": [
{
"has_problem": "0",
"items": [
{
"has_problem": "0",
"items": [
{
"has_problem": "0",
"items": [],
"name": "青岛万达文化投资有限公司",
"short_name": "万达文化投资",
"type": "E",
"identifier": "9",
"eid": "c755b44c-a103-4f22-b4ab-7e4fffc691d4"
}
],
"name": "北京万达投资有限公司",
"short_name": "万达投资",
"type": "E",
"identifier": "8",
"eid": "b1510647-796b-4d17-8c17-0b021e5286b4"
}
],
"name": "北京万达文化产业集团有限公司",
"short_name": "万达文化产业",
"type": "E",
"identifier": "7",
"eid": "c924ffa5-e28b-4ddd-b652-341cc4d97c4b"
},
{
"has_problem": "0",
"items": [],
"name": "王健林",
"short_name": "王健林",
"type": "P",
"identifier": "5",
"eid": "null"
}
],
"has_problem": "0",
"p_count": 4,
"c_count": 1487,
"name": "大连万达集团股份有限公司",
"short_name": "万达",
"type": "E",
"identifier": "1",
"eid": "c7fedcf3-50bb-45c2-a9a5-a5dc0c6e9c36"
},
"seqNo": "7X25ZLNZ1704061659"
}
]}