创建用卡人

请求方法: POST

请求路径: /v2/holder

请求参数:application/json

字段名 字段描述 字段类型 是否必须
englishName 英文名字/拼音 string 必须
birthday 出生日期 string 必须
email 邮箱 string 必须
phone 电话 string 必须
documentsType 证件类型 00 身份证 02 护照 string 必须
idNumber 证件号 string 必须
nationality 国籍代码 string 必须
nationCode 区号 string 必须
请求数据示例
{
    "englishName": "WANG DAWEI",
    "birthday": "2018-12-25",
    "email": "[email protected]",
    "phone": "18169073610",
    "documentsType": "00",
    "idNumber": "398745657",
    "nationality": "CHN",
    "nationCode": "86",
}

响应数据

响应示例
{
    "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",
        "realNameStatus": 3
    }
}