Polygon Information Element

General purpose IE to keep data for a custom Multipolygon.

Namespace

A Polygon IE Base Type always starts with: dk.realequity.ie.polygon.*

:warning: Counter-clockwise Multipolygon data
Please note that all MultiPolygon data should be with counter-clockwise rings.

Creating a Polygon IE

POST POST /api/tenants/{{tenantId}}/resourcegroups/{{resourcegroupId}}/information-elements

Request body

{
    "displayName": "Multi polygon",
    "namespace": "dk.realequity.ie.polygon.default",
    "parentId": "cd61719a-3437-4f52-a393-75daf9d40b96",
    "parentNamespace": "dk.realequity.actor.contact.person"
}

Request body with content:

polygon-example.json (29.4 KB)