OfferTemplateCategory Data Type

Implemented Interfaces
ICustomFieldEntity, IReferenceEntity, Serializable
Properties
name data type constraints description
descriptionAndCode string  
imagePath string  
referenceDescription string  
appendGeneratedCode boolean  
name string  
cfValues CustomFieldValues  
version number  
descriptionOrCode string  
descriptionI18n map of string  
codeChanged boolean  
parentEntity BusinessEntity  
parentEntityType object  
description string max size: 255, min size: 0
uuid string  
cfAccumulatedValues CustomFieldValues  
referenceCode string  
productOffering array of ProductOffering  
offerTemplateCategory OfferTemplateCategory  
auditable Auditable  
disabled boolean  
transient boolean  
notified boolean  
historized boolean  
parentCategoryCode string  
orderLevel number  
children array of OfferTemplateCategory  
code string required, max size: 255, min size: 1
id number  
parentCFEntities array of ICustomFieldEntity  
assignedToProductOffering boolean  
active boolean  
auditableFields array of AuditableFieldHistory  

Example

{
  "descriptionAndCode" : "...",
  "imagePath" : "...",
  "referenceDescription" : "...",
  "appendGeneratedCode" : true,
  "name" : "...",
  "cfValues" : {
    "valuesByCode" : {
      "property1" : [ {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "listDouble" : [ 12345.0, 12345.0 ],
        "valid" : true,
        "listBoolean" : [ true, true ],
        "listEntity" : [ { }, { } ],
        "mapString" : {
          "property1" : "...",
          "property2" : "..."
        },
        "mapDate" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapLong" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapDouble" : {
          "property1" : 12345.0,
          "property2" : 12345.0
        },
        "mapBoolean" : {
          "property1" : true,
          "property2" : true
        },
        "mapEntity" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345,
        "customTableCode" : "...",
        "dataFilter" : "...",
        "fields" : "...",
        "mapCfValues" : {
          "property1" : "...",
          "property2" : "..."
        },
        "newPeriod" : true,
        "mapValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "matrixValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "listValue" : [ { }, { } ],
        "mapValue" : {
          "property1" : { },
          "property2" : { }
        },
        "entityReferenceValueForGUI" : { },
        "childEntityValuesForGUI" : [ { }, { } ],
        "priority" : 12345,
        "datasetForGUI" : { },
        "valueEmptyForGui" : true,
        "valueEmpty" : true,
        "value" : { },
        "keyValueMap" : {
          "property1" : { },
          "property2" : { }
        },
        "excessiveInSize" : true,
        "allEntities" : [ { }, { } ]
      }, {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "listDouble" : [ 12345.0, 12345.0 ],
        "valid" : true,
        "listBoolean" : [ true, true ],
        "listEntity" : [ { }, { } ],
        "mapString" : {
          "property1" : "...",
          "property2" : "..."
        },
        "mapDate" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapLong" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapDouble" : {
          "property1" : 12345.0,
          "property2" : 12345.0
        },
        "mapBoolean" : {
          "property1" : true,
          "property2" : true
        },
        "mapEntity" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345,
        "customTableCode" : "...",
        "dataFilter" : "...",
        "fields" : "...",
        "mapCfValues" : {
          "property1" : "...",
          "property2" : "..."
        },
        "newPeriod" : true,
        "mapValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "matrixValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "listValue" : [ { }, { } ],
        "mapValue" : {
          "property1" : { },
          "property2" : { }
        },
        "entityReferenceValueForGUI" : { },
        "childEntityValuesForGUI" : [ { }, { } ],
        "priority" : 12345,
        "datasetForGUI" : { },
        "valueEmptyForGui" : true,
        "valueEmpty" : true,
        "value" : { },
        "keyValueMap" : {
          "property1" : { },
          "property2" : { }
        },
        "excessiveInSize" : true,
        "allEntities" : [ { }, { } ]
      } ],
      "property2" : [ {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "listDouble" : [ 12345.0, 12345.0 ],
        "valid" : true,
        "listBoolean" : [ true, true ],
        "listEntity" : [ { }, { } ],
        "mapString" : {
          "property1" : "...",
          "property2" : "..."
        },
        "mapDate" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapLong" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapDouble" : {
          "property1" : 12345.0,
          "property2" : 12345.0
        },
        "mapBoolean" : {
          "property1" : true,
          "property2" : true
        },
        "mapEntity" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345,
        "customTableCode" : "...",
        "dataFilter" : "...",
        "fields" : "...",
        "mapCfValues" : {
          "property1" : "...",
          "property2" : "..."
        },
        "newPeriod" : true,
        "mapValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "matrixValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "listValue" : [ { }, { } ],
        "mapValue" : {
          "property1" : { },
          "property2" : { }
        },
        "entityReferenceValueForGUI" : { },
        "childEntityValuesForGUI" : [ { }, { } ],
        "priority" : 12345,
        "datasetForGUI" : { },
        "valueEmptyForGui" : true,
        "valueEmpty" : true,
        "value" : { },
        "keyValueMap" : {
          "property1" : { },
          "property2" : { }
        },
        "excessiveInSize" : true,
        "allEntities" : [ { }, { } ]
      }, {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "listDouble" : [ 12345.0, 12345.0 ],
        "valid" : true,
        "listBoolean" : [ true, true ],
        "listEntity" : [ { }, { } ],
        "mapString" : {
          "property1" : "...",
          "property2" : "..."
        },
        "mapDate" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapLong" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapDouble" : {
          "property1" : 12345.0,
          "property2" : 12345.0
        },
        "mapBoolean" : {
          "property1" : true,
          "property2" : true
        },
        "mapEntity" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345,
        "customTableCode" : "...",
        "dataFilter" : "...",
        "fields" : "...",
        "mapCfValues" : {
          "property1" : "...",
          "property2" : "..."
        },
        "newPeriod" : true,
        "mapValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "matrixValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "listValue" : [ { }, { } ],
        "mapValue" : {
          "property1" : { },
          "property2" : { }
        },
        "entityReferenceValueForGUI" : { },
        "childEntityValuesForGUI" : [ { }, { } ],
        "priority" : 12345,
        "datasetForGUI" : { },
        "valueEmptyForGui" : true,
        "valueEmpty" : true,
        "value" : { },
        "keyValueMap" : {
          "property1" : { },
          "property2" : { }
        },
        "excessiveInSize" : true,
        "allEntities" : [ { }, { } ]
      } ]
    },
    "values" : {
      "property1" : { },
      "property2" : { }
    },
    "newVersionedCFValuePeriods" : {
      "property1" : [ {
        "from" : 12345,
        "to" : 12345,
        "valid" : true,
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345
      }, {
        "from" : 12345,
        "to" : 12345,
        "valid" : true,
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345
      } ],
      "property2" : [ {
        "from" : 12345,
        "to" : 12345,
        "valid" : true,
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345
      }, {
        "from" : 12345,
        "to" : 12345,
        "valid" : true,
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345
      } ]
    },
    "encrypted" : true
  },
  "version" : 12345,
  "descriptionOrCode" : "...",
  "descriptionI18n" : {
    "property1" : "...",
    "property2" : "..."
  },
  "codeChanged" : 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" : "..."
  },
  "parentEntityType" : { },
  "description" : "...",
  "uuid" : "...",
  "cfAccumulatedValues" : {
    "valuesByCode" : {
      "property1" : [ {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "listDouble" : [ 12345.0, 12345.0 ],
        "valid" : true,
        "listBoolean" : [ true, true ],
        "listEntity" : [ { }, { } ],
        "mapString" : {
          "property1" : "...",
          "property2" : "..."
        },
        "mapDate" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapLong" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapDouble" : {
          "property1" : 12345.0,
          "property2" : 12345.0
        },
        "mapBoolean" : {
          "property1" : true,
          "property2" : true
        },
        "mapEntity" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345,
        "customTableCode" : "...",
        "dataFilter" : "...",
        "fields" : "...",
        "mapCfValues" : {
          "property1" : "...",
          "property2" : "..."
        },
        "newPeriod" : true,
        "mapValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "matrixValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "listValue" : [ { }, { } ],
        "mapValue" : {
          "property1" : { },
          "property2" : { }
        },
        "entityReferenceValueForGUI" : { },
        "childEntityValuesForGUI" : [ { }, { } ],
        "priority" : 12345,
        "datasetForGUI" : { },
        "valueEmptyForGui" : true,
        "valueEmpty" : true,
        "value" : { },
        "keyValueMap" : {
          "property1" : { },
          "property2" : { }
        },
        "excessiveInSize" : true,
        "allEntities" : [ { }, { } ]
      }, {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "listDouble" : [ 12345.0, 12345.0 ],
        "valid" : true,
        "listBoolean" : [ true, true ],
        "listEntity" : [ { }, { } ],
        "mapString" : {
          "property1" : "...",
          "property2" : "..."
        },
        "mapDate" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapLong" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapDouble" : {
          "property1" : 12345.0,
          "property2" : 12345.0
        },
        "mapBoolean" : {
          "property1" : true,
          "property2" : true
        },
        "mapEntity" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345,
        "customTableCode" : "...",
        "dataFilter" : "...",
        "fields" : "...",
        "mapCfValues" : {
          "property1" : "...",
          "property2" : "..."
        },
        "newPeriod" : true,
        "mapValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "matrixValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "listValue" : [ { }, { } ],
        "mapValue" : {
          "property1" : { },
          "property2" : { }
        },
        "entityReferenceValueForGUI" : { },
        "childEntityValuesForGUI" : [ { }, { } ],
        "priority" : 12345,
        "datasetForGUI" : { },
        "valueEmptyForGui" : true,
        "valueEmpty" : true,
        "value" : { },
        "keyValueMap" : {
          "property1" : { },
          "property2" : { }
        },
        "excessiveInSize" : true,
        "allEntities" : [ { }, { } ]
      } ],
      "property2" : [ {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "listDouble" : [ 12345.0, 12345.0 ],
        "valid" : true,
        "listBoolean" : [ true, true ],
        "listEntity" : [ { }, { } ],
        "mapString" : {
          "property1" : "...",
          "property2" : "..."
        },
        "mapDate" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapLong" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapDouble" : {
          "property1" : 12345.0,
          "property2" : 12345.0
        },
        "mapBoolean" : {
          "property1" : true,
          "property2" : true
        },
        "mapEntity" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345,
        "customTableCode" : "...",
        "dataFilter" : "...",
        "fields" : "...",
        "mapCfValues" : {
          "property1" : "...",
          "property2" : "..."
        },
        "newPeriod" : true,
        "mapValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "matrixValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "listValue" : [ { }, { } ],
        "mapValue" : {
          "property1" : { },
          "property2" : { }
        },
        "entityReferenceValueForGUI" : { },
        "childEntityValuesForGUI" : [ { }, { } ],
        "priority" : 12345,
        "datasetForGUI" : { },
        "valueEmptyForGui" : true,
        "valueEmpty" : true,
        "value" : { },
        "keyValueMap" : {
          "property1" : { },
          "property2" : { }
        },
        "excessiveInSize" : true,
        "allEntities" : [ { }, { } ]
      }, {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "listDouble" : [ 12345.0, 12345.0 ],
        "valid" : true,
        "listBoolean" : [ true, true ],
        "listEntity" : [ { }, { } ],
        "mapString" : {
          "property1" : "...",
          "property2" : "..."
        },
        "mapDate" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapLong" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapDouble" : {
          "property1" : 12345.0,
          "property2" : 12345.0
        },
        "mapBoolean" : {
          "property1" : true,
          "property2" : true
        },
        "mapEntity" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345,
        "customTableCode" : "...",
        "dataFilter" : "...",
        "fields" : "...",
        "mapCfValues" : {
          "property1" : "...",
          "property2" : "..."
        },
        "newPeriod" : true,
        "mapValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "matrixValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "listValue" : [ { }, { } ],
        "mapValue" : {
          "property1" : { },
          "property2" : { }
        },
        "entityReferenceValueForGUI" : { },
        "childEntityValuesForGUI" : [ { }, { } ],
        "priority" : 12345,
        "datasetForGUI" : { },
        "valueEmptyForGui" : true,
        "valueEmpty" : true,
        "value" : { },
        "keyValueMap" : {
          "property1" : { },
          "property2" : { }
        },
        "excessiveInSize" : true,
        "allEntities" : [ { }, { } ]
      } ]
    },
    "values" : {
      "property1" : { },
      "property2" : { }
    },
    "newVersionedCFValuePeriods" : {
      "property1" : [ {
        "from" : 12345,
        "to" : 12345,
        "valid" : true,
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345
      }, {
        "from" : 12345,
        "to" : 12345,
        "valid" : true,
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345
      } ],
      "property2" : [ {
        "from" : 12345,
        "to" : 12345,
        "valid" : true,
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345
      }, {
        "from" : 12345,
        "to" : 12345,
        "valid" : true,
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345
      } ]
    },
    "encrypted" : true
  },
  "referenceCode" : "...",
  "productOffering" : [ {
    "appendGeneratedCode" : true,
    "descriptionI18nNullSafe" : {
      "property1" : "...",
      "property2" : "..."
    },
    "imagePath" : "...",
    "notified" : true,
    "validity" : {
      "from" : 12345,
      "to" : 12345,
      "valid" : true,
      "empty" : true,
      "strictMatch" : true,
      "fromMatch" : 12345,
      "toMatch" : 12345
    },
    "parentEntityType" : { },
    "longDescriptionI18nNullSafe" : {
      "property1" : "...",
      "property2" : "..."
    },
    "transient" : true,
    "description" : "...",
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastModified" : 12345,
      "updater" : "...",
      "updated" : 12345,
      "lastUser" : "..."
    },
    "version" : 12345,
    "customerCategories" : [ {
      "historized" : true,
      "cfValues" : { },
      "auditableFields" : [ { }, { } ],
      "taxCategory" : { },
      "referenceCode" : "...",
      "code" : "...",
      "auditable" : { },
      "appendGeneratedCode" : true,
      "exonerationTaxEl" : "...",
      "id" : 12345,
      "uuid" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "notified" : true,
      "taxCategoryEl" : "...",
      "parentEntityType" : { },
      "version" : 12345,
      "accountingCode" : { },
      "descriptionOrCode" : "...",
      "exonerationReason" : "...",
      "parentEntity" : { },
      "description" : "...",
      "parentCFEntities" : [ { }, { } ],
      "exoneratedFromTaxes" : true,
      "transient" : true,
      "referenceDescription" : "...",
      "codeChanged" : true,
      "cfAccumulatedValues" : { },
      "descriptionAndCode" : "..."
    }, {
      "historized" : true,
      "cfValues" : { },
      "auditableFields" : [ { }, { } ],
      "taxCategory" : { },
      "referenceCode" : "...",
      "code" : "...",
      "auditable" : { },
      "appendGeneratedCode" : true,
      "exonerationTaxEl" : "...",
      "id" : 12345,
      "uuid" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "notified" : true,
      "taxCategoryEl" : "...",
      "parentEntityType" : { },
      "version" : 12345,
      "accountingCode" : { },
      "descriptionOrCode" : "...",
      "exonerationReason" : "...",
      "parentEntity" : { },
      "description" : "...",
      "parentCFEntities" : [ { }, { } ],
      "exoneratedFromTaxes" : true,
      "transient" : true,
      "referenceDescription" : "...",
      "codeChanged" : true,
      "cfAccumulatedValues" : { },
      "descriptionAndCode" : "..."
    } ],
    "code" : "...",
    "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" : "..."
    },
    "parentCFEntities" : [ {
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValues" : { },
      "dirtyCF" : true,
      "CFValuesCopy" : { },
      "uuid" : "..."
    }, {
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValues" : { },
      "dirtyCF" : true,
      "CFValuesCopy" : { },
      "uuid" : "..."
    } ],
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "attachments" : [ {
      "code" : "...",
      "parentEntityType" : { },
      "auditable" : { },
      "historized" : true,
      "version" : 12345,
      "disabled" : true,
      "uri" : "...",
      "productOfferings" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "transient" : true,
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "active" : true,
      "codeChanged" : true,
      "notified" : true,
      "auditableFields" : [ { }, { } ],
      "description" : "...",
      "mimeType" : "...",
      "id" : 12345,
      "descriptionOrCode" : "...",
      "referenceDescription" : "...",
      "referenceCode" : "..."
    }, {
      "code" : "...",
      "parentEntityType" : { },
      "auditable" : { },
      "historized" : true,
      "version" : 12345,
      "disabled" : true,
      "uri" : "...",
      "productOfferings" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "transient" : true,
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "active" : true,
      "codeChanged" : true,
      "notified" : true,
      "auditableFields" : [ { }, { } ],
      "description" : "...",
      "mimeType" : "...",
      "id" : 12345,
      "descriptionOrCode" : "...",
      "referenceDescription" : "...",
      "referenceCode" : "..."
    } ],
    "longDescriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "referenceDescription" : "...",
    "nameOrCode" : "...",
    "codeChanged" : true,
    "id" : 12345,
    "historized" : true,
    "sellers" : [ {
      "externalRef2" : "...",
      "parentEntityType" : { },
      "paymentGateways" : [ { }, { } ],
      "contactInformation" : { },
      "isCompany" : true,
      "minimumChargeTemplate" : { },
      "transient" : true,
      "tradingCurrency" : { },
      "cfAccumulatedValues" : { },
      "contactInformationNullSafe" : { },
      "historized" : true,
      "code" : "...",
      "appendGeneratedCode" : true,
      "invoiceTypeSequence" : [ { }, { } ],
      "parentCFEntities" : [ { }, { } ],
      "legalText" : "...",
      "minimumLabelEl" : "...",
      "referenceDescription" : "...",
      "jobTitle" : "...",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "registrationNo" : "...",
      "minimumAmountEl" : "...",
      "legalEntityType" : { },
      "vatNo" : "...",
      "description" : "...",
      "providerContact" : "...",
      "defaultLevel" : true,
      "tradingCountry" : { },
      "cfValues" : { },
      "address" : { },
      "auditable" : { },
      "descriptionOrCode" : "...",
      "businessAccountModel" : { },
      "name" : { },
      "descriptionAndCode" : "...",
      "legalType" : "...",
      "seller" : { },
      "customerSequences" : [ { }, { } ],
      "id" : 12345,
      "primaryContact" : { },
      "version" : 12345,
      "tradingLanguage" : { },
      "uuid" : "...",
      "contracts" : [ { }, { } ],
      "generalLedger" : { },
      "referenceCode" : "...",
      "accountType" : "...",
      "codeChanged" : true,
      "externalRef1" : "...",
      "minimumArticle" : { },
      "notified" : true
    }, {
      "externalRef2" : "...",
      "parentEntityType" : { },
      "paymentGateways" : [ { }, { } ],
      "contactInformation" : { },
      "isCompany" : true,
      "minimumChargeTemplate" : { },
      "transient" : true,
      "tradingCurrency" : { },
      "cfAccumulatedValues" : { },
      "contactInformationNullSafe" : { },
      "historized" : true,
      "code" : "...",
      "appendGeneratedCode" : true,
      "invoiceTypeSequence" : [ { }, { } ],
      "parentCFEntities" : [ { }, { } ],
      "legalText" : "...",
      "minimumLabelEl" : "...",
      "referenceDescription" : "...",
      "jobTitle" : "...",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "registrationNo" : "...",
      "minimumAmountEl" : "...",
      "legalEntityType" : { },
      "vatNo" : "...",
      "description" : "...",
      "providerContact" : "...",
      "defaultLevel" : true,
      "tradingCountry" : { },
      "cfValues" : { },
      "address" : { },
      "auditable" : { },
      "descriptionOrCode" : "...",
      "businessAccountModel" : { },
      "name" : { },
      "descriptionAndCode" : "...",
      "legalType" : "...",
      "seller" : { },
      "customerSequences" : [ { }, { } ],
      "id" : 12345,
      "primaryContact" : { },
      "version" : 12345,
      "tradingLanguage" : { },
      "uuid" : "...",
      "contracts" : [ { }, { } ],
      "generalLedger" : { },
      "referenceCode" : "...",
      "accountType" : "...",
      "codeChanged" : true,
      "externalRef1" : "...",
      "minimumArticle" : { },
      "notified" : true
    } ],
    "disabled" : true,
    "offerTemplateCategories" : [ {
      "descriptionAndCode" : "...",
      "imagePath" : "...",
      "referenceDescription" : "...",
      "appendGeneratedCode" : true,
      "name" : "...",
      "cfValues" : { },
      "version" : 12345,
      "descriptionOrCode" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "codeChanged" : true,
      "parentEntity" : { },
      "parentEntityType" : { },
      "description" : "...",
      "uuid" : "...",
      "cfAccumulatedValues" : { },
      "referenceCode" : "...",
      "productOffering" : [ { }, { } ],
      "offerTemplateCategory" : { },
      "auditable" : { },
      "disabled" : true,
      "transient" : true,
      "notified" : true,
      "historized" : true,
      "parentCategoryCode" : "...",
      "orderLevel" : 12345,
      "children" : [ { }, { } ],
      "code" : "...",
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "assignedToProductOffering" : true,
      "active" : true,
      "auditableFields" : [ { }, { } ]
    }, {
      "descriptionAndCode" : "...",
      "imagePath" : "...",
      "referenceDescription" : "...",
      "appendGeneratedCode" : true,
      "name" : "...",
      "cfValues" : { },
      "version" : 12345,
      "descriptionOrCode" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "codeChanged" : true,
      "parentEntity" : { },
      "parentEntityType" : { },
      "description" : "...",
      "uuid" : "...",
      "cfAccumulatedValues" : { },
      "referenceCode" : "...",
      "productOffering" : [ { }, { } ],
      "offerTemplateCategory" : { },
      "auditable" : { },
      "disabled" : true,
      "transient" : true,
      "notified" : true,
      "historized" : true,
      "parentCategoryCode" : "...",
      "orderLevel" : 12345,
      "children" : [ { }, { } ],
      "code" : "...",
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "assignedToProductOffering" : true,
      "active" : true,
      "auditableFields" : [ { }, { } ]
    } ],
    "descriptionAndCode" : "...",
    "globalRatingScriptInstance" : {
      "scriptInstanceCategory" : { },
      "sourcingRoles" : [ "...", "..." ],
      "parentEntity" : { },
      "descriptionOrCode" : "...",
      "historized" : true,
      "codeChanged" : true,
      "id" : 12345,
      "executionRoles" : [ "...", "..." ],
      "appendGeneratedCode" : true,
      "description" : "...",
      "transient" : true,
      "code" : "...",
      "auditable" : { },
      "active" : true,
      "parentEntityType" : { },
      "auditableFields" : [ { }, { } ],
      "notified" : true,
      "disabled" : true,
      "script" : "...",
      "sourceTypeEnum" : "JAVA",
      "referenceDescription" : "...",
      "version" : 12345,
      "referenceCode" : "...",
      "reuse" : true,
      "descriptionAndCode" : "...",
      "scriptErrors" : [ { }, { } ],
      "error" : true
    },
    "name" : "...",
    "descriptionOrCode" : "...",
    "channels" : [ {
      "auditable" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "description" : "...",
      "disabled" : true,
      "version" : 12345,
      "historized" : true,
      "code" : "...",
      "descriptionAndCode" : "...",
      "parentEntityType" : { },
      "codeChanged" : true,
      "active" : true,
      "transient" : true,
      "referenceDescription" : "...",
      "notified" : true,
      "parentEntity" : { },
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "id" : 12345,
      "referenceCode" : "..."
    }, {
      "auditable" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "description" : "...",
      "disabled" : true,
      "version" : 12345,
      "historized" : true,
      "code" : "...",
      "descriptionAndCode" : "...",
      "parentEntityType" : { },
      "codeChanged" : true,
      "active" : true,
      "transient" : true,
      "referenceDescription" : "...",
      "notified" : true,
      "parentEntity" : { },
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "id" : 12345,
      "referenceCode" : "..."
    } ],
    "longDescription" : "...",
    "businessAccountModels" : [ {
      "active" : true,
      "logoPicture" : "...",
      "moduleSource" : "...",
      "notified" : true,
      "appendGeneratedCode" : true,
      "parentEntityType" : { },
      "description" : "...",
      "referenceCode" : "...",
      "code" : "...",
      "version" : 12345,
      "transient" : true,
      "installed" : true,
      "parentEntity" : { },
      "auditable" : { },
      "disabled" : true,
      "descriptionAndCode" : "...",
      "descriptionOrCode" : "...",
      "referenceDescription" : "...",
      "historized" : true,
      "codeChanged" : true,
      "script" : { },
      "id" : 12345,
      "moduleItems" : [ { }, { } ],
      "downloaded" : true,
      "hierarchyType" : "S_CA",
      "license" : "BSD3_N",
      "auditableFields" : [ { }, { } ]
    }, {
      "active" : true,
      "logoPicture" : "...",
      "moduleSource" : "...",
      "notified" : true,
      "appendGeneratedCode" : true,
      "parentEntityType" : { },
      "description" : "...",
      "referenceCode" : "...",
      "code" : "...",
      "version" : 12345,
      "transient" : true,
      "installed" : true,
      "parentEntity" : { },
      "auditable" : { },
      "disabled" : true,
      "descriptionAndCode" : "...",
      "descriptionOrCode" : "...",
      "referenceDescription" : "...",
      "historized" : true,
      "codeChanged" : true,
      "script" : { },
      "id" : 12345,
      "moduleItems" : [ { }, { } ],
      "downloaded" : true,
      "hierarchyType" : "S_BA",
      "license" : "CDDL",
      "auditableFields" : [ { }, { } ]
    } ],
    "auditableFields" : [ {
      "fieldName" : "...",
      "historable" : true,
      "historized" : true,
      "auditType" : "OTHER",
      "notfiable" : true,
      "currentState" : { },
      "notified" : true,
      "previousState" : { }
    }, {
      "fieldName" : "...",
      "historable" : true,
      "historized" : true,
      "auditType" : "OTHER",
      "notfiable" : true,
      "currentState" : { },
      "notified" : true,
      "previousState" : { }
    } ],
    "uuid" : "...",
    "active" : true,
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "lifeCycleStatus" : "IN_STUDY",
    "referenceCode" : "..."
  }, {
    "appendGeneratedCode" : true,
    "descriptionI18nNullSafe" : {
      "property1" : "...",
      "property2" : "..."
    },
    "imagePath" : "...",
    "notified" : true,
    "validity" : {
      "from" : 12345,
      "to" : 12345,
      "valid" : true,
      "empty" : true,
      "strictMatch" : true,
      "fromMatch" : 12345,
      "toMatch" : 12345
    },
    "parentEntityType" : { },
    "longDescriptionI18nNullSafe" : {
      "property1" : "...",
      "property2" : "..."
    },
    "transient" : true,
    "description" : "...",
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastModified" : 12345,
      "updater" : "...",
      "updated" : 12345,
      "lastUser" : "..."
    },
    "version" : 12345,
    "customerCategories" : [ {
      "historized" : true,
      "cfValues" : { },
      "auditableFields" : [ { }, { } ],
      "taxCategory" : { },
      "referenceCode" : "...",
      "code" : "...",
      "auditable" : { },
      "appendGeneratedCode" : true,
      "exonerationTaxEl" : "...",
      "id" : 12345,
      "uuid" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "notified" : true,
      "taxCategoryEl" : "...",
      "parentEntityType" : { },
      "version" : 12345,
      "accountingCode" : { },
      "descriptionOrCode" : "...",
      "exonerationReason" : "...",
      "parentEntity" : { },
      "description" : "...",
      "parentCFEntities" : [ { }, { } ],
      "exoneratedFromTaxes" : true,
      "transient" : true,
      "referenceDescription" : "...",
      "codeChanged" : true,
      "cfAccumulatedValues" : { },
      "descriptionAndCode" : "..."
    }, {
      "historized" : true,
      "cfValues" : { },
      "auditableFields" : [ { }, { } ],
      "taxCategory" : { },
      "referenceCode" : "...",
      "code" : "...",
      "auditable" : { },
      "appendGeneratedCode" : true,
      "exonerationTaxEl" : "...",
      "id" : 12345,
      "uuid" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "notified" : true,
      "taxCategoryEl" : "...",
      "parentEntityType" : { },
      "version" : 12345,
      "accountingCode" : { },
      "descriptionOrCode" : "...",
      "exonerationReason" : "...",
      "parentEntity" : { },
      "description" : "...",
      "parentCFEntities" : [ { }, { } ],
      "exoneratedFromTaxes" : true,
      "transient" : true,
      "referenceDescription" : "...",
      "codeChanged" : true,
      "cfAccumulatedValues" : { },
      "descriptionAndCode" : "..."
    } ],
    "code" : "...",
    "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" : "..."
    },
    "parentCFEntities" : [ {
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValues" : { },
      "dirtyCF" : true,
      "CFValuesCopy" : { },
      "uuid" : "..."
    }, {
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValues" : { },
      "dirtyCF" : true,
      "CFValuesCopy" : { },
      "uuid" : "..."
    } ],
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "attachments" : [ {
      "code" : "...",
      "parentEntityType" : { },
      "auditable" : { },
      "historized" : true,
      "version" : 12345,
      "disabled" : true,
      "uri" : "...",
      "productOfferings" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "transient" : true,
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "active" : true,
      "codeChanged" : true,
      "notified" : true,
      "auditableFields" : [ { }, { } ],
      "description" : "...",
      "mimeType" : "...",
      "id" : 12345,
      "descriptionOrCode" : "...",
      "referenceDescription" : "...",
      "referenceCode" : "..."
    }, {
      "code" : "...",
      "parentEntityType" : { },
      "auditable" : { },
      "historized" : true,
      "version" : 12345,
      "disabled" : true,
      "uri" : "...",
      "productOfferings" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "transient" : true,
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "active" : true,
      "codeChanged" : true,
      "notified" : true,
      "auditableFields" : [ { }, { } ],
      "description" : "...",
      "mimeType" : "...",
      "id" : 12345,
      "descriptionOrCode" : "...",
      "referenceDescription" : "...",
      "referenceCode" : "..."
    } ],
    "longDescriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "referenceDescription" : "...",
    "nameOrCode" : "...",
    "codeChanged" : true,
    "id" : 12345,
    "historized" : true,
    "sellers" : [ {
      "externalRef2" : "...",
      "parentEntityType" : { },
      "paymentGateways" : [ { }, { } ],
      "contactInformation" : { },
      "isCompany" : true,
      "minimumChargeTemplate" : { },
      "transient" : true,
      "tradingCurrency" : { },
      "cfAccumulatedValues" : { },
      "contactInformationNullSafe" : { },
      "historized" : true,
      "code" : "...",
      "appendGeneratedCode" : true,
      "invoiceTypeSequence" : [ { }, { } ],
      "parentCFEntities" : [ { }, { } ],
      "legalText" : "...",
      "minimumLabelEl" : "...",
      "referenceDescription" : "...",
      "jobTitle" : "...",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "registrationNo" : "...",
      "minimumAmountEl" : "...",
      "legalEntityType" : { },
      "vatNo" : "...",
      "description" : "...",
      "providerContact" : "...",
      "defaultLevel" : true,
      "tradingCountry" : { },
      "cfValues" : { },
      "address" : { },
      "auditable" : { },
      "descriptionOrCode" : "...",
      "businessAccountModel" : { },
      "name" : { },
      "descriptionAndCode" : "...",
      "legalType" : "...",
      "seller" : { },
      "customerSequences" : [ { }, { } ],
      "id" : 12345,
      "primaryContact" : { },
      "version" : 12345,
      "tradingLanguage" : { },
      "uuid" : "...",
      "contracts" : [ { }, { } ],
      "generalLedger" : { },
      "referenceCode" : "...",
      "accountType" : "...",
      "codeChanged" : true,
      "externalRef1" : "...",
      "minimumArticle" : { },
      "notified" : true
    }, {
      "externalRef2" : "...",
      "parentEntityType" : { },
      "paymentGateways" : [ { }, { } ],
      "contactInformation" : { },
      "isCompany" : true,
      "minimumChargeTemplate" : { },
      "transient" : true,
      "tradingCurrency" : { },
      "cfAccumulatedValues" : { },
      "contactInformationNullSafe" : { },
      "historized" : true,
      "code" : "...",
      "appendGeneratedCode" : true,
      "invoiceTypeSequence" : [ { }, { } ],
      "parentCFEntities" : [ { }, { } ],
      "legalText" : "...",
      "minimumLabelEl" : "...",
      "referenceDescription" : "...",
      "jobTitle" : "...",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "registrationNo" : "...",
      "minimumAmountEl" : "...",
      "legalEntityType" : { },
      "vatNo" : "...",
      "description" : "...",
      "providerContact" : "...",
      "defaultLevel" : true,
      "tradingCountry" : { },
      "cfValues" : { },
      "address" : { },
      "auditable" : { },
      "descriptionOrCode" : "...",
      "businessAccountModel" : { },
      "name" : { },
      "descriptionAndCode" : "...",
      "legalType" : "...",
      "seller" : { },
      "customerSequences" : [ { }, { } ],
      "id" : 12345,
      "primaryContact" : { },
      "version" : 12345,
      "tradingLanguage" : { },
      "uuid" : "...",
      "contracts" : [ { }, { } ],
      "generalLedger" : { },
      "referenceCode" : "...",
      "accountType" : "...",
      "codeChanged" : true,
      "externalRef1" : "...",
      "minimumArticle" : { },
      "notified" : true
    } ],
    "disabled" : true,
    "offerTemplateCategories" : [ {
      "descriptionAndCode" : "...",
      "imagePath" : "...",
      "referenceDescription" : "...",
      "appendGeneratedCode" : true,
      "name" : "...",
      "cfValues" : { },
      "version" : 12345,
      "descriptionOrCode" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "codeChanged" : true,
      "parentEntity" : { },
      "parentEntityType" : { },
      "description" : "...",
      "uuid" : "...",
      "cfAccumulatedValues" : { },
      "referenceCode" : "...",
      "productOffering" : [ { }, { } ],
      "offerTemplateCategory" : { },
      "auditable" : { },
      "disabled" : true,
      "transient" : true,
      "notified" : true,
      "historized" : true,
      "parentCategoryCode" : "...",
      "orderLevel" : 12345,
      "children" : [ { }, { } ],
      "code" : "...",
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "assignedToProductOffering" : true,
      "active" : true,
      "auditableFields" : [ { }, { } ]
    }, {
      "descriptionAndCode" : "...",
      "imagePath" : "...",
      "referenceDescription" : "...",
      "appendGeneratedCode" : true,
      "name" : "...",
      "cfValues" : { },
      "version" : 12345,
      "descriptionOrCode" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "codeChanged" : true,
      "parentEntity" : { },
      "parentEntityType" : { },
      "description" : "...",
      "uuid" : "...",
      "cfAccumulatedValues" : { },
      "referenceCode" : "...",
      "productOffering" : [ { }, { } ],
      "offerTemplateCategory" : { },
      "auditable" : { },
      "disabled" : true,
      "transient" : true,
      "notified" : true,
      "historized" : true,
      "parentCategoryCode" : "...",
      "orderLevel" : 12345,
      "children" : [ { }, { } ],
      "code" : "...",
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "assignedToProductOffering" : true,
      "active" : true,
      "auditableFields" : [ { }, { } ]
    } ],
    "descriptionAndCode" : "...",
    "globalRatingScriptInstance" : {
      "scriptInstanceCategory" : { },
      "sourcingRoles" : [ "...", "..." ],
      "parentEntity" : { },
      "descriptionOrCode" : "...",
      "historized" : true,
      "codeChanged" : true,
      "id" : 12345,
      "executionRoles" : [ "...", "..." ],
      "appendGeneratedCode" : true,
      "description" : "...",
      "transient" : true,
      "code" : "...",
      "auditable" : { },
      "active" : true,
      "parentEntityType" : { },
      "auditableFields" : [ { }, { } ],
      "notified" : true,
      "disabled" : true,
      "script" : "...",
      "sourceTypeEnum" : "JAVA",
      "referenceDescription" : "...",
      "version" : 12345,
      "referenceCode" : "...",
      "reuse" : true,
      "descriptionAndCode" : "...",
      "scriptErrors" : [ { }, { } ],
      "error" : true
    },
    "name" : "...",
    "descriptionOrCode" : "...",
    "channels" : [ {
      "auditable" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "description" : "...",
      "disabled" : true,
      "version" : 12345,
      "historized" : true,
      "code" : "...",
      "descriptionAndCode" : "...",
      "parentEntityType" : { },
      "codeChanged" : true,
      "active" : true,
      "transient" : true,
      "referenceDescription" : "...",
      "notified" : true,
      "parentEntity" : { },
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "id" : 12345,
      "referenceCode" : "..."
    }, {
      "auditable" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "description" : "...",
      "disabled" : true,
      "version" : 12345,
      "historized" : true,
      "code" : "...",
      "descriptionAndCode" : "...",
      "parentEntityType" : { },
      "codeChanged" : true,
      "active" : true,
      "transient" : true,
      "referenceDescription" : "...",
      "notified" : true,
      "parentEntity" : { },
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "id" : 12345,
      "referenceCode" : "..."
    } ],
    "longDescription" : "...",
    "businessAccountModels" : [ {
      "active" : true,
      "logoPicture" : "...",
      "moduleSource" : "...",
      "notified" : true,
      "appendGeneratedCode" : true,
      "parentEntityType" : { },
      "description" : "...",
      "referenceCode" : "...",
      "code" : "...",
      "version" : 12345,
      "transient" : true,
      "installed" : true,
      "parentEntity" : { },
      "auditable" : { },
      "disabled" : true,
      "descriptionAndCode" : "...",
      "descriptionOrCode" : "...",
      "referenceDescription" : "...",
      "historized" : true,
      "codeChanged" : true,
      "script" : { },
      "id" : 12345,
      "moduleItems" : [ { }, { } ],
      "downloaded" : true,
      "hierarchyType" : "S_CA",
      "license" : "AGPL",
      "auditableFields" : [ { }, { } ]
    }, {
      "active" : true,
      "logoPicture" : "...",
      "moduleSource" : "...",
      "notified" : true,
      "appendGeneratedCode" : true,
      "parentEntityType" : { },
      "description" : "...",
      "referenceCode" : "...",
      "code" : "...",
      "version" : 12345,
      "transient" : true,
      "installed" : true,
      "parentEntity" : { },
      "auditable" : { },
      "disabled" : true,
      "descriptionAndCode" : "...",
      "descriptionOrCode" : "...",
      "referenceDescription" : "...",
      "historized" : true,
      "codeChanged" : true,
      "script" : { },
      "id" : 12345,
      "moduleItems" : [ { }, { } ],
      "downloaded" : true,
      "hierarchyType" : "CA_UA",
      "license" : "BSD3_R",
      "auditableFields" : [ { }, { } ]
    } ],
    "auditableFields" : [ {
      "fieldName" : "...",
      "historable" : true,
      "historized" : true,
      "auditType" : "STATUS",
      "notfiable" : true,
      "currentState" : { },
      "notified" : true,
      "previousState" : { }
    }, {
      "fieldName" : "...",
      "historable" : true,
      "historized" : true,
      "auditType" : "RENEWAL",
      "notfiable" : true,
      "currentState" : { },
      "notified" : true,
      "previousState" : { }
    } ],
    "uuid" : "...",
    "active" : true,
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "lifeCycleStatus" : "REJECTED",
    "referenceCode" : "..."
  } ],
  "offerTemplateCategory" : {
    "descriptionAndCode" : "...",
    "imagePath" : "...",
    "referenceDescription" : "...",
    "appendGeneratedCode" : true,
    "name" : "...",
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "version" : 12345,
    "descriptionOrCode" : "...",
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "codeChanged" : 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" : "..."
    },
    "parentEntityType" : { },
    "description" : "...",
    "uuid" : "...",
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "referenceCode" : "...",
    "productOffering" : [ {
      "appendGeneratedCode" : true,
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "imagePath" : "...",
      "notified" : true,
      "validity" : { },
      "parentEntityType" : { },
      "longDescriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "transient" : true,
      "description" : "...",
      "auditable" : { },
      "version" : 12345,
      "customerCategories" : [ { }, { } ],
      "code" : "...",
      "parentEntity" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfValues" : { },
      "cfAccumulatedValues" : { },
      "attachments" : [ { }, { } ],
      "longDescriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "referenceDescription" : "...",
      "nameOrCode" : "...",
      "codeChanged" : true,
      "id" : 12345,
      "historized" : true,
      "sellers" : [ { }, { } ],
      "disabled" : true,
      "offerTemplateCategories" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "globalRatingScriptInstance" : { },
      "name" : "...",
      "descriptionOrCode" : "...",
      "channels" : [ { }, { } ],
      "longDescription" : "...",
      "businessAccountModels" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "uuid" : "...",
      "active" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "lifeCycleStatus" : "IN_STUDY",
      "referenceCode" : "..."
    }, {
      "appendGeneratedCode" : true,
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "imagePath" : "...",
      "notified" : true,
      "validity" : { },
      "parentEntityType" : { },
      "longDescriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "transient" : true,
      "description" : "...",
      "auditable" : { },
      "version" : 12345,
      "customerCategories" : [ { }, { } ],
      "code" : "...",
      "parentEntity" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfValues" : { },
      "cfAccumulatedValues" : { },
      "attachments" : [ { }, { } ],
      "longDescriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "referenceDescription" : "...",
      "nameOrCode" : "...",
      "codeChanged" : true,
      "id" : 12345,
      "historized" : true,
      "sellers" : [ { }, { } ],
      "disabled" : true,
      "offerTemplateCategories" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "globalRatingScriptInstance" : { },
      "name" : "...",
      "descriptionOrCode" : "...",
      "channels" : [ { }, { } ],
      "longDescription" : "...",
      "businessAccountModels" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "uuid" : "...",
      "active" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "lifeCycleStatus" : "IN_STUDY",
      "referenceCode" : "..."
    } ],
    "offerTemplateCategory" : { },
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastModified" : 12345,
      "updater" : "...",
      "updated" : 12345,
      "lastUser" : "..."
    },
    "disabled" : true,
    "transient" : true,
    "notified" : true,
    "historized" : true,
    "parentCategoryCode" : "...",
    "orderLevel" : 12345,
    "children" : [ { }, { } ],
    "code" : "...",
    "id" : 12345,
    "parentCFEntities" : [ {
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValues" : { },
      "dirtyCF" : true,
      "CFValuesCopy" : { },
      "uuid" : "..."
    }, {
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValues" : { },
      "dirtyCF" : true,
      "CFValuesCopy" : { },
      "uuid" : "..."
    } ],
    "assignedToProductOffering" : true,
    "active" : true,
    "auditableFields" : [ {
      "fieldName" : "...",
      "historable" : true,
      "historized" : true,
      "auditType" : "OTHER",
      "notfiable" : true,
      "currentState" : { },
      "notified" : true,
      "previousState" : { }
    }, {
      "fieldName" : "...",
      "historable" : true,
      "historized" : true,
      "auditType" : "OTHER",
      "notfiable" : true,
      "currentState" : { },
      "notified" : true,
      "previousState" : { }
    } ]
  },
  "auditable" : {
    "created" : 12345,
    "creator" : "...",
    "lastModified" : 12345,
    "updater" : "...",
    "updated" : 12345,
    "lastUser" : "..."
  },
  "disabled" : true,
  "transient" : true,
  "notified" : true,
  "historized" : true,
  "parentCategoryCode" : "...",
  "orderLevel" : 12345,
  "children" : [ {
    "descriptionAndCode" : "...",
    "imagePath" : "...",
    "referenceDescription" : "...",
    "appendGeneratedCode" : true,
    "name" : "...",
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "version" : 12345,
    "descriptionOrCode" : "...",
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "codeChanged" : 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" : "..."
    },
    "parentEntityType" : { },
    "description" : "...",
    "uuid" : "...",
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "referenceCode" : "...",
    "productOffering" : [ {
      "appendGeneratedCode" : true,
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "imagePath" : "...",
      "notified" : true,
      "validity" : { },
      "parentEntityType" : { },
      "longDescriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "transient" : true,
      "description" : "...",
      "auditable" : { },
      "version" : 12345,
      "customerCategories" : [ { }, { } ],
      "code" : "...",
      "parentEntity" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfValues" : { },
      "cfAccumulatedValues" : { },
      "attachments" : [ { }, { } ],
      "longDescriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "referenceDescription" : "...",
      "nameOrCode" : "...",
      "codeChanged" : true,
      "id" : 12345,
      "historized" : true,
      "sellers" : [ { }, { } ],
      "disabled" : true,
      "offerTemplateCategories" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "globalRatingScriptInstance" : { },
      "name" : "...",
      "descriptionOrCode" : "...",
      "channels" : [ { }, { } ],
      "longDescription" : "...",
      "businessAccountModels" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "uuid" : "...",
      "active" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "lifeCycleStatus" : "IN_TEST",
      "referenceCode" : "..."
    }, {
      "appendGeneratedCode" : true,
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "imagePath" : "...",
      "notified" : true,
      "validity" : { },
      "parentEntityType" : { },
      "longDescriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "transient" : true,
      "description" : "...",
      "auditable" : { },
      "version" : 12345,
      "customerCategories" : [ { }, { } ],
      "code" : "...",
      "parentEntity" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfValues" : { },
      "cfAccumulatedValues" : { },
      "attachments" : [ { }, { } ],
      "longDescriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "referenceDescription" : "...",
      "nameOrCode" : "...",
      "codeChanged" : true,
      "id" : 12345,
      "historized" : true,
      "sellers" : [ { }, { } ],
      "disabled" : true,
      "offerTemplateCategories" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "globalRatingScriptInstance" : { },
      "name" : "...",
      "descriptionOrCode" : "...",
      "channels" : [ { }, { } ],
      "longDescription" : "...",
      "businessAccountModels" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "uuid" : "...",
      "active" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "lifeCycleStatus" : "IN_DESIGN",
      "referenceCode" : "..."
    } ],
    "offerTemplateCategory" : { },
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastModified" : 12345,
      "updater" : "...",
      "updated" : 12345,
      "lastUser" : "..."
    },
    "disabled" : true,
    "transient" : true,
    "notified" : true,
    "historized" : true,
    "parentCategoryCode" : "...",
    "orderLevel" : 12345,
    "children" : [ { }, { } ],
    "code" : "...",
    "id" : 12345,
    "parentCFEntities" : [ {
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValues" : { },
      "dirtyCF" : true,
      "CFValuesCopy" : { },
      "uuid" : "..."
    }, {
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValues" : { },
      "dirtyCF" : true,
      "CFValuesCopy" : { },
      "uuid" : "..."
    } ],
    "assignedToProductOffering" : true,
    "active" : 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" : { }
    } ]
  }, {
    "descriptionAndCode" : "...",
    "imagePath" : "...",
    "referenceDescription" : "...",
    "appendGeneratedCode" : true,
    "name" : "...",
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "version" : 12345,
    "descriptionOrCode" : "...",
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "codeChanged" : 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" : "..."
    },
    "parentEntityType" : { },
    "description" : "...",
    "uuid" : "...",
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "referenceCode" : "...",
    "productOffering" : [ {
      "appendGeneratedCode" : true,
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "imagePath" : "...",
      "notified" : true,
      "validity" : { },
      "parentEntityType" : { },
      "longDescriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "transient" : true,
      "description" : "...",
      "auditable" : { },
      "version" : 12345,
      "customerCategories" : [ { }, { } ],
      "code" : "...",
      "parentEntity" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfValues" : { },
      "cfAccumulatedValues" : { },
      "attachments" : [ { }, { } ],
      "longDescriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "referenceDescription" : "...",
      "nameOrCode" : "...",
      "codeChanged" : true,
      "id" : 12345,
      "historized" : true,
      "sellers" : [ { }, { } ],
      "disabled" : true,
      "offerTemplateCategories" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "globalRatingScriptInstance" : { },
      "name" : "...",
      "descriptionOrCode" : "...",
      "channels" : [ { }, { } ],
      "longDescription" : "...",
      "businessAccountModels" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "uuid" : "...",
      "active" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "lifeCycleStatus" : "ACTIVE",
      "referenceCode" : "..."
    }, {
      "appendGeneratedCode" : true,
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "imagePath" : "...",
      "notified" : true,
      "validity" : { },
      "parentEntityType" : { },
      "longDescriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "transient" : true,
      "description" : "...",
      "auditable" : { },
      "version" : 12345,
      "customerCategories" : [ { }, { } ],
      "code" : "...",
      "parentEntity" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfValues" : { },
      "cfAccumulatedValues" : { },
      "attachments" : [ { }, { } ],
      "longDescriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "referenceDescription" : "...",
      "nameOrCode" : "...",
      "codeChanged" : true,
      "id" : 12345,
      "historized" : true,
      "sellers" : [ { }, { } ],
      "disabled" : true,
      "offerTemplateCategories" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "globalRatingScriptInstance" : { },
      "name" : "...",
      "descriptionOrCode" : "...",
      "channels" : [ { }, { } ],
      "longDescription" : "...",
      "businessAccountModels" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "uuid" : "...",
      "active" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "lifeCycleStatus" : "IN_STUDY",
      "referenceCode" : "..."
    } ],
    "offerTemplateCategory" : { },
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastModified" : 12345,
      "updater" : "...",
      "updated" : 12345,
      "lastUser" : "..."
    },
    "disabled" : true,
    "transient" : true,
    "notified" : true,
    "historized" : true,
    "parentCategoryCode" : "...",
    "orderLevel" : 12345,
    "children" : [ { }, { } ],
    "code" : "...",
    "id" : 12345,
    "parentCFEntities" : [ {
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValues" : { },
      "dirtyCF" : true,
      "CFValuesCopy" : { },
      "uuid" : "..."
    }, {
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValues" : { },
      "dirtyCF" : true,
      "CFValuesCopy" : { },
      "uuid" : "..."
    } ],
    "assignedToProductOffering" : true,
    "active" : true,
    "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" : { }
    } ]
  } ],
  "code" : "...",
  "id" : 12345,
  "parentCFEntities" : [ {
    "cfAccumulatedValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "parentCFEntities" : [ { }, { } ],
    "cfValuesAsValues" : {
      "property1" : { },
      "property2" : { }
    },
    "cfValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "dirtyCF" : true,
    "CFValuesCopy" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "uuid" : "..."
  }, {
    "cfAccumulatedValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "parentCFEntities" : [ { }, { } ],
    "cfValuesAsValues" : {
      "property1" : { },
      "property2" : { }
    },
    "cfValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "dirtyCF" : true,
    "CFValuesCopy" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "uuid" : "..."
  } ],
  "assignedToProductOffering" : true,
  "active" : true,
  "auditableFields" : [ {
    "fieldName" : "...",
    "historable" : true,
    "historized" : true,
    "auditType" : "RENEWAL",
    "notfiable" : true,
    "currentState" : { },
    "notified" : true,
    "previousState" : { }
  }, {
    "fieldName" : "...",
    "historable" : true,
    "historized" : true,
    "auditType" : "STATUS",
    "notfiable" : true,
    "currentState" : { },
    "notified" : true,
    "previousState" : { }
  } ]
}