| name | data type | constraints | description |
|---|---|---|---|
| cfValues | CustomFieldValues | ||
| businessAccountModels | array of BusinessAccountModel | ||
| parentEntityType | object | ||
| auditable | Auditable | ||
| cfAccumulatedValues | CustomFieldValues | ||
| historized | boolean | ||
| customerCategories | array of CustomerCategory | ||
| name | string | ||
| walletTemplates | array of WalletTemplate | ||
| parentEntity | BusinessEntity | ||
| descriptionOrCode | string | ||
| channels | array of Channel | ||
| longDescriptionI18nNullSafe | map of string | ||
| code | string | required, max size: 255, min size: 1 | |
| validity | DatePeriod | ||
| id | number | ||
| active | boolean | ||
| imagePath | string | ||
| transient | boolean | ||
| disabled | boolean | ||
| nameOrCode | string | ||
| sellers | array of Seller | ||
| offerTemplateCategories | array of OfferTemplateCategory | ||
| uuid | string | ||
| descriptionAndCode | string | ||
| parentCFEntities | array of ICustomFieldEntity | ||
| description | string | max size: 255, min size: 0 | |
| lifeCycleStatus | LifeCycleStatusEnum | ||
| longDescriptionI18n | map of string | ||
| referenceDescription | string | ||
| descriptionI18n | map of string | ||
| auditableFields | array of AuditableFieldHistory | ||
| codeChanged | boolean | ||
| attachments | array of DigitalResource | ||
| referenceCode | string | ||
| appendGeneratedCode | boolean | ||
| version | number | ||
| productChargeTemplates | array of ProductChargeTemplate | ||
| globalRatingScriptInstance | ScriptInstance | ||
| invoicingCalendar | Calendar | ||
| descriptionI18nNullSafe | map of string | ||
| notified | boolean | ||
| businessProductModel | BusinessProductModel | ||
| longDescription | string |
Example
{
"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
},
"businessAccountModels" : [ {
"downloaded" : true,
"version" : 12345,
"transient" : true,
"referenceDescription" : "...",
"script" : {
"parentEntity" : { },
"historized" : true,
"auditableFields" : [ { }, { } ],
"auditable" : { },
"parentEntityType" : { },
"sourceTypeEnum" : "JAVA",
"code" : "...",
"description" : "...",
"error" : true,
"script" : "...",
"referenceCode" : "...",
"id" : 12345,
"sourcingRoles" : [ "...", "..." ],
"notified" : true,
"version" : 12345,
"executionRoles" : [ "...", "..." ],
"reuse" : true,
"transient" : true,
"scriptErrors" : [ { }, { } ],
"descriptionOrCode" : "...",
"descriptionAndCode" : "...",
"codeChanged" : true,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"scriptInstanceCategory" : { },
"disabled" : true,
"active" : true
},
"moduleSource" : "...",
"hierarchyType" : "S_C",
"parentEntityType" : { },
"codeChanged" : true,
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"logoPicture" : "...",
"code" : "...",
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"referenceCode" : "...",
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"id" : 12345,
"license" : "OPEN",
"moduleItems" : [ {
"id" : 12345,
"version" : 12345,
"itemClass" : "...",
"meveoModule" : { },
"itemCode" : "...",
"appliesTo" : "...",
"itemClassSimpleName" : "...",
"transient" : true,
"itemEntity" : { },
"validity" : { }
}, {
"id" : 12345,
"version" : 12345,
"itemClass" : "...",
"meveoModule" : { },
"itemCode" : "...",
"appliesTo" : "...",
"itemClassSimpleName" : "...",
"transient" : true,
"itemEntity" : { },
"validity" : { }
} ],
"notified" : true,
"appendGeneratedCode" : true,
"active" : true,
"historized" : true,
"description" : "...",
"disabled" : true,
"installed" : true,
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
}
}, {
"downloaded" : true,
"version" : 12345,
"transient" : true,
"referenceDescription" : "...",
"script" : {
"parentEntity" : { },
"historized" : true,
"auditableFields" : [ { }, { } ],
"auditable" : { },
"parentEntityType" : { },
"sourceTypeEnum" : "JAVA",
"code" : "...",
"description" : "...",
"error" : true,
"script" : "...",
"referenceCode" : "...",
"id" : 12345,
"sourcingRoles" : [ "...", "..." ],
"notified" : true,
"version" : 12345,
"executionRoles" : [ "...", "..." ],
"reuse" : true,
"transient" : true,
"scriptErrors" : [ { }, { } ],
"descriptionOrCode" : "...",
"descriptionAndCode" : "...",
"codeChanged" : true,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"scriptInstanceCategory" : { },
"disabled" : true,
"active" : true
},
"moduleSource" : "...",
"hierarchyType" : "S_UA",
"parentEntityType" : { },
"codeChanged" : true,
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"logoPicture" : "...",
"code" : "...",
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"referenceCode" : "...",
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"id" : 12345,
"license" : "CDDL",
"moduleItems" : [ {
"id" : 12345,
"version" : 12345,
"itemClass" : "...",
"meveoModule" : { },
"itemCode" : "...",
"appliesTo" : "...",
"itemClassSimpleName" : "...",
"transient" : true,
"itemEntity" : { },
"validity" : { }
}, {
"id" : 12345,
"version" : 12345,
"itemClass" : "...",
"meveoModule" : { },
"itemCode" : "...",
"appliesTo" : "...",
"itemClassSimpleName" : "...",
"transient" : true,
"itemEntity" : { },
"validity" : { }
} ],
"notified" : true,
"appendGeneratedCode" : true,
"active" : true,
"historized" : true,
"description" : "...",
"disabled" : true,
"installed" : true,
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
}
} ],
"parentEntityType" : { },
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"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
},
"historized" : true,
"customerCategories" : [ {
"taxCategoryEl" : "...",
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"exonerationReason" : "...",
"referenceDescription" : "...",
"parentEntityType" : { },
"codeChanged" : true,
"code" : "...",
"historized" : true,
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"id" : 12345,
"description" : "...",
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"descriptionAndCode" : "...",
"transient" : true,
"exoneratedFromTaxes" : true,
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"taxCategory" : {
"auditableFields" : [ { }, { } ],
"transient" : true,
"id" : 12345,
"descriptionAndCode" : "...",
"description" : "...",
"referenceCode" : "...",
"parentEntity" : { },
"cfValues" : { },
"historized" : true,
"cfAccumulatedValues" : { },
"parentEntityType" : { },
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"codeChanged" : true,
"descriptionOrCode" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"appendGeneratedCode" : true,
"uuid" : "...",
"code" : "...",
"notified" : true,
"referenceDescription" : "...",
"parentCFEntities" : [ { }, { } ],
"version" : 12345,
"auditable" : { }
},
"appendGeneratedCode" : true,
"version" : 12345,
"notified" : true,
"exonerationTaxEl" : "...",
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"uuid" : "...",
"descriptionOrCode" : "...",
"referenceCode" : "...",
"accountingCode" : {
"reportingAccount" : "...",
"parentEntity" : { },
"referenceCode" : "...",
"transient" : true,
"historized" : true,
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"chartOfAccountTypeEnum" : "LIABILITIES",
"auditableFields" : [ { }, { } ],
"id" : 12345,
"parentAccountingCode" : { },
"notes" : "...",
"auditable" : { },
"descriptionOrCode" : "...",
"disabled" : true,
"chartOfAccountViewTypeEnum" : "REGULAR",
"description" : "...",
"migrated" : true,
"referenceDescription" : "...",
"parentEntityType" : { },
"codeChanged" : true,
"active" : true,
"code" : "...",
"notified" : true,
"version" : 12345
}
}, {
"taxCategoryEl" : "...",
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"exonerationReason" : "...",
"referenceDescription" : "...",
"parentEntityType" : { },
"codeChanged" : true,
"code" : "...",
"historized" : true,
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"id" : 12345,
"description" : "...",
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"descriptionAndCode" : "...",
"transient" : true,
"exoneratedFromTaxes" : true,
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"taxCategory" : {
"auditableFields" : [ { }, { } ],
"transient" : true,
"id" : 12345,
"descriptionAndCode" : "...",
"description" : "...",
"referenceCode" : "...",
"parentEntity" : { },
"cfValues" : { },
"historized" : true,
"cfAccumulatedValues" : { },
"parentEntityType" : { },
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"codeChanged" : true,
"descriptionOrCode" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"appendGeneratedCode" : true,
"uuid" : "...",
"code" : "...",
"notified" : true,
"referenceDescription" : "...",
"parentCFEntities" : [ { }, { } ],
"version" : 12345,
"auditable" : { }
},
"appendGeneratedCode" : true,
"version" : 12345,
"notified" : true,
"exonerationTaxEl" : "...",
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"uuid" : "...",
"descriptionOrCode" : "...",
"referenceCode" : "...",
"accountingCode" : {
"reportingAccount" : "...",
"parentEntity" : { },
"referenceCode" : "...",
"transient" : true,
"historized" : true,
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"chartOfAccountTypeEnum" : "LIABILITIES",
"auditableFields" : [ { }, { } ],
"id" : 12345,
"parentAccountingCode" : { },
"notes" : "...",
"auditable" : { },
"descriptionOrCode" : "...",
"disabled" : true,
"chartOfAccountViewTypeEnum" : "REGULAR",
"description" : "...",
"migrated" : true,
"referenceDescription" : "...",
"parentEntityType" : { },
"codeChanged" : true,
"active" : true,
"code" : "...",
"notified" : true,
"version" : 12345
}
} ],
"name" : "...",
"walletTemplates" : [ {
"id" : 12345,
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"fastRatingLevel" : 12345,
"consumptionAlertSet" : true,
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"descriptionAndCode" : "...",
"rejectLevel" : 12345.0,
"version" : 12345,
"transient" : true,
"description" : "...",
"appendGeneratedCode" : true,
"referenceCode" : "...",
"descriptionOrCode" : "...",
"lowBalanceLevel" : 12345.0,
"referenceDescription" : "...",
"walletType" : "PREPAID",
"rejectLevelEl" : "...",
"parentEntityType" : { },
"notified" : true,
"code" : "...",
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"historized" : true,
"codeChanged" : true,
"lowBalanceLevelEl" : "..."
}, {
"id" : 12345,
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"fastRatingLevel" : 12345,
"consumptionAlertSet" : true,
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"descriptionAndCode" : "...",
"rejectLevel" : 12345.0,
"version" : 12345,
"transient" : true,
"description" : "...",
"appendGeneratedCode" : true,
"referenceCode" : "...",
"descriptionOrCode" : "...",
"lowBalanceLevel" : 12345.0,
"referenceDescription" : "...",
"walletType" : "PREPAID",
"rejectLevelEl" : "...",
"parentEntityType" : { },
"notified" : true,
"code" : "...",
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"historized" : true,
"codeChanged" : true,
"lowBalanceLevelEl" : "..."
} ],
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"descriptionOrCode" : "...",
"channels" : [ {
"disabled" : true,
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"active" : true,
"notified" : true,
"id" : 12345,
"historized" : true,
"referenceCode" : "...",
"parentEntityType" : { },
"codeChanged" : true,
"appendGeneratedCode" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"referenceDescription" : "...",
"version" : 12345,
"code" : "...",
"transient" : true,
"descriptionAndCode" : "...",
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"descriptionOrCode" : "...",
"description" : "..."
}, {
"disabled" : true,
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"active" : true,
"notified" : true,
"id" : 12345,
"historized" : true,
"referenceCode" : "...",
"parentEntityType" : { },
"codeChanged" : true,
"appendGeneratedCode" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"referenceDescription" : "...",
"version" : 12345,
"code" : "...",
"transient" : true,
"descriptionAndCode" : "...",
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"descriptionOrCode" : "...",
"description" : "..."
} ],
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"validity" : {
"from" : 12345,
"to" : 12345,
"valid" : true,
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345
},
"id" : 12345,
"active" : true,
"imagePath" : "...",
"transient" : true,
"disabled" : true,
"nameOrCode" : "...",
"sellers" : [ {
"businessAccountModel" : {
"downloaded" : true,
"version" : 12345,
"transient" : true,
"referenceDescription" : "...",
"script" : { },
"moduleSource" : "...",
"hierarchyType" : "S_CA",
"parentEntityType" : { },
"codeChanged" : true,
"auditableFields" : [ { }, { } ],
"logoPicture" : "...",
"code" : "...",
"auditable" : { },
"referenceCode" : "...",
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"id" : 12345,
"license" : "COM",
"moduleItems" : [ { }, { } ],
"notified" : true,
"appendGeneratedCode" : true,
"active" : true,
"historized" : true,
"description" : "...",
"disabled" : true,
"installed" : true,
"parentEntity" : { }
},
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"uuid" : "...",
"vatNo" : "...",
"contactInformationNullSafe" : {
"email" : "...",
"phone" : "...",
"mobile" : "...",
"fax" : "..."
},
"customerSequences" : [ {
"descriptionOrCode" : "...",
"appendGeneratedCode" : true,
"auditable" : { },
"historized" : true,
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"descriptionAndCode" : "...",
"version" : 12345,
"code" : "...",
"parentEntityType" : { },
"description" : "...",
"notified" : true,
"seller" : { },
"genericSequence" : { },
"id" : 12345,
"codeChanged" : true,
"referenceDescription" : "...",
"transient" : true,
"parentEntity" : { }
}, {
"descriptionOrCode" : "...",
"appendGeneratedCode" : true,
"auditable" : { },
"historized" : true,
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"descriptionAndCode" : "...",
"version" : 12345,
"code" : "...",
"parentEntityType" : { },
"description" : "...",
"notified" : true,
"seller" : { },
"genericSequence" : { },
"id" : 12345,
"codeChanged" : true,
"referenceDescription" : "...",
"transient" : true,
"parentEntity" : { }
} ],
"registrationNo" : "...",
"historized" : true,
"name" : {
"firstName" : "...",
"title" : { },
"fullName" : "...",
"lastName" : "..."
},
"minimumChargeTemplate" : {
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"appendGeneratedCode" : true,
"inputUnitOfMeasure" : { },
"code" : "...",
"inputUnitDescription" : "...",
"auditable" : { },
"roundingValuesComputed" : true,
"taxClassEl" : "...",
"codeChanged" : true,
"auditableFields" : [ { }, { } ],
"inputUnitEL" : "...",
"description" : "...",
"unitNbDecimal" : 12345,
"disabled" : true,
"parentEntity" : { },
"roundingMode" : "NEAREST",
"cfAccumulatedValues" : { },
"amountEditable" : true,
"productCharges" : [ { }, { } ],
"ratingScript" : { },
"unitMultiplicator" : 12345.0,
"sortIndexEl" : "...",
"uuid" : "...",
"edrTemplates" : [ { }, { } ],
"notified" : true,
"revenueRecognitionRule" : { },
"descriptionAndCode" : "...",
"chargeMainType" : "RECURRING",
"oneShotChargeTemplateType" : "OTHER",
"descriptionOrCode" : "...",
"cfValues" : { },
"outputUnitEL" : "...",
"parentEntityType" : { },
"chargeType" : "...",
"type" : "DEBIT",
"parentCFEntities" : [ { }, { } ],
"invoiceSubCategory" : { },
"active" : true,
"transient" : true,
"filterExpression" : "...",
"referenceCode" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"immediateInvoicing" : true,
"version" : 12345,
"dropZeroWo" : true,
"taxClass" : { },
"referenceDescription" : "...",
"ratingUnitDescription" : "...",
"historized" : true,
"attributes" : [ { }, { } ],
"id" : 12345,
"ratingUnitOfMeasure" : { },
"status" : "DRAFT"
},
"appendGeneratedCode" : true,
"description" : "...",
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"tradingCountry" : {
"cfValues" : { },
"code" : "...",
"cfAccumulatedValues" : { },
"referenceCode" : "...",
"active" : true,
"descriptionAndCode" : "...",
"auditableFields" : [ { }, { } ],
"referenceDescription" : "...",
"parentEntity" : { },
"id" : 12345,
"codeChanged" : true,
"description" : "...",
"appendGeneratedCode" : true,
"countryCode" : "...",
"transient" : true,
"version" : 12345,
"country" : { },
"auditable" : { },
"disabled" : true,
"historized" : true,
"parentEntityType" : { },
"notified" : true,
"parentCFEntities" : [ { }, { } ],
"uuid" : "...",
"descriptionOrCode" : "..."
},
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"invoiceTypeSequence" : [ {
"id" : { },
"prefixEL" : "...",
"transient" : true,
"invoiceType" : { },
"invoiceSequence" : { },
"seller" : { }
}, {
"id" : { },
"prefixEL" : "...",
"transient" : true,
"invoiceType" : { },
"invoiceSequence" : { },
"seller" : { }
} ],
"minimumAmountEl" : "...",
"providerContact" : "...",
"tradingLanguage" : {
"auditableFields" : [ { }, { } ],
"notified" : true,
"language" : { },
"disabled" : true,
"id" : 12345,
"transient" : true,
"auditable" : { },
"historized" : true,
"version" : 12345,
"languageCode" : "...",
"prDescription" : "...",
"active" : true
},
"accountType" : "...",
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"referenceCode" : "...",
"defaultLevel" : true,
"descriptionAndCode" : "...",
"isCompany" : true,
"tradingCurrency" : {
"currencyCode" : "...",
"prDescription" : "...",
"version" : 12345,
"auditableFields" : [ { }, { } ],
"historized" : true,
"prCurrencyToThis" : 12345.0,
"exchangeRates" : [ { }, { } ],
"disabled" : true,
"auditable" : { },
"symbol" : "...",
"currentRateUpdater" : "...",
"currency" : { },
"id" : 12345,
"notified" : true,
"transient" : true,
"decimalPlaces" : 12345,
"active" : true,
"currentRate" : 12345.0,
"currentRateFromDate" : 12345
},
"primaryContact" : {
"auditable" : { },
"code" : "...",
"codeChanged" : true,
"parentEntityType" : { },
"referenceDescription" : "...",
"descriptionAndCode" : "...",
"fax" : "...",
"version" : 12345,
"referenceCode" : "...",
"lastName" : "...",
"genericMail" : "...",
"firstName" : "...",
"transient" : true,
"descriptionOrCode" : "...",
"appendGeneratedCode" : true,
"auditableFields" : [ { }, { } ],
"email" : "...",
"id" : 12345,
"historized" : true,
"phone" : "...",
"mobile" : "...",
"address" : { },
"notified" : true,
"description" : "...",
"parentEntity" : { }
},
"minimumLabelEl" : "...",
"transient" : true,
"externalRef1" : "...",
"seller" : { },
"codeChanged" : true,
"referenceDescription" : "...",
"code" : "...",
"legalEntityType" : {
"parentEntityType" : { },
"referenceDescription" : "...",
"referenceCode" : "...",
"version" : 12345,
"parentEntity" : { },
"appendGeneratedCode" : true,
"transient" : true,
"auditableFields" : [ { }, { } ],
"description" : "...",
"id" : 12345,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"descriptionOrCode" : "...",
"descriptionAndCode" : "...",
"codeChanged" : true,
"descriptionNotNull" : "...",
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"isCompany" : true,
"auditable" : { },
"historized" : true,
"notified" : true
},
"jobTitle" : "...",
"contactInformation" : {
"email" : "...",
"phone" : "...",
"mobile" : "...",
"fax" : "..."
},
"parentEntityType" : { },
"minimumArticle" : {
"auditableFields" : [ { }, { } ],
"cfAccumulatedValues" : { },
"parentCFEntities" : [ { }, { } ],
"analyticCode2" : "...",
"descriptionI18nNotNull" : {
"property1" : "...",
"property2" : "..."
},
"invoiceType" : { },
"descriptionAndCode" : "...",
"parentEntity" : { },
"referenceCode" : "...",
"analyticCode3" : "...",
"columnCriteriaEL" : "...",
"codeChanged" : true,
"appendGeneratedCode" : true,
"disabled" : true,
"active" : true,
"articleFamily" : { },
"unitPrice" : 12345.0,
"accountingCodeMappings" : [ { }, { } ],
"cfValues" : { },
"id" : 12345,
"historized" : true,
"uuid" : "...",
"parentEntityType" : { },
"invoiceTypeEl" : "...",
"descriptionOrCode" : "...",
"taxClass" : { },
"accountingCodeEl" : "...",
"auditable" : { },
"accountingCode" : { },
"transient" : true,
"version" : 12345,
"invoiceSubCategory" : { },
"ignoreAggregation" : true,
"analyticCode1" : "...",
"code" : "...",
"referenceDescription" : "...",
"notified" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"description" : "..."
},
"descriptionOrCode" : "...",
"generalLedger" : {
"auditableFields" : [ { }, { } ],
"descriptionAndCode" : "...",
"description" : "...",
"historized" : true,
"notified" : true,
"code" : "...",
"descriptionOrCode" : "...",
"otherTransactions" : [ { }, { } ],
"seller" : { },
"transient" : true,
"id" : 12345,
"appendGeneratedCode" : true,
"auditable" : { },
"referenceDescription" : "...",
"codeChanged" : true,
"version" : 12345,
"referenceCode" : "...",
"parentEntityType" : { },
"parentEntity" : { }
},
"externalRef2" : "...",
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"legalType" : "...",
"version" : 12345,
"contracts" : [ {
"customer" : { },
"parentEntityType" : { },
"historized" : true,
"descriptionAndCode" : "...",
"contractDuration" : 12345,
"contractDate" : 12345,
"referenceCode" : "...",
"cfAccumulatedValues" : { },
"status" : "DRAFT",
"auditable" : { },
"active" : true,
"seller" : { },
"endDate" : 12345,
"description" : "...",
"transient" : true,
"beginDate" : 12345,
"renewal" : true,
"contractItems" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"referenceDescription" : "...",
"disabled" : true,
"auditableFields" : [ { }, { } ],
"version" : 12345,
"cfValues" : { },
"id" : 12345,
"billingAccount" : { },
"billingRules" : [ { }, { } ],
"codeChanged" : true,
"notified" : true,
"statusDate" : 12345,
"parentEntity" : { },
"descriptionOrCode" : "...",
"customerAccount" : { },
"code" : "...",
"uuid" : "...",
"appendGeneratedCode" : true
}, {
"customer" : { },
"parentEntityType" : { },
"historized" : true,
"descriptionAndCode" : "...",
"contractDuration" : 12345,
"contractDate" : 12345,
"referenceCode" : "...",
"cfAccumulatedValues" : { },
"status" : "ACTIVE",
"auditable" : { },
"active" : true,
"seller" : { },
"endDate" : 12345,
"description" : "...",
"transient" : true,
"beginDate" : 12345,
"renewal" : true,
"contractItems" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"referenceDescription" : "...",
"disabled" : true,
"auditableFields" : [ { }, { } ],
"version" : 12345,
"cfValues" : { },
"id" : 12345,
"billingAccount" : { },
"billingRules" : [ { }, { } ],
"codeChanged" : true,
"notified" : true,
"statusDate" : 12345,
"parentEntity" : { },
"descriptionOrCode" : "...",
"customerAccount" : { },
"code" : "...",
"uuid" : "...",
"appendGeneratedCode" : true
} ],
"paymentGateways" : [ {
"referenceDescription" : "...",
"transient" : true,
"webhooksKeyId" : "...",
"apiKey" : "...",
"uuid" : "...",
"errorsToReplay" : "...",
"nbTries" : 12345,
"codeChanged" : true,
"cfValues" : { },
"cardType" : "CB",
"auditableFields" : [ { }, { } ],
"rumSequence" : { },
"seller" : { },
"secretKeyDB" : "...",
"type" : "CUSTOM",
"cfAccumulatedValues" : { },
"paymentMethodType" : "PAYPAL",
"auditable" : { },
"scriptInstance" : { },
"descriptionAndCode" : "...",
"parentEntityType" : { },
"descriptionOrCode" : "...",
"parentEntity" : { },
"secretKeyKS" : "...",
"notified" : true,
"appendGeneratedCode" : true,
"disabled" : true,
"bankCoordinates" : { },
"implementationClassName" : "...",
"id" : 12345,
"replayCause" : "ERROR",
"tradingCurrency" : { },
"code" : "...",
"applicationEL" : "...",
"active" : true,
"marchandId" : "...",
"version" : 12345,
"country" : { },
"historized" : true,
"webhooksSecretKey" : "...",
"description" : "...",
"secretKey" : "...",
"parentCFEntities" : [ { }, { } ],
"profile" : "...",
"referenceCode" : "..."
}, {
"referenceDescription" : "...",
"transient" : true,
"webhooksKeyId" : "...",
"apiKey" : "...",
"uuid" : "...",
"errorsToReplay" : "...",
"nbTries" : 12345,
"codeChanged" : true,
"cfValues" : { },
"cardType" : "VISA",
"auditableFields" : [ { }, { } ],
"rumSequence" : { },
"seller" : { },
"secretKeyDB" : "...",
"type" : "NATIF",
"cfAccumulatedValues" : { },
"paymentMethodType" : "CASH",
"auditable" : { },
"scriptInstance" : { },
"descriptionAndCode" : "...",
"parentEntityType" : { },
"descriptionOrCode" : "...",
"parentEntity" : { },
"secretKeyKS" : "...",
"notified" : true,
"appendGeneratedCode" : true,
"disabled" : true,
"bankCoordinates" : { },
"implementationClassName" : "...",
"id" : 12345,
"replayCause" : "REJECT",
"tradingCurrency" : { },
"code" : "...",
"applicationEL" : "...",
"active" : true,
"marchandId" : "...",
"version" : 12345,
"country" : { },
"historized" : true,
"webhooksSecretKey" : "...",
"description" : "...",
"secretKey" : "...",
"parentCFEntities" : [ { }, { } ],
"profile" : "...",
"referenceCode" : "..."
} ],
"legalText" : "...",
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"address" : {
"countryBundle" : "...",
"address5" : "...",
"address3" : "...",
"address4" : "...",
"address1" : "...",
"state" : "...",
"city" : "...",
"address2" : "...",
"country" : { },
"zipCode" : "..."
},
"id" : 12345,
"notified" : true
}, {
"businessAccountModel" : {
"downloaded" : true,
"version" : 12345,
"transient" : true,
"referenceDescription" : "...",
"script" : { },
"moduleSource" : "...",
"hierarchyType" : "S_UA",
"parentEntityType" : { },
"codeChanged" : true,
"auditableFields" : [ { }, { } ],
"logoPicture" : "...",
"code" : "...",
"auditable" : { },
"referenceCode" : "...",
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"id" : 12345,
"license" : "CDDL",
"moduleItems" : [ { }, { } ],
"notified" : true,
"appendGeneratedCode" : true,
"active" : true,
"historized" : true,
"description" : "...",
"disabled" : true,
"installed" : true,
"parentEntity" : { }
},
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"uuid" : "...",
"vatNo" : "...",
"contactInformationNullSafe" : {
"email" : "...",
"phone" : "...",
"mobile" : "...",
"fax" : "..."
},
"customerSequences" : [ {
"descriptionOrCode" : "...",
"appendGeneratedCode" : true,
"auditable" : { },
"historized" : true,
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"descriptionAndCode" : "...",
"version" : 12345,
"code" : "...",
"parentEntityType" : { },
"description" : "...",
"notified" : true,
"seller" : { },
"genericSequence" : { },
"id" : 12345,
"codeChanged" : true,
"referenceDescription" : "...",
"transient" : true,
"parentEntity" : { }
}, {
"descriptionOrCode" : "...",
"appendGeneratedCode" : true,
"auditable" : { },
"historized" : true,
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"descriptionAndCode" : "...",
"version" : 12345,
"code" : "...",
"parentEntityType" : { },
"description" : "...",
"notified" : true,
"seller" : { },
"genericSequence" : { },
"id" : 12345,
"codeChanged" : true,
"referenceDescription" : "...",
"transient" : true,
"parentEntity" : { }
} ],
"registrationNo" : "...",
"historized" : true,
"name" : {
"firstName" : "...",
"title" : { },
"fullName" : "...",
"lastName" : "..."
},
"minimumChargeTemplate" : {
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"appendGeneratedCode" : true,
"inputUnitOfMeasure" : { },
"code" : "...",
"inputUnitDescription" : "...",
"auditable" : { },
"roundingValuesComputed" : true,
"taxClassEl" : "...",
"codeChanged" : true,
"auditableFields" : [ { }, { } ],
"inputUnitEL" : "...",
"description" : "...",
"unitNbDecimal" : 12345,
"disabled" : true,
"parentEntity" : { },
"roundingMode" : "DOWN",
"cfAccumulatedValues" : { },
"amountEditable" : true,
"productCharges" : [ { }, { } ],
"ratingScript" : { },
"unitMultiplicator" : 12345.0,
"sortIndexEl" : "...",
"uuid" : "...",
"edrTemplates" : [ { }, { } ],
"notified" : true,
"revenueRecognitionRule" : { },
"descriptionAndCode" : "...",
"chargeMainType" : "ONESHOT",
"oneShotChargeTemplateType" : "SUBSCRIPTION",
"descriptionOrCode" : "...",
"cfValues" : { },
"outputUnitEL" : "...",
"parentEntityType" : { },
"chargeType" : "...",
"type" : "DEBIT",
"parentCFEntities" : [ { }, { } ],
"invoiceSubCategory" : { },
"active" : true,
"transient" : true,
"filterExpression" : "...",
"referenceCode" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"immediateInvoicing" : true,
"version" : 12345,
"dropZeroWo" : true,
"taxClass" : { },
"referenceDescription" : "...",
"ratingUnitDescription" : "...",
"historized" : true,
"attributes" : [ { }, { } ],
"id" : 12345,
"ratingUnitOfMeasure" : { },
"status" : "ARCHIVED"
},
"appendGeneratedCode" : true,
"description" : "...",
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"tradingCountry" : {
"cfValues" : { },
"code" : "...",
"cfAccumulatedValues" : { },
"referenceCode" : "...",
"active" : true,
"descriptionAndCode" : "...",
"auditableFields" : [ { }, { } ],
"referenceDescription" : "...",
"parentEntity" : { },
"id" : 12345,
"codeChanged" : true,
"description" : "...",
"appendGeneratedCode" : true,
"countryCode" : "...",
"transient" : true,
"version" : 12345,
"country" : { },
"auditable" : { },
"disabled" : true,
"historized" : true,
"parentEntityType" : { },
"notified" : true,
"parentCFEntities" : [ { }, { } ],
"uuid" : "...",
"descriptionOrCode" : "..."
},
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"invoiceTypeSequence" : [ {
"id" : { },
"prefixEL" : "...",
"transient" : true,
"invoiceType" : { },
"invoiceSequence" : { },
"seller" : { }
}, {
"id" : { },
"prefixEL" : "...",
"transient" : true,
"invoiceType" : { },
"invoiceSequence" : { },
"seller" : { }
} ],
"minimumAmountEl" : "...",
"providerContact" : "...",
"tradingLanguage" : {
"auditableFields" : [ { }, { } ],
"notified" : true,
"language" : { },
"disabled" : true,
"id" : 12345,
"transient" : true,
"auditable" : { },
"historized" : true,
"version" : 12345,
"languageCode" : "...",
"prDescription" : "...",
"active" : true
},
"accountType" : "...",
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"referenceCode" : "...",
"defaultLevel" : true,
"descriptionAndCode" : "...",
"isCompany" : true,
"tradingCurrency" : {
"currencyCode" : "...",
"prDescription" : "...",
"version" : 12345,
"auditableFields" : [ { }, { } ],
"historized" : true,
"prCurrencyToThis" : 12345.0,
"exchangeRates" : [ { }, { } ],
"disabled" : true,
"auditable" : { },
"symbol" : "...",
"currentRateUpdater" : "...",
"currency" : { },
"id" : 12345,
"notified" : true,
"transient" : true,
"decimalPlaces" : 12345,
"active" : true,
"currentRate" : 12345.0,
"currentRateFromDate" : 12345
},
"primaryContact" : {
"auditable" : { },
"code" : "...",
"codeChanged" : true,
"parentEntityType" : { },
"referenceDescription" : "...",
"descriptionAndCode" : "...",
"fax" : "...",
"version" : 12345,
"referenceCode" : "...",
"lastName" : "...",
"genericMail" : "...",
"firstName" : "...",
"transient" : true,
"descriptionOrCode" : "...",
"appendGeneratedCode" : true,
"auditableFields" : [ { }, { } ],
"email" : "...",
"id" : 12345,
"historized" : true,
"phone" : "...",
"mobile" : "...",
"address" : { },
"notified" : true,
"description" : "...",
"parentEntity" : { }
},
"minimumLabelEl" : "...",
"transient" : true,
"externalRef1" : "...",
"seller" : { },
"codeChanged" : true,
"referenceDescription" : "...",
"code" : "...",
"legalEntityType" : {
"parentEntityType" : { },
"referenceDescription" : "...",
"referenceCode" : "...",
"version" : 12345,
"parentEntity" : { },
"appendGeneratedCode" : true,
"transient" : true,
"auditableFields" : [ { }, { } ],
"description" : "...",
"id" : 12345,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"descriptionOrCode" : "...",
"descriptionAndCode" : "...",
"codeChanged" : true,
"descriptionNotNull" : "...",
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"isCompany" : true,
"auditable" : { },
"historized" : true,
"notified" : true
},
"jobTitle" : "...",
"contactInformation" : {
"email" : "...",
"phone" : "...",
"mobile" : "...",
"fax" : "..."
},
"parentEntityType" : { },
"minimumArticle" : {
"auditableFields" : [ { }, { } ],
"cfAccumulatedValues" : { },
"parentCFEntities" : [ { }, { } ],
"analyticCode2" : "...",
"descriptionI18nNotNull" : {
"property1" : "...",
"property2" : "..."
},
"invoiceType" : { },
"descriptionAndCode" : "...",
"parentEntity" : { },
"referenceCode" : "...",
"analyticCode3" : "...",
"columnCriteriaEL" : "...",
"codeChanged" : true,
"appendGeneratedCode" : true,
"disabled" : true,
"active" : true,
"articleFamily" : { },
"unitPrice" : 12345.0,
"accountingCodeMappings" : [ { }, { } ],
"cfValues" : { },
"id" : 12345,
"historized" : true,
"uuid" : "...",
"parentEntityType" : { },
"invoiceTypeEl" : "...",
"descriptionOrCode" : "...",
"taxClass" : { },
"accountingCodeEl" : "...",
"auditable" : { },
"accountingCode" : { },
"transient" : true,
"version" : 12345,
"invoiceSubCategory" : { },
"ignoreAggregation" : true,
"analyticCode1" : "...",
"code" : "...",
"referenceDescription" : "...",
"notified" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"description" : "..."
},
"descriptionOrCode" : "...",
"generalLedger" : {
"auditableFields" : [ { }, { } ],
"descriptionAndCode" : "...",
"description" : "...",
"historized" : true,
"notified" : true,
"code" : "...",
"descriptionOrCode" : "...",
"otherTransactions" : [ { }, { } ],
"seller" : { },
"transient" : true,
"id" : 12345,
"appendGeneratedCode" : true,
"auditable" : { },
"referenceDescription" : "...",
"codeChanged" : true,
"version" : 12345,
"referenceCode" : "...",
"parentEntityType" : { },
"parentEntity" : { }
},
"externalRef2" : "...",
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"legalType" : "...",
"version" : 12345,
"contracts" : [ {
"customer" : { },
"parentEntityType" : { },
"historized" : true,
"descriptionAndCode" : "...",
"contractDuration" : 12345,
"contractDate" : 12345,
"referenceCode" : "...",
"cfAccumulatedValues" : { },
"status" : "DRAFT",
"auditable" : { },
"active" : true,
"seller" : { },
"endDate" : 12345,
"description" : "...",
"transient" : true,
"beginDate" : 12345,
"renewal" : true,
"contractItems" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"referenceDescription" : "...",
"disabled" : true,
"auditableFields" : [ { }, { } ],
"version" : 12345,
"cfValues" : { },
"id" : 12345,
"billingAccount" : { },
"billingRules" : [ { }, { } ],
"codeChanged" : true,
"notified" : true,
"statusDate" : 12345,
"parentEntity" : { },
"descriptionOrCode" : "...",
"customerAccount" : { },
"code" : "...",
"uuid" : "...",
"appendGeneratedCode" : true
}, {
"customer" : { },
"parentEntityType" : { },
"historized" : true,
"descriptionAndCode" : "...",
"contractDuration" : 12345,
"contractDate" : 12345,
"referenceCode" : "...",
"cfAccumulatedValues" : { },
"status" : "ACTIVE",
"auditable" : { },
"active" : true,
"seller" : { },
"endDate" : 12345,
"description" : "...",
"transient" : true,
"beginDate" : 12345,
"renewal" : true,
"contractItems" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"referenceDescription" : "...",
"disabled" : true,
"auditableFields" : [ { }, { } ],
"version" : 12345,
"cfValues" : { },
"id" : 12345,
"billingAccount" : { },
"billingRules" : [ { }, { } ],
"codeChanged" : true,
"notified" : true,
"statusDate" : 12345,
"parentEntity" : { },
"descriptionOrCode" : "...",
"customerAccount" : { },
"code" : "...",
"uuid" : "...",
"appendGeneratedCode" : true
} ],
"paymentGateways" : [ {
"referenceDescription" : "...",
"transient" : true,
"webhooksKeyId" : "...",
"apiKey" : "...",
"uuid" : "...",
"errorsToReplay" : "...",
"nbTries" : 12345,
"codeChanged" : true,
"cfValues" : { },
"cardType" : "AMERICAN_EXPRESS",
"auditableFields" : [ { }, { } ],
"rumSequence" : { },
"seller" : { },
"secretKeyDB" : "...",
"type" : "NATIF",
"cfAccumulatedValues" : { },
"paymentMethodType" : "PAYPAL",
"auditable" : { },
"scriptInstance" : { },
"descriptionAndCode" : "...",
"parentEntityType" : { },
"descriptionOrCode" : "...",
"parentEntity" : { },
"secretKeyKS" : "...",
"notified" : true,
"appendGeneratedCode" : true,
"disabled" : true,
"bankCoordinates" : { },
"implementationClassName" : "...",
"id" : 12345,
"replayCause" : "ERROR",
"tradingCurrency" : { },
"code" : "...",
"applicationEL" : "...",
"active" : true,
"marchandId" : "...",
"version" : 12345,
"country" : { },
"historized" : true,
"webhooksSecretKey" : "...",
"description" : "...",
"secretKey" : "...",
"parentCFEntities" : [ { }, { } ],
"profile" : "...",
"referenceCode" : "..."
}, {
"referenceDescription" : "...",
"transient" : true,
"webhooksKeyId" : "...",
"apiKey" : "...",
"uuid" : "...",
"errorsToReplay" : "...",
"nbTries" : 12345,
"codeChanged" : true,
"cfValues" : { },
"cardType" : "MASTERCARD",
"auditableFields" : [ { }, { } ],
"rumSequence" : { },
"seller" : { },
"secretKeyDB" : "...",
"type" : "NATIF",
"cfAccumulatedValues" : { },
"paymentMethodType" : "PAYPAL",
"auditable" : { },
"scriptInstance" : { },
"descriptionAndCode" : "...",
"parentEntityType" : { },
"descriptionOrCode" : "...",
"parentEntity" : { },
"secretKeyKS" : "...",
"notified" : true,
"appendGeneratedCode" : true,
"disabled" : true,
"bankCoordinates" : { },
"implementationClassName" : "...",
"id" : 12345,
"replayCause" : "ERROR",
"tradingCurrency" : { },
"code" : "...",
"applicationEL" : "...",
"active" : true,
"marchandId" : "...",
"version" : 12345,
"country" : { },
"historized" : true,
"webhooksSecretKey" : "...",
"description" : "...",
"secretKey" : "...",
"parentCFEntities" : [ { }, { } ],
"profile" : "...",
"referenceCode" : "..."
} ],
"legalText" : "...",
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"address" : {
"countryBundle" : "...",
"address5" : "...",
"address3" : "...",
"address4" : "...",
"address1" : "...",
"state" : "...",
"city" : "...",
"address2" : "...",
"country" : { },
"zipCode" : "..."
},
"id" : 12345,
"notified" : true
} ],
"offerTemplateCategories" : [ {
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"referenceDescription" : "...",
"orderLevel" : 12345,
"imagePath" : "...",
"disabled" : true,
"code" : "...",
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"children" : [ { }, { } ],
"name" : "...",
"assignedToProductOffering" : true,
"parentCategoryCode" : "...",
"description" : "...",
"version" : 12345,
"descriptionAndCode" : "...",
"productOffering" : [ {
"referenceDescription" : "...",
"parentEntity" : { },
"codeChanged" : true,
"parentEntityType" : { },
"disabled" : true,
"businessAccountModels" : [ { }, { } ],
"lifeCycleStatus" : "OBSOLETE",
"cfValues" : { },
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"descriptionAndCode" : "...",
"id" : 12345,
"transient" : true,
"appendGeneratedCode" : true,
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"auditableFields" : [ { }, { } ],
"uuid" : "...",
"name" : "...",
"imagePath" : "...",
"descriptionOrCode" : "...",
"customerCategories" : [ { }, { } ],
"nameOrCode" : "...",
"longDescription" : "...",
"offerTemplateCategories" : [ { }, { } ],
"description" : "...",
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"globalRatingScriptInstance" : { },
"version" : 12345,
"notified" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"referenceCode" : "...",
"channels" : [ { }, { } ],
"code" : "...",
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"active" : true,
"cfAccumulatedValues" : { },
"sellers" : [ { }, { } ],
"auditable" : { },
"validity" : { },
"attachments" : [ { }, { } ]
}, {
"referenceDescription" : "...",
"parentEntity" : { },
"codeChanged" : true,
"parentEntityType" : { },
"disabled" : true,
"businessAccountModels" : [ { }, { } ],
"lifeCycleStatus" : "IN_STUDY",
"cfValues" : { },
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"descriptionAndCode" : "...",
"id" : 12345,
"transient" : true,
"appendGeneratedCode" : true,
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"auditableFields" : [ { }, { } ],
"uuid" : "...",
"name" : "...",
"imagePath" : "...",
"descriptionOrCode" : "...",
"customerCategories" : [ { }, { } ],
"nameOrCode" : "...",
"longDescription" : "...",
"offerTemplateCategories" : [ { }, { } ],
"description" : "...",
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"globalRatingScriptInstance" : { },
"version" : 12345,
"notified" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"referenceCode" : "...",
"channels" : [ { }, { } ],
"code" : "...",
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"active" : true,
"cfAccumulatedValues" : { },
"sellers" : [ { }, { } ],
"auditable" : { },
"validity" : { },
"attachments" : [ { }, { } ]
} ],
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"codeChanged" : true,
"historized" : true,
"id" : 12345,
"active" : true,
"offerTemplateCategory" : { },
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"appendGeneratedCode" : true,
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"descriptionOrCode" : "...",
"referenceCode" : "...",
"notified" : true,
"parentEntityType" : { },
"transient" : true,
"uuid" : "..."
}, {
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"referenceDescription" : "...",
"orderLevel" : 12345,
"imagePath" : "...",
"disabled" : true,
"code" : "...",
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"children" : [ { }, { } ],
"name" : "...",
"assignedToProductOffering" : true,
"parentCategoryCode" : "...",
"description" : "...",
"version" : 12345,
"descriptionAndCode" : "...",
"productOffering" : [ {
"referenceDescription" : "...",
"parentEntity" : { },
"codeChanged" : true,
"parentEntityType" : { },
"disabled" : true,
"businessAccountModels" : [ { }, { } ],
"lifeCycleStatus" : "REJECTED",
"cfValues" : { },
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"descriptionAndCode" : "...",
"id" : 12345,
"transient" : true,
"appendGeneratedCode" : true,
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"auditableFields" : [ { }, { } ],
"uuid" : "...",
"name" : "...",
"imagePath" : "...",
"descriptionOrCode" : "...",
"customerCategories" : [ { }, { } ],
"nameOrCode" : "...",
"longDescription" : "...",
"offerTemplateCategories" : [ { }, { } ],
"description" : "...",
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"globalRatingScriptInstance" : { },
"version" : 12345,
"notified" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"referenceCode" : "...",
"channels" : [ { }, { } ],
"code" : "...",
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"active" : true,
"cfAccumulatedValues" : { },
"sellers" : [ { }, { } ],
"auditable" : { },
"validity" : { },
"attachments" : [ { }, { } ]
}, {
"referenceDescription" : "...",
"parentEntity" : { },
"codeChanged" : true,
"parentEntityType" : { },
"disabled" : true,
"businessAccountModels" : [ { }, { } ],
"lifeCycleStatus" : "ACTIVE",
"cfValues" : { },
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"descriptionAndCode" : "...",
"id" : 12345,
"transient" : true,
"appendGeneratedCode" : true,
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"auditableFields" : [ { }, { } ],
"uuid" : "...",
"name" : "...",
"imagePath" : "...",
"descriptionOrCode" : "...",
"customerCategories" : [ { }, { } ],
"nameOrCode" : "...",
"longDescription" : "...",
"offerTemplateCategories" : [ { }, { } ],
"description" : "...",
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"globalRatingScriptInstance" : { },
"version" : 12345,
"notified" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"referenceCode" : "...",
"channels" : [ { }, { } ],
"code" : "...",
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"active" : true,
"cfAccumulatedValues" : { },
"sellers" : [ { }, { } ],
"auditable" : { },
"validity" : { },
"attachments" : [ { }, { } ]
} ],
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"codeChanged" : true,
"historized" : true,
"id" : 12345,
"active" : true,
"offerTemplateCategory" : { },
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"appendGeneratedCode" : true,
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"descriptionOrCode" : "...",
"referenceCode" : "...",
"notified" : true,
"parentEntityType" : { },
"transient" : true,
"uuid" : "..."
} ],
"uuid" : "...",
"descriptionAndCode" : "...",
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"CFValuesCopy" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"cfValuesNullSafe" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"CFValuesCopy" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"cfValuesNullSafe" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"description" : "...",
"lifeCycleStatus" : "IN_DESIGN",
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"referenceDescription" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"codeChanged" : true,
"attachments" : [ {
"productOfferings" : [ {
"referenceDescription" : "...",
"parentEntity" : { },
"codeChanged" : true,
"parentEntityType" : { },
"disabled" : true,
"businessAccountModels" : [ { }, { } ],
"lifeCycleStatus" : "RETIRED",
"cfValues" : { },
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"descriptionAndCode" : "...",
"id" : 12345,
"transient" : true,
"appendGeneratedCode" : true,
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"auditableFields" : [ { }, { } ],
"uuid" : "...",
"name" : "...",
"imagePath" : "...",
"descriptionOrCode" : "...",
"customerCategories" : [ { }, { } ],
"nameOrCode" : "...",
"longDescription" : "...",
"offerTemplateCategories" : [ { }, { } ],
"description" : "...",
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"globalRatingScriptInstance" : { },
"version" : 12345,
"notified" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"referenceCode" : "...",
"channels" : [ { }, { } ],
"code" : "...",
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"active" : true,
"cfAccumulatedValues" : { },
"sellers" : [ { }, { } ],
"auditable" : { },
"validity" : { },
"attachments" : [ { }, { } ]
}, {
"referenceDescription" : "...",
"parentEntity" : { },
"codeChanged" : true,
"parentEntityType" : { },
"disabled" : true,
"businessAccountModels" : [ { }, { } ],
"lifeCycleStatus" : "LAUNCHED",
"cfValues" : { },
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"descriptionAndCode" : "...",
"id" : 12345,
"transient" : true,
"appendGeneratedCode" : true,
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"auditableFields" : [ { }, { } ],
"uuid" : "...",
"name" : "...",
"imagePath" : "...",
"descriptionOrCode" : "...",
"customerCategories" : [ { }, { } ],
"nameOrCode" : "...",
"longDescription" : "...",
"offerTemplateCategories" : [ { }, { } ],
"description" : "...",
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"globalRatingScriptInstance" : { },
"version" : 12345,
"notified" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"referenceCode" : "...",
"channels" : [ { }, { } ],
"code" : "...",
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"active" : true,
"cfAccumulatedValues" : { },
"sellers" : [ { }, { } ],
"auditable" : { },
"validity" : { },
"attachments" : [ { }, { } ]
} ],
"id" : 12345,
"descriptionOrCode" : "...",
"parentEntityType" : { },
"description" : "...",
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"version" : 12345,
"historized" : true,
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"mimeType" : "...",
"codeChanged" : true,
"referenceCode" : "...",
"active" : true,
"referenceDescription" : "...",
"transient" : true,
"notified" : true,
"uri" : "...",
"descriptionAndCode" : "...",
"code" : "...",
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"disabled" : true,
"appendGeneratedCode" : true
}, {
"productOfferings" : [ {
"referenceDescription" : "...",
"parentEntity" : { },
"codeChanged" : true,
"parentEntityType" : { },
"disabled" : true,
"businessAccountModels" : [ { }, { } ],
"lifeCycleStatus" : "IN_STUDY",
"cfValues" : { },
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"descriptionAndCode" : "...",
"id" : 12345,
"transient" : true,
"appendGeneratedCode" : true,
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"auditableFields" : [ { }, { } ],
"uuid" : "...",
"name" : "...",
"imagePath" : "...",
"descriptionOrCode" : "...",
"customerCategories" : [ { }, { } ],
"nameOrCode" : "...",
"longDescription" : "...",
"offerTemplateCategories" : [ { }, { } ],
"description" : "...",
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"globalRatingScriptInstance" : { },
"version" : 12345,
"notified" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"referenceCode" : "...",
"channels" : [ { }, { } ],
"code" : "...",
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"active" : true,
"cfAccumulatedValues" : { },
"sellers" : [ { }, { } ],
"auditable" : { },
"validity" : { },
"attachments" : [ { }, { } ]
}, {
"referenceDescription" : "...",
"parentEntity" : { },
"codeChanged" : true,
"parentEntityType" : { },
"disabled" : true,
"businessAccountModels" : [ { }, { } ],
"lifeCycleStatus" : "ACTIVE",
"cfValues" : { },
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"descriptionAndCode" : "...",
"id" : 12345,
"transient" : true,
"appendGeneratedCode" : true,
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"auditableFields" : [ { }, { } ],
"uuid" : "...",
"name" : "...",
"imagePath" : "...",
"descriptionOrCode" : "...",
"customerCategories" : [ { }, { } ],
"nameOrCode" : "...",
"longDescription" : "...",
"offerTemplateCategories" : [ { }, { } ],
"description" : "...",
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"globalRatingScriptInstance" : { },
"version" : 12345,
"notified" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"referenceCode" : "...",
"channels" : [ { }, { } ],
"code" : "...",
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"active" : true,
"cfAccumulatedValues" : { },
"sellers" : [ { }, { } ],
"auditable" : { },
"validity" : { },
"attachments" : [ { }, { } ]
} ],
"id" : 12345,
"descriptionOrCode" : "...",
"parentEntityType" : { },
"description" : "...",
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"version" : 12345,
"historized" : true,
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"mimeType" : "...",
"codeChanged" : true,
"referenceCode" : "...",
"active" : true,
"referenceDescription" : "...",
"transient" : true,
"notified" : true,
"uri" : "...",
"descriptionAndCode" : "...",
"code" : "...",
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"disabled" : true,
"appendGeneratedCode" : true
} ],
"referenceCode" : "...",
"appendGeneratedCode" : true,
"version" : 12345,
"productChargeTemplates" : [ {
"sortIndexEl" : "...",
"descriptionAndCode" : "...",
"filterExpression" : "...",
"referenceCode" : "...",
"codeChanged" : true,
"invoiceSubCategory" : {
"sortIndex" : 12345,
"uuid" : "...",
"historized" : true,
"referenceCode" : "...",
"appendGeneratedCode" : true,
"cfValues" : { },
"auditableFields" : [ { }, { } ],
"referenceDescription" : "...",
"descriptionOrCode" : "...",
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"version" : 12345,
"occTemplateNegative" : { },
"discount" : 12345.0,
"description" : "...",
"accountingCode" : { },
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"cfAccumulatedValues" : { },
"parentEntityType" : { },
"occTemplate" : { },
"parentEntity" : { },
"codeChanged" : true,
"auditable" : { },
"id" : 12345,
"parentCFEntities" : [ { }, { } ],
"notified" : true,
"invoiceCategory" : { },
"code" : "...",
"descriptionAndCode" : "...",
"transient" : true
},
"roundingValuesComputed" : true,
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"active" : true,
"status" : "DRAFT",
"descriptionOrCode" : "...",
"attributes" : [ {
"allowedValues" : [ "...", "..." ],
"id" : 12345,
"parentAttribute" : { },
"attributeCategory" : "BUSINESS",
"tags" : [ { }, { } ],
"referenceDescription" : "...",
"priority" : 12345,
"active" : true,
"productVersionAttributes" : [ { }, { } ],
"transient" : true,
"parentEntityType" : { },
"attributeType" : "DATE",
"assignedAttributes" : [ { }, { } ],
"descriptionAndCode" : "...",
"cfAccumulatedValues" : { },
"referenceCode" : "...",
"parentEntity" : { },
"medias" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"historized" : true,
"notified" : true,
"description" : "...",
"uuid" : "...",
"codeChanged" : true,
"chargeTemplates" : [ { }, { } ],
"appendGeneratedCode" : true,
"groupedAttributes" : [ { }, { } ],
"commercialRules" : [ { }, { } ],
"unitNbDecimal" : 12345,
"disabled" : true,
"elValue" : "...",
"offerTemplateAttribute" : [ { }, { } ],
"cfValues" : { },
"code" : "...",
"version" : 12345,
"descriptionOrCode" : "...",
"auditable" : { }
}, {
"allowedValues" : [ "...", "..." ],
"id" : 12345,
"parentAttribute" : { },
"attributeCategory" : "REGULAR",
"tags" : [ { }, { } ],
"referenceDescription" : "...",
"priority" : 12345,
"active" : true,
"productVersionAttributes" : [ { }, { } ],
"transient" : true,
"parentEntityType" : { },
"attributeType" : "TOTAL",
"assignedAttributes" : [ { }, { } ],
"descriptionAndCode" : "...",
"cfAccumulatedValues" : { },
"referenceCode" : "...",
"parentEntity" : { },
"medias" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"historized" : true,
"notified" : true,
"description" : "...",
"uuid" : "...",
"codeChanged" : true,
"chargeTemplates" : [ { }, { } ],
"appendGeneratedCode" : true,
"groupedAttributes" : [ { }, { } ],
"commercialRules" : [ { }, { } ],
"unitNbDecimal" : 12345,
"disabled" : true,
"elValue" : "...",
"offerTemplateAttribute" : [ { }, { } ],
"cfValues" : { },
"code" : "...",
"version" : 12345,
"descriptionOrCode" : "...",
"auditable" : { }
} ],
"revenueRecognitionRule" : {
"auditable" : { },
"historized" : true,
"appendGeneratedCode" : true,
"descriptionOrCode" : "...",
"code" : "...",
"id" : 12345,
"stopUnit" : "DAY",
"auditableFields" : [ { }, { } ],
"notified" : true,
"codeChanged" : true,
"version" : 12345,
"script" : { },
"stopEvent" : "SERVICE_PERIOD_START",
"referenceDescription" : "...",
"startEvent" : "SERVICE_PERIOD_START",
"active" : true,
"parentEntityType" : { },
"referenceCode" : "...",
"startUnit" : "DAY",
"descriptionAndCode" : "...",
"description" : "...",
"startDelay" : 12345,
"disabled" : true,
"transient" : true,
"parentEntity" : { },
"stopDelay" : 12345
},
"chargeMainType" : "USAGE",
"appendGeneratedCode" : true,
"taxClassEl" : "...",
"dropZeroWo" : true,
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"productCharges" : [ {
"version" : 12345,
"counterTemplate" : { },
"product" : { },
"walletTemplates" : [ { }, { } ],
"id" : 12345,
"chargeTemplate" : { },
"transient" : true,
"accumulatorCounterTemplates" : [ { }, { } ]
}, {
"version" : 12345,
"counterTemplate" : { },
"product" : { },
"walletTemplates" : [ { }, { } ],
"id" : 12345,
"chargeTemplate" : { },
"transient" : true,
"accumulatorCounterTemplates" : [ { }, { } ]
} ],
"inputUnitOfMeasure" : {
"descriptionNotNull" : "...",
"description" : "...",
"baseUnit" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"parentUnitOfMeasure" : { },
"parentEntityType" : { },
"referenceCode" : "...",
"parentEntity" : { },
"descriptionOrCode" : "...",
"historized" : true,
"codeChanged" : true,
"id" : 12345,
"symbol" : "...",
"transient" : true,
"version" : 12345,
"referenceDescription" : "...",
"appendGeneratedCode" : true,
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"multiplicator" : 12345,
"notified" : true,
"descriptionAndCode" : "..."
},
"version" : 12345,
"inputUnitDescription" : "...",
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"unitMultiplicator" : 12345.0,
"ratingScript" : {
"parentEntity" : { },
"historized" : true,
"auditableFields" : [ { }, { } ],
"auditable" : { },
"parentEntityType" : { },
"sourceTypeEnum" : "JAVA_CLASS",
"code" : "...",
"description" : "...",
"error" : true,
"script" : "...",
"referenceCode" : "...",
"id" : 12345,
"sourcingRoles" : [ "...", "..." ],
"notified" : true,
"version" : 12345,
"executionRoles" : [ "...", "..." ],
"reuse" : true,
"transient" : true,
"scriptErrors" : [ { }, { } ],
"descriptionOrCode" : "...",
"descriptionAndCode" : "...",
"codeChanged" : true,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"scriptInstanceCategory" : { },
"disabled" : true,
"active" : true
},
"chargeType" : "...",
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"amountEditable" : true,
"ratingUnitOfMeasure" : {
"descriptionNotNull" : "...",
"description" : "...",
"baseUnit" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"parentUnitOfMeasure" : { },
"parentEntityType" : { },
"referenceCode" : "...",
"parentEntity" : { },
"descriptionOrCode" : "...",
"historized" : true,
"codeChanged" : true,
"id" : 12345,
"symbol" : "...",
"transient" : true,
"version" : 12345,
"referenceDescription" : "...",
"appendGeneratedCode" : true,
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"multiplicator" : 12345,
"notified" : true,
"descriptionAndCode" : "..."
},
"code" : "...",
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"unitNbDecimal" : 12345,
"taxClass" : {
"version" : 12345,
"descriptionAndCode" : "...",
"parentEntity" : { },
"parentCFEntities" : [ { }, { } ],
"appendGeneratedCode" : true,
"parentEntityType" : { },
"notified" : true,
"uuid" : "...",
"id" : 12345,
"auditable" : { },
"codeChanged" : true,
"descriptionOrCode" : "...",
"historized" : true,
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"referenceDescription" : "...",
"cfValues" : { },
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"transient" : true,
"description" : "...",
"cfAccumulatedValues" : { },
"code" : "..."
},
"uuid" : "...",
"edrTemplates" : [ {
"codeChanged" : true,
"parentEntityType" : { },
"version" : 12345,
"transient" : true,
"subscriptionEl" : "...",
"notified" : true,
"code" : "...",
"appendGeneratedCode" : true,
"meveoInstance" : { },
"auditableFields" : [ { }, { } ],
"descriptionOrCode" : "...",
"referenceCode" : "...",
"conditionEl" : "...",
"param1El" : "...",
"quantityEl" : "...",
"param2El" : "...",
"triggeredEdrScript" : { },
"param4El" : "...",
"id" : 12345,
"referenceDescription" : "...",
"param3El" : "...",
"parentEntity" : { },
"description" : "...",
"opencellInstanceEL" : "...",
"historized" : true,
"auditable" : { },
"descriptionAndCode" : "..."
}, {
"codeChanged" : true,
"parentEntityType" : { },
"version" : 12345,
"transient" : true,
"subscriptionEl" : "...",
"notified" : true,
"code" : "...",
"appendGeneratedCode" : true,
"meveoInstance" : { },
"auditableFields" : [ { }, { } ],
"descriptionOrCode" : "...",
"referenceCode" : "...",
"conditionEl" : "...",
"param1El" : "...",
"quantityEl" : "...",
"param2El" : "...",
"triggeredEdrScript" : { },
"param4El" : "...",
"id" : 12345,
"referenceDescription" : "...",
"param3El" : "...",
"parentEntity" : { },
"description" : "...",
"opencellInstanceEL" : "...",
"historized" : true,
"auditable" : { },
"descriptionAndCode" : "..."
} ],
"historized" : true,
"inputUnitEL" : "...",
"outputUnitEL" : "...",
"parentEntityType" : { },
"disabled" : true,
"roundingMode" : "DOWN",
"notified" : true,
"transient" : true,
"referenceDescription" : "...",
"ratingUnitDescription" : "...",
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"type" : "DEBIT",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"productTemplates" : [ {
"cfValues" : { },
"businessAccountModels" : [ { }, { } ],
"parentEntityType" : { },
"auditable" : { },
"cfAccumulatedValues" : { },
"historized" : true,
"customerCategories" : [ { }, { } ],
"name" : "...",
"walletTemplates" : [ { }, { } ],
"parentEntity" : { },
"descriptionOrCode" : "...",
"channels" : [ { }, { } ],
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"validity" : { },
"id" : 12345,
"active" : true,
"imagePath" : "...",
"transient" : true,
"disabled" : true,
"nameOrCode" : "...",
"sellers" : [ { }, { } ],
"offerTemplateCategories" : [ { }, { } ],
"uuid" : "...",
"descriptionAndCode" : "...",
"parentCFEntities" : [ { }, { } ],
"description" : "...",
"lifeCycleStatus" : "IN_DESIGN",
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"referenceDescription" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"auditableFields" : [ { }, { } ],
"codeChanged" : true,
"attachments" : [ { }, { } ],
"referenceCode" : "...",
"appendGeneratedCode" : true,
"version" : 12345,
"productChargeTemplates" : [ { }, { } ],
"globalRatingScriptInstance" : { },
"invoicingCalendar" : { },
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"notified" : true,
"businessProductModel" : { },
"longDescription" : "..."
}, {
"cfValues" : { },
"businessAccountModels" : [ { }, { } ],
"parentEntityType" : { },
"auditable" : { },
"cfAccumulatedValues" : { },
"historized" : true,
"customerCategories" : [ { }, { } ],
"name" : "...",
"walletTemplates" : [ { }, { } ],
"parentEntity" : { },
"descriptionOrCode" : "...",
"channels" : [ { }, { } ],
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"validity" : { },
"id" : 12345,
"active" : true,
"imagePath" : "...",
"transient" : true,
"disabled" : true,
"nameOrCode" : "...",
"sellers" : [ { }, { } ],
"offerTemplateCategories" : [ { }, { } ],
"uuid" : "...",
"descriptionAndCode" : "...",
"parentCFEntities" : [ { }, { } ],
"description" : "...",
"lifeCycleStatus" : "REJECTED",
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"referenceDescription" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"auditableFields" : [ { }, { } ],
"codeChanged" : true,
"attachments" : [ { }, { } ],
"referenceCode" : "...",
"appendGeneratedCode" : true,
"version" : 12345,
"productChargeTemplates" : [ { }, { } ],
"globalRatingScriptInstance" : { },
"invoicingCalendar" : { },
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"notified" : true,
"businessProductModel" : { },
"longDescription" : "..."
} ],
"description" : "...",
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"id" : 12345
}, {
"sortIndexEl" : "...",
"descriptionAndCode" : "...",
"filterExpression" : "...",
"referenceCode" : "...",
"codeChanged" : true,
"invoiceSubCategory" : {
"sortIndex" : 12345,
"uuid" : "...",
"historized" : true,
"referenceCode" : "...",
"appendGeneratedCode" : true,
"cfValues" : { },
"auditableFields" : [ { }, { } ],
"referenceDescription" : "...",
"descriptionOrCode" : "...",
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"version" : 12345,
"occTemplateNegative" : { },
"discount" : 12345.0,
"description" : "...",
"accountingCode" : { },
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"cfAccumulatedValues" : { },
"parentEntityType" : { },
"occTemplate" : { },
"parentEntity" : { },
"codeChanged" : true,
"auditable" : { },
"id" : 12345,
"parentCFEntities" : [ { }, { } ],
"notified" : true,
"invoiceCategory" : { },
"code" : "...",
"descriptionAndCode" : "...",
"transient" : true
},
"roundingValuesComputed" : true,
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"active" : true,
"status" : "ARCHIVED",
"descriptionOrCode" : "...",
"attributes" : [ {
"allowedValues" : [ "...", "..." ],
"id" : 12345,
"parentAttribute" : { },
"attributeCategory" : "REGULAR",
"tags" : [ { }, { } ],
"referenceDescription" : "...",
"priority" : 12345,
"active" : true,
"productVersionAttributes" : [ { }, { } ],
"transient" : true,
"parentEntityType" : { },
"attributeType" : "COUNT",
"assignedAttributes" : [ { }, { } ],
"descriptionAndCode" : "...",
"cfAccumulatedValues" : { },
"referenceCode" : "...",
"parentEntity" : { },
"medias" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"historized" : true,
"notified" : true,
"description" : "...",
"uuid" : "...",
"codeChanged" : true,
"chargeTemplates" : [ { }, { } ],
"appendGeneratedCode" : true,
"groupedAttributes" : [ { }, { } ],
"commercialRules" : [ { }, { } ],
"unitNbDecimal" : 12345,
"disabled" : true,
"elValue" : "...",
"offerTemplateAttribute" : [ { }, { } ],
"cfValues" : { },
"code" : "...",
"version" : 12345,
"descriptionOrCode" : "...",
"auditable" : { }
}, {
"allowedValues" : [ "...", "..." ],
"id" : 12345,
"parentAttribute" : { },
"attributeCategory" : "REGULAR",
"tags" : [ { }, { } ],
"referenceDescription" : "...",
"priority" : 12345,
"active" : true,
"productVersionAttributes" : [ { }, { } ],
"transient" : true,
"parentEntityType" : { },
"attributeType" : "PHONE",
"assignedAttributes" : [ { }, { } ],
"descriptionAndCode" : "...",
"cfAccumulatedValues" : { },
"referenceCode" : "...",
"parentEntity" : { },
"medias" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"historized" : true,
"notified" : true,
"description" : "...",
"uuid" : "...",
"codeChanged" : true,
"chargeTemplates" : [ { }, { } ],
"appendGeneratedCode" : true,
"groupedAttributes" : [ { }, { } ],
"commercialRules" : [ { }, { } ],
"unitNbDecimal" : 12345,
"disabled" : true,
"elValue" : "...",
"offerTemplateAttribute" : [ { }, { } ],
"cfValues" : { },
"code" : "...",
"version" : 12345,
"descriptionOrCode" : "...",
"auditable" : { }
} ],
"revenueRecognitionRule" : {
"auditable" : { },
"historized" : true,
"appendGeneratedCode" : true,
"descriptionOrCode" : "...",
"code" : "...",
"id" : 12345,
"stopUnit" : "MONTH",
"auditableFields" : [ { }, { } ],
"notified" : true,
"codeChanged" : true,
"version" : 12345,
"script" : { },
"stopEvent" : "INVOICE_DUE_DATE",
"referenceDescription" : "...",
"startEvent" : "SUBSCRIPTION_STOP",
"active" : true,
"parentEntityType" : { },
"referenceCode" : "...",
"startUnit" : "MONTH",
"descriptionAndCode" : "...",
"description" : "...",
"startDelay" : 12345,
"disabled" : true,
"transient" : true,
"parentEntity" : { },
"stopDelay" : 12345
},
"chargeMainType" : "ONESHOT",
"appendGeneratedCode" : true,
"taxClassEl" : "...",
"dropZeroWo" : true,
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"productCharges" : [ {
"version" : 12345,
"counterTemplate" : { },
"product" : { },
"walletTemplates" : [ { }, { } ],
"id" : 12345,
"chargeTemplate" : { },
"transient" : true,
"accumulatorCounterTemplates" : [ { }, { } ]
}, {
"version" : 12345,
"counterTemplate" : { },
"product" : { },
"walletTemplates" : [ { }, { } ],
"id" : 12345,
"chargeTemplate" : { },
"transient" : true,
"accumulatorCounterTemplates" : [ { }, { } ]
} ],
"inputUnitOfMeasure" : {
"descriptionNotNull" : "...",
"description" : "...",
"baseUnit" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"parentUnitOfMeasure" : { },
"parentEntityType" : { },
"referenceCode" : "...",
"parentEntity" : { },
"descriptionOrCode" : "...",
"historized" : true,
"codeChanged" : true,
"id" : 12345,
"symbol" : "...",
"transient" : true,
"version" : 12345,
"referenceDescription" : "...",
"appendGeneratedCode" : true,
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"multiplicator" : 12345,
"notified" : true,
"descriptionAndCode" : "..."
},
"version" : 12345,
"inputUnitDescription" : "...",
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"unitMultiplicator" : 12345.0,
"ratingScript" : {
"parentEntity" : { },
"historized" : true,
"auditableFields" : [ { }, { } ],
"auditable" : { },
"parentEntityType" : { },
"sourceTypeEnum" : "JAVA_CLASS",
"code" : "...",
"description" : "...",
"error" : true,
"script" : "...",
"referenceCode" : "...",
"id" : 12345,
"sourcingRoles" : [ "...", "..." ],
"notified" : true,
"version" : 12345,
"executionRoles" : [ "...", "..." ],
"reuse" : true,
"transient" : true,
"scriptErrors" : [ { }, { } ],
"descriptionOrCode" : "...",
"descriptionAndCode" : "...",
"codeChanged" : true,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"scriptInstanceCategory" : { },
"disabled" : true,
"active" : true
},
"chargeType" : "...",
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"amountEditable" : true,
"ratingUnitOfMeasure" : {
"descriptionNotNull" : "...",
"description" : "...",
"baseUnit" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"parentUnitOfMeasure" : { },
"parentEntityType" : { },
"referenceCode" : "...",
"parentEntity" : { },
"descriptionOrCode" : "...",
"historized" : true,
"codeChanged" : true,
"id" : 12345,
"symbol" : "...",
"transient" : true,
"version" : 12345,
"referenceDescription" : "...",
"appendGeneratedCode" : true,
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"multiplicator" : 12345,
"notified" : true,
"descriptionAndCode" : "..."
},
"code" : "...",
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"unitNbDecimal" : 12345,
"taxClass" : {
"version" : 12345,
"descriptionAndCode" : "...",
"parentEntity" : { },
"parentCFEntities" : [ { }, { } ],
"appendGeneratedCode" : true,
"parentEntityType" : { },
"notified" : true,
"uuid" : "...",
"id" : 12345,
"auditable" : { },
"codeChanged" : true,
"descriptionOrCode" : "...",
"historized" : true,
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"referenceDescription" : "...",
"cfValues" : { },
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"transient" : true,
"description" : "...",
"cfAccumulatedValues" : { },
"code" : "..."
},
"uuid" : "...",
"edrTemplates" : [ {
"codeChanged" : true,
"parentEntityType" : { },
"version" : 12345,
"transient" : true,
"subscriptionEl" : "...",
"notified" : true,
"code" : "...",
"appendGeneratedCode" : true,
"meveoInstance" : { },
"auditableFields" : [ { }, { } ],
"descriptionOrCode" : "...",
"referenceCode" : "...",
"conditionEl" : "...",
"param1El" : "...",
"quantityEl" : "...",
"param2El" : "...",
"triggeredEdrScript" : { },
"param4El" : "...",
"id" : 12345,
"referenceDescription" : "...",
"param3El" : "...",
"parentEntity" : { },
"description" : "...",
"opencellInstanceEL" : "...",
"historized" : true,
"auditable" : { },
"descriptionAndCode" : "..."
}, {
"codeChanged" : true,
"parentEntityType" : { },
"version" : 12345,
"transient" : true,
"subscriptionEl" : "...",
"notified" : true,
"code" : "...",
"appendGeneratedCode" : true,
"meveoInstance" : { },
"auditableFields" : [ { }, { } ],
"descriptionOrCode" : "...",
"referenceCode" : "...",
"conditionEl" : "...",
"param1El" : "...",
"quantityEl" : "...",
"param2El" : "...",
"triggeredEdrScript" : { },
"param4El" : "...",
"id" : 12345,
"referenceDescription" : "...",
"param3El" : "...",
"parentEntity" : { },
"description" : "...",
"opencellInstanceEL" : "...",
"historized" : true,
"auditable" : { },
"descriptionAndCode" : "..."
} ],
"historized" : true,
"inputUnitEL" : "...",
"outputUnitEL" : "...",
"parentEntityType" : { },
"disabled" : true,
"roundingMode" : "NEAREST",
"notified" : true,
"transient" : true,
"referenceDescription" : "...",
"ratingUnitDescription" : "...",
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"type" : "CREDIT",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"productTemplates" : [ {
"cfValues" : { },
"businessAccountModels" : [ { }, { } ],
"parentEntityType" : { },
"auditable" : { },
"cfAccumulatedValues" : { },
"historized" : true,
"customerCategories" : [ { }, { } ],
"name" : "...",
"walletTemplates" : [ { }, { } ],
"parentEntity" : { },
"descriptionOrCode" : "...",
"channels" : [ { }, { } ],
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"validity" : { },
"id" : 12345,
"active" : true,
"imagePath" : "...",
"transient" : true,
"disabled" : true,
"nameOrCode" : "...",
"sellers" : [ { }, { } ],
"offerTemplateCategories" : [ { }, { } ],
"uuid" : "...",
"descriptionAndCode" : "...",
"parentCFEntities" : [ { }, { } ],
"description" : "...",
"lifeCycleStatus" : "RETIRED",
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"referenceDescription" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"auditableFields" : [ { }, { } ],
"codeChanged" : true,
"attachments" : [ { }, { } ],
"referenceCode" : "...",
"appendGeneratedCode" : true,
"version" : 12345,
"productChargeTemplates" : [ { }, { } ],
"globalRatingScriptInstance" : { },
"invoicingCalendar" : { },
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"notified" : true,
"businessProductModel" : { },
"longDescription" : "..."
}, {
"cfValues" : { },
"businessAccountModels" : [ { }, { } ],
"parentEntityType" : { },
"auditable" : { },
"cfAccumulatedValues" : { },
"historized" : true,
"customerCategories" : [ { }, { } ],
"name" : "...",
"walletTemplates" : [ { }, { } ],
"parentEntity" : { },
"descriptionOrCode" : "...",
"channels" : [ { }, { } ],
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"validity" : { },
"id" : 12345,
"active" : true,
"imagePath" : "...",
"transient" : true,
"disabled" : true,
"nameOrCode" : "...",
"sellers" : [ { }, { } ],
"offerTemplateCategories" : [ { }, { } ],
"uuid" : "...",
"descriptionAndCode" : "...",
"parentCFEntities" : [ { }, { } ],
"description" : "...",
"lifeCycleStatus" : "ACTIVE",
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"referenceDescription" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"auditableFields" : [ { }, { } ],
"codeChanged" : true,
"attachments" : [ { }, { } ],
"referenceCode" : "...",
"appendGeneratedCode" : true,
"version" : 12345,
"productChargeTemplates" : [ { }, { } ],
"globalRatingScriptInstance" : { },
"invoicingCalendar" : { },
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"notified" : true,
"businessProductModel" : { },
"longDescription" : "..."
} ],
"description" : "...",
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"id" : 12345
} ],
"globalRatingScriptInstance" : {
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"historized" : true,
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"parentEntityType" : { },
"sourceTypeEnum" : "JAVA",
"code" : "...",
"description" : "...",
"error" : true,
"script" : "...",
"referenceCode" : "...",
"id" : 12345,
"sourcingRoles" : [ "...", "..." ],
"notified" : true,
"version" : 12345,
"executionRoles" : [ "...", "..." ],
"reuse" : true,
"transient" : true,
"scriptErrors" : [ {
"sourceFile" : "...",
"lineNumber" : 12345,
"message" : "...",
"columnNumber" : 12345
}, {
"sourceFile" : "...",
"lineNumber" : 12345,
"message" : "...",
"columnNumber" : 12345
} ],
"descriptionOrCode" : "...",
"descriptionAndCode" : "...",
"codeChanged" : true,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"scriptInstanceCategory" : {
"descriptionAndCode" : "...",
"notified" : true,
"appendGeneratedCode" : true,
"version" : 12345,
"transient" : true,
"parentEntity" : { },
"codeChanged" : true,
"auditable" : { },
"id" : 12345,
"referenceDescription" : "...",
"description" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"historized" : true,
"referenceCode" : "...",
"parentEntityType" : { },
"descriptionOrCode" : "..."
},
"disabled" : true,
"active" : true
},
"invoicingCalendar" : {
"transient" : true,
"calendarType" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"historized" : true,
"initDate" : 12345,
"parentEntityType" : { },
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"description" : "...",
"referenceDescription" : "...",
"initializationRequired" : true,
"descriptionOrCode" : "...",
"version" : 12345,
"descriptionAndCode" : "...",
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"codeChanged" : true,
"code" : "...",
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"calendarTypeWSubtypes" : "...",
"id" : 12345,
"referenceCode" : "...",
"initDateEL" : "...",
"notified" : true,
"appendGeneratedCode" : true
},
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"notified" : true,
"businessProductModel" : {
"id" : 12345,
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"referenceDescription" : "...",
"appendGeneratedCode" : true,
"license" : "MIT",
"downloaded" : true,
"logoPicture" : "...",
"code" : "...",
"transient" : true,
"referenceCode" : "...",
"codeChanged" : true,
"disabled" : true,
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"moduleSource" : "...",
"active" : true,
"productTemplate" : {
"cfValues" : { },
"businessAccountModels" : [ { }, { } ],
"parentEntityType" : { },
"auditable" : { },
"cfAccumulatedValues" : { },
"historized" : true,
"customerCategories" : [ { }, { } ],
"name" : "...",
"walletTemplates" : [ { }, { } ],
"parentEntity" : { },
"descriptionOrCode" : "...",
"channels" : [ { }, { } ],
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"validity" : { },
"id" : 12345,
"active" : true,
"imagePath" : "...",
"transient" : true,
"disabled" : true,
"nameOrCode" : "...",
"sellers" : [ { }, { } ],
"offerTemplateCategories" : [ { }, { } ],
"uuid" : "...",
"descriptionAndCode" : "...",
"parentCFEntities" : [ { }, { } ],
"description" : "...",
"lifeCycleStatus" : "RETIRED",
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"referenceDescription" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"auditableFields" : [ { }, { } ],
"codeChanged" : true,
"attachments" : [ { }, { } ],
"referenceCode" : "...",
"appendGeneratedCode" : true,
"version" : 12345,
"productChargeTemplates" : [ { }, { } ],
"globalRatingScriptInstance" : { },
"invoicingCalendar" : { },
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"notified" : true,
"businessProductModel" : { },
"longDescription" : "..."
},
"descriptionOrCode" : "...",
"parentEntityType" : { },
"moduleItems" : [ {
"id" : 12345,
"version" : 12345,
"itemClass" : "...",
"meveoModule" : { },
"itemCode" : "...",
"appliesTo" : "...",
"itemClassSimpleName" : "...",
"transient" : true,
"itemEntity" : { },
"validity" : { }
}, {
"id" : 12345,
"version" : 12345,
"itemClass" : "...",
"meveoModule" : { },
"itemCode" : "...",
"appliesTo" : "...",
"itemClassSimpleName" : "...",
"transient" : true,
"itemEntity" : { },
"validity" : { }
} ],
"script" : {
"parentEntity" : { },
"historized" : true,
"auditableFields" : [ { }, { } ],
"auditable" : { },
"parentEntityType" : { },
"sourceTypeEnum" : "JAVA_CLASS",
"code" : "...",
"description" : "...",
"error" : true,
"script" : "...",
"referenceCode" : "...",
"id" : 12345,
"sourcingRoles" : [ "...", "..." ],
"notified" : true,
"version" : 12345,
"executionRoles" : [ "...", "..." ],
"reuse" : true,
"transient" : true,
"scriptErrors" : [ { }, { } ],
"descriptionOrCode" : "...",
"descriptionAndCode" : "...",
"codeChanged" : true,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"scriptInstanceCategory" : { },
"disabled" : true,
"active" : true
},
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"descriptionAndCode" : "...",
"installed" : true,
"historized" : true,
"version" : 12345,
"description" : "...",
"notified" : true
},
"longDescription" : "..."
}