Personal Profile
Data Type: Profile
Parameter  | Type  | Description  | Required/Optional  | Notes  | 
|---|---|---|---|---|
name  | String  | Name  | Required  | full name  | 
phone  | Phone  | Required  | See the data dictionary “Phone” for details  | |
id  | Identity Information  | Required  | See the data dictionary “ID” for details  | |
String  | Strongly recommended  | Email address  | ||
sex  | String  | Gender  | Recommended  | Enumeration value:  | 
birthdate  | String  | Date of birth  | Recommended  | Format: YYYY-MM-DD, for example 1998-01-01  | 
birthplace  | Place of birth  | Recommended  | See the data dictionary “Address” for details  | |
address  | Personal address  | Recommended  | Residential address, see the data dictionary “Address” for details  | |
marital_status  | String  | Marital status  | Recommended  | Enumeration values:  | 
education  | String  | Educational background  | Recommended  | Enumeration values:  | 
company_name  | String  | Company name  | Recommended  | Company name  | 
company_phone  | Company phone number  | Recommended  | Company phone number, see the data dictionary “Phone” for details  | |
company_address  | Company address  | Recommended  | Company address, see the data dictionary “Address” for details  | |
profession  | String  | Profession/Position  | Recommended  | Profession/Position  | 
nationality  | String  | Nationality  | Recommended  | Two-digit country code, conforming to ISO 3166 standard, such as CN  | 
{
        "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" 
}