API Reference
中文

ContactsInformation

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

Phone

Contact phone number

Required

See the data dictionary “Phone” for details

relationship

String

Contact social relations

Strongly recommended

Enumeration 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"
}