CounterTemplate Data Type

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

Example

{
  "notified" : true,
  "counterLevel" : "SU",
  "code" : "...",
  "auditable" : {
    "updater" : "...",
    "updated" : 12345,
    "creator" : "...",
    "lastUser" : "...",
    "created" : 12345,
    "lastModified" : 12345
  },
  "codeChanged" : true,
  "calendarCodeEl" : "...",
  "unityDescription" : "...",
  "ceiling" : 12345.0,
  "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" : "RENEWAL",
      "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" : "..."
    }
  },
  "ceilingExpressionEl" : "...",
  "auditableFields" : [ {
    "historable" : true,
    "fieldName" : "...",
    "currentState" : { },
    "notified" : true,
    "notfiable" : true,
    "previousState" : { },
    "auditType" : "RENEWAL",
    "historized" : true
  }, {
    "historable" : true,
    "fieldName" : "...",
    "currentState" : { },
    "notified" : true,
    "notfiable" : true,
    "previousState" : { },
    "auditType" : "RENEWAL",
    "historized" : true
  } ],
  "descriptionAndCode" : "...",
  "referenceDescription" : "...",
  "accumulatorType" : "MULTI_VALUE",
  "valueEl" : "...",
  "active" : true,
  "historized" : true,
  "transient" : true,
  "accumulator" : true,
  "keyEl" : "...",
  "parentEntityType" : { },
  "referenceCode" : "...",
  "id" : 12345,
  "appendGeneratedCode" : true,
  "version" : 12345,
  "description" : "...",
  "notificationLevels" : "...",
  "descriptionOrCode" : "...",
  "counterType" : "NOTIFICATION",
  "disabled" : true,
  "filterEl" : "...",
  "parentEntity" : {
    "auditableFields" : [ {
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notified" : true,
      "notfiable" : true,
      "previousState" : { },
      "auditType" : "STATUS",
      "historized" : true
    }, {
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notified" : true,
      "notfiable" : true,
      "previousState" : { },
      "auditType" : "OTHER",
      "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" : "..."
  }
}