/
CustomerEmail
CustomerEmail
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the CustomerEmail. |
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 }
, multiple selections available,
Related content
CompanyEmail
CompanyEmail
More like this
PropertyEmail
PropertyEmail
More like this
CustomerAddress
CustomerAddress
More like this
TravelAgentEmail
TravelAgentEmail
More like this
CustomerProfile
CustomerProfile
More like this
AccountReceivableEmail
AccountReceivableEmail
More like this