Skip to main content

IdentifierType

idintegerrequired

Internal ID of the identifier type

Example: 31
namestringrequired

Full name of the identifier type

Example: Business License Number
keystringrequired

Short key for the identifier type

Example: BLN
uniquebooleanrequired

Whether the identifier value must be unique across organizations

Example: true
IdentifierType
{
"id": 31,
"name": "Business License Number",
"key": "BLN",
"unique": true
}