CounterTemplate Data Type

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

Example

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