CounterTemplate Data Type

Implemented Interfaces
IReferenceEntity, Serializable
Properties
name data type constraints description
disabled boolean  
accumulatorType AccumulatorCounterTypeEnum  
accumulator boolean  
counterLevel CounterTemplateLevel  
ceilingExpressionEl string  
calendar Calendar  
keyEl string  
description string max size: 255, min size: 0
historized boolean  
code string required, max size: 255, min size: 1
calendarCodeEl string  
auditable Auditable  
id number  
codeChanged boolean  
auditableFields array of AuditableFieldHistory  
unityDescription string  
counterType CounterTypeEnum  
ceiling number  
filterEl string  
descriptionAndCode string  
active boolean  
descriptionOrCode string  
notified boolean  
referenceCode string  
notificationLevels string  
parentEntity BusinessEntity  
transient boolean  
appendGeneratedCode boolean  
parentEntityType object  
referenceDescription string  
version number  
valueEl string  

Example

{
  "disabled" : true,
  "accumulatorType" : "MULTI_VALUE",
  "accumulator" : true,
  "counterLevel" : "CUST",
  "ceilingExpressionEl" : "...",
  "calendar" : {
    "notified" : true,
    "initializationRequired" : true,
    "initDate" : 12345,
    "parentEntityType" : { },
    "auditableFields" : [ {
      "notified" : true,
      "historized" : true,
      "notfiable" : true,
      "historable" : true,
      "auditType" : "STATUS",
      "fieldName" : "...",
      "currentState" : { },
      "previousState" : { }
    }, {
      "notified" : true,
      "historized" : true,
      "notfiable" : true,
      "historable" : true,
      "auditType" : "OTHER",
      "fieldName" : "...",
      "currentState" : { },
      "previousState" : { }
    } ],
    "parentEntity" : {
      "description" : "...",
      "code" : "...",
      "version" : 12345,
      "parentEntity" : { },
      "id" : 12345,
      "transient" : true,
      "historized" : true,
      "descriptionOrCode" : "...",
      "auditable" : { },
      "referenceDescription" : "...",
      "referenceCode" : "...",
      "codeChanged" : true,
      "parentEntityType" : { },
      "notified" : true,
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "auditableFields" : [ { }, { } ]
    },
    "referenceCode" : "...",
    "auditable" : {
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345,
      "updated" : 12345,
      "lastUser" : "...",
      "creator" : "..."
    },
    "id" : 12345,
    "historized" : true,
    "descriptionAndCode" : "...",
    "transient" : true,
    "referenceDescription" : "...",
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "codeChanged" : true,
    "initDateEL" : "...",
    "calendarType" : "...",
    "calendarTypeWSubtypes" : "...",
    "description" : "...",
    "descriptionOrCode" : "...",
    "code" : "...",
    "appendGeneratedCode" : true,
    "version" : 12345
  },
  "keyEl" : "...",
  "description" : "...",
  "historized" : true,
  "code" : "...",
  "calendarCodeEl" : "...",
  "auditable" : {
    "created" : 12345,
    "updater" : "...",
    "lastModified" : 12345,
    "updated" : 12345,
    "lastUser" : "...",
    "creator" : "..."
  },
  "id" : 12345,
  "codeChanged" : true,
  "auditableFields" : [ {
    "notified" : true,
    "historized" : true,
    "notfiable" : true,
    "historable" : true,
    "auditType" : "RENEWAL",
    "fieldName" : "...",
    "currentState" : { },
    "previousState" : { }
  }, {
    "notified" : true,
    "historized" : true,
    "notfiable" : true,
    "historable" : true,
    "auditType" : "STATUS",
    "fieldName" : "...",
    "currentState" : { },
    "previousState" : { }
  } ],
  "unityDescription" : "...",
  "counterType" : "NOTIFICATION",
  "ceiling" : 12345.0,
  "filterEl" : "...",
  "descriptionAndCode" : "...",
  "active" : true,
  "descriptionOrCode" : "...",
  "notified" : true,
  "referenceCode" : "...",
  "notificationLevels" : "...",
  "parentEntity" : {
    "description" : "...",
    "code" : "...",
    "version" : 12345,
    "parentEntity" : { },
    "id" : 12345,
    "transient" : true,
    "historized" : true,
    "descriptionOrCode" : "...",
    "auditable" : {
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345,
      "updated" : 12345,
      "lastUser" : "...",
      "creator" : "..."
    },
    "referenceDescription" : "...",
    "referenceCode" : "...",
    "codeChanged" : true,
    "parentEntityType" : { },
    "notified" : true,
    "appendGeneratedCode" : true,
    "descriptionAndCode" : "...",
    "auditableFields" : [ {
      "notified" : true,
      "historized" : true,
      "notfiable" : true,
      "historable" : true,
      "auditType" : "OTHER",
      "fieldName" : "...",
      "currentState" : { },
      "previousState" : { }
    }, {
      "notified" : true,
      "historized" : true,
      "notfiable" : true,
      "historable" : true,
      "auditType" : "OTHER",
      "fieldName" : "...",
      "currentState" : { },
      "previousState" : { }
    } ]
  },
  "transient" : true,
  "appendGeneratedCode" : true,
  "parentEntityType" : { },
  "referenceDescription" : "...",
  "version" : 12345,
  "valueEl" : "..."
}