Media Reference IE Base Type
A Media Reference Information Element is a base Information Element used to hold en URL to any kind of media.
Type Namespace
A Media Reference Information Element always have a namespace starting with: dk.realequity.ie.mediaref
Creating a Media Reference IE
By posting the following example in the Body of a Create InformationElement the IE will be created:
{
"displayName": "My new Information Element",
"namespace": "dk.realequity.ie.mediaref.default",
"parentId": "e4ec5d5b-09f5-423e-891b-f73501c1c4b9",
"parentNamespace": "dk.realequity.actor.contact.person",
"url":"https://www.mydomain.dk/image.png"
}
Properties
| Properties | Description |
|---|---|
| url | An URL that points to a media file like .jpg, svg, .png and so on. Needs to include the full path including http:// or https:// |