CreateEventVO Data Type

Properties
name data type description
eventKey string
descriptionKey string
singleDescriptionKey string
groupDescriptionKey string
eventIcon string
moduleId number
grouped boolean
canRemove boolean
removeAfterExecAction boolean
onlyAdmin boolean
required boolean

Example

{
  "eventKey" : "...",
  "descriptionKey" : "...",
  "singleDescriptionKey" : "...",
  "groupDescriptionKey" : "...",
  "eventIcon" : "...",
  "moduleId" : 12345,
  "grouped" : true,
  "canRemove" : true,
  "removeAfterExecAction" : true,
  "onlyAdmin" : true,
  "required" : true
}