CounterTemplate Data Type

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

Example

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