各位亲爱的用户:
您好!为了给您提供更优质的售后服务,保障您在平台获得更多权益,需要您登录用户中心完成用户认证操作。完成用户认证后,您可在平台顺利购买数据。
若用户未完成用户认证操作,或将影响您的购买体验,望各位用户知悉。
职业资格证书查询
标识:occupation
- 接口地址:
https://way.jd.com/showapi/occupation
- 请求方式:
HTTPS GET POST
- 请求示例:
https://way.jd.com/showapi/occupation?idName=章*怡&idCardNum=3*************1234&appkey=您申请的APPKEY
QUERY请求参数
- 公共请求参数
-
名称 类型 必填 示例值 描述 appkey String 是 1 您申请的appkey - 业务请求参数
-
名称 类型 必填 示例值 描述 idName String 是 章*怡 身份证姓名 idCardNum String 是 3*************1234 身份证号
返回参数
- 公共返回参数
-
名称 类型 示例值 描述 code string 10000 更多返回参数示例值请参看“错误参照码” charge boolean false 或 true false:不扣费 true:扣费 remain long 1305 数据剩余次数 msg string 查询成功 更多返回参数示例值请参看“错误参照码” result object {...} 数据查询结果 - 业务返回参数
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
showapi_res_error | string | 易源数据平台的返回错误信息 | |
showapi_res_body | object | {...} | 接口数据体 |
idName | string | 章*怡 | 身份证姓名 |
idCardNum | string | 3*************1234 | 身份证号 |
remark | string | 查询成功! | 返回状态的描述 |
ret_code | string | 0 | 返回状态值,“0”即为成功同时扣减调用次数,其它返回值皆不扣 |
results | array | [...] | 证书结果集合 |
quaType | number | 1 | 1.国家职业资格证书,2.证券从业资格证书 |
mechanismName | string | 职业技能鉴定机构名称 | |
occupation | string | 茶艺师 | 职业名称 |
quaLevel | string | 四级/中级技能 | 级别 |
educationLevel | string | 大学本科 | 文化程度 |
scores | string | 合格 | 评定成绩 |
reportingTime | string | 2015-07-31 02:58:48 PM | 上报时间 |
theoryScores | string | 84.0 | 理论知识考核成绩 |
operationScores | string | 67.0 | 操作知识考核成绩 |
issuingTime | string | 2014-05-22 | 发证日期 |
reportingUnit | string | 云南省劳动保障鉴定中心 | 上报单位 |
certificateNo | string | 12************12 | 证书编号 |
showapi_res_code | number | 0 | 平台错误码 |
返回示例值
{"code":"10000","charge":false,"remain":1305,"msg":"查询成功","result":{
"showapi_res_code": 0,
"showapi_res_error": "",
"showapi_res_body": {
"ret_code": "0",
"remark": "查询成功!",
"idCardNum": "3*************1234",
"idName": "章*怡",
"results": [
{
"quaType": 1,
"reportingUnit": "云南省劳动保障鉴定中心",
"quaLevel": "四级/中级技能",
"reportingTime": "2015-07-31 02:58:48 PM",
"theoryScores": "84.0",
"educationLevel": "大学本科",
"mechanismName": "",
"operationScores": "67.0",
"scores": "合格",
"certificateNo": "12************12",
"occupation": "茶艺师",
"issuingTime": "2014-05-22"
}
]
}
}}