CompanyEmail
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the CompanyEmail. |
primary | Boolean | false | Sets if it is primary or not. |
emailAddressType | EmailAddressType | true | Gives more information about that email |
String | true | The email address itself. | |
remark | String | false | Possible remarks about this email. |
JSON representation
{ "id": 1, "primary": false, "emailAddressType": { "id": 1, "code": "1", "name": "Personal" }, "email": "test@test.com", "remark": null }