EmailAddressType

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the

EmailAddressType.

codeStringtrueCode of the

EmailAddressType.

nameStringtrueName of the

EmailAddressType.

nameI18nStringtrueName of the

EmailAddressType local.

JSON representation

{
    "id": 1,
    "code": "1",
    "name": "Personal",
    "nameI18n": "Personal"
}