Calendar Data Type

Abstract Type
Implemented Interfaces
IReferenceEntity, Serializable
Properties
name data type constraints description
parentEntityType object  
code string required, max size: 255, min size: 1
appendGeneratedCode boolean  
initializationRequired boolean  
initDate number  
referenceCode string  
auditableFields array of AuditableFieldHistory  
calendarTypeWSubtypes string  
descriptionOrCode string  
id number  
historized boolean  
notified boolean  
parentEntity BusinessEntity  
transient boolean  
codeChanged boolean  
initDateEL string  
calendarType string  
auditable Auditable  
descriptionI18n map of string  
descriptionAndCode string  
referenceDescription string  
version number  
description string max size: 255, min size: 0

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "parentEntityType" : { },
  "code" : "...",
  "appendGeneratedCode" : true,
  "initializationRequired" : true,
  "initDate" : 12345,
  "referenceCode" : "...",
  "auditableFields" : [ {
    "fieldName" : "...",
    "historable" : true,
    "historized" : true,
    "auditType" : "STATUS",
    "notfiable" : true,
    "currentState" : { },
    "notified" : true,
    "previousState" : { }
  }, {
    "fieldName" : "...",
    "historable" : true,
    "historized" : true,
    "auditType" : "STATUS",
    "notfiable" : true,
    "currentState" : { },
    "notified" : true,
    "previousState" : { }
  } ],
  "calendarTypeWSubtypes" : "...",
  "descriptionOrCode" : "...",
  "id" : 12345,
  "historized" : true,
  "notified" : true,
  "parentEntity" : {
    "code" : "...",
    "appendGeneratedCode" : true,
    "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" : { }
    } ],
    "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" : "..."
  },
  "transient" : true,
  "codeChanged" : true,
  "initDateEL" : "...",
  "calendarType" : "...",
  "auditable" : {
    "created" : 12345,
    "creator" : "...",
    "lastModified" : 12345,
    "updater" : "...",
    "updated" : 12345,
    "lastUser" : "..."
  },
  "descriptionI18n" : {
    "property1" : "...",
    "property2" : "..."
  },
  "descriptionAndCode" : "...",
  "referenceDescription" : "...",
  "version" : 12345,
  "description" : "..."
}