CounterTemplate Data Type

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

Example

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