ContactsInformation

Contacts Information

Data Type: Contact

ParameterTypeDescriptionRequired/OptionalNotes
nameStringContact nameRequiredContact name, the field cannot exceed 200 characters.
phonePhoneContact phone numberRequiredSee the data dictionary “Phone” for details
relationshipStringContact social relationsStrongly recommendedEnumeration values:
1.parent
2.spouse
3.child
4.sibling
5.cousin
6.other_relative
7.friend
8.classmate
9.coworker
10.other_cases
{
  "name": "Pierre Laurent",
  "phone":{
    "country_code": 86,
    "phone_number": "18700001111"
  },
  "relationship": "friend"
}