CounterTemplate Data Type

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

Example

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