个人资料

个人资料

数据类型:Profile

字段类型含义建议备注
nameString姓名必须姓名全称
phonePhone手机/电话必须详见 Phone 手机
idID身份信息强烈建议详见 ID 身份信息
emailString邮箱强烈建议个人邮箱地址
sexString性别建议枚举值:
1. male:男性
2. female:女性
birthdateString出生日期建议格式:YYYY-MM-DD ,例如 1998-01-01
birthplaceAddress出生地建议详见 Address 地址信息
addressAddress地址信息建议个人常住地址,详见 Address 地址信息
educationString学历建议枚举值:
1.博士:doctorate
2.硕士:master
3.本科:bachelor
4.大专:junior_college
5.高中:high_school
6.初中:middle_school
7.初中以下:below_middle_school
professionString职业/职位建议所在职业/职位
marital_statusString婚姻状况建议枚举值:
1.single: 单身
2.married:已婚
3.separated:分居
4.divorced:离异
5.widowed:丧偶
6.cohabited: 同居
7.customary: 风俗婚姻,如一夫多妻(polygamy)
company_nameString工作单位建议所在工作单位
company_phonePhone工作单位电话建议所在工作单位电话,详见 Phone 手机
company_addressAddress工作单位地址建议所在工作单位地址,详见 Address 地址信息
nationalityString国籍建议两位国家码,符合 ISO 3166 标准
   {
        "name":"Pierre Laurent",
        "id":{
            "id_country":"GB",
            "id_type":"passport",
            "id_number":"G402****",
            "valid_date":"2028-01-01"
        },
        "phone":{
            "country_code":86,
            "phone_number":"18700001111"
        },
        "email":"xxxx",
        "birthdate":"1998-01-01",
        "birthplace":{
            "country":"GB",
            "region":"The Greater London",
            "city":"London",
            "district":"Knightsbridge",
            "detail":"87-135 Brompton Rd"
        },
        "sex":"male",
        "address":{
            "country":"GB",
            "region":"The Geater London",
            "city":"London",
            "district":"Knightsbridge",
            "detail":" 87-135 Brompton Rd",
            "zip_code":"SW3 1QE"
        },
        "marital_status":"single",
        "education":"master",
        "company_name":"xxx",
        "company_phone":{
            "country_code":86,
            "phone_number":"18700001111"
        },
        "company_address":{
            "country":"GB",
            "region":"The Geater London",
            "city":"London",
            "district":"Knightsbridge",
            "detail":" 87-135 Brompton Rd",
            "zip_code":"SW3 1QE"
        },
       "profession": "XXX",
       "nationality": "CN" 
    }