CounterTemplate Data Type

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

Example

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