CreateItemIdentityPropertyEntryList Data Type

Properties
name data type description
identity string
Properties inherited from ItemPropertyEntryList
entries array of ItemPropertyEntry Die Liste aller ItemGroupEntry Einträge

Example

{
  "identity" : "...",
  "entries" : [ {
    "datatype" : "...",
    "content" : "...",
    "name" : "...",
    "mandatory" : true,
    "itemgroupId" : 12345,
    "layoutId" : 12345,
    "id" : 12345
  }, {
    "datatype" : "...",
    "content" : "...",
    "name" : "...",
    "mandatory" : true,
    "itemgroupId" : 12345,
    "layoutId" : 12345,
    "id" : 12345
  } ]
}