创建用卡人

请求方法: POST

请求路径: /v2/holder

请求参数:application/json

字段名 字段描述 字段类型 是否必须
englishName 英文名字/拼音 string 必须
chineseName 中文名字/没有同英文名 string 必须
birthday 出生日期 string 必须
purpose 开户目的 string 必须
email 邮箱 string 必须
phone 电话 string 必须
documentsType 证件类型 00 身份证 02 护照 string 必须
idNumber 证件号 string 必须
dateOfIssue 证件有效期开始日期 yyyy-MM-dd string 必须
dateOfExpiry 证件有效期结束日期 yyyy-MM-dd string 必须
mailingAddress 邮寄地址 string 必须
nationality 国籍代码 string 必须
nationCode 区号 string 必须
sex 性别 M 男 / F 女 string 必须
profession 职业 string 必须
posts 职位 string 必须
certificateImage 证件图片 string 必须
signatureImage 签名图片 string 必须
请求数据示例
{
    "englishName": "WANG DAWEI",
    "chineseName": "王大伟",
    "birthday": "2018-12-25",
    "purpose": "minim irure nostrud deserunt ut",
    "email": "[email protected]",
    "phone": "18169073610",
    "documentsType": "00",
    "idNumber": "398745657",
    "dateOfIssue": "2021-06-21",
    "mailingAddress": "桃園市楊梅區楊湖路三段82號",
    "dateOfExpiry": "2041-06-21",
    "status": 1,
    "nationality": "CHN",
    "nationCode": "86",
    "sex": "M",
    "profession": "velit ex qui officia Excepteur",
    "posts": "exercitation",
    "certificateImage": "{\"1\":\"http://dingyue.ws.126.net/2024/0712/5d5043a2j00sgij8d0015d000hs00hsg.jpg\",\"2\":\"https://www.quazero.com/uploads/allimg/140305/1-140305131415.jpg\"}",
    "signatureImage": "https://www.quazero.com/uploads/allimg/150109/1-150109101208.gif"
}

响应数据

响应示例
{
    "code": 200,
    "message": "操作成功",
    "data": {
        "id": 79,
        "userId": 1,
        "businessId": 172589,
        "englishName": "WANG DAWEI",
        "chineseName": "王大伟",
        "birthday": "2018-12-25",
        "email": "[email protected]",
        "phone": "18169073610",
        "documentsType": "00",
        "idNumber": "398745657",
        "dateOfIssue": "2021-06-21",
        "mailingAddress": "桃園市楊梅區楊湖路三段82號",
        "dateOfExpiry": "2041-06-21",
        "status": 0,
        "createTime": "2024-09-20 11:14:55",
        "updateTime": "2024-09-20 11:14:55",
        "nationality": "CHN",
        "nationCode": "86",
        "sex": "M",
        "profession": "velit ex qui officia Excepteur",
        "posts": "exercitation",
        "purpose": "minim irure nostrud deserunt ut",
        "certificateImage": "{\"1\":\"http://dingyue.ws.126.net/2024/0712/5d5043a2j00sgij8d0015d000hs00hsg.jpg\",\"2\":\"https://www.quazero.com/uploads/allimg/140305/1-140305131415.jpg\"}",
        "signatureImage": "https://www.quazero.com/uploads/allimg/150109/1-150109101208.gif",
        "realNameStatus": 3
    }
}