CpqOfferDto Data Type

The Class OfferTemplateDto.

Implemented Interfaces
Serializable
Properties
name data type constraints description
disabled boolean   Is entity disabled. Value is ignored in Update action - use enable/disable API instead.
id number   The id.
auditableField array of AuditableFieldDto  
code string required The code
description string   The description
bomCode string   The bom code.
offerServiceTemplate array of OfferServiceTemplateDto   The offer service templates.
updatedCode string   The updated code.
offerComponent array of OfferProductsDto   The offer component.
allowedDiscountPlans array of DiscountPlanDto   The offer product templates.
tags array of TagDto   The tags.
attributes array of AttributeDTO   The tags.
validFrom number   The valid from.
validTo number   The valid to.
name string   The name.
digitalResource array of DigitalResourceDto   The attachments.
lifeCycleStatus LifeCycleStatusEnum   The life cycle status.
customFields CustomFieldsDto   The custom fields.

Example

{
  "disabled" : true,
  "id" : 12345,
  "auditableField" : [ {
    "entityClass" : "...",
    "fieldName" : "...",
    "id" : 12345,
    "changeOrigin" : "...",
    "auditableField" : [ { }, { } ],
    "originName" : "...",
    "code" : "...",
    "previousState" : "...",
    "currentState" : "...",
    "description" : "...",
    "created" : "...",
    "updatedCode" : "...",
    "actor" : "..."
  }, {
    "entityClass" : "...",
    "fieldName" : "...",
    "id" : 12345,
    "changeOrigin" : "...",
    "auditableField" : [ { }, { } ],
    "originName" : "...",
    "code" : "...",
    "previousState" : "...",
    "currentState" : "...",
    "description" : "...",
    "created" : "...",
    "updatedCode" : "...",
    "actor" : "..."
  } ],
  "code" : "...",
  "description" : "...",
  "bomCode" : "...",
  "offerServiceTemplate" : [ {
    "serviceTemplate" : {
      "disabled" : true,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "updatedCode" : "...",
      "longDescription" : "...",
      "invoicingCalendar" : "...",
      "serviceChargeTemplateRecurrings" : { },
      "serviceChargeTemplateSubscriptions" : { },
      "serviceChargeTemplateTerminations" : { },
      "serviceChargeTemplateUsages" : { },
      "customFields" : { },
      "somCode" : "...",
      "imagePath" : "...",
      "imageBase64" : "...",
      "minimumAmountEl" : "...",
      "minimumLabelEl" : "...",
      "minimumInvoiceSubCategory" : "...",
      "autoEndOfEngagement" : true,
      "minimumChargeTemplate" : "...",
      "renewalRule" : { },
      "languageDescriptions" : [ { }, { } ],
      "groupedServiceCode" : "...",
      "values" : [ { }, { } ],
      "valueValidator" : "...",
      "serviceTypeCode" : "...",
      "display" : true,
      "param" : "...",
      "medias" : [ { }, { } ]
    },
    "mandatory" : true,
    "incompatibleServiceTemplate" : [ {
      "disabled" : true,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "updatedCode" : "...",
      "longDescription" : "...",
      "invoicingCalendar" : "...",
      "serviceChargeTemplateRecurrings" : { },
      "serviceChargeTemplateSubscriptions" : { },
      "serviceChargeTemplateTerminations" : { },
      "serviceChargeTemplateUsages" : { },
      "customFields" : { },
      "somCode" : "...",
      "imagePath" : "...",
      "imageBase64" : "...",
      "minimumAmountEl" : "...",
      "minimumLabelEl" : "...",
      "minimumInvoiceSubCategory" : "...",
      "autoEndOfEngagement" : true,
      "minimumChargeTemplate" : "...",
      "renewalRule" : { },
      "languageDescriptions" : [ { }, { } ],
      "groupedServiceCode" : "...",
      "values" : [ { }, { } ],
      "valueValidator" : "...",
      "serviceTypeCode" : "...",
      "display" : true,
      "param" : "...",
      "medias" : [ { }, { } ]
    }, {
      "disabled" : true,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "updatedCode" : "...",
      "longDescription" : "...",
      "invoicingCalendar" : "...",
      "serviceChargeTemplateRecurrings" : { },
      "serviceChargeTemplateSubscriptions" : { },
      "serviceChargeTemplateTerminations" : { },
      "serviceChargeTemplateUsages" : { },
      "customFields" : { },
      "somCode" : "...",
      "imagePath" : "...",
      "imageBase64" : "...",
      "minimumAmountEl" : "...",
      "minimumLabelEl" : "...",
      "minimumInvoiceSubCategory" : "...",
      "autoEndOfEngagement" : true,
      "minimumChargeTemplate" : "...",
      "renewalRule" : { },
      "languageDescriptions" : [ { }, { } ],
      "groupedServiceCode" : "...",
      "values" : [ { }, { } ],
      "valueValidator" : "...",
      "serviceTypeCode" : "...",
      "display" : true,
      "param" : "...",
      "medias" : [ { }, { } ]
    } ]
  }, {
    "serviceTemplate" : {
      "disabled" : true,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "updatedCode" : "...",
      "longDescription" : "...",
      "invoicingCalendar" : "...",
      "serviceChargeTemplateRecurrings" : { },
      "serviceChargeTemplateSubscriptions" : { },
      "serviceChargeTemplateTerminations" : { },
      "serviceChargeTemplateUsages" : { },
      "customFields" : { },
      "somCode" : "...",
      "imagePath" : "...",
      "imageBase64" : "...",
      "minimumAmountEl" : "...",
      "minimumLabelEl" : "...",
      "minimumInvoiceSubCategory" : "...",
      "autoEndOfEngagement" : true,
      "minimumChargeTemplate" : "...",
      "renewalRule" : { },
      "languageDescriptions" : [ { }, { } ],
      "groupedServiceCode" : "...",
      "values" : [ { }, { } ],
      "valueValidator" : "...",
      "serviceTypeCode" : "...",
      "display" : true,
      "param" : "...",
      "medias" : [ { }, { } ]
    },
    "mandatory" : true,
    "incompatibleServiceTemplate" : [ {
      "disabled" : true,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "updatedCode" : "...",
      "longDescription" : "...",
      "invoicingCalendar" : "...",
      "serviceChargeTemplateRecurrings" : { },
      "serviceChargeTemplateSubscriptions" : { },
      "serviceChargeTemplateTerminations" : { },
      "serviceChargeTemplateUsages" : { },
      "customFields" : { },
      "somCode" : "...",
      "imagePath" : "...",
      "imageBase64" : "...",
      "minimumAmountEl" : "...",
      "minimumLabelEl" : "...",
      "minimumInvoiceSubCategory" : "...",
      "autoEndOfEngagement" : true,
      "minimumChargeTemplate" : "...",
      "renewalRule" : { },
      "languageDescriptions" : [ { }, { } ],
      "groupedServiceCode" : "...",
      "values" : [ { }, { } ],
      "valueValidator" : "...",
      "serviceTypeCode" : "...",
      "display" : true,
      "param" : "...",
      "medias" : [ { }, { } ]
    }, {
      "disabled" : true,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "updatedCode" : "...",
      "longDescription" : "...",
      "invoicingCalendar" : "...",
      "serviceChargeTemplateRecurrings" : { },
      "serviceChargeTemplateSubscriptions" : { },
      "serviceChargeTemplateTerminations" : { },
      "serviceChargeTemplateUsages" : { },
      "customFields" : { },
      "somCode" : "...",
      "imagePath" : "...",
      "imageBase64" : "...",
      "minimumAmountEl" : "...",
      "minimumLabelEl" : "...",
      "minimumInvoiceSubCategory" : "...",
      "autoEndOfEngagement" : true,
      "minimumChargeTemplate" : "...",
      "renewalRule" : { },
      "languageDescriptions" : [ { }, { } ],
      "groupedServiceCode" : "...",
      "values" : [ { }, { } ],
      "valueValidator" : "...",
      "serviceTypeCode" : "...",
      "display" : true,
      "param" : "...",
      "medias" : [ { }, { } ]
    } ]
  } ],
  "updatedCode" : "...",
  "offerComponent" : [ {
    "offerTemplateCode" : "...",
    "product" : {
      "discountList" : [ { }, { } ],
      "id" : 12345,
      "code" : "...",
      "label" : "...",
      "status" : "DRAFT",
      "statusDate" : 12345,
      "productLineCode" : "...",
      "brandCode" : "...",
      "reference" : "...",
      "model" : "...",
      "modelChildren" : [ "...", "..." ],
      "discountFlag" : true,
      "packageFlag" : true,
      "priceVersionDateSetting" : "RENEWAL",
      "customFields" : { },
      "currentProductVersion" : { },
      "productChargeTemplateMappingDto" : [ { }, { } ],
      "commercialRuleCodes" : [ "...", "..." ],
      "discountListCodes" : [ "...", "..." ],
      "mediaCodes" : [ "...", "..." ],
      "isModel" : true,
      "productModelCode" : "..."
    },
    "allowedDiscountPlans" : [ {
      "disabled" : true,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "startDate" : 12345,
      "updatedCode" : "...",
      "endDate" : 12345,
      "defaultDuration" : 12345,
      "durationUnit" : "DAY",
      "customFields" : { },
      "discountPlanItem" : [ { }, { } ],
      "expressionEl" : "...",
      "discountPlanType" : "OFFER",
      "status" : "DRAFT",
      "statusDate" : 12345,
      "initialQuantity" : 12345,
      "usedQuantity" : 12345,
      "applicationLimit" : 12345,
      "applicationFilterEL" : "...",
      "incompatibleDiscountPlans" : [ { }, { } ],
      "applicableEntities" : [ { }, { } ],
      "applicableOnOverriddenPrice" : true,
      "sequence" : 12345,
      "applicableOnDiscountedPrice" : true
    }, {
      "disabled" : true,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "startDate" : 12345,
      "updatedCode" : "...",
      "endDate" : 12345,
      "defaultDuration" : 12345,
      "durationUnit" : "MONTH",
      "customFields" : { },
      "discountPlanItem" : [ { }, { } ],
      "expressionEl" : "...",
      "discountPlanType" : "PROMO_CODE",
      "status" : "ACTIVE",
      "statusDate" : 12345,
      "initialQuantity" : 12345,
      "usedQuantity" : 12345,
      "applicationLimit" : 12345,
      "applicationFilterEL" : "...",
      "incompatibleDiscountPlans" : [ { }, { } ],
      "applicableEntities" : [ { }, { } ],
      "applicableOnOverriddenPrice" : true,
      "sequence" : 12345,
      "applicableOnDiscountedPrice" : true
    } ],
    "commercialRules" : [ {
      "ruleType" : "INCOMPATIBILITY",
      "ruleEl" : "...",
      "offerCode" : "...",
      "productCode" : "...",
      "productVersion" : 12345,
      "attributeCode" : "...",
      "scope" : "QUOTE_OFFER",
      "tagCode" : "...",
      "groupedAttributeCode" : "...",
      "targetAttributeValue" : "...",
      "isTarget" : true,
      "disabled" : true,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "commercialRuleItems" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "updatedCode" : "..."
    }, {
      "ruleType" : "REPLACEMENT",
      "ruleEl" : "...",
      "offerCode" : "...",
      "productCode" : "...",
      "productVersion" : 12345,
      "attributeCode" : "...",
      "scope" : "QUOTE",
      "tagCode" : "...",
      "groupedAttributeCode" : "...",
      "targetAttributeValue" : "...",
      "isTarget" : true,
      "disabled" : true,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "commercialRuleItems" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "updatedCode" : "..."
    } ],
    "selectable" : true,
    "sequence" : 12345,
    "ruled" : true,
    "mandatory" : true,
    "display" : true,
    "quantityMin" : 12345,
    "quantityMax" : 12345,
    "quantityDefault" : 12345,
    "productSet" : "..."
  }, {
    "offerTemplateCode" : "...",
    "product" : {
      "discountList" : [ { }, { } ],
      "id" : 12345,
      "code" : "...",
      "label" : "...",
      "status" : "CLOSED",
      "statusDate" : 12345,
      "productLineCode" : "...",
      "brandCode" : "...",
      "reference" : "...",
      "model" : "...",
      "modelChildren" : [ "...", "..." ],
      "discountFlag" : true,
      "packageFlag" : true,
      "priceVersionDateSetting" : "DELIVERY",
      "customFields" : { },
      "currentProductVersion" : { },
      "productChargeTemplateMappingDto" : [ { }, { } ],
      "commercialRuleCodes" : [ "...", "..." ],
      "discountListCodes" : [ "...", "..." ],
      "mediaCodes" : [ "...", "..." ],
      "isModel" : true,
      "productModelCode" : "..."
    },
    "allowedDiscountPlans" : [ {
      "disabled" : true,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "startDate" : 12345,
      "updatedCode" : "...",
      "endDate" : 12345,
      "defaultDuration" : 12345,
      "durationUnit" : "MONTH",
      "customFields" : { },
      "discountPlanItem" : [ { }, { } ],
      "expressionEl" : "...",
      "discountPlanType" : "OFFER",
      "status" : "EXPIRED",
      "statusDate" : 12345,
      "initialQuantity" : 12345,
      "usedQuantity" : 12345,
      "applicationLimit" : 12345,
      "applicationFilterEL" : "...",
      "incompatibleDiscountPlans" : [ { }, { } ],
      "applicableEntities" : [ { }, { } ],
      "applicableOnOverriddenPrice" : true,
      "sequence" : 12345,
      "applicableOnDiscountedPrice" : true
    }, {
      "disabled" : true,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "startDate" : 12345,
      "updatedCode" : "...",
      "endDate" : 12345,
      "defaultDuration" : 12345,
      "durationUnit" : "MONTH",
      "customFields" : { },
      "discountPlanItem" : [ { }, { } ],
      "expressionEl" : "...",
      "discountPlanType" : "INVOICE",
      "status" : "INACTIVE",
      "statusDate" : 12345,
      "initialQuantity" : 12345,
      "usedQuantity" : 12345,
      "applicationLimit" : 12345,
      "applicationFilterEL" : "...",
      "incompatibleDiscountPlans" : [ { }, { } ],
      "applicableEntities" : [ { }, { } ],
      "applicableOnOverriddenPrice" : true,
      "sequence" : 12345,
      "applicableOnDiscountedPrice" : true
    } ],
    "commercialRules" : [ {
      "ruleType" : "INCOMPATIBILITY",
      "ruleEl" : "...",
      "offerCode" : "...",
      "productCode" : "...",
      "productVersion" : 12345,
      "attributeCode" : "...",
      "scope" : "QUOTE",
      "tagCode" : "...",
      "groupedAttributeCode" : "...",
      "targetAttributeValue" : "...",
      "isTarget" : true,
      "disabled" : true,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "commercialRuleItems" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "updatedCode" : "..."
    }, {
      "ruleType" : "PRE_REQUISITE",
      "ruleEl" : "...",
      "offerCode" : "...",
      "productCode" : "...",
      "productVersion" : 12345,
      "attributeCode" : "...",
      "scope" : "QUOTE",
      "tagCode" : "...",
      "groupedAttributeCode" : "...",
      "targetAttributeValue" : "...",
      "isTarget" : true,
      "disabled" : true,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "commercialRuleItems" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "updatedCode" : "..."
    } ],
    "selectable" : true,
    "sequence" : 12345,
    "ruled" : true,
    "mandatory" : true,
    "display" : true,
    "quantityMin" : 12345,
    "quantityMax" : 12345,
    "quantityDefault" : 12345,
    "productSet" : "..."
  } ],
  "allowedDiscountPlans" : [ {
    "disabled" : true,
    "id" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "code" : "...",
    "description" : "...",
    "startDate" : 12345,
    "updatedCode" : "...",
    "endDate" : 12345,
    "defaultDuration" : 12345,
    "durationUnit" : "DAY",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "discountPlanItem" : [ {
      "code" : "...",
      "discountPlanCode" : "...",
      "invoiceCategoryCode" : "...",
      "invoiceSubCategoryCode" : "...",
      "expressionEl" : "...",
      "disabled" : true,
      "discountPlanItemType" : "FIXED",
      "discountValue" : 12345.0,
      "discountValueEL" : "...",
      "targetAccountingArticleCodes" : [ "...", "..." ],
      "pricePlanMatrixCode" : "...",
      "customFields" : { },
      "allowToNegate" : true,
      "description" : "...",
      "priority" : 12345,
      "accountingArticleCode" : "...",
      "applyByArticle" : true,
      "sequence" : 12345,
      "lastDiscount" : true
    }, {
      "code" : "...",
      "discountPlanCode" : "...",
      "invoiceCategoryCode" : "...",
      "invoiceSubCategoryCode" : "...",
      "expressionEl" : "...",
      "disabled" : true,
      "discountPlanItemType" : "FIXED",
      "discountValue" : 12345.0,
      "discountValueEL" : "...",
      "targetAccountingArticleCodes" : [ "...", "..." ],
      "pricePlanMatrixCode" : "...",
      "customFields" : { },
      "allowToNegate" : true,
      "description" : "...",
      "priority" : 12345,
      "accountingArticleCode" : "...",
      "applyByArticle" : true,
      "sequence" : 12345,
      "lastDiscount" : true
    } ],
    "expressionEl" : "...",
    "discountPlanType" : "PRODUCT",
    "status" : "ACTIVE",
    "statusDate" : 12345,
    "initialQuantity" : 12345,
    "usedQuantity" : 12345,
    "applicationLimit" : 12345,
    "applicationFilterEL" : "...",
    "incompatibleDiscountPlans" : [ { }, { } ],
    "applicableEntities" : [ {
      "code" : "...",
      "entityClass" : "..."
    }, {
      "code" : "...",
      "entityClass" : "..."
    } ],
    "applicableOnOverriddenPrice" : true,
    "sequence" : 12345,
    "applicableOnDiscountedPrice" : true
  }, {
    "disabled" : true,
    "id" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "code" : "...",
    "description" : "...",
    "startDate" : 12345,
    "updatedCode" : "...",
    "endDate" : 12345,
    "defaultDuration" : 12345,
    "durationUnit" : "MONTH",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "discountPlanItem" : [ {
      "code" : "...",
      "discountPlanCode" : "...",
      "invoiceCategoryCode" : "...",
      "invoiceSubCategoryCode" : "...",
      "expressionEl" : "...",
      "disabled" : true,
      "discountPlanItemType" : "FIXED",
      "discountValue" : 12345.0,
      "discountValueEL" : "...",
      "targetAccountingArticleCodes" : [ "...", "..." ],
      "pricePlanMatrixCode" : "...",
      "customFields" : { },
      "allowToNegate" : true,
      "description" : "...",
      "priority" : 12345,
      "accountingArticleCode" : "...",
      "applyByArticle" : true,
      "sequence" : 12345,
      "lastDiscount" : true
    }, {
      "code" : "...",
      "discountPlanCode" : "...",
      "invoiceCategoryCode" : "...",
      "invoiceSubCategoryCode" : "...",
      "expressionEl" : "...",
      "disabled" : true,
      "discountPlanItemType" : "PERCENTAGE",
      "discountValue" : 12345.0,
      "discountValueEL" : "...",
      "targetAccountingArticleCodes" : [ "...", "..." ],
      "pricePlanMatrixCode" : "...",
      "customFields" : { },
      "allowToNegate" : true,
      "description" : "...",
      "priority" : 12345,
      "accountingArticleCode" : "...",
      "applyByArticle" : true,
      "sequence" : 12345,
      "lastDiscount" : true
    } ],
    "expressionEl" : "...",
    "discountPlanType" : "OFFER",
    "status" : "IN_USE",
    "statusDate" : 12345,
    "initialQuantity" : 12345,
    "usedQuantity" : 12345,
    "applicationLimit" : 12345,
    "applicationFilterEL" : "...",
    "incompatibleDiscountPlans" : [ { }, { } ],
    "applicableEntities" : [ {
      "code" : "...",
      "entityClass" : "..."
    }, {
      "code" : "...",
      "entityClass" : "..."
    } ],
    "applicableOnOverriddenPrice" : true,
    "sequence" : 12345,
    "applicableOnDiscountedPrice" : true
  } ],
  "tags" : [ {
    "sellerCode" : "...",
    "name" : "...",
    "tagTypeCode" : "...",
    "parentTagCode" : "...",
    "filterEl" : "...",
    "id" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "code" : "...",
    "description" : "...",
    "updatedCode" : "..."
  }, {
    "sellerCode" : "...",
    "name" : "...",
    "tagTypeCode" : "...",
    "parentTagCode" : "...",
    "filterEl" : "...",
    "id" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "code" : "...",
    "description" : "...",
    "updatedCode" : "..."
  } ],
  "attributes" : [ {
    "disabled" : true,
    "id" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "code" : "...",
    "description" : "...",
    "updatedCode" : "...",
    "attributeType" : "BOOLEAN",
    "allowedValues" : [ "...", "..." ],
    "priority" : 12345,
    "selectable" : true,
    "ruled" : true,
    "chargeTemplateCodes" : [ "...", "..." ],
    "commercialRuleCodes" : [ "...", "..." ],
    "mediaCodes" : [ "...", "..." ],
    "tags" : [ "...", "..." ],
    "assignedAttributeCodes" : [ "...", "..." ],
    "unitNbDecimal" : 12345,
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "groupedAttributes" : [ {
      "code" : "...",
      "description" : "...",
      "attributes" : [ { }, { } ],
      "display" : true,
      "mandatory" : true,
      "commercialRuleCodes" : [ "...", "..." ],
      "selectable" : true,
      "ruled" : true,
      "id" : 12345,
      "disabled" : true,
      "attributeCodes" : [ "...", "..." ],
      "customFields" : { },
      "sequence" : 12345
    }, {
      "code" : "...",
      "description" : "...",
      "attributes" : [ { }, { } ],
      "display" : true,
      "mandatory" : true,
      "commercialRuleCodes" : [ "...", "..." ],
      "selectable" : true,
      "ruled" : true,
      "id" : 12345,
      "disabled" : true,
      "attributeCodes" : [ "...", "..." ],
      "customFields" : { },
      "sequence" : 12345
    } ]
  }, {
    "disabled" : true,
    "id" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "code" : "...",
    "description" : "...",
    "updatedCode" : "...",
    "attributeType" : "TEXT",
    "allowedValues" : [ "...", "..." ],
    "priority" : 12345,
    "selectable" : true,
    "ruled" : true,
    "chargeTemplateCodes" : [ "...", "..." ],
    "commercialRuleCodes" : [ "...", "..." ],
    "mediaCodes" : [ "...", "..." ],
    "tags" : [ "...", "..." ],
    "assignedAttributeCodes" : [ "...", "..." ],
    "unitNbDecimal" : 12345,
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "groupedAttributes" : [ {
      "code" : "...",
      "description" : "...",
      "attributes" : [ { }, { } ],
      "display" : true,
      "mandatory" : true,
      "commercialRuleCodes" : [ "...", "..." ],
      "selectable" : true,
      "ruled" : true,
      "id" : 12345,
      "disabled" : true,
      "attributeCodes" : [ "...", "..." ],
      "customFields" : { },
      "sequence" : 12345
    }, {
      "code" : "...",
      "description" : "...",
      "attributes" : [ { }, { } ],
      "display" : true,
      "mandatory" : true,
      "commercialRuleCodes" : [ "...", "..." ],
      "selectable" : true,
      "ruled" : true,
      "id" : 12345,
      "disabled" : true,
      "attributeCodes" : [ "...", "..." ],
      "customFields" : { },
      "sequence" : 12345
    } ]
  } ],
  "validFrom" : 12345,
  "validTo" : 12345,
  "name" : "...",
  "digitalResource" : [ {
    "uri" : "...",
    "mimeType" : "...",
    "disabled" : true,
    "id" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "code" : "...",
    "description" : "...",
    "updatedCode" : "..."
  }, {
    "uri" : "...",
    "mimeType" : "...",
    "disabled" : true,
    "id" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "code" : "...",
    "description" : "...",
    "updatedCode" : "..."
  } ],
  "lifeCycleStatus" : "REJECTED",
  "customFields" : {
    "customField" : [ {
      "code" : "...",
      "description" : "...",
      "fieldType" : "CUSTOM_TABLE_WRAPPER",
      "languageDescriptions" : [ { }, { } ],
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "booleanValue" : true,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "INDEX_NOT_ANALYZE",
      "fileValue" : "...",
      "formattedValue" : { },
      "urlReferenceValue" : { },
      "guiPosition" : "...",
      "customTableCode" : "...",
      "dataFilter" : "...",
      "fields" : "..."
    }, {
      "code" : "...",
      "description" : "...",
      "fieldType" : "CUSTOM_TABLE_WRAPPER",
      "languageDescriptions" : [ { }, { } ],
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "booleanValue" : true,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "INDEX_NOT_ANALYZE",
      "fileValue" : "...",
      "formattedValue" : { },
      "urlReferenceValue" : { },
      "guiPosition" : "...",
      "customTableCode" : "...",
      "dataFilter" : "...",
      "fields" : "..."
    } ],
    "inheritedCustomField" : [ {
      "code" : "...",
      "description" : "...",
      "fieldType" : "ENTITY",
      "languageDescriptions" : [ { }, { } ],
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "booleanValue" : true,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "INDEX_NOT_ANALYZE",
      "fileValue" : "...",
      "formattedValue" : { },
      "urlReferenceValue" : { },
      "guiPosition" : "...",
      "customTableCode" : "...",
      "dataFilter" : "...",
      "fields" : "..."
    }, {
      "code" : "...",
      "description" : "...",
      "fieldType" : "URL",
      "languageDescriptions" : [ { }, { } ],
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "booleanValue" : true,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "STORE_ONLY",
      "fileValue" : "...",
      "formattedValue" : { },
      "urlReferenceValue" : { },
      "guiPosition" : "...",
      "customTableCode" : "...",
      "dataFilter" : "...",
      "fields" : "..."
    } ]
  }
}