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