CounterTemplate Data Type

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

Example

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