Contacts Information
Data Type: Contact
Parameter  | Type  | Description  | Required/Optional  | Notes  | 
|---|---|---|---|---|
name  | String  | Contact name  | Required  | Contact name, the field cannot exceed 200 characters.  | 
phone  | Contact phone number  | Required  | See the data dictionary “Phone” for details  | |
relationship  | String  | Contact social relations  | Strongly recommended  | Enumeration values:  | 
{
  "name": "Pierre Laurent",
  "phone":{
    "country_code": 86,
    "phone_number": "18700001111"
  },
  "relationship": "friend"
}