CounterTemplate Data Type

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

Example

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