Aller au contenu principal

QualifiedCoordinate

valuestringrequired

Value of the coordinate (phone number or email)

Default value:
Example: 0611223344
typestringrequired

Qualifier of the coordinate

Default value:
Example: Mobile
isPrimarybooleanrequired

Whether this is the primary coordinate of its type

Default value: false
Example: true
QualifiedCoordinate
{
"value": "0611223344",
"type": "Mobile",
"isPrimary": true
}