An Email Address Information Element is a base Information Element used to hold Email information.
Type Namespace
An Email Address Information Element always have a namespace starting with: dk.realequity.ie.emailaddress
Creating an Email Address IE
By posting the following example in the Body of a Create InformationElement the IE will be created:
{
"displayName": "Email",
"namespace": "dk.realequity.ie.emailaddress.any",
"parentId": "e4ec5d5b-09f5-423e-891b-f73501c1c4b9",
"parentNamespace": "dk.realequity.actor.contact.person",
"email": {
"address": "jorgen.nielsen@cb.dk"
}
}
Properties
| Properties | Description |
|---|---|
| address | The email address in the format of: something@domain.dk |