CounterTemplate Data Type

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

Example

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