AccountingScheme Data Type

Implemented Interfaces
IReferenceEntity, Serializable
Properties
name data type constraints description
parentEntity BusinessEntity  
codeChanged boolean  
referenceCode string  
descriptionAndCode string  
longDescription string  
descriptionOrCode string  
longDescriptionI18n map of string  
code string required, max size: 255, min size: 1
description string max size: 255, min size: 0
scriptInstance ScriptInstance  
appendGeneratedCode boolean  
referenceDescription string  
notified boolean  
auditableFields array of AuditableFieldHistory  
id number  
transient boolean  
auditable Auditable  
historized boolean  
parentEntityType object  
version number  

Example

{
  "parentEntity" : {
    "referenceDescription" : "...",
    "descriptionAndCode" : "...",
    "version" : 12345,
    "description" : "...",
    "appendGeneratedCode" : true,
    "referenceCode" : "...",
    "id" : 12345,
    "codeChanged" : true,
    "descriptionOrCode" : "...",
    "auditable" : {
      "lastUser" : "...",
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345,
      "updated" : 12345,
      "creator" : "..."
    },
    "parentEntityType" : { },
    "historized" : true,
    "transient" : true,
    "parentEntity" : { },
    "code" : "...",
    "notified" : true,
    "auditableFields" : [ {
      "notfiable" : true,
      "notified" : true,
      "auditType" : "STATUS",
      "currentState" : { },
      "fieldName" : "...",
      "previousState" : { },
      "historized" : true,
      "historable" : true
    }, {
      "notfiable" : true,
      "notified" : true,
      "auditType" : "OTHER",
      "currentState" : { },
      "fieldName" : "...",
      "previousState" : { },
      "historized" : true,
      "historable" : true
    } ]
  },
  "codeChanged" : true,
  "referenceCode" : "...",
  "descriptionAndCode" : "...",
  "longDescription" : "...",
  "descriptionOrCode" : "...",
  "longDescriptionI18n" : {
    "property1" : "...",
    "property2" : "..."
  },
  "code" : "...",
  "description" : "...",
  "scriptInstance" : {
    "version" : 12345,
    "auditable" : {
      "lastUser" : "...",
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345,
      "updated" : 12345,
      "creator" : "..."
    },
    "sourcingRoles" : [ "...", "..." ],
    "auditableFields" : [ {
      "notfiable" : true,
      "notified" : true,
      "auditType" : "STATUS",
      "currentState" : { },
      "fieldName" : "...",
      "previousState" : { },
      "historized" : true,
      "historable" : true
    }, {
      "notfiable" : true,
      "notified" : true,
      "auditType" : "RENEWAL",
      "currentState" : { },
      "fieldName" : "...",
      "previousState" : { },
      "historized" : true,
      "historable" : true
    } ],
    "id" : 12345,
    "referenceDescription" : "...",
    "error" : true,
    "description" : "...",
    "codeChanged" : true,
    "appendGeneratedCode" : true,
    "transient" : true,
    "active" : true,
    "parentEntityType" : { },
    "descriptionAndCode" : "...",
    "scriptErrors" : [ {
      "message" : "...",
      "lineNumber" : 12345,
      "columnNumber" : 12345,
      "sourceFile" : "..."
    }, {
      "message" : "...",
      "lineNumber" : 12345,
      "columnNumber" : 12345,
      "sourceFile" : "..."
    } ],
    "code" : "...",
    "parentEntity" : {
      "referenceDescription" : "...",
      "descriptionAndCode" : "...",
      "version" : 12345,
      "description" : "...",
      "appendGeneratedCode" : true,
      "referenceCode" : "...",
      "id" : 12345,
      "codeChanged" : true,
      "descriptionOrCode" : "...",
      "auditable" : { },
      "parentEntityType" : { },
      "historized" : true,
      "transient" : true,
      "parentEntity" : { },
      "code" : "...",
      "notified" : true,
      "auditableFields" : [ { }, { } ]
    },
    "scriptInstanceCategory" : {
      "auditable" : { },
      "transient" : true,
      "referenceCode" : "...",
      "auditableFields" : [ { }, { } ],
      "id" : 12345,
      "codeChanged" : true,
      "description" : "...",
      "code" : "...",
      "descriptionOrCode" : "...",
      "referenceDescription" : "...",
      "notified" : true,
      "parentEntityType" : { },
      "parentEntity" : { },
      "historized" : true,
      "descriptionAndCode" : "...",
      "appendGeneratedCode" : true,
      "version" : 12345,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      }
    },
    "sourceTypeEnum" : "JAVA_CLASS",
    "notified" : true,
    "historized" : true,
    "scriptParameters" : [ {
      "collection" : true,
      "version" : 12345,
      "code" : "...",
      "className" : "...",
      "id" : 12345,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "mandatory" : true,
      "defaultValue" : "...",
      "allowedValues" : "...",
      "scriptInstance" : { },
      "transient" : true,
      "valuesSeparator" : "..."
    }, {
      "collection" : true,
      "version" : 12345,
      "code" : "...",
      "className" : "...",
      "id" : 12345,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "mandatory" : true,
      "defaultValue" : "...",
      "allowedValues" : "...",
      "scriptInstance" : { },
      "transient" : true,
      "valuesSeparator" : "..."
    } ],
    "disabled" : true,
    "reuse" : true,
    "executionRoles" : [ "...", "..." ],
    "descriptionOrCode" : "...",
    "script" : "...",
    "referenceCode" : "...",
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    }
  },
  "appendGeneratedCode" : true,
  "referenceDescription" : "...",
  "notified" : true,
  "auditableFields" : [ {
    "notfiable" : true,
    "notified" : true,
    "auditType" : "STATUS",
    "currentState" : { },
    "fieldName" : "...",
    "previousState" : { },
    "historized" : true,
    "historable" : true
  }, {
    "notfiable" : true,
    "notified" : true,
    "auditType" : "OTHER",
    "currentState" : { },
    "fieldName" : "...",
    "previousState" : { },
    "historized" : true,
    "historable" : true
  } ],
  "id" : 12345,
  "transient" : true,
  "auditable" : {
    "lastUser" : "...",
    "created" : 12345,
    "updater" : "...",
    "lastModified" : 12345,
    "updated" : 12345,
    "creator" : "..."
  },
  "historized" : true,
  "parentEntityType" : { },
  "version" : 12345
}