EmailAddressType
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the EmailAddressType. |
code | String | true | Code of the EmailAddressType. |
name | String | true | Name of the EmailAddressType. |
nameI18n | String | true | Name of the EmailAddressType local. |
JSON representation
{ "id": 1, "code": "1", "name": "Personal", "nameI18n": "Personal" }