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. |
JSON representation
{ "id": 1, "code": "1", "name": "Personal" }