Attribute Data Type

Implemented Interfaces
ICustomFieldEntity, IReferenceEntity, Serializable
Properties
name data type constraints description
productVersionAttributes array of ProductVersionAttribute  
auditableFields array of AuditableFieldHistory  
parentEntityType object  
attributeCategory AttributeCategoryEnum  
attributeType AttributeTypeEnum  
unitNbDecimal number  
disabled boolean  
parentAttribute Attribute  
descriptionAndCode string  
chargeTemplates array of ChargeTemplate  
priority number  
appendGeneratedCode boolean  
assignedAttributes array of Attribute  
active boolean  
allowedValues array of string  
parentEntity BusinessEntity  
transient boolean  
version number  
offerTemplateAttribute array of OfferTemplateAttribute  
commercialRules array of CommercialRuleHeader  
descriptionOrCode string  
uuid string  
code string required, max size: 255, min size: 1
tags array of Tag  
groupedAttributes array of GroupedAttributes  
auditable Auditable  
cfAccumulatedValues CustomFieldValues  
description string max size: 255, min size: 0
historized boolean  
elValue string  
medias array of Media  
codeChanged boolean  
referenceDescription string  
cfValues CustomFieldValues  
id number  
parentCFEntities array of ICustomFieldEntity  
notified boolean  
referenceCode string  

Example

{
  "productVersionAttributes" : [ {
    "display" : true,
    "readOnly" : true,
    "validationType" : "EL",
    "productVersion" : {
      "version" : 12345,
      "notified" : true,
      "groupedAttributes" : [ { }, { } ],
      "transient" : true,
      "longDescription" : "...",
      "product" : { },
      "tags" : [ { }, { } ],
      "shortDescription" : "...",
      "auditable" : { },
      "statusDate" : 12345,
      "validity" : { },
      "currentVersion" : 12345,
      "auditableFields" : [ { }, { } ],
      "status" : "DRAFT",
      "historized" : true,
      "attributes" : [ { }, { } ],
      "id" : 12345
    },
    "version" : 12345,
    "sequence" : 12345,
    "validationLabel" : "...",
    "defaultValue" : "...",
    "id" : 12345,
    "mandatory" : true,
    "transient" : true,
    "validationPattern" : "...",
    "mandatoryWithEl" : "...",
    "attribute" : {
      "productVersionAttributes" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "parentEntityType" : { },
      "attributeCategory" : "REGULAR",
      "attributeType" : "TOTAL",
      "unitNbDecimal" : 12345,
      "disabled" : true,
      "parentAttribute" : { },
      "descriptionAndCode" : "...",
      "chargeTemplates" : [ { }, { } ],
      "priority" : 12345,
      "appendGeneratedCode" : true,
      "assignedAttributes" : [ { }, { } ],
      "active" : true,
      "allowedValues" : [ "...", "..." ],
      "parentEntity" : { },
      "transient" : true,
      "version" : 12345,
      "offerTemplateAttribute" : [ { }, { } ],
      "commercialRules" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "uuid" : "...",
      "code" : "...",
      "tags" : [ { }, { } ],
      "groupedAttributes" : [ { }, { } ],
      "auditable" : { },
      "cfAccumulatedValues" : { },
      "description" : "...",
      "historized" : true,
      "elValue" : "...",
      "medias" : [ { }, { } ],
      "codeChanged" : true,
      "referenceDescription" : "...",
      "cfValues" : { },
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "notified" : true,
      "referenceCode" : "..."
    }
  }, {
    "display" : true,
    "readOnly" : true,
    "validationType" : "REGEX",
    "productVersion" : {
      "version" : 12345,
      "notified" : true,
      "groupedAttributes" : [ { }, { } ],
      "transient" : true,
      "longDescription" : "...",
      "product" : { },
      "tags" : [ { }, { } ],
      "shortDescription" : "...",
      "auditable" : { },
      "statusDate" : 12345,
      "validity" : { },
      "currentVersion" : 12345,
      "auditableFields" : [ { }, { } ],
      "status" : "DRAFT",
      "historized" : true,
      "attributes" : [ { }, { } ],
      "id" : 12345
    },
    "version" : 12345,
    "sequence" : 12345,
    "validationLabel" : "...",
    "defaultValue" : "...",
    "id" : 12345,
    "mandatory" : true,
    "transient" : true,
    "validationPattern" : "...",
    "mandatoryWithEl" : "...",
    "attribute" : {
      "productVersionAttributes" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "parentEntityType" : { },
      "attributeCategory" : "REGULAR",
      "attributeType" : "EXPRESSION_LANGUAGE",
      "unitNbDecimal" : 12345,
      "disabled" : true,
      "parentAttribute" : { },
      "descriptionAndCode" : "...",
      "chargeTemplates" : [ { }, { } ],
      "priority" : 12345,
      "appendGeneratedCode" : true,
      "assignedAttributes" : [ { }, { } ],
      "active" : true,
      "allowedValues" : [ "...", "..." ],
      "parentEntity" : { },
      "transient" : true,
      "version" : 12345,
      "offerTemplateAttribute" : [ { }, { } ],
      "commercialRules" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "uuid" : "...",
      "code" : "...",
      "tags" : [ { }, { } ],
      "groupedAttributes" : [ { }, { } ],
      "auditable" : { },
      "cfAccumulatedValues" : { },
      "description" : "...",
      "historized" : true,
      "elValue" : "...",
      "medias" : [ { }, { } ],
      "codeChanged" : true,
      "referenceDescription" : "...",
      "cfValues" : { },
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "notified" : true,
      "referenceCode" : "..."
    }
  } ],
  "auditableFields" : [ {
    "historized" : true,
    "notified" : true,
    "auditType" : "RENEWAL",
    "historable" : true,
    "fieldName" : "...",
    "currentState" : { },
    "notfiable" : true,
    "previousState" : { }
  }, {
    "historized" : true,
    "notified" : true,
    "auditType" : "RENEWAL",
    "historable" : true,
    "fieldName" : "...",
    "currentState" : { },
    "notfiable" : true,
    "previousState" : { }
  } ],
  "parentEntityType" : { },
  "attributeCategory" : "BUSINESS",
  "attributeType" : "LIST_TEXT",
  "unitNbDecimal" : 12345,
  "disabled" : true,
  "parentAttribute" : {
    "productVersionAttributes" : [ {
      "display" : true,
      "readOnly" : true,
      "validationType" : "REGEX",
      "productVersion" : { },
      "version" : 12345,
      "sequence" : 12345,
      "validationLabel" : "...",
      "defaultValue" : "...",
      "id" : 12345,
      "mandatory" : true,
      "transient" : true,
      "validationPattern" : "...",
      "mandatoryWithEl" : "...",
      "attribute" : { }
    }, {
      "display" : true,
      "readOnly" : true,
      "validationType" : "REGEX",
      "productVersion" : { },
      "version" : 12345,
      "sequence" : 12345,
      "validationLabel" : "...",
      "defaultValue" : "...",
      "id" : 12345,
      "mandatory" : true,
      "transient" : true,
      "validationPattern" : "...",
      "mandatoryWithEl" : "...",
      "attribute" : { }
    } ],
    "auditableFields" : [ {
      "historized" : true,
      "notified" : true,
      "auditType" : "STATUS",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    }, {
      "historized" : true,
      "notified" : true,
      "auditType" : "RENEWAL",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    } ],
    "parentEntityType" : { },
    "attributeCategory" : "REGULAR",
    "attributeType" : "CALENDAR",
    "unitNbDecimal" : 12345,
    "disabled" : true,
    "parentAttribute" : { },
    "descriptionAndCode" : "...",
    "chargeTemplates" : [ {
      "roundingMode" : "UP",
      "status" : "ACTIVE",
      "roundingValuesComputed" : true,
      "amountEditable" : true,
      "chargeType" : "...",
      "type" : "DEBIT",
      "ratingUnitOfMeasure" : { },
      "revenueRecognitionRule" : { },
      "id" : 12345,
      "taxClass" : { },
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "parentEntity" : { },
      "cfAccumulatedValues" : { },
      "referenceDescription" : "...",
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "chargeMainType" : "PRODUCT",
      "invoiceSubCategory" : { },
      "appendGeneratedCode" : true,
      "inputUnitEL" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "attributes" : [ { }, { } ],
      "transient" : true,
      "ratingUnitDescription" : "...",
      "parentCFEntities" : [ { }, { } ],
      "sortIndexEl" : "...",
      "descriptionAndCode" : "...",
      "dropZeroWo" : true,
      "disabled" : true,
      "taxClassEl" : "...",
      "auditableFields" : [ { }, { } ],
      "description" : "...",
      "inputUnitDescription" : "...",
      "filterExpression" : "...",
      "auditable" : { },
      "unitMultiplicator" : 12345.0,
      "historized" : true,
      "active" : true,
      "cfValues" : { },
      "inputUnitOfMeasure" : { },
      "notified" : true,
      "outputUnitEL" : "...",
      "referenceCode" : "...",
      "productCharges" : [ { }, { } ],
      "version" : 12345,
      "parentEntityType" : { },
      "ratingScript" : { },
      "unitNbDecimal" : 12345,
      "edrTemplates" : [ { }, { } ],
      "codeChanged" : true,
      "code" : "..."
    }, {
      "roundingMode" : "UP",
      "status" : "ACTIVE",
      "roundingValuesComputed" : true,
      "amountEditable" : true,
      "chargeType" : "...",
      "type" : "DEBIT",
      "ratingUnitOfMeasure" : { },
      "revenueRecognitionRule" : { },
      "id" : 12345,
      "taxClass" : { },
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "parentEntity" : { },
      "cfAccumulatedValues" : { },
      "referenceDescription" : "...",
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "chargeMainType" : "USAGE",
      "invoiceSubCategory" : { },
      "appendGeneratedCode" : true,
      "inputUnitEL" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "attributes" : [ { }, { } ],
      "transient" : true,
      "ratingUnitDescription" : "...",
      "parentCFEntities" : [ { }, { } ],
      "sortIndexEl" : "...",
      "descriptionAndCode" : "...",
      "dropZeroWo" : true,
      "disabled" : true,
      "taxClassEl" : "...",
      "auditableFields" : [ { }, { } ],
      "description" : "...",
      "inputUnitDescription" : "...",
      "filterExpression" : "...",
      "auditable" : { },
      "unitMultiplicator" : 12345.0,
      "historized" : true,
      "active" : true,
      "cfValues" : { },
      "inputUnitOfMeasure" : { },
      "notified" : true,
      "outputUnitEL" : "...",
      "referenceCode" : "...",
      "productCharges" : [ { }, { } ],
      "version" : 12345,
      "parentEntityType" : { },
      "ratingScript" : { },
      "unitNbDecimal" : 12345,
      "edrTemplates" : [ { }, { } ],
      "codeChanged" : true,
      "code" : "..."
    } ],
    "priority" : 12345,
    "appendGeneratedCode" : true,
    "assignedAttributes" : [ { }, { } ],
    "active" : true,
    "allowedValues" : [ "...", "..." ],
    "parentEntity" : {
      "descriptionOrCode" : "...",
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "historized" : true,
      "appendGeneratedCode" : true,
      "auditable" : { },
      "parentEntity" : { },
      "parentEntityType" : { },
      "description" : "...",
      "referenceDescription" : "...",
      "codeChanged" : true,
      "referenceCode" : "...",
      "code" : "...",
      "transient" : true,
      "descriptionAndCode" : "...",
      "id" : 12345,
      "notified" : true
    },
    "transient" : true,
    "version" : 12345,
    "offerTemplateAttribute" : [ {
      "validationLabel" : "...",
      "offerTemplate" : { },
      "readOnly" : true,
      "validationPattern" : "...",
      "mandatoryWithEl" : "...",
      "id" : 12345,
      "mandatory" : true,
      "version" : 12345,
      "display" : true,
      "sequence" : 12345,
      "attribute" : { },
      "validationType" : "EL",
      "transient" : true,
      "defaultValue" : "..."
    }, {
      "validationLabel" : "...",
      "offerTemplate" : { },
      "readOnly" : true,
      "validationPattern" : "...",
      "mandatoryWithEl" : "...",
      "id" : 12345,
      "mandatory" : true,
      "version" : 12345,
      "display" : true,
      "sequence" : 12345,
      "attribute" : { },
      "validationType" : "REGEX",
      "transient" : true,
      "defaultValue" : "..."
    } ],
    "commercialRules" : [ {
      "id" : 12345,
      "targetProduct" : { },
      "referenceDescription" : "...",
      "targetProductVersion" : { },
      "notified" : true,
      "description" : "...",
      "referenceCode" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "targetOfferTemplateCode" : "...",
      "version" : 12345,
      "targetAttributeValue" : "...",
      "targetOfferAttribute" : true,
      "targetTag" : { },
      "descriptionAndCode" : "...",
      "targetGroupedAttributes" : { },
      "commercialRuleItems" : [ { }, { } ],
      "codeChanged" : true,
      "targetAttribute" : { },
      "targetProductCode" : "...",
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "scopeType" : "QUOTE_OFFER",
      "historized" : true,
      "ruleEl" : "...",
      "targetOfferTemplate" : { },
      "ruleType" : "REPLACEMENT",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "auditable" : { },
      "code" : "...",
      "parentEntityType" : { }
    }, {
      "id" : 12345,
      "targetProduct" : { },
      "referenceDescription" : "...",
      "targetProductVersion" : { },
      "notified" : true,
      "description" : "...",
      "referenceCode" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "targetOfferTemplateCode" : "...",
      "version" : 12345,
      "targetAttributeValue" : "...",
      "targetOfferAttribute" : true,
      "targetTag" : { },
      "descriptionAndCode" : "...",
      "targetGroupedAttributes" : { },
      "commercialRuleItems" : [ { }, { } ],
      "codeChanged" : true,
      "targetAttribute" : { },
      "targetProductCode" : "...",
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "scopeType" : "QUOTE",
      "historized" : true,
      "ruleEl" : "...",
      "targetOfferTemplate" : { },
      "ruleType" : "REPLACEMENT",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "auditable" : { },
      "code" : "...",
      "parentEntityType" : { }
    } ],
    "descriptionOrCode" : "...",
    "uuid" : "...",
    "code" : "...",
    "tags" : [ {
      "codeChanged" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "parentTag" : { },
      "seller" : { },
      "description" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "auditable" : { },
      "descriptionOrCode" : "...",
      "notified" : true,
      "code" : "...",
      "historized" : true,
      "transient" : true,
      "tagType" : { },
      "referenceCode" : "...",
      "version" : 12345,
      "appendGeneratedCode" : true,
      "parentEntity" : { },
      "filterEl" : "...",
      "referenceDescription" : "...",
      "name" : "..."
    }, {
      "codeChanged" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "parentTag" : { },
      "seller" : { },
      "description" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "auditable" : { },
      "descriptionOrCode" : "...",
      "notified" : true,
      "code" : "...",
      "historized" : true,
      "transient" : true,
      "tagType" : { },
      "referenceCode" : "...",
      "version" : 12345,
      "appendGeneratedCode" : true,
      "parentEntity" : { },
      "filterEl" : "...",
      "referenceDescription" : "...",
      "name" : "..."
    } ],
    "groupedAttributes" : [ {
      "id" : 12345,
      "descriptionAndCode" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "description" : "...",
      "auditable" : { },
      "uuid" : "...",
      "active" : true,
      "commercialRules" : [ { }, { } ],
      "transient" : true,
      "descriptionOrCode" : "...",
      "attributes" : [ { }, { } ],
      "referenceCode" : "...",
      "parentEntityType" : { },
      "notified" : true,
      "disabled" : true,
      "historized" : true,
      "parentEntity" : { },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "sequence" : 12345,
      "appendGeneratedCode" : true,
      "display" : true,
      "codeChanged" : true,
      "mandatory" : true,
      "code" : "...",
      "cfAccumulatedValues" : { }
    }, {
      "id" : 12345,
      "descriptionAndCode" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "description" : "...",
      "auditable" : { },
      "uuid" : "...",
      "active" : true,
      "commercialRules" : [ { }, { } ],
      "transient" : true,
      "descriptionOrCode" : "...",
      "attributes" : [ { }, { } ],
      "referenceCode" : "...",
      "parentEntityType" : { },
      "notified" : true,
      "disabled" : true,
      "historized" : true,
      "parentEntity" : { },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "sequence" : 12345,
      "appendGeneratedCode" : true,
      "display" : true,
      "codeChanged" : true,
      "mandatory" : true,
      "code" : "...",
      "cfAccumulatedValues" : { }
    } ],
    "auditable" : {
      "lastModified" : 12345,
      "updated" : 12345,
      "updater" : "...",
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "description" : "...",
    "historized" : true,
    "elValue" : "...",
    "medias" : [ {
      "id" : 12345,
      "description" : "...",
      "transient" : true,
      "auditable" : { },
      "referenceDescription" : "...",
      "descriptionOrCode" : "...",
      "mediaPath" : "...",
      "mediaType" : "VIDEO",
      "mediaName" : "...",
      "parentCFEntities" : [ { }, { } ],
      "parentEntity" : { },
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "appendGeneratedCode" : true,
      "code" : "...",
      "notified" : true,
      "label" : "...",
      "codeChanged" : true,
      "parentEntityType" : { },
      "historized" : true,
      "cfAccumulatedValues" : { },
      "descriptionAndCode" : "...",
      "uuid" : "...",
      "cfValues" : { },
      "referenceCode" : "...",
      "main" : true
    }, {
      "id" : 12345,
      "description" : "...",
      "transient" : true,
      "auditable" : { },
      "referenceDescription" : "...",
      "descriptionOrCode" : "...",
      "mediaPath" : "...",
      "mediaType" : "IMAGE",
      "mediaName" : "...",
      "parentCFEntities" : [ { }, { } ],
      "parentEntity" : { },
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "appendGeneratedCode" : true,
      "code" : "...",
      "notified" : true,
      "label" : "...",
      "codeChanged" : true,
      "parentEntityType" : { },
      "historized" : true,
      "cfAccumulatedValues" : { },
      "descriptionAndCode" : "...",
      "uuid" : "...",
      "cfValues" : { },
      "referenceCode" : "...",
      "main" : true
    } ],
    "codeChanged" : true,
    "referenceDescription" : "...",
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "id" : 12345,
    "parentCFEntities" : [ {
      "parentCFEntities" : [ { }, { } ],
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValues" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "CFValuesCopy" : { },
      "uuid" : "..."
    }, {
      "parentCFEntities" : [ { }, { } ],
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValues" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "CFValuesCopy" : { },
      "uuid" : "..."
    } ],
    "notified" : true,
    "referenceCode" : "..."
  },
  "descriptionAndCode" : "...",
  "chargeTemplates" : [ {
    "roundingMode" : "UP",
    "status" : "ACTIVE",
    "roundingValuesComputed" : true,
    "amountEditable" : true,
    "chargeType" : "...",
    "type" : "DEBIT",
    "ratingUnitOfMeasure" : {
      "id" : 12345,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "referenceDescription" : "...",
      "referenceCode" : "...",
      "appendGeneratedCode" : true,
      "parentEntity" : { },
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "multiplicator" : 12345,
      "historized" : true,
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionNotNull" : "...",
      "version" : 12345,
      "parentEntityType" : { },
      "baseUnit" : true,
      "notified" : true,
      "parentUnitOfMeasure" : { },
      "auditable" : { },
      "symbol" : "...",
      "description" : "...",
      "codeChanged" : true,
      "code" : "...",
      "descriptionAndCode" : "..."
    },
    "revenueRecognitionRule" : {
      "auditableFields" : [ { }, { } ],
      "startUnit" : "MONTH",
      "referenceCode" : "...",
      "codeChanged" : true,
      "notified" : true,
      "transient" : true,
      "disabled" : true,
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "version" : 12345,
      "startDelay" : 12345,
      "code" : "...",
      "parentEntity" : { },
      "active" : true,
      "startEvent" : "SUBSCRIPTION_STOP",
      "auditable" : { },
      "stopEvent" : "INVOICE_DATE",
      "id" : 12345,
      "stopDelay" : 12345,
      "parentEntityType" : { },
      "referenceDescription" : "...",
      "script" : { },
      "historized" : true,
      "stopUnit" : "DAY",
      "descriptionOrCode" : "...",
      "description" : "..."
    },
    "id" : 12345,
    "taxClass" : {
      "parentEntity" : { },
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "cfValues" : { },
      "appendGeneratedCode" : true,
      "parentEntityType" : { },
      "auditableFields" : [ { }, { } ],
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "version" : 12345,
      "cfAccumulatedValues" : { },
      "referenceDescription" : "...",
      "referenceCode" : "...",
      "notified" : true,
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "transient" : true,
      "codeChanged" : true,
      "code" : "...",
      "descriptionOrCode" : "...",
      "id" : 12345,
      "auditable" : { },
      "description" : "...",
      "historized" : true
    },
    "uuid" : "...",
    "descriptionOrCode" : "...",
    "parentEntity" : {
      "descriptionOrCode" : "...",
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "historized" : true,
      "appendGeneratedCode" : true,
      "auditable" : { },
      "parentEntity" : { },
      "parentEntityType" : { },
      "description" : "...",
      "referenceDescription" : "...",
      "codeChanged" : true,
      "referenceCode" : "...",
      "code" : "...",
      "transient" : true,
      "descriptionAndCode" : "...",
      "id" : 12345,
      "notified" : true
    },
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "referenceDescription" : "...",
    "descriptionI18nNullSafe" : {
      "property1" : "...",
      "property2" : "..."
    },
    "chargeMainType" : "USAGE",
    "invoiceSubCategory" : {
      "referenceCode" : "...",
      "cfValues" : { },
      "description" : "...",
      "parentEntityType" : { },
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "accountingCode" : { },
      "code" : "...",
      "uuid" : "...",
      "occTemplateNegative" : { },
      "auditable" : { },
      "historized" : true,
      "version" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "sortIndex" : 12345,
      "referenceDescription" : "...",
      "invoiceCategory" : { },
      "discount" : 12345.0,
      "id" : 12345,
      "auditableFields" : [ { }, { } ],
      "notified" : true,
      "parentEntity" : { },
      "occTemplate" : { },
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "cfAccumulatedValues" : { },
      "transient" : true,
      "codeChanged" : true,
      "descriptionOrCode" : "..."
    },
    "appendGeneratedCode" : true,
    "inputUnitEL" : "...",
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "attributes" : [ {
      "productVersionAttributes" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "parentEntityType" : { },
      "attributeCategory" : "BUSINESS",
      "attributeType" : "LIST_TEXT",
      "unitNbDecimal" : 12345,
      "disabled" : true,
      "parentAttribute" : { },
      "descriptionAndCode" : "...",
      "chargeTemplates" : [ { }, { } ],
      "priority" : 12345,
      "appendGeneratedCode" : true,
      "assignedAttributes" : [ { }, { } ],
      "active" : true,
      "allowedValues" : [ "...", "..." ],
      "parentEntity" : { },
      "transient" : true,
      "version" : 12345,
      "offerTemplateAttribute" : [ { }, { } ],
      "commercialRules" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "uuid" : "...",
      "code" : "...",
      "tags" : [ { }, { } ],
      "groupedAttributes" : [ { }, { } ],
      "auditable" : { },
      "cfAccumulatedValues" : { },
      "description" : "...",
      "historized" : true,
      "elValue" : "...",
      "medias" : [ { }, { } ],
      "codeChanged" : true,
      "referenceDescription" : "...",
      "cfValues" : { },
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "notified" : true,
      "referenceCode" : "..."
    }, {
      "productVersionAttributes" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "parentEntityType" : { },
      "attributeCategory" : "BUSINESS",
      "attributeType" : "DATE",
      "unitNbDecimal" : 12345,
      "disabled" : true,
      "parentAttribute" : { },
      "descriptionAndCode" : "...",
      "chargeTemplates" : [ { }, { } ],
      "priority" : 12345,
      "appendGeneratedCode" : true,
      "assignedAttributes" : [ { }, { } ],
      "active" : true,
      "allowedValues" : [ "...", "..." ],
      "parentEntity" : { },
      "transient" : true,
      "version" : 12345,
      "offerTemplateAttribute" : [ { }, { } ],
      "commercialRules" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "uuid" : "...",
      "code" : "...",
      "tags" : [ { }, { } ],
      "groupedAttributes" : [ { }, { } ],
      "auditable" : { },
      "cfAccumulatedValues" : { },
      "description" : "...",
      "historized" : true,
      "elValue" : "...",
      "medias" : [ { }, { } ],
      "codeChanged" : true,
      "referenceDescription" : "...",
      "cfValues" : { },
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "notified" : true,
      "referenceCode" : "..."
    } ],
    "transient" : true,
    "ratingUnitDescription" : "...",
    "parentCFEntities" : [ {
      "parentCFEntities" : [ { }, { } ],
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValues" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "CFValuesCopy" : { },
      "uuid" : "..."
    }, {
      "parentCFEntities" : [ { }, { } ],
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValues" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "CFValuesCopy" : { },
      "uuid" : "..."
    } ],
    "sortIndexEl" : "...",
    "descriptionAndCode" : "...",
    "dropZeroWo" : true,
    "disabled" : true,
    "taxClassEl" : "...",
    "auditableFields" : [ {
      "historized" : true,
      "notified" : true,
      "auditType" : "STATUS",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    }, {
      "historized" : true,
      "notified" : true,
      "auditType" : "STATUS",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    } ],
    "description" : "...",
    "inputUnitDescription" : "...",
    "filterExpression" : "...",
    "auditable" : {
      "lastModified" : 12345,
      "updated" : 12345,
      "updater" : "...",
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "unitMultiplicator" : 12345.0,
    "historized" : true,
    "active" : true,
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "inputUnitOfMeasure" : {
      "id" : 12345,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "referenceDescription" : "...",
      "referenceCode" : "...",
      "appendGeneratedCode" : true,
      "parentEntity" : { },
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "multiplicator" : 12345,
      "historized" : true,
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionNotNull" : "...",
      "version" : 12345,
      "parentEntityType" : { },
      "baseUnit" : true,
      "notified" : true,
      "parentUnitOfMeasure" : { },
      "auditable" : { },
      "symbol" : "...",
      "description" : "...",
      "codeChanged" : true,
      "code" : "...",
      "descriptionAndCode" : "..."
    },
    "notified" : true,
    "outputUnitEL" : "...",
    "referenceCode" : "...",
    "productCharges" : [ {
      "walletTemplates" : [ { }, { } ],
      "accumulatorCounterTemplates" : [ { }, { } ],
      "version" : 12345,
      "chargeTemplate" : { },
      "counterTemplate" : { },
      "transient" : true,
      "id" : 12345,
      "product" : { }
    }, {
      "walletTemplates" : [ { }, { } ],
      "accumulatorCounterTemplates" : [ { }, { } ],
      "version" : 12345,
      "chargeTemplate" : { },
      "counterTemplate" : { },
      "transient" : true,
      "id" : 12345,
      "product" : { }
    } ],
    "version" : 12345,
    "parentEntityType" : { },
    "ratingScript" : {
      "id" : 12345,
      "appendGeneratedCode" : true,
      "parentEntityType" : { },
      "referenceCode" : "...",
      "sourcingRoles" : [ "...", "..." ],
      "active" : true,
      "descriptionAndCode" : "...",
      "script" : "...",
      "description" : "...",
      "codeChanged" : true,
      "referenceDescription" : "...",
      "code" : "...",
      "error" : true,
      "sourceTypeEnum" : "JAVA_CLASS",
      "version" : 12345,
      "descriptionOrCode" : "...",
      "reuse" : true,
      "executionRoles" : [ "...", "..." ],
      "parentEntity" : { },
      "scriptInstanceCategory" : { },
      "scriptErrors" : [ { }, { } ],
      "notified" : true,
      "disabled" : true,
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "auditable" : { },
      "historized" : true
    },
    "unitNbDecimal" : 12345,
    "edrTemplates" : [ {
      "id" : 12345,
      "version" : 12345,
      "descriptionAndCode" : "...",
      "notified" : true,
      "subscriptionEl" : "...",
      "meveoInstance" : { },
      "descriptionOrCode" : "...",
      "transient" : true,
      "description" : "...",
      "quantityEl" : "...",
      "referenceDescription" : "...",
      "codeChanged" : true,
      "code" : "...",
      "param3El" : "...",
      "referenceCode" : "...",
      "param2El" : "...",
      "conditionEl" : "...",
      "auditable" : { },
      "appendGeneratedCode" : true,
      "param1El" : "...",
      "historized" : true,
      "param4El" : "...",
      "parentEntity" : { },
      "auditableFields" : [ { }, { } ],
      "opencellInstanceEL" : "...",
      "parentEntityType" : { },
      "triggeredEdrScript" : { }
    }, {
      "id" : 12345,
      "version" : 12345,
      "descriptionAndCode" : "...",
      "notified" : true,
      "subscriptionEl" : "...",
      "meveoInstance" : { },
      "descriptionOrCode" : "...",
      "transient" : true,
      "description" : "...",
      "quantityEl" : "...",
      "referenceDescription" : "...",
      "codeChanged" : true,
      "code" : "...",
      "param3El" : "...",
      "referenceCode" : "...",
      "param2El" : "...",
      "conditionEl" : "...",
      "auditable" : { },
      "appendGeneratedCode" : true,
      "param1El" : "...",
      "historized" : true,
      "param4El" : "...",
      "parentEntity" : { },
      "auditableFields" : [ { }, { } ],
      "opencellInstanceEL" : "...",
      "parentEntityType" : { },
      "triggeredEdrScript" : { }
    } ],
    "codeChanged" : true,
    "code" : "..."
  }, {
    "roundingMode" : "NEAREST",
    "status" : "ARCHIVED",
    "roundingValuesComputed" : true,
    "amountEditable" : true,
    "chargeType" : "...",
    "type" : "CREDIT",
    "ratingUnitOfMeasure" : {
      "id" : 12345,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "referenceDescription" : "...",
      "referenceCode" : "...",
      "appendGeneratedCode" : true,
      "parentEntity" : { },
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "multiplicator" : 12345,
      "historized" : true,
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionNotNull" : "...",
      "version" : 12345,
      "parentEntityType" : { },
      "baseUnit" : true,
      "notified" : true,
      "parentUnitOfMeasure" : { },
      "auditable" : { },
      "symbol" : "...",
      "description" : "...",
      "codeChanged" : true,
      "code" : "...",
      "descriptionAndCode" : "..."
    },
    "revenueRecognitionRule" : {
      "auditableFields" : [ { }, { } ],
      "startUnit" : "DAY",
      "referenceCode" : "...",
      "codeChanged" : true,
      "notified" : true,
      "transient" : true,
      "disabled" : true,
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "version" : 12345,
      "startDelay" : 12345,
      "code" : "...",
      "parentEntity" : { },
      "active" : true,
      "startEvent" : "SERVICE_PERIOD_START",
      "auditable" : { },
      "stopEvent" : "SUBSCRIPTION_STOP",
      "id" : 12345,
      "stopDelay" : 12345,
      "parentEntityType" : { },
      "referenceDescription" : "...",
      "script" : { },
      "historized" : true,
      "stopUnit" : "DAY",
      "descriptionOrCode" : "...",
      "description" : "..."
    },
    "id" : 12345,
    "taxClass" : {
      "parentEntity" : { },
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "cfValues" : { },
      "appendGeneratedCode" : true,
      "parentEntityType" : { },
      "auditableFields" : [ { }, { } ],
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "version" : 12345,
      "cfAccumulatedValues" : { },
      "referenceDescription" : "...",
      "referenceCode" : "...",
      "notified" : true,
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "transient" : true,
      "codeChanged" : true,
      "code" : "...",
      "descriptionOrCode" : "...",
      "id" : 12345,
      "auditable" : { },
      "description" : "...",
      "historized" : true
    },
    "uuid" : "...",
    "descriptionOrCode" : "...",
    "parentEntity" : {
      "descriptionOrCode" : "...",
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "historized" : true,
      "appendGeneratedCode" : true,
      "auditable" : { },
      "parentEntity" : { },
      "parentEntityType" : { },
      "description" : "...",
      "referenceDescription" : "...",
      "codeChanged" : true,
      "referenceCode" : "...",
      "code" : "...",
      "transient" : true,
      "descriptionAndCode" : "...",
      "id" : 12345,
      "notified" : true
    },
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "referenceDescription" : "...",
    "descriptionI18nNullSafe" : {
      "property1" : "...",
      "property2" : "..."
    },
    "chargeMainType" : "PRODUCT",
    "invoiceSubCategory" : {
      "referenceCode" : "...",
      "cfValues" : { },
      "description" : "...",
      "parentEntityType" : { },
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "accountingCode" : { },
      "code" : "...",
      "uuid" : "...",
      "occTemplateNegative" : { },
      "auditable" : { },
      "historized" : true,
      "version" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "sortIndex" : 12345,
      "referenceDescription" : "...",
      "invoiceCategory" : { },
      "discount" : 12345.0,
      "id" : 12345,
      "auditableFields" : [ { }, { } ],
      "notified" : true,
      "parentEntity" : { },
      "occTemplate" : { },
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "cfAccumulatedValues" : { },
      "transient" : true,
      "codeChanged" : true,
      "descriptionOrCode" : "..."
    },
    "appendGeneratedCode" : true,
    "inputUnitEL" : "...",
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "attributes" : [ {
      "productVersionAttributes" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "parentEntityType" : { },
      "attributeCategory" : "BUSINESS",
      "attributeType" : "INFO",
      "unitNbDecimal" : 12345,
      "disabled" : true,
      "parentAttribute" : { },
      "descriptionAndCode" : "...",
      "chargeTemplates" : [ { }, { } ],
      "priority" : 12345,
      "appendGeneratedCode" : true,
      "assignedAttributes" : [ { }, { } ],
      "active" : true,
      "allowedValues" : [ "...", "..." ],
      "parentEntity" : { },
      "transient" : true,
      "version" : 12345,
      "offerTemplateAttribute" : [ { }, { } ],
      "commercialRules" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "uuid" : "...",
      "code" : "...",
      "tags" : [ { }, { } ],
      "groupedAttributes" : [ { }, { } ],
      "auditable" : { },
      "cfAccumulatedValues" : { },
      "description" : "...",
      "historized" : true,
      "elValue" : "...",
      "medias" : [ { }, { } ],
      "codeChanged" : true,
      "referenceDescription" : "...",
      "cfValues" : { },
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "notified" : true,
      "referenceCode" : "..."
    }, {
      "productVersionAttributes" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "parentEntityType" : { },
      "attributeCategory" : "BUSINESS",
      "attributeType" : "INFO",
      "unitNbDecimal" : 12345,
      "disabled" : true,
      "parentAttribute" : { },
      "descriptionAndCode" : "...",
      "chargeTemplates" : [ { }, { } ],
      "priority" : 12345,
      "appendGeneratedCode" : true,
      "assignedAttributes" : [ { }, { } ],
      "active" : true,
      "allowedValues" : [ "...", "..." ],
      "parentEntity" : { },
      "transient" : true,
      "version" : 12345,
      "offerTemplateAttribute" : [ { }, { } ],
      "commercialRules" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "uuid" : "...",
      "code" : "...",
      "tags" : [ { }, { } ],
      "groupedAttributes" : [ { }, { } ],
      "auditable" : { },
      "cfAccumulatedValues" : { },
      "description" : "...",
      "historized" : true,
      "elValue" : "...",
      "medias" : [ { }, { } ],
      "codeChanged" : true,
      "referenceDescription" : "...",
      "cfValues" : { },
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "notified" : true,
      "referenceCode" : "..."
    } ],
    "transient" : true,
    "ratingUnitDescription" : "...",
    "parentCFEntities" : [ {
      "parentCFEntities" : [ { }, { } ],
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValues" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "CFValuesCopy" : { },
      "uuid" : "..."
    }, {
      "parentCFEntities" : [ { }, { } ],
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValues" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "CFValuesCopy" : { },
      "uuid" : "..."
    } ],
    "sortIndexEl" : "...",
    "descriptionAndCode" : "...",
    "dropZeroWo" : true,
    "disabled" : true,
    "taxClassEl" : "...",
    "auditableFields" : [ {
      "historized" : true,
      "notified" : true,
      "auditType" : "OTHER",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    }, {
      "historized" : true,
      "notified" : true,
      "auditType" : "STATUS",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    } ],
    "description" : "...",
    "inputUnitDescription" : "...",
    "filterExpression" : "...",
    "auditable" : {
      "lastModified" : 12345,
      "updated" : 12345,
      "updater" : "...",
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "unitMultiplicator" : 12345.0,
    "historized" : true,
    "active" : true,
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "inputUnitOfMeasure" : {
      "id" : 12345,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "referenceDescription" : "...",
      "referenceCode" : "...",
      "appendGeneratedCode" : true,
      "parentEntity" : { },
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "multiplicator" : 12345,
      "historized" : true,
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionNotNull" : "...",
      "version" : 12345,
      "parentEntityType" : { },
      "baseUnit" : true,
      "notified" : true,
      "parentUnitOfMeasure" : { },
      "auditable" : { },
      "symbol" : "...",
      "description" : "...",
      "codeChanged" : true,
      "code" : "...",
      "descriptionAndCode" : "..."
    },
    "notified" : true,
    "outputUnitEL" : "...",
    "referenceCode" : "...",
    "productCharges" : [ {
      "walletTemplates" : [ { }, { } ],
      "accumulatorCounterTemplates" : [ { }, { } ],
      "version" : 12345,
      "chargeTemplate" : { },
      "counterTemplate" : { },
      "transient" : true,
      "id" : 12345,
      "product" : { }
    }, {
      "walletTemplates" : [ { }, { } ],
      "accumulatorCounterTemplates" : [ { }, { } ],
      "version" : 12345,
      "chargeTemplate" : { },
      "counterTemplate" : { },
      "transient" : true,
      "id" : 12345,
      "product" : { }
    } ],
    "version" : 12345,
    "parentEntityType" : { },
    "ratingScript" : {
      "id" : 12345,
      "appendGeneratedCode" : true,
      "parentEntityType" : { },
      "referenceCode" : "...",
      "sourcingRoles" : [ "...", "..." ],
      "active" : true,
      "descriptionAndCode" : "...",
      "script" : "...",
      "description" : "...",
      "codeChanged" : true,
      "referenceDescription" : "...",
      "code" : "...",
      "error" : true,
      "sourceTypeEnum" : "JAVA",
      "version" : 12345,
      "descriptionOrCode" : "...",
      "reuse" : true,
      "executionRoles" : [ "...", "..." ],
      "parentEntity" : { },
      "scriptInstanceCategory" : { },
      "scriptErrors" : [ { }, { } ],
      "notified" : true,
      "disabled" : true,
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "auditable" : { },
      "historized" : true
    },
    "unitNbDecimal" : 12345,
    "edrTemplates" : [ {
      "id" : 12345,
      "version" : 12345,
      "descriptionAndCode" : "...",
      "notified" : true,
      "subscriptionEl" : "...",
      "meveoInstance" : { },
      "descriptionOrCode" : "...",
      "transient" : true,
      "description" : "...",
      "quantityEl" : "...",
      "referenceDescription" : "...",
      "codeChanged" : true,
      "code" : "...",
      "param3El" : "...",
      "referenceCode" : "...",
      "param2El" : "...",
      "conditionEl" : "...",
      "auditable" : { },
      "appendGeneratedCode" : true,
      "param1El" : "...",
      "historized" : true,
      "param4El" : "...",
      "parentEntity" : { },
      "auditableFields" : [ { }, { } ],
      "opencellInstanceEL" : "...",
      "parentEntityType" : { },
      "triggeredEdrScript" : { }
    }, {
      "id" : 12345,
      "version" : 12345,
      "descriptionAndCode" : "...",
      "notified" : true,
      "subscriptionEl" : "...",
      "meveoInstance" : { },
      "descriptionOrCode" : "...",
      "transient" : true,
      "description" : "...",
      "quantityEl" : "...",
      "referenceDescription" : "...",
      "codeChanged" : true,
      "code" : "...",
      "param3El" : "...",
      "referenceCode" : "...",
      "param2El" : "...",
      "conditionEl" : "...",
      "auditable" : { },
      "appendGeneratedCode" : true,
      "param1El" : "...",
      "historized" : true,
      "param4El" : "...",
      "parentEntity" : { },
      "auditableFields" : [ { }, { } ],
      "opencellInstanceEL" : "...",
      "parentEntityType" : { },
      "triggeredEdrScript" : { }
    } ],
    "codeChanged" : true,
    "code" : "..."
  } ],
  "priority" : 12345,
  "appendGeneratedCode" : true,
  "assignedAttributes" : [ {
    "productVersionAttributes" : [ {
      "display" : true,
      "readOnly" : true,
      "validationType" : "REGEX",
      "productVersion" : { },
      "version" : 12345,
      "sequence" : 12345,
      "validationLabel" : "...",
      "defaultValue" : "...",
      "id" : 12345,
      "mandatory" : true,
      "transient" : true,
      "validationPattern" : "...",
      "mandatoryWithEl" : "...",
      "attribute" : { }
    }, {
      "display" : true,
      "readOnly" : true,
      "validationType" : "REGEX",
      "productVersion" : { },
      "version" : 12345,
      "sequence" : 12345,
      "validationLabel" : "...",
      "defaultValue" : "...",
      "id" : 12345,
      "mandatory" : true,
      "transient" : true,
      "validationPattern" : "...",
      "mandatoryWithEl" : "...",
      "attribute" : { }
    } ],
    "auditableFields" : [ {
      "historized" : true,
      "notified" : true,
      "auditType" : "RENEWAL",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    }, {
      "historized" : true,
      "notified" : true,
      "auditType" : "STATUS",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    } ],
    "parentEntityType" : { },
    "attributeCategory" : "REGULAR",
    "attributeType" : "PHONE",
    "unitNbDecimal" : 12345,
    "disabled" : true,
    "parentAttribute" : { },
    "descriptionAndCode" : "...",
    "chargeTemplates" : [ {
      "roundingMode" : "UP",
      "status" : "ARCHIVED",
      "roundingValuesComputed" : true,
      "amountEditable" : true,
      "chargeType" : "...",
      "type" : "CREDIT",
      "ratingUnitOfMeasure" : { },
      "revenueRecognitionRule" : { },
      "id" : 12345,
      "taxClass" : { },
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "parentEntity" : { },
      "cfAccumulatedValues" : { },
      "referenceDescription" : "...",
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "chargeMainType" : "ONESHOT",
      "invoiceSubCategory" : { },
      "appendGeneratedCode" : true,
      "inputUnitEL" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "attributes" : [ { }, { } ],
      "transient" : true,
      "ratingUnitDescription" : "...",
      "parentCFEntities" : [ { }, { } ],
      "sortIndexEl" : "...",
      "descriptionAndCode" : "...",
      "dropZeroWo" : true,
      "disabled" : true,
      "taxClassEl" : "...",
      "auditableFields" : [ { }, { } ],
      "description" : "...",
      "inputUnitDescription" : "...",
      "filterExpression" : "...",
      "auditable" : { },
      "unitMultiplicator" : 12345.0,
      "historized" : true,
      "active" : true,
      "cfValues" : { },
      "inputUnitOfMeasure" : { },
      "notified" : true,
      "outputUnitEL" : "...",
      "referenceCode" : "...",
      "productCharges" : [ { }, { } ],
      "version" : 12345,
      "parentEntityType" : { },
      "ratingScript" : { },
      "unitNbDecimal" : 12345,
      "edrTemplates" : [ { }, { } ],
      "codeChanged" : true,
      "code" : "..."
    }, {
      "roundingMode" : "HALF_EVEN",
      "status" : "DRAFT",
      "roundingValuesComputed" : true,
      "amountEditable" : true,
      "chargeType" : "...",
      "type" : "DEBIT",
      "ratingUnitOfMeasure" : { },
      "revenueRecognitionRule" : { },
      "id" : 12345,
      "taxClass" : { },
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "parentEntity" : { },
      "cfAccumulatedValues" : { },
      "referenceDescription" : "...",
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "chargeMainType" : "USAGE",
      "invoiceSubCategory" : { },
      "appendGeneratedCode" : true,
      "inputUnitEL" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "attributes" : [ { }, { } ],
      "transient" : true,
      "ratingUnitDescription" : "...",
      "parentCFEntities" : [ { }, { } ],
      "sortIndexEl" : "...",
      "descriptionAndCode" : "...",
      "dropZeroWo" : true,
      "disabled" : true,
      "taxClassEl" : "...",
      "auditableFields" : [ { }, { } ],
      "description" : "...",
      "inputUnitDescription" : "...",
      "filterExpression" : "...",
      "auditable" : { },
      "unitMultiplicator" : 12345.0,
      "historized" : true,
      "active" : true,
      "cfValues" : { },
      "inputUnitOfMeasure" : { },
      "notified" : true,
      "outputUnitEL" : "...",
      "referenceCode" : "...",
      "productCharges" : [ { }, { } ],
      "version" : 12345,
      "parentEntityType" : { },
      "ratingScript" : { },
      "unitNbDecimal" : 12345,
      "edrTemplates" : [ { }, { } ],
      "codeChanged" : true,
      "code" : "..."
    } ],
    "priority" : 12345,
    "appendGeneratedCode" : true,
    "assignedAttributes" : [ { }, { } ],
    "active" : true,
    "allowedValues" : [ "...", "..." ],
    "parentEntity" : {
      "descriptionOrCode" : "...",
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "historized" : true,
      "appendGeneratedCode" : true,
      "auditable" : { },
      "parentEntity" : { },
      "parentEntityType" : { },
      "description" : "...",
      "referenceDescription" : "...",
      "codeChanged" : true,
      "referenceCode" : "...",
      "code" : "...",
      "transient" : true,
      "descriptionAndCode" : "...",
      "id" : 12345,
      "notified" : true
    },
    "transient" : true,
    "version" : 12345,
    "offerTemplateAttribute" : [ {
      "validationLabel" : "...",
      "offerTemplate" : { },
      "readOnly" : true,
      "validationPattern" : "...",
      "mandatoryWithEl" : "...",
      "id" : 12345,
      "mandatory" : true,
      "version" : 12345,
      "display" : true,
      "sequence" : 12345,
      "attribute" : { },
      "validationType" : "REGEX",
      "transient" : true,
      "defaultValue" : "..."
    }, {
      "validationLabel" : "...",
      "offerTemplate" : { },
      "readOnly" : true,
      "validationPattern" : "...",
      "mandatoryWithEl" : "...",
      "id" : 12345,
      "mandatory" : true,
      "version" : 12345,
      "display" : true,
      "sequence" : 12345,
      "attribute" : { },
      "validationType" : "EL",
      "transient" : true,
      "defaultValue" : "..."
    } ],
    "commercialRules" : [ {
      "id" : 12345,
      "targetProduct" : { },
      "referenceDescription" : "...",
      "targetProductVersion" : { },
      "notified" : true,
      "description" : "...",
      "referenceCode" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "targetOfferTemplateCode" : "...",
      "version" : 12345,
      "targetAttributeValue" : "...",
      "targetOfferAttribute" : true,
      "targetTag" : { },
      "descriptionAndCode" : "...",
      "targetGroupedAttributes" : { },
      "commercialRuleItems" : [ { }, { } ],
      "codeChanged" : true,
      "targetAttribute" : { },
      "targetProductCode" : "...",
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "scopeType" : "QUOTE_OFFER",
      "historized" : true,
      "ruleEl" : "...",
      "targetOfferTemplate" : { },
      "ruleType" : "INCOMPATIBILITY",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "auditable" : { },
      "code" : "...",
      "parentEntityType" : { }
    }, {
      "id" : 12345,
      "targetProduct" : { },
      "referenceDescription" : "...",
      "targetProductVersion" : { },
      "notified" : true,
      "description" : "...",
      "referenceCode" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "targetOfferTemplateCode" : "...",
      "version" : 12345,
      "targetAttributeValue" : "...",
      "targetOfferAttribute" : true,
      "targetTag" : { },
      "descriptionAndCode" : "...",
      "targetGroupedAttributes" : { },
      "commercialRuleItems" : [ { }, { } ],
      "codeChanged" : true,
      "targetAttribute" : { },
      "targetProductCode" : "...",
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "scopeType" : "QUOTE_OFFER",
      "historized" : true,
      "ruleEl" : "...",
      "targetOfferTemplate" : { },
      "ruleType" : "REPLACEMENT",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "auditable" : { },
      "code" : "...",
      "parentEntityType" : { }
    } ],
    "descriptionOrCode" : "...",
    "uuid" : "...",
    "code" : "...",
    "tags" : [ {
      "codeChanged" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "parentTag" : { },
      "seller" : { },
      "description" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "auditable" : { },
      "descriptionOrCode" : "...",
      "notified" : true,
      "code" : "...",
      "historized" : true,
      "transient" : true,
      "tagType" : { },
      "referenceCode" : "...",
      "version" : 12345,
      "appendGeneratedCode" : true,
      "parentEntity" : { },
      "filterEl" : "...",
      "referenceDescription" : "...",
      "name" : "..."
    }, {
      "codeChanged" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "parentTag" : { },
      "seller" : { },
      "description" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "auditable" : { },
      "descriptionOrCode" : "...",
      "notified" : true,
      "code" : "...",
      "historized" : true,
      "transient" : true,
      "tagType" : { },
      "referenceCode" : "...",
      "version" : 12345,
      "appendGeneratedCode" : true,
      "parentEntity" : { },
      "filterEl" : "...",
      "referenceDescription" : "...",
      "name" : "..."
    } ],
    "groupedAttributes" : [ {
      "id" : 12345,
      "descriptionAndCode" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "description" : "...",
      "auditable" : { },
      "uuid" : "...",
      "active" : true,
      "commercialRules" : [ { }, { } ],
      "transient" : true,
      "descriptionOrCode" : "...",
      "attributes" : [ { }, { } ],
      "referenceCode" : "...",
      "parentEntityType" : { },
      "notified" : true,
      "disabled" : true,
      "historized" : true,
      "parentEntity" : { },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "sequence" : 12345,
      "appendGeneratedCode" : true,
      "display" : true,
      "codeChanged" : true,
      "mandatory" : true,
      "code" : "...",
      "cfAccumulatedValues" : { }
    }, {
      "id" : 12345,
      "descriptionAndCode" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "description" : "...",
      "auditable" : { },
      "uuid" : "...",
      "active" : true,
      "commercialRules" : [ { }, { } ],
      "transient" : true,
      "descriptionOrCode" : "...",
      "attributes" : [ { }, { } ],
      "referenceCode" : "...",
      "parentEntityType" : { },
      "notified" : true,
      "disabled" : true,
      "historized" : true,
      "parentEntity" : { },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "sequence" : 12345,
      "appendGeneratedCode" : true,
      "display" : true,
      "codeChanged" : true,
      "mandatory" : true,
      "code" : "...",
      "cfAccumulatedValues" : { }
    } ],
    "auditable" : {
      "lastModified" : 12345,
      "updated" : 12345,
      "updater" : "...",
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "description" : "...",
    "historized" : true,
    "elValue" : "...",
    "medias" : [ {
      "id" : 12345,
      "description" : "...",
      "transient" : true,
      "auditable" : { },
      "referenceDescription" : "...",
      "descriptionOrCode" : "...",
      "mediaPath" : "...",
      "mediaType" : "IMAGE",
      "mediaName" : "...",
      "parentCFEntities" : [ { }, { } ],
      "parentEntity" : { },
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "appendGeneratedCode" : true,
      "code" : "...",
      "notified" : true,
      "label" : "...",
      "codeChanged" : true,
      "parentEntityType" : { },
      "historized" : true,
      "cfAccumulatedValues" : { },
      "descriptionAndCode" : "...",
      "uuid" : "...",
      "cfValues" : { },
      "referenceCode" : "...",
      "main" : true
    }, {
      "id" : 12345,
      "description" : "...",
      "transient" : true,
      "auditable" : { },
      "referenceDescription" : "...",
      "descriptionOrCode" : "...",
      "mediaPath" : "...",
      "mediaType" : "VIDEO",
      "mediaName" : "...",
      "parentCFEntities" : [ { }, { } ],
      "parentEntity" : { },
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "appendGeneratedCode" : true,
      "code" : "...",
      "notified" : true,
      "label" : "...",
      "codeChanged" : true,
      "parentEntityType" : { },
      "historized" : true,
      "cfAccumulatedValues" : { },
      "descriptionAndCode" : "...",
      "uuid" : "...",
      "cfValues" : { },
      "referenceCode" : "...",
      "main" : true
    } ],
    "codeChanged" : true,
    "referenceDescription" : "...",
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "id" : 12345,
    "parentCFEntities" : [ {
      "parentCFEntities" : [ { }, { } ],
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValues" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "CFValuesCopy" : { },
      "uuid" : "..."
    }, {
      "parentCFEntities" : [ { }, { } ],
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValues" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "CFValuesCopy" : { },
      "uuid" : "..."
    } ],
    "notified" : true,
    "referenceCode" : "..."
  }, {
    "productVersionAttributes" : [ {
      "display" : true,
      "readOnly" : true,
      "validationType" : "REGEX",
      "productVersion" : { },
      "version" : 12345,
      "sequence" : 12345,
      "validationLabel" : "...",
      "defaultValue" : "...",
      "id" : 12345,
      "mandatory" : true,
      "transient" : true,
      "validationPattern" : "...",
      "mandatoryWithEl" : "...",
      "attribute" : { }
    }, {
      "display" : true,
      "readOnly" : true,
      "validationType" : "EL",
      "productVersion" : { },
      "version" : 12345,
      "sequence" : 12345,
      "validationLabel" : "...",
      "defaultValue" : "...",
      "id" : 12345,
      "mandatory" : true,
      "transient" : true,
      "validationPattern" : "...",
      "mandatoryWithEl" : "...",
      "attribute" : { }
    } ],
    "auditableFields" : [ {
      "historized" : true,
      "notified" : true,
      "auditType" : "OTHER",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    }, {
      "historized" : true,
      "notified" : true,
      "auditType" : "STATUS",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    } ],
    "parentEntityType" : { },
    "attributeCategory" : "BUSINESS",
    "attributeType" : "TOTAL",
    "unitNbDecimal" : 12345,
    "disabled" : true,
    "parentAttribute" : { },
    "descriptionAndCode" : "...",
    "chargeTemplates" : [ {
      "roundingMode" : "HALF_EVEN",
      "status" : "ARCHIVED",
      "roundingValuesComputed" : true,
      "amountEditable" : true,
      "chargeType" : "...",
      "type" : "CREDIT",
      "ratingUnitOfMeasure" : { },
      "revenueRecognitionRule" : { },
      "id" : 12345,
      "taxClass" : { },
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "parentEntity" : { },
      "cfAccumulatedValues" : { },
      "referenceDescription" : "...",
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "chargeMainType" : "PRODUCT",
      "invoiceSubCategory" : { },
      "appendGeneratedCode" : true,
      "inputUnitEL" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "attributes" : [ { }, { } ],
      "transient" : true,
      "ratingUnitDescription" : "...",
      "parentCFEntities" : [ { }, { } ],
      "sortIndexEl" : "...",
      "descriptionAndCode" : "...",
      "dropZeroWo" : true,
      "disabled" : true,
      "taxClassEl" : "...",
      "auditableFields" : [ { }, { } ],
      "description" : "...",
      "inputUnitDescription" : "...",
      "filterExpression" : "...",
      "auditable" : { },
      "unitMultiplicator" : 12345.0,
      "historized" : true,
      "active" : true,
      "cfValues" : { },
      "inputUnitOfMeasure" : { },
      "notified" : true,
      "outputUnitEL" : "...",
      "referenceCode" : "...",
      "productCharges" : [ { }, { } ],
      "version" : 12345,
      "parentEntityType" : { },
      "ratingScript" : { },
      "unitNbDecimal" : 12345,
      "edrTemplates" : [ { }, { } ],
      "codeChanged" : true,
      "code" : "..."
    }, {
      "roundingMode" : "DOWN",
      "status" : "ACTIVE",
      "roundingValuesComputed" : true,
      "amountEditable" : true,
      "chargeType" : "...",
      "type" : "DEBIT",
      "ratingUnitOfMeasure" : { },
      "revenueRecognitionRule" : { },
      "id" : 12345,
      "taxClass" : { },
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "parentEntity" : { },
      "cfAccumulatedValues" : { },
      "referenceDescription" : "...",
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "chargeMainType" : "RECURRING",
      "invoiceSubCategory" : { },
      "appendGeneratedCode" : true,
      "inputUnitEL" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "attributes" : [ { }, { } ],
      "transient" : true,
      "ratingUnitDescription" : "...",
      "parentCFEntities" : [ { }, { } ],
      "sortIndexEl" : "...",
      "descriptionAndCode" : "...",
      "dropZeroWo" : true,
      "disabled" : true,
      "taxClassEl" : "...",
      "auditableFields" : [ { }, { } ],
      "description" : "...",
      "inputUnitDescription" : "...",
      "filterExpression" : "...",
      "auditable" : { },
      "unitMultiplicator" : 12345.0,
      "historized" : true,
      "active" : true,
      "cfValues" : { },
      "inputUnitOfMeasure" : { },
      "notified" : true,
      "outputUnitEL" : "...",
      "referenceCode" : "...",
      "productCharges" : [ { }, { } ],
      "version" : 12345,
      "parentEntityType" : { },
      "ratingScript" : { },
      "unitNbDecimal" : 12345,
      "edrTemplates" : [ { }, { } ],
      "codeChanged" : true,
      "code" : "..."
    } ],
    "priority" : 12345,
    "appendGeneratedCode" : true,
    "assignedAttributes" : [ { }, { } ],
    "active" : true,
    "allowedValues" : [ "...", "..." ],
    "parentEntity" : {
      "descriptionOrCode" : "...",
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "historized" : true,
      "appendGeneratedCode" : true,
      "auditable" : { },
      "parentEntity" : { },
      "parentEntityType" : { },
      "description" : "...",
      "referenceDescription" : "...",
      "codeChanged" : true,
      "referenceCode" : "...",
      "code" : "...",
      "transient" : true,
      "descriptionAndCode" : "...",
      "id" : 12345,
      "notified" : true
    },
    "transient" : true,
    "version" : 12345,
    "offerTemplateAttribute" : [ {
      "validationLabel" : "...",
      "offerTemplate" : { },
      "readOnly" : true,
      "validationPattern" : "...",
      "mandatoryWithEl" : "...",
      "id" : 12345,
      "mandatory" : true,
      "version" : 12345,
      "display" : true,
      "sequence" : 12345,
      "attribute" : { },
      "validationType" : "REGEX",
      "transient" : true,
      "defaultValue" : "..."
    }, {
      "validationLabel" : "...",
      "offerTemplate" : { },
      "readOnly" : true,
      "validationPattern" : "...",
      "mandatoryWithEl" : "...",
      "id" : 12345,
      "mandatory" : true,
      "version" : 12345,
      "display" : true,
      "sequence" : 12345,
      "attribute" : { },
      "validationType" : "EL",
      "transient" : true,
      "defaultValue" : "..."
    } ],
    "commercialRules" : [ {
      "id" : 12345,
      "targetProduct" : { },
      "referenceDescription" : "...",
      "targetProductVersion" : { },
      "notified" : true,
      "description" : "...",
      "referenceCode" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "targetOfferTemplateCode" : "...",
      "version" : 12345,
      "targetAttributeValue" : "...",
      "targetOfferAttribute" : true,
      "targetTag" : { },
      "descriptionAndCode" : "...",
      "targetGroupedAttributes" : { },
      "commercialRuleItems" : [ { }, { } ],
      "codeChanged" : true,
      "targetAttribute" : { },
      "targetProductCode" : "...",
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "scopeType" : "QUOTE",
      "historized" : true,
      "ruleEl" : "...",
      "targetOfferTemplate" : { },
      "ruleType" : "REPLACEMENT",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "auditable" : { },
      "code" : "...",
      "parentEntityType" : { }
    }, {
      "id" : 12345,
      "targetProduct" : { },
      "referenceDescription" : "...",
      "targetProductVersion" : { },
      "notified" : true,
      "description" : "...",
      "referenceCode" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "targetOfferTemplateCode" : "...",
      "version" : 12345,
      "targetAttributeValue" : "...",
      "targetOfferAttribute" : true,
      "targetTag" : { },
      "descriptionAndCode" : "...",
      "targetGroupedAttributes" : { },
      "commercialRuleItems" : [ { }, { } ],
      "codeChanged" : true,
      "targetAttribute" : { },
      "targetProductCode" : "...",
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "scopeType" : "QUOTE",
      "historized" : true,
      "ruleEl" : "...",
      "targetOfferTemplate" : { },
      "ruleType" : "INCOMPATIBILITY",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "auditable" : { },
      "code" : "...",
      "parentEntityType" : { }
    } ],
    "descriptionOrCode" : "...",
    "uuid" : "...",
    "code" : "...",
    "tags" : [ {
      "codeChanged" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "parentTag" : { },
      "seller" : { },
      "description" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "auditable" : { },
      "descriptionOrCode" : "...",
      "notified" : true,
      "code" : "...",
      "historized" : true,
      "transient" : true,
      "tagType" : { },
      "referenceCode" : "...",
      "version" : 12345,
      "appendGeneratedCode" : true,
      "parentEntity" : { },
      "filterEl" : "...",
      "referenceDescription" : "...",
      "name" : "..."
    }, {
      "codeChanged" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "parentTag" : { },
      "seller" : { },
      "description" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "auditable" : { },
      "descriptionOrCode" : "...",
      "notified" : true,
      "code" : "...",
      "historized" : true,
      "transient" : true,
      "tagType" : { },
      "referenceCode" : "...",
      "version" : 12345,
      "appendGeneratedCode" : true,
      "parentEntity" : { },
      "filterEl" : "...",
      "referenceDescription" : "...",
      "name" : "..."
    } ],
    "groupedAttributes" : [ {
      "id" : 12345,
      "descriptionAndCode" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "description" : "...",
      "auditable" : { },
      "uuid" : "...",
      "active" : true,
      "commercialRules" : [ { }, { } ],
      "transient" : true,
      "descriptionOrCode" : "...",
      "attributes" : [ { }, { } ],
      "referenceCode" : "...",
      "parentEntityType" : { },
      "notified" : true,
      "disabled" : true,
      "historized" : true,
      "parentEntity" : { },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "sequence" : 12345,
      "appendGeneratedCode" : true,
      "display" : true,
      "codeChanged" : true,
      "mandatory" : true,
      "code" : "...",
      "cfAccumulatedValues" : { }
    }, {
      "id" : 12345,
      "descriptionAndCode" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "description" : "...",
      "auditable" : { },
      "uuid" : "...",
      "active" : true,
      "commercialRules" : [ { }, { } ],
      "transient" : true,
      "descriptionOrCode" : "...",
      "attributes" : [ { }, { } ],
      "referenceCode" : "...",
      "parentEntityType" : { },
      "notified" : true,
      "disabled" : true,
      "historized" : true,
      "parentEntity" : { },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "sequence" : 12345,
      "appendGeneratedCode" : true,
      "display" : true,
      "codeChanged" : true,
      "mandatory" : true,
      "code" : "...",
      "cfAccumulatedValues" : { }
    } ],
    "auditable" : {
      "lastModified" : 12345,
      "updated" : 12345,
      "updater" : "...",
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "description" : "...",
    "historized" : true,
    "elValue" : "...",
    "medias" : [ {
      "id" : 12345,
      "description" : "...",
      "transient" : true,
      "auditable" : { },
      "referenceDescription" : "...",
      "descriptionOrCode" : "...",
      "mediaPath" : "...",
      "mediaType" : "VIDEO",
      "mediaName" : "...",
      "parentCFEntities" : [ { }, { } ],
      "parentEntity" : { },
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "appendGeneratedCode" : true,
      "code" : "...",
      "notified" : true,
      "label" : "...",
      "codeChanged" : true,
      "parentEntityType" : { },
      "historized" : true,
      "cfAccumulatedValues" : { },
      "descriptionAndCode" : "...",
      "uuid" : "...",
      "cfValues" : { },
      "referenceCode" : "...",
      "main" : true
    }, {
      "id" : 12345,
      "description" : "...",
      "transient" : true,
      "auditable" : { },
      "referenceDescription" : "...",
      "descriptionOrCode" : "...",
      "mediaPath" : "...",
      "mediaType" : "VIDEO",
      "mediaName" : "...",
      "parentCFEntities" : [ { }, { } ],
      "parentEntity" : { },
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "appendGeneratedCode" : true,
      "code" : "...",
      "notified" : true,
      "label" : "...",
      "codeChanged" : true,
      "parentEntityType" : { },
      "historized" : true,
      "cfAccumulatedValues" : { },
      "descriptionAndCode" : "...",
      "uuid" : "...",
      "cfValues" : { },
      "referenceCode" : "...",
      "main" : true
    } ],
    "codeChanged" : true,
    "referenceDescription" : "...",
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "id" : 12345,
    "parentCFEntities" : [ {
      "parentCFEntities" : [ { }, { } ],
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValues" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "CFValuesCopy" : { },
      "uuid" : "..."
    }, {
      "parentCFEntities" : [ { }, { } ],
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValues" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "CFValuesCopy" : { },
      "uuid" : "..."
    } ],
    "notified" : true,
    "referenceCode" : "..."
  } ],
  "active" : true,
  "allowedValues" : [ "...", "..." ],
  "parentEntity" : {
    "descriptionOrCode" : "...",
    "auditableFields" : [ {
      "historized" : true,
      "notified" : true,
      "auditType" : "OTHER",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    }, {
      "historized" : true,
      "notified" : true,
      "auditType" : "STATUS",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    } ],
    "version" : 12345,
    "historized" : true,
    "appendGeneratedCode" : true,
    "auditable" : {
      "lastModified" : 12345,
      "updated" : 12345,
      "updater" : "...",
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "parentEntity" : { },
    "parentEntityType" : { },
    "description" : "...",
    "referenceDescription" : "...",
    "codeChanged" : true,
    "referenceCode" : "...",
    "code" : "...",
    "transient" : true,
    "descriptionAndCode" : "...",
    "id" : 12345,
    "notified" : true
  },
  "transient" : true,
  "version" : 12345,
  "offerTemplateAttribute" : [ {
    "validationLabel" : "...",
    "offerTemplate" : {
      "offerProductTemplates" : [ { }, { } ],
      "parentEntity" : { },
      "auditableFields" : [ { }, { } ],
      "minimumArticle" : { },
      "disabled" : true,
      "globalRatingScriptInstance" : { },
      "version" : 12345,
      "notified" : true,
      "autoEndOfEngagement" : true,
      "tags" : [ { }, { } ],
      "attachments" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "validity" : { },
      "allowedOffersChange" : [ { }, { } ],
      "subscriptionRenewal" : { },
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "name" : "...",
      "active" : true,
      "codeChanged" : true,
      "descriptionAndCode" : "...",
      "parentEntityType" : { },
      "cfAccumulatedValues" : { },
      "uuid" : "...",
      "businessOfferModel" : { },
      "auditable" : { },
      "allowedDiscountPlans" : [ { }, { } ],
      "imagePath" : "...",
      "offerComponents" : [ { }, { } ],
      "referenceDescription" : "...",
      "cfValues" : { },
      "customerCategories" : [ { }, { } ],
      "nameOrCode" : "...",
      "statusDate" : 12345,
      "minimumLabelEl" : "...",
      "transientCode" : "...",
      "code" : "...",
      "offerAttributes" : [ { }, { } ],
      "commercialRules" : [ { }, { } ],
      "offerModel" : { },
      "longDescriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "id" : 12345,
      "longDescriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "referenceCode" : "...",
      "minimumAmountEl" : "...",
      "longDescription" : "...",
      "offerServiceTemplates" : [ { }, { } ],
      "lifeCycleStatus" : "OBSOLETE",
      "offerTemplateCategories" : [ { }, { } ],
      "minimumChargeTemplate" : { },
      "isOfferChangeRestricted" : true,
      "transient" : true,
      "medias" : [ { }, { } ],
      "parentCFEntities" : [ { }, { } ],
      "productTemplates" : [ { }, { } ],
      "sellers" : [ { }, { } ],
      "minimumInvoiceSubCategory" : { },
      "isModel" : true,
      "channels" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "historized" : true,
      "prefix" : "...",
      "generateQuoteEdrPerProduct" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "businessAccountModels" : [ { }, { } ],
      "description" : "..."
    },
    "readOnly" : true,
    "validationPattern" : "...",
    "mandatoryWithEl" : "...",
    "id" : 12345,
    "mandatory" : true,
    "version" : 12345,
    "display" : true,
    "sequence" : 12345,
    "attribute" : {
      "productVersionAttributes" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "parentEntityType" : { },
      "attributeCategory" : "REGULAR",
      "attributeType" : "LIST_MULTIPLE_NUMERIC",
      "unitNbDecimal" : 12345,
      "disabled" : true,
      "parentAttribute" : { },
      "descriptionAndCode" : "...",
      "chargeTemplates" : [ { }, { } ],
      "priority" : 12345,
      "appendGeneratedCode" : true,
      "assignedAttributes" : [ { }, { } ],
      "active" : true,
      "allowedValues" : [ "...", "..." ],
      "parentEntity" : { },
      "transient" : true,
      "version" : 12345,
      "offerTemplateAttribute" : [ { }, { } ],
      "commercialRules" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "uuid" : "...",
      "code" : "...",
      "tags" : [ { }, { } ],
      "groupedAttributes" : [ { }, { } ],
      "auditable" : { },
      "cfAccumulatedValues" : { },
      "description" : "...",
      "historized" : true,
      "elValue" : "...",
      "medias" : [ { }, { } ],
      "codeChanged" : true,
      "referenceDescription" : "...",
      "cfValues" : { },
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "notified" : true,
      "referenceCode" : "..."
    },
    "validationType" : "REGEX",
    "transient" : true,
    "defaultValue" : "..."
  }, {
    "validationLabel" : "...",
    "offerTemplate" : {
      "offerProductTemplates" : [ { }, { } ],
      "parentEntity" : { },
      "auditableFields" : [ { }, { } ],
      "minimumArticle" : { },
      "disabled" : true,
      "globalRatingScriptInstance" : { },
      "version" : 12345,
      "notified" : true,
      "autoEndOfEngagement" : true,
      "tags" : [ { }, { } ],
      "attachments" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "validity" : { },
      "allowedOffersChange" : [ { }, { } ],
      "subscriptionRenewal" : { },
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "name" : "...",
      "active" : true,
      "codeChanged" : true,
      "descriptionAndCode" : "...",
      "parentEntityType" : { },
      "cfAccumulatedValues" : { },
      "uuid" : "...",
      "businessOfferModel" : { },
      "auditable" : { },
      "allowedDiscountPlans" : [ { }, { } ],
      "imagePath" : "...",
      "offerComponents" : [ { }, { } ],
      "referenceDescription" : "...",
      "cfValues" : { },
      "customerCategories" : [ { }, { } ],
      "nameOrCode" : "...",
      "statusDate" : 12345,
      "minimumLabelEl" : "...",
      "transientCode" : "...",
      "code" : "...",
      "offerAttributes" : [ { }, { } ],
      "commercialRules" : [ { }, { } ],
      "offerModel" : { },
      "longDescriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "id" : 12345,
      "longDescriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "referenceCode" : "...",
      "minimumAmountEl" : "...",
      "longDescription" : "...",
      "offerServiceTemplates" : [ { }, { } ],
      "lifeCycleStatus" : "OBSOLETE",
      "offerTemplateCategories" : [ { }, { } ],
      "minimumChargeTemplate" : { },
      "isOfferChangeRestricted" : true,
      "transient" : true,
      "medias" : [ { }, { } ],
      "parentCFEntities" : [ { }, { } ],
      "productTemplates" : [ { }, { } ],
      "sellers" : [ { }, { } ],
      "minimumInvoiceSubCategory" : { },
      "isModel" : true,
      "channels" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "historized" : true,
      "prefix" : "...",
      "generateQuoteEdrPerProduct" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "businessAccountModels" : [ { }, { } ],
      "description" : "..."
    },
    "readOnly" : true,
    "validationPattern" : "...",
    "mandatoryWithEl" : "...",
    "id" : 12345,
    "mandatory" : true,
    "version" : 12345,
    "display" : true,
    "sequence" : 12345,
    "attribute" : {
      "productVersionAttributes" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "parentEntityType" : { },
      "attributeCategory" : "BUSINESS",
      "attributeType" : "LIST_MULTIPLE_TEXT",
      "unitNbDecimal" : 12345,
      "disabled" : true,
      "parentAttribute" : { },
      "descriptionAndCode" : "...",
      "chargeTemplates" : [ { }, { } ],
      "priority" : 12345,
      "appendGeneratedCode" : true,
      "assignedAttributes" : [ { }, { } ],
      "active" : true,
      "allowedValues" : [ "...", "..." ],
      "parentEntity" : { },
      "transient" : true,
      "version" : 12345,
      "offerTemplateAttribute" : [ { }, { } ],
      "commercialRules" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "uuid" : "...",
      "code" : "...",
      "tags" : [ { }, { } ],
      "groupedAttributes" : [ { }, { } ],
      "auditable" : { },
      "cfAccumulatedValues" : { },
      "description" : "...",
      "historized" : true,
      "elValue" : "...",
      "medias" : [ { }, { } ],
      "codeChanged" : true,
      "referenceDescription" : "...",
      "cfValues" : { },
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "notified" : true,
      "referenceCode" : "..."
    },
    "validationType" : "REGEX",
    "transient" : true,
    "defaultValue" : "..."
  } ],
  "commercialRules" : [ {
    "id" : 12345,
    "targetProduct" : {
      "productVersions" : [ { }, { } ],
      "status" : "ACTIVE",
      "serviceRecurringCharges" : [ { }, { } ],
      "model" : "...",
      "currentVersion" : { },
      "referenceDescription" : "...",
      "descriptionOrCode" : "...",
      "productCharges" : [ { }, { } ],
      "isModel" : true,
      "modelChildren" : [ "...", "..." ],
      "medias" : [ { }, { } ],
      "id" : 12345,
      "packageFlag" : true,
      "serviceTerminationCharges" : [ { }, { } ],
      "articleMappingLines" : [ { }, { } ],
      "offerComponents" : [ { }, { } ],
      "parentEntity" : { },
      "discountList" : [ { }, { } ],
      "reference" : "...",
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "commercialRuleHeader" : [ { }, { } ],
      "code" : "...",
      "serviceSubscriptionCharges" : [ { }, { } ],
      "commercialRuleLines" : [ { }, { } ],
      "productLine" : { },
      "auditable" : { },
      "cfAccumulatedValues" : { },
      "historized" : true,
      "parentCFEntities" : [ { }, { } ],
      "description" : "...",
      "transient" : true,
      "active" : true,
      "productModel" : { },
      "referenceCode" : "...",
      "disabled" : true,
      "pricePlanMatrixColumns" : [ { }, { } ],
      "brand" : { },
      "version" : 12345,
      "uuid" : "...",
      "priceVersionDateSetting" : "RENEWAL",
      "serviceUsageCharges" : [ { }, { } ],
      "parentEntityType" : { },
      "statusDate" : 12345,
      "cfValues" : { },
      "notified" : true,
      "auditableFields" : [ { }, { } ],
      "codeChanged" : true,
      "discountFlag" : true
    },
    "referenceDescription" : "...",
    "targetProductVersion" : {
      "version" : 12345,
      "notified" : true,
      "groupedAttributes" : [ { }, { } ],
      "transient" : true,
      "longDescription" : "...",
      "product" : { },
      "tags" : [ { }, { } ],
      "shortDescription" : "...",
      "auditable" : { },
      "statusDate" : 12345,
      "validity" : { },
      "currentVersion" : 12345,
      "auditableFields" : [ { }, { } ],
      "status" : "DRAFT",
      "historized" : true,
      "attributes" : [ { }, { } ],
      "id" : 12345
    },
    "notified" : true,
    "description" : "...",
    "referenceCode" : "...",
    "parentEntity" : {
      "descriptionOrCode" : "...",
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "historized" : true,
      "appendGeneratedCode" : true,
      "auditable" : { },
      "parentEntity" : { },
      "parentEntityType" : { },
      "description" : "...",
      "referenceDescription" : "...",
      "codeChanged" : true,
      "referenceCode" : "...",
      "code" : "...",
      "transient" : true,
      "descriptionAndCode" : "...",
      "id" : 12345,
      "notified" : true
    },
    "appendGeneratedCode" : true,
    "targetOfferTemplateCode" : "...",
    "version" : 12345,
    "targetAttributeValue" : "...",
    "targetOfferAttribute" : true,
    "targetTag" : {
      "codeChanged" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "parentTag" : { },
      "seller" : { },
      "description" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "auditable" : { },
      "descriptionOrCode" : "...",
      "notified" : true,
      "code" : "...",
      "historized" : true,
      "transient" : true,
      "tagType" : { },
      "referenceCode" : "...",
      "version" : 12345,
      "appendGeneratedCode" : true,
      "parentEntity" : { },
      "filterEl" : "...",
      "referenceDescription" : "...",
      "name" : "..."
    },
    "descriptionAndCode" : "...",
    "targetGroupedAttributes" : {
      "id" : 12345,
      "descriptionAndCode" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "description" : "...",
      "auditable" : { },
      "uuid" : "...",
      "active" : true,
      "commercialRules" : [ { }, { } ],
      "transient" : true,
      "descriptionOrCode" : "...",
      "attributes" : [ { }, { } ],
      "referenceCode" : "...",
      "parentEntityType" : { },
      "notified" : true,
      "disabled" : true,
      "historized" : true,
      "parentEntity" : { },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "sequence" : 12345,
      "appendGeneratedCode" : true,
      "display" : true,
      "codeChanged" : true,
      "mandatory" : true,
      "code" : "...",
      "cfAccumulatedValues" : { }
    },
    "commercialRuleItems" : [ {
      "version" : 12345,
      "ruleItemEl" : "...",
      "commercialRuleLines" : [ { }, { } ],
      "commercialRuleHeader" : { },
      "id" : 12345,
      "operator" : "OR",
      "transient" : true
    }, {
      "version" : 12345,
      "ruleItemEl" : "...",
      "commercialRuleLines" : [ { }, { } ],
      "commercialRuleHeader" : { },
      "id" : 12345,
      "operator" : "AND",
      "transient" : true
    } ],
    "codeChanged" : true,
    "targetAttribute" : {
      "productVersionAttributes" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "parentEntityType" : { },
      "attributeCategory" : "BUSINESS",
      "attributeType" : "EXPRESSION_LANGUAGE",
      "unitNbDecimal" : 12345,
      "disabled" : true,
      "parentAttribute" : { },
      "descriptionAndCode" : "...",
      "chargeTemplates" : [ { }, { } ],
      "priority" : 12345,
      "appendGeneratedCode" : true,
      "assignedAttributes" : [ { }, { } ],
      "active" : true,
      "allowedValues" : [ "...", "..." ],
      "parentEntity" : { },
      "transient" : true,
      "version" : 12345,
      "offerTemplateAttribute" : [ { }, { } ],
      "commercialRules" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "uuid" : "...",
      "code" : "...",
      "tags" : [ { }, { } ],
      "groupedAttributes" : [ { }, { } ],
      "auditable" : { },
      "cfAccumulatedValues" : { },
      "description" : "...",
      "historized" : true,
      "elValue" : "...",
      "medias" : [ { }, { } ],
      "codeChanged" : true,
      "referenceDescription" : "...",
      "cfValues" : { },
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "notified" : true,
      "referenceCode" : "..."
    },
    "targetProductCode" : "...",
    "transient" : true,
    "auditableFields" : [ {
      "historized" : true,
      "notified" : true,
      "auditType" : "STATUS",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    }, {
      "historized" : true,
      "notified" : true,
      "auditType" : "STATUS",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    } ],
    "scopeType" : "QUOTE_OFFER",
    "historized" : true,
    "ruleEl" : "...",
    "targetOfferTemplate" : {
      "offerProductTemplates" : [ { }, { } ],
      "parentEntity" : { },
      "auditableFields" : [ { }, { } ],
      "minimumArticle" : { },
      "disabled" : true,
      "globalRatingScriptInstance" : { },
      "version" : 12345,
      "notified" : true,
      "autoEndOfEngagement" : true,
      "tags" : [ { }, { } ],
      "attachments" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "validity" : { },
      "allowedOffersChange" : [ { }, { } ],
      "subscriptionRenewal" : { },
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "name" : "...",
      "active" : true,
      "codeChanged" : true,
      "descriptionAndCode" : "...",
      "parentEntityType" : { },
      "cfAccumulatedValues" : { },
      "uuid" : "...",
      "businessOfferModel" : { },
      "auditable" : { },
      "allowedDiscountPlans" : [ { }, { } ],
      "imagePath" : "...",
      "offerComponents" : [ { }, { } ],
      "referenceDescription" : "...",
      "cfValues" : { },
      "customerCategories" : [ { }, { } ],
      "nameOrCode" : "...",
      "statusDate" : 12345,
      "minimumLabelEl" : "...",
      "transientCode" : "...",
      "code" : "...",
      "offerAttributes" : [ { }, { } ],
      "commercialRules" : [ { }, { } ],
      "offerModel" : { },
      "longDescriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "id" : 12345,
      "longDescriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "referenceCode" : "...",
      "minimumAmountEl" : "...",
      "longDescription" : "...",
      "offerServiceTemplates" : [ { }, { } ],
      "lifeCycleStatus" : "IN_DESIGN",
      "offerTemplateCategories" : [ { }, { } ],
      "minimumChargeTemplate" : { },
      "isOfferChangeRestricted" : true,
      "transient" : true,
      "medias" : [ { }, { } ],
      "parentCFEntities" : [ { }, { } ],
      "productTemplates" : [ { }, { } ],
      "sellers" : [ { }, { } ],
      "minimumInvoiceSubCategory" : { },
      "isModel" : true,
      "channels" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "historized" : true,
      "prefix" : "...",
      "generateQuoteEdrPerProduct" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "businessAccountModels" : [ { }, { } ],
      "description" : "..."
    },
    "ruleType" : "INCOMPATIBILITY",
    "disabled" : true,
    "descriptionOrCode" : "...",
    "auditable" : {
      "lastModified" : 12345,
      "updated" : 12345,
      "updater" : "...",
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "code" : "...",
    "parentEntityType" : { }
  }, {
    "id" : 12345,
    "targetProduct" : {
      "productVersions" : [ { }, { } ],
      "status" : "ACTIVE",
      "serviceRecurringCharges" : [ { }, { } ],
      "model" : "...",
      "currentVersion" : { },
      "referenceDescription" : "...",
      "descriptionOrCode" : "...",
      "productCharges" : [ { }, { } ],
      "isModel" : true,
      "modelChildren" : [ "...", "..." ],
      "medias" : [ { }, { } ],
      "id" : 12345,
      "packageFlag" : true,
      "serviceTerminationCharges" : [ { }, { } ],
      "articleMappingLines" : [ { }, { } ],
      "offerComponents" : [ { }, { } ],
      "parentEntity" : { },
      "discountList" : [ { }, { } ],
      "reference" : "...",
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "commercialRuleHeader" : [ { }, { } ],
      "code" : "...",
      "serviceSubscriptionCharges" : [ { }, { } ],
      "commercialRuleLines" : [ { }, { } ],
      "productLine" : { },
      "auditable" : { },
      "cfAccumulatedValues" : { },
      "historized" : true,
      "parentCFEntities" : [ { }, { } ],
      "description" : "...",
      "transient" : true,
      "active" : true,
      "productModel" : { },
      "referenceCode" : "...",
      "disabled" : true,
      "pricePlanMatrixColumns" : [ { }, { } ],
      "brand" : { },
      "version" : 12345,
      "uuid" : "...",
      "priceVersionDateSetting" : "QUOTE",
      "serviceUsageCharges" : [ { }, { } ],
      "parentEntityType" : { },
      "statusDate" : 12345,
      "cfValues" : { },
      "notified" : true,
      "auditableFields" : [ { }, { } ],
      "codeChanged" : true,
      "discountFlag" : true
    },
    "referenceDescription" : "...",
    "targetProductVersion" : {
      "version" : 12345,
      "notified" : true,
      "groupedAttributes" : [ { }, { } ],
      "transient" : true,
      "longDescription" : "...",
      "product" : { },
      "tags" : [ { }, { } ],
      "shortDescription" : "...",
      "auditable" : { },
      "statusDate" : 12345,
      "validity" : { },
      "currentVersion" : 12345,
      "auditableFields" : [ { }, { } ],
      "status" : "CLOSED",
      "historized" : true,
      "attributes" : [ { }, { } ],
      "id" : 12345
    },
    "notified" : true,
    "description" : "...",
    "referenceCode" : "...",
    "parentEntity" : {
      "descriptionOrCode" : "...",
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "historized" : true,
      "appendGeneratedCode" : true,
      "auditable" : { },
      "parentEntity" : { },
      "parentEntityType" : { },
      "description" : "...",
      "referenceDescription" : "...",
      "codeChanged" : true,
      "referenceCode" : "...",
      "code" : "...",
      "transient" : true,
      "descriptionAndCode" : "...",
      "id" : 12345,
      "notified" : true
    },
    "appendGeneratedCode" : true,
    "targetOfferTemplateCode" : "...",
    "version" : 12345,
    "targetAttributeValue" : "...",
    "targetOfferAttribute" : true,
    "targetTag" : {
      "codeChanged" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "parentTag" : { },
      "seller" : { },
      "description" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "auditable" : { },
      "descriptionOrCode" : "...",
      "notified" : true,
      "code" : "...",
      "historized" : true,
      "transient" : true,
      "tagType" : { },
      "referenceCode" : "...",
      "version" : 12345,
      "appendGeneratedCode" : true,
      "parentEntity" : { },
      "filterEl" : "...",
      "referenceDescription" : "...",
      "name" : "..."
    },
    "descriptionAndCode" : "...",
    "targetGroupedAttributes" : {
      "id" : 12345,
      "descriptionAndCode" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "description" : "...",
      "auditable" : { },
      "uuid" : "...",
      "active" : true,
      "commercialRules" : [ { }, { } ],
      "transient" : true,
      "descriptionOrCode" : "...",
      "attributes" : [ { }, { } ],
      "referenceCode" : "...",
      "parentEntityType" : { },
      "notified" : true,
      "disabled" : true,
      "historized" : true,
      "parentEntity" : { },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "sequence" : 12345,
      "appendGeneratedCode" : true,
      "display" : true,
      "codeChanged" : true,
      "mandatory" : true,
      "code" : "...",
      "cfAccumulatedValues" : { }
    },
    "commercialRuleItems" : [ {
      "version" : 12345,
      "ruleItemEl" : "...",
      "commercialRuleLines" : [ { }, { } ],
      "commercialRuleHeader" : { },
      "id" : 12345,
      "operator" : "OR",
      "transient" : true
    }, {
      "version" : 12345,
      "ruleItemEl" : "...",
      "commercialRuleLines" : [ { }, { } ],
      "commercialRuleHeader" : { },
      "id" : 12345,
      "operator" : "OR",
      "transient" : true
    } ],
    "codeChanged" : true,
    "targetAttribute" : {
      "productVersionAttributes" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "parentEntityType" : { },
      "attributeCategory" : "BUSINESS",
      "attributeType" : "PHONE",
      "unitNbDecimal" : 12345,
      "disabled" : true,
      "parentAttribute" : { },
      "descriptionAndCode" : "...",
      "chargeTemplates" : [ { }, { } ],
      "priority" : 12345,
      "appendGeneratedCode" : true,
      "assignedAttributes" : [ { }, { } ],
      "active" : true,
      "allowedValues" : [ "...", "..." ],
      "parentEntity" : { },
      "transient" : true,
      "version" : 12345,
      "offerTemplateAttribute" : [ { }, { } ],
      "commercialRules" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "uuid" : "...",
      "code" : "...",
      "tags" : [ { }, { } ],
      "groupedAttributes" : [ { }, { } ],
      "auditable" : { },
      "cfAccumulatedValues" : { },
      "description" : "...",
      "historized" : true,
      "elValue" : "...",
      "medias" : [ { }, { } ],
      "codeChanged" : true,
      "referenceDescription" : "...",
      "cfValues" : { },
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "notified" : true,
      "referenceCode" : "..."
    },
    "targetProductCode" : "...",
    "transient" : true,
    "auditableFields" : [ {
      "historized" : true,
      "notified" : true,
      "auditType" : "STATUS",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    }, {
      "historized" : true,
      "notified" : true,
      "auditType" : "RENEWAL",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    } ],
    "scopeType" : "QUOTE_OFFER",
    "historized" : true,
    "ruleEl" : "...",
    "targetOfferTemplate" : {
      "offerProductTemplates" : [ { }, { } ],
      "parentEntity" : { },
      "auditableFields" : [ { }, { } ],
      "minimumArticle" : { },
      "disabled" : true,
      "globalRatingScriptInstance" : { },
      "version" : 12345,
      "notified" : true,
      "autoEndOfEngagement" : true,
      "tags" : [ { }, { } ],
      "attachments" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "validity" : { },
      "allowedOffersChange" : [ { }, { } ],
      "subscriptionRenewal" : { },
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "name" : "...",
      "active" : true,
      "codeChanged" : true,
      "descriptionAndCode" : "...",
      "parentEntityType" : { },
      "cfAccumulatedValues" : { },
      "uuid" : "...",
      "businessOfferModel" : { },
      "auditable" : { },
      "allowedDiscountPlans" : [ { }, { } ],
      "imagePath" : "...",
      "offerComponents" : [ { }, { } ],
      "referenceDescription" : "...",
      "cfValues" : { },
      "customerCategories" : [ { }, { } ],
      "nameOrCode" : "...",
      "statusDate" : 12345,
      "minimumLabelEl" : "...",
      "transientCode" : "...",
      "code" : "...",
      "offerAttributes" : [ { }, { } ],
      "commercialRules" : [ { }, { } ],
      "offerModel" : { },
      "longDescriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "id" : 12345,
      "longDescriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "referenceCode" : "...",
      "minimumAmountEl" : "...",
      "longDescription" : "...",
      "offerServiceTemplates" : [ { }, { } ],
      "lifeCycleStatus" : "REJECTED",
      "offerTemplateCategories" : [ { }, { } ],
      "minimumChargeTemplate" : { },
      "isOfferChangeRestricted" : true,
      "transient" : true,
      "medias" : [ { }, { } ],
      "parentCFEntities" : [ { }, { } ],
      "productTemplates" : [ { }, { } ],
      "sellers" : [ { }, { } ],
      "minimumInvoiceSubCategory" : { },
      "isModel" : true,
      "channels" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "historized" : true,
      "prefix" : "...",
      "generateQuoteEdrPerProduct" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "businessAccountModels" : [ { }, { } ],
      "description" : "..."
    },
    "ruleType" : "INCOMPATIBILITY",
    "disabled" : true,
    "descriptionOrCode" : "...",
    "auditable" : {
      "lastModified" : 12345,
      "updated" : 12345,
      "updater" : "...",
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "code" : "...",
    "parentEntityType" : { }
  } ],
  "descriptionOrCode" : "...",
  "uuid" : "...",
  "code" : "...",
  "tags" : [ {
    "codeChanged" : true,
    "auditableFields" : [ {
      "historized" : true,
      "notified" : true,
      "auditType" : "STATUS",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    }, {
      "historized" : true,
      "notified" : true,
      "auditType" : "RENEWAL",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    } ],
    "descriptionAndCode" : "...",
    "parentTag" : { },
    "seller" : {
      "code" : "...",
      "minimumLabelEl" : "...",
      "vatNo" : "...",
      "description" : "...",
      "auditableFields" : [ { }, { } ],
      "historized" : true,
      "contactInformationNullSafe" : { },
      "tradingCountry" : { },
      "descriptionAndCode" : "...",
      "defaultLevel" : true,
      "registrationNo" : "...",
      "seller" : { },
      "tradingLanguage" : { },
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "accountType" : "...",
      "legalEntityType" : { },
      "minimumArticle" : { },
      "name" : { },
      "notified" : true,
      "providerContact" : "...",
      "id" : 12345,
      "generalLedger" : { },
      "contracts" : [ { }, { } ],
      "businessAccountModel" : { },
      "externalRef2" : "...",
      "tradingCurrency" : { },
      "legalType" : "...",
      "primaryContact" : { },
      "referenceCode" : "...",
      "parentEntity" : { },
      "referenceDescription" : "...",
      "auditable" : { },
      "parentCFEntities" : [ { }, { } ],
      "invoiceTypeSequence" : [ { }, { } ],
      "jobTitle" : "...",
      "cfValues" : { },
      "uuid" : "...",
      "minimumAmountEl" : "...",
      "isCompany" : true,
      "paymentGateways" : [ { }, { } ],
      "address" : { },
      "customerSequences" : [ { }, { } ],
      "transient" : true,
      "minimumChargeTemplate" : { },
      "codeChanged" : true,
      "version" : 12345,
      "contactInformation" : { },
      "cfAccumulatedValues" : { },
      "parentEntityType" : { },
      "externalRef1" : "...",
      "legalText" : "..."
    },
    "description" : "...",
    "parentEntityType" : { },
    "id" : 12345,
    "auditable" : {
      "lastModified" : 12345,
      "updated" : 12345,
      "updater" : "...",
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "descriptionOrCode" : "...",
    "notified" : true,
    "code" : "...",
    "historized" : true,
    "transient" : true,
    "tagType" : {
      "referenceCode" : "...",
      "code" : "...",
      "version" : 12345,
      "codeChanged" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "appendGeneratedCode" : true,
      "historized" : true,
      "id" : 12345,
      "referenceDescription" : "...",
      "auditable" : { },
      "notified" : true,
      "tags" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "description" : "...",
      "descriptionOrCode" : "...",
      "parentEntity" : { },
      "seller" : { },
      "parentEntityType" : { }
    },
    "referenceCode" : "...",
    "version" : 12345,
    "appendGeneratedCode" : true,
    "parentEntity" : {
      "descriptionOrCode" : "...",
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "historized" : true,
      "appendGeneratedCode" : true,
      "auditable" : { },
      "parentEntity" : { },
      "parentEntityType" : { },
      "description" : "...",
      "referenceDescription" : "...",
      "codeChanged" : true,
      "referenceCode" : "...",
      "code" : "...",
      "transient" : true,
      "descriptionAndCode" : "...",
      "id" : 12345,
      "notified" : true
    },
    "filterEl" : "...",
    "referenceDescription" : "...",
    "name" : "..."
  }, {
    "codeChanged" : true,
    "auditableFields" : [ {
      "historized" : true,
      "notified" : true,
      "auditType" : "OTHER",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    }, {
      "historized" : true,
      "notified" : true,
      "auditType" : "STATUS",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    } ],
    "descriptionAndCode" : "...",
    "parentTag" : { },
    "seller" : {
      "code" : "...",
      "minimumLabelEl" : "...",
      "vatNo" : "...",
      "description" : "...",
      "auditableFields" : [ { }, { } ],
      "historized" : true,
      "contactInformationNullSafe" : { },
      "tradingCountry" : { },
      "descriptionAndCode" : "...",
      "defaultLevel" : true,
      "registrationNo" : "...",
      "seller" : { },
      "tradingLanguage" : { },
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "accountType" : "...",
      "legalEntityType" : { },
      "minimumArticle" : { },
      "name" : { },
      "notified" : true,
      "providerContact" : "...",
      "id" : 12345,
      "generalLedger" : { },
      "contracts" : [ { }, { } ],
      "businessAccountModel" : { },
      "externalRef2" : "...",
      "tradingCurrency" : { },
      "legalType" : "...",
      "primaryContact" : { },
      "referenceCode" : "...",
      "parentEntity" : { },
      "referenceDescription" : "...",
      "auditable" : { },
      "parentCFEntities" : [ { }, { } ],
      "invoiceTypeSequence" : [ { }, { } ],
      "jobTitle" : "...",
      "cfValues" : { },
      "uuid" : "...",
      "minimumAmountEl" : "...",
      "isCompany" : true,
      "paymentGateways" : [ { }, { } ],
      "address" : { },
      "customerSequences" : [ { }, { } ],
      "transient" : true,
      "minimumChargeTemplate" : { },
      "codeChanged" : true,
      "version" : 12345,
      "contactInformation" : { },
      "cfAccumulatedValues" : { },
      "parentEntityType" : { },
      "externalRef1" : "...",
      "legalText" : "..."
    },
    "description" : "...",
    "parentEntityType" : { },
    "id" : 12345,
    "auditable" : {
      "lastModified" : 12345,
      "updated" : 12345,
      "updater" : "...",
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "descriptionOrCode" : "...",
    "notified" : true,
    "code" : "...",
    "historized" : true,
    "transient" : true,
    "tagType" : {
      "referenceCode" : "...",
      "code" : "...",
      "version" : 12345,
      "codeChanged" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "appendGeneratedCode" : true,
      "historized" : true,
      "id" : 12345,
      "referenceDescription" : "...",
      "auditable" : { },
      "notified" : true,
      "tags" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "description" : "...",
      "descriptionOrCode" : "...",
      "parentEntity" : { },
      "seller" : { },
      "parentEntityType" : { }
    },
    "referenceCode" : "...",
    "version" : 12345,
    "appendGeneratedCode" : true,
    "parentEntity" : {
      "descriptionOrCode" : "...",
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "historized" : true,
      "appendGeneratedCode" : true,
      "auditable" : { },
      "parentEntity" : { },
      "parentEntityType" : { },
      "description" : "...",
      "referenceDescription" : "...",
      "codeChanged" : true,
      "referenceCode" : "...",
      "code" : "...",
      "transient" : true,
      "descriptionAndCode" : "...",
      "id" : 12345,
      "notified" : true
    },
    "filterEl" : "...",
    "referenceDescription" : "...",
    "name" : "..."
  } ],
  "groupedAttributes" : [ {
    "id" : 12345,
    "descriptionAndCode" : "...",
    "version" : 12345,
    "referenceDescription" : "...",
    "description" : "...",
    "auditable" : {
      "lastModified" : 12345,
      "updated" : 12345,
      "updater" : "...",
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "uuid" : "...",
    "active" : true,
    "commercialRules" : [ {
      "id" : 12345,
      "targetProduct" : { },
      "referenceDescription" : "...",
      "targetProductVersion" : { },
      "notified" : true,
      "description" : "...",
      "referenceCode" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "targetOfferTemplateCode" : "...",
      "version" : 12345,
      "targetAttributeValue" : "...",
      "targetOfferAttribute" : true,
      "targetTag" : { },
      "descriptionAndCode" : "...",
      "targetGroupedAttributes" : { },
      "commercialRuleItems" : [ { }, { } ],
      "codeChanged" : true,
      "targetAttribute" : { },
      "targetProductCode" : "...",
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "scopeType" : "QUOTE",
      "historized" : true,
      "ruleEl" : "...",
      "targetOfferTemplate" : { },
      "ruleType" : "INCOMPATIBILITY",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "auditable" : { },
      "code" : "...",
      "parentEntityType" : { }
    }, {
      "id" : 12345,
      "targetProduct" : { },
      "referenceDescription" : "...",
      "targetProductVersion" : { },
      "notified" : true,
      "description" : "...",
      "referenceCode" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "targetOfferTemplateCode" : "...",
      "version" : 12345,
      "targetAttributeValue" : "...",
      "targetOfferAttribute" : true,
      "targetTag" : { },
      "descriptionAndCode" : "...",
      "targetGroupedAttributes" : { },
      "commercialRuleItems" : [ { }, { } ],
      "codeChanged" : true,
      "targetAttribute" : { },
      "targetProductCode" : "...",
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "scopeType" : "QUOTE_OFFER",
      "historized" : true,
      "ruleEl" : "...",
      "targetOfferTemplate" : { },
      "ruleType" : "INCOMPATIBILITY",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "auditable" : { },
      "code" : "...",
      "parentEntityType" : { }
    } ],
    "transient" : true,
    "descriptionOrCode" : "...",
    "attributes" : [ {
      "productVersionAttributes" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "parentEntityType" : { },
      "attributeCategory" : "BUSINESS",
      "attributeType" : "COUNT",
      "unitNbDecimal" : 12345,
      "disabled" : true,
      "parentAttribute" : { },
      "descriptionAndCode" : "...",
      "chargeTemplates" : [ { }, { } ],
      "priority" : 12345,
      "appendGeneratedCode" : true,
      "assignedAttributes" : [ { }, { } ],
      "active" : true,
      "allowedValues" : [ "...", "..." ],
      "parentEntity" : { },
      "transient" : true,
      "version" : 12345,
      "offerTemplateAttribute" : [ { }, { } ],
      "commercialRules" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "uuid" : "...",
      "code" : "...",
      "tags" : [ { }, { } ],
      "groupedAttributes" : [ { }, { } ],
      "auditable" : { },
      "cfAccumulatedValues" : { },
      "description" : "...",
      "historized" : true,
      "elValue" : "...",
      "medias" : [ { }, { } ],
      "codeChanged" : true,
      "referenceDescription" : "...",
      "cfValues" : { },
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "notified" : true,
      "referenceCode" : "..."
    }, {
      "productVersionAttributes" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "parentEntityType" : { },
      "attributeCategory" : "REGULAR",
      "attributeType" : "PHONE",
      "unitNbDecimal" : 12345,
      "disabled" : true,
      "parentAttribute" : { },
      "descriptionAndCode" : "...",
      "chargeTemplates" : [ { }, { } ],
      "priority" : 12345,
      "appendGeneratedCode" : true,
      "assignedAttributes" : [ { }, { } ],
      "active" : true,
      "allowedValues" : [ "...", "..." ],
      "parentEntity" : { },
      "transient" : true,
      "version" : 12345,
      "offerTemplateAttribute" : [ { }, { } ],
      "commercialRules" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "uuid" : "...",
      "code" : "...",
      "tags" : [ { }, { } ],
      "groupedAttributes" : [ { }, { } ],
      "auditable" : { },
      "cfAccumulatedValues" : { },
      "description" : "...",
      "historized" : true,
      "elValue" : "...",
      "medias" : [ { }, { } ],
      "codeChanged" : true,
      "referenceDescription" : "...",
      "cfValues" : { },
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "notified" : true,
      "referenceCode" : "..."
    } ],
    "referenceCode" : "...",
    "parentEntityType" : { },
    "notified" : true,
    "disabled" : true,
    "historized" : true,
    "parentEntity" : {
      "descriptionOrCode" : "...",
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "historized" : true,
      "appendGeneratedCode" : true,
      "auditable" : { },
      "parentEntity" : { },
      "parentEntityType" : { },
      "description" : "...",
      "referenceDescription" : "...",
      "codeChanged" : true,
      "referenceCode" : "...",
      "code" : "...",
      "transient" : true,
      "descriptionAndCode" : "...",
      "id" : 12345,
      "notified" : true
    },
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "parentCFEntities" : [ {
      "parentCFEntities" : [ { }, { } ],
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValues" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "CFValuesCopy" : { },
      "uuid" : "..."
    }, {
      "parentCFEntities" : [ { }, { } ],
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValues" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "CFValuesCopy" : { },
      "uuid" : "..."
    } ],
    "auditableFields" : [ {
      "historized" : true,
      "notified" : true,
      "auditType" : "STATUS",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    }, {
      "historized" : true,
      "notified" : true,
      "auditType" : "STATUS",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    } ],
    "sequence" : 12345,
    "appendGeneratedCode" : true,
    "display" : true,
    "codeChanged" : true,
    "mandatory" : true,
    "code" : "...",
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    }
  }, {
    "id" : 12345,
    "descriptionAndCode" : "...",
    "version" : 12345,
    "referenceDescription" : "...",
    "description" : "...",
    "auditable" : {
      "lastModified" : 12345,
      "updated" : 12345,
      "updater" : "...",
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "uuid" : "...",
    "active" : true,
    "commercialRules" : [ {
      "id" : 12345,
      "targetProduct" : { },
      "referenceDescription" : "...",
      "targetProductVersion" : { },
      "notified" : true,
      "description" : "...",
      "referenceCode" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "targetOfferTemplateCode" : "...",
      "version" : 12345,
      "targetAttributeValue" : "...",
      "targetOfferAttribute" : true,
      "targetTag" : { },
      "descriptionAndCode" : "...",
      "targetGroupedAttributes" : { },
      "commercialRuleItems" : [ { }, { } ],
      "codeChanged" : true,
      "targetAttribute" : { },
      "targetProductCode" : "...",
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "scopeType" : "QUOTE_OFFER",
      "historized" : true,
      "ruleEl" : "...",
      "targetOfferTemplate" : { },
      "ruleType" : "REPLACEMENT",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "auditable" : { },
      "code" : "...",
      "parentEntityType" : { }
    }, {
      "id" : 12345,
      "targetProduct" : { },
      "referenceDescription" : "...",
      "targetProductVersion" : { },
      "notified" : true,
      "description" : "...",
      "referenceCode" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "targetOfferTemplateCode" : "...",
      "version" : 12345,
      "targetAttributeValue" : "...",
      "targetOfferAttribute" : true,
      "targetTag" : { },
      "descriptionAndCode" : "...",
      "targetGroupedAttributes" : { },
      "commercialRuleItems" : [ { }, { } ],
      "codeChanged" : true,
      "targetAttribute" : { },
      "targetProductCode" : "...",
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "scopeType" : "QUOTE",
      "historized" : true,
      "ruleEl" : "...",
      "targetOfferTemplate" : { },
      "ruleType" : "PRE_REQUISITE",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "auditable" : { },
      "code" : "...",
      "parentEntityType" : { }
    } ],
    "transient" : true,
    "descriptionOrCode" : "...",
    "attributes" : [ {
      "productVersionAttributes" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "parentEntityType" : { },
      "attributeCategory" : "BUSINESS",
      "attributeType" : "BOOLEAN",
      "unitNbDecimal" : 12345,
      "disabled" : true,
      "parentAttribute" : { },
      "descriptionAndCode" : "...",
      "chargeTemplates" : [ { }, { } ],
      "priority" : 12345,
      "appendGeneratedCode" : true,
      "assignedAttributes" : [ { }, { } ],
      "active" : true,
      "allowedValues" : [ "...", "..." ],
      "parentEntity" : { },
      "transient" : true,
      "version" : 12345,
      "offerTemplateAttribute" : [ { }, { } ],
      "commercialRules" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "uuid" : "...",
      "code" : "...",
      "tags" : [ { }, { } ],
      "groupedAttributes" : [ { }, { } ],
      "auditable" : { },
      "cfAccumulatedValues" : { },
      "description" : "...",
      "historized" : true,
      "elValue" : "...",
      "medias" : [ { }, { } ],
      "codeChanged" : true,
      "referenceDescription" : "...",
      "cfValues" : { },
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "notified" : true,
      "referenceCode" : "..."
    }, {
      "productVersionAttributes" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "parentEntityType" : { },
      "attributeCategory" : "BUSINESS",
      "attributeType" : "LIST_TEXT",
      "unitNbDecimal" : 12345,
      "disabled" : true,
      "parentAttribute" : { },
      "descriptionAndCode" : "...",
      "chargeTemplates" : [ { }, { } ],
      "priority" : 12345,
      "appendGeneratedCode" : true,
      "assignedAttributes" : [ { }, { } ],
      "active" : true,
      "allowedValues" : [ "...", "..." ],
      "parentEntity" : { },
      "transient" : true,
      "version" : 12345,
      "offerTemplateAttribute" : [ { }, { } ],
      "commercialRules" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "uuid" : "...",
      "code" : "...",
      "tags" : [ { }, { } ],
      "groupedAttributes" : [ { }, { } ],
      "auditable" : { },
      "cfAccumulatedValues" : { },
      "description" : "...",
      "historized" : true,
      "elValue" : "...",
      "medias" : [ { }, { } ],
      "codeChanged" : true,
      "referenceDescription" : "...",
      "cfValues" : { },
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "notified" : true,
      "referenceCode" : "..."
    } ],
    "referenceCode" : "...",
    "parentEntityType" : { },
    "notified" : true,
    "disabled" : true,
    "historized" : true,
    "parentEntity" : {
      "descriptionOrCode" : "...",
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "historized" : true,
      "appendGeneratedCode" : true,
      "auditable" : { },
      "parentEntity" : { },
      "parentEntityType" : { },
      "description" : "...",
      "referenceDescription" : "...",
      "codeChanged" : true,
      "referenceCode" : "...",
      "code" : "...",
      "transient" : true,
      "descriptionAndCode" : "...",
      "id" : 12345,
      "notified" : true
    },
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "parentCFEntities" : [ {
      "parentCFEntities" : [ { }, { } ],
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValues" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "CFValuesCopy" : { },
      "uuid" : "..."
    }, {
      "parentCFEntities" : [ { }, { } ],
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValues" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "CFValuesCopy" : { },
      "uuid" : "..."
    } ],
    "auditableFields" : [ {
      "historized" : true,
      "notified" : true,
      "auditType" : "RENEWAL",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    }, {
      "historized" : true,
      "notified" : true,
      "auditType" : "RENEWAL",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    } ],
    "sequence" : 12345,
    "appendGeneratedCode" : true,
    "display" : true,
    "codeChanged" : true,
    "mandatory" : true,
    "code" : "...",
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    }
  } ],
  "auditable" : {
    "lastModified" : 12345,
    "updated" : 12345,
    "updater" : "...",
    "created" : 12345,
    "creator" : "...",
    "lastUser" : "..."
  },
  "cfAccumulatedValues" : {
    "valuesByCode" : {
      "property1" : [ {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "url" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "valid" : true,
        "listDouble" : [ 12345.0, 12345.0 ],
        "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" : { },
        "url" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "valid" : true,
        "listDouble" : [ 12345.0, 12345.0 ],
        "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" : { },
        "url" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "valid" : true,
        "listDouble" : [ 12345.0, 12345.0 ],
        "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" : { },
        "url" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "valid" : true,
        "listDouble" : [ 12345.0, 12345.0 ],
        "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
  },
  "description" : "...",
  "historized" : true,
  "elValue" : "...",
  "medias" : [ {
    "id" : 12345,
    "description" : "...",
    "transient" : true,
    "auditable" : {
      "lastModified" : 12345,
      "updated" : 12345,
      "updater" : "...",
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "referenceDescription" : "...",
    "descriptionOrCode" : "...",
    "mediaPath" : "...",
    "mediaType" : "VIDEO",
    "mediaName" : "...",
    "parentCFEntities" : [ {
      "parentCFEntities" : [ { }, { } ],
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValues" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "CFValuesCopy" : { },
      "uuid" : "..."
    }, {
      "parentCFEntities" : [ { }, { } ],
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValues" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "CFValuesCopy" : { },
      "uuid" : "..."
    } ],
    "parentEntity" : {
      "descriptionOrCode" : "...",
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "historized" : true,
      "appendGeneratedCode" : true,
      "auditable" : { },
      "parentEntity" : { },
      "parentEntityType" : { },
      "description" : "...",
      "referenceDescription" : "...",
      "codeChanged" : true,
      "referenceCode" : "...",
      "code" : "...",
      "transient" : true,
      "descriptionAndCode" : "...",
      "id" : 12345,
      "notified" : true
    },
    "auditableFields" : [ {
      "historized" : true,
      "notified" : true,
      "auditType" : "OTHER",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    }, {
      "historized" : true,
      "notified" : true,
      "auditType" : "STATUS",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    } ],
    "version" : 12345,
    "appendGeneratedCode" : true,
    "code" : "...",
    "notified" : true,
    "label" : "...",
    "codeChanged" : true,
    "parentEntityType" : { },
    "historized" : true,
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "descriptionAndCode" : "...",
    "uuid" : "...",
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "referenceCode" : "...",
    "main" : true
  }, {
    "id" : 12345,
    "description" : "...",
    "transient" : true,
    "auditable" : {
      "lastModified" : 12345,
      "updated" : 12345,
      "updater" : "...",
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "referenceDescription" : "...",
    "descriptionOrCode" : "...",
    "mediaPath" : "...",
    "mediaType" : "VIDEO",
    "mediaName" : "...",
    "parentCFEntities" : [ {
      "parentCFEntities" : [ { }, { } ],
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValues" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "CFValuesCopy" : { },
      "uuid" : "..."
    }, {
      "parentCFEntities" : [ { }, { } ],
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValues" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "CFValuesCopy" : { },
      "uuid" : "..."
    } ],
    "parentEntity" : {
      "descriptionOrCode" : "...",
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "historized" : true,
      "appendGeneratedCode" : true,
      "auditable" : { },
      "parentEntity" : { },
      "parentEntityType" : { },
      "description" : "...",
      "referenceDescription" : "...",
      "codeChanged" : true,
      "referenceCode" : "...",
      "code" : "...",
      "transient" : true,
      "descriptionAndCode" : "...",
      "id" : 12345,
      "notified" : true
    },
    "auditableFields" : [ {
      "historized" : true,
      "notified" : true,
      "auditType" : "STATUS",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    }, {
      "historized" : true,
      "notified" : true,
      "auditType" : "STATUS",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    } ],
    "version" : 12345,
    "appendGeneratedCode" : true,
    "code" : "...",
    "notified" : true,
    "label" : "...",
    "codeChanged" : true,
    "parentEntityType" : { },
    "historized" : true,
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "descriptionAndCode" : "...",
    "uuid" : "...",
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "referenceCode" : "...",
    "main" : true
  } ],
  "codeChanged" : true,
  "referenceDescription" : "...",
  "cfValues" : {
    "valuesByCode" : {
      "property1" : [ {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "url" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "valid" : true,
        "listDouble" : [ 12345.0, 12345.0 ],
        "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" : { },
        "url" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "valid" : true,
        "listDouble" : [ 12345.0, 12345.0 ],
        "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" : { },
        "url" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "valid" : true,
        "listDouble" : [ 12345.0, 12345.0 ],
        "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" : { },
        "url" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "valid" : true,
        "listDouble" : [ 12345.0, 12345.0 ],
        "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
  },
  "id" : 12345,
  "parentCFEntities" : [ {
    "parentCFEntities" : [ { }, { } ],
    "dirtyCF" : true,
    "cfValuesAsValues" : {
      "property1" : { },
      "property2" : { }
    },
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfAccumulatedValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "CFValuesCopy" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "uuid" : "..."
  }, {
    "parentCFEntities" : [ { }, { } ],
    "dirtyCF" : true,
    "cfValuesAsValues" : {
      "property1" : { },
      "property2" : { }
    },
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfAccumulatedValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "CFValuesCopy" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "uuid" : "..."
  } ],
  "notified" : true,
  "referenceCode" : "..."
}