TriggeredEdrTemplateDto Data Type

The Class TriggeredEdrTemplateDto.

Implemented Interfaces
Serializable
Properties
name data type constraints description
subscriptionEl string   The subscription el.
id number   The id.
auditableField array of AuditableFieldDto  
meveoInstanceCode string   The meveo instance code.
conditionEl string   The condition el.
code string required The code
quantityEl string   The quantity el.
param1El string   The param 1 el.
description string   The description
param2El string   The param 2 el.
param3El string   The param 3 el.
param4El string   The param 4 el.
updatedCode string   The updated code.
opencellInstanceEL string   Expression to compute the OpencellInstance code so the instance on which the EDR is triggered can be inferred from the Offer or whatever. It overrides the value on meveoInstance.
triggeredEdrScript string   Script to run

Example

{
  "subscriptionEl" : "...",
  "id" : 12345,
  "auditableField" : [ {
    "entityClass" : "...",
    "fieldName" : "...",
    "id" : 12345,
    "changeOrigin" : "...",
    "auditableField" : [ { }, { } ],
    "originName" : "...",
    "code" : "...",
    "previousState" : "...",
    "currentState" : "...",
    "description" : "...",
    "created" : "...",
    "updatedCode" : "...",
    "actor" : "..."
  }, {
    "entityClass" : "...",
    "fieldName" : "...",
    "id" : 12345,
    "changeOrigin" : "...",
    "auditableField" : [ { }, { } ],
    "originName" : "...",
    "code" : "...",
    "previousState" : "...",
    "currentState" : "...",
    "description" : "...",
    "created" : "...",
    "updatedCode" : "...",
    "actor" : "..."
  } ],
  "meveoInstanceCode" : "...",
  "conditionEl" : "...",
  "code" : "...",
  "quantityEl" : "...",
  "param1El" : "...",
  "description" : "...",
  "param2El" : "...",
  "param3El" : "...",
  "param4El" : "...",
  "updatedCode" : "...",
  "opencellInstanceEL" : "...",
  "triggeredEdrScript" : "..."
}