QualifiedCoordinateView
valuestringrequired
Value of the coordinate (phone number or email)
Example:
0611223344typestringrequired
Qualifier of the coordinate
Example:
MobileisPrimarybooleanrequired
Whether this is the primary coordinate of its type
Example:
trueQualifiedCoordinateView
{
"value": "0611223344",
"type": "Mobile",
"isPrimary": true
}