The Email data transfer object model.
name | data type | constraints | description |
---|---|---|---|
emailId | number | Unique email identifier | |
type | string | Type for the email. | |
address | string | Address for the Email | |
order | number | required | Order for the Email |
Example
{ "emailId" : 1, "type" : "Business", "address" : "contact@doctor.com", "order" : 1 }