根据证件号获得客户的节点信息


HTTP方法


POST

HTTP URL

/open-api/v1/customer/findCustomerOrg

Query参数


Path参数

Header参数


  • Content-Type采用 application/json

Body数据


参数 类型 必需 描述
identityNo string 证件号

示例

{
  "identityNo": "320113194703075392"
}

HTTP响应


参数 类型 描述
code int 状态码,0为成功,非0为失败
message int 对于状态码的简单描述
data array 数据体
name string 姓名
sex string 性别 MAN:男 WOMAN:女 UNKNOWN:未知
age int 年龄
customerOrgInfo array 节点信息
orgId string 节点Id
orgName string 节点名称

正常响应

{
  "code": 0,
  "message": "Success",
  "data": [
    {
      "name": "测试",
      "sex": "MAN",
      "age": 76,
      "customerOrgInfo": [
        {
          "orgId": "1475708198513272391",
          "orgName": "测试节点"
        }
      ]
    }
  ],
  "traceId": "3c63ac9314760c191654783119091027968x"
}

异常响应

设备账号不能为空

{
    "code": 9000,
    "message": "证件号码不能为空"
}

results matching ""

    No results matching ""