CompanyEmail

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the

CompanyEmail.

primaryBooleanfalseSets if it is primary or not.
emailAddressTypeEmailAddressTypetrueGives more information about that email
emailStringtrueThe email address itself.
remarkStringfalsePossible remarks about this email.

JSON representation

{
	"id": 1,
	"primary": false,
	"emailAddressType": {
         "id": 1,
         "code": "1",
         "name": "Personal"
     },
	"email": "test@test.com",
	"remark": null
}