Registration Information Element

A Registration Information Element is a base Information Element used to hold any kind of data used for registration. This base type is not having any specific properties other than the standard Datanode properties. The dataset for this type of Information Element should be configured using Managed Fields.

Type Namespace

A Registration Information Element always have a namespace starting with: dk.realequity.ie.registration

Creating a Registration IE

By posting the following example in the Body of a Create InformationElement the IE will be created:

{
    "displayName": "My registration",
    "namespace": "dk.realequity.ie.registration.test",
    "parentId": "e4ec5d5b-09f5-423e-891b-f73501c1c444",
    "parentNamespace": "dk.realequity.actor.contact.person"    
}