PersonalProfile

Personal Profile

Data Type: Profile

ParameterTypeDescriptionRequired/OptionalNotes
nameStringNameRequiredfull name
phonePhonePhoneRequiredSee the data dictionary “Phone” for details
idIDIdentity InformationRequiredSee the data dictionary “ID” for details
emailStringEmailStrongly recommendedEmail address
sexStringGenderRecommendedEnumeration value:
1.male;
2.female
birthdateStringDate of birthRecommendedFormat: YYYY-MM-DD, for example 1998-01-01
birthplaceAddressPlace of birthRecommendedSee the data dictionary “Address” for details
addressAddressPersonal addressRecommendedResidential address, see the data dictionary “Address” for details
marital_statusStringMarital statusRecommendedEnumeration values:
1.single
2.married
3.separated
4.divorced
5.widowed
6.cohabited
7.Customary (polygamy)
educationStringEducational backgroundRecommendedEnumeration values:
1.doctorate
2.master
3.bachelor
4.junior_college
5.high_school
6.middle_school
7.below_middle_school
company_nameStringCompany nameRecommendedCompany name
company_phonePhoneCompany phone numberRecommendedCompany phone number, see the data dictionary “Phone” for details
company_addressAddressCompany addressRecommendedCompany address, see the data dictionary “Address” for details
professionStringProfession/PositionRecommendedProfession/Position
nationalityStringNationalityRecommendedTwo-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" 
}