| name | data type | constraints | description |
|---|---|---|---|
| referenceDescription | string | ||
| moduleItems | array of MeveoModuleItem | ||
| script | ScriptInstance | ||
| auditable | Auditable | ||
| code | string | required, max size: 255, min size: 1 | |
| license | ModuleLicenseEnum | ||
| installed | boolean | ||
| description | string | max size: 255, min size: 0 | |
| productTemplate | ProductTemplate | ||
| disabled | boolean | ||
| appendGeneratedCode | boolean | ||
| descriptionOrCode | string | ||
| parentEntityType | object | ||
| downloaded | boolean | ||
| transient | boolean | ||
| active | boolean | ||
| moduleSource | string | ||
| descriptionI18n | map of string | ||
| notified | boolean | ||
| referenceCode | string | ||
| descriptionAndCode | string | ||
| logoPicture | string | ||
| codeChanged | boolean | ||
| id | number | ||
| historized | boolean | ||
| parentEntity | BusinessEntity | ||
| version | number | ||
| auditableFields | array of AuditableFieldHistory |
Example
{
"referenceDescription" : "...",
"moduleItems" : [ {
"validity" : {
"from" : 12345,
"to" : 12345,
"valid" : true,
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345
},
"id" : 12345,
"itemCode" : "...",
"version" : 12345,
"itemClassSimpleName" : "...",
"appliesTo" : "...",
"meveoModule" : {
"descriptionAndCode" : "...",
"id" : 12345,
"notified" : true,
"installed" : true,
"referenceCode" : "...",
"license" : "MOZ",
"moduleSource" : "...",
"auditable" : { },
"parentEntity" : { },
"downloaded" : true,
"script" : { },
"historized" : true,
"description" : "...",
"version" : 12345,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"moduleItems" : [ { }, { } ],
"codeChanged" : true,
"parentEntityType" : { },
"descriptionOrCode" : "...",
"transient" : true,
"active" : true,
"code" : "...",
"disabled" : true,
"auditableFields" : [ { }, { } ],
"logoPicture" : "..."
},
"itemClass" : "...",
"itemEntity" : {
"description" : "...",
"code" : "...",
"version" : 12345,
"parentEntity" : { },
"id" : 12345,
"transient" : true,
"historized" : true,
"descriptionOrCode" : "...",
"auditable" : { },
"referenceDescription" : "...",
"referenceCode" : "...",
"codeChanged" : true,
"parentEntityType" : { },
"notified" : true,
"appendGeneratedCode" : true,
"descriptionAndCode" : "...",
"auditableFields" : [ { }, { } ]
},
"transient" : true
}, {
"validity" : {
"from" : 12345,
"to" : 12345,
"valid" : true,
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345
},
"id" : 12345,
"itemCode" : "...",
"version" : 12345,
"itemClassSimpleName" : "...",
"appliesTo" : "...",
"meveoModule" : {
"descriptionAndCode" : "...",
"id" : 12345,
"notified" : true,
"installed" : true,
"referenceCode" : "...",
"license" : "LGPL",
"moduleSource" : "...",
"auditable" : { },
"parentEntity" : { },
"downloaded" : true,
"script" : { },
"historized" : true,
"description" : "...",
"version" : 12345,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"moduleItems" : [ { }, { } ],
"codeChanged" : true,
"parentEntityType" : { },
"descriptionOrCode" : "...",
"transient" : true,
"active" : true,
"code" : "...",
"disabled" : true,
"auditableFields" : [ { }, { } ],
"logoPicture" : "..."
},
"itemClass" : "...",
"itemEntity" : {
"description" : "...",
"code" : "...",
"version" : 12345,
"parentEntity" : { },
"id" : 12345,
"transient" : true,
"historized" : true,
"descriptionOrCode" : "...",
"auditable" : { },
"referenceDescription" : "...",
"referenceCode" : "...",
"codeChanged" : true,
"parentEntityType" : { },
"notified" : true,
"appendGeneratedCode" : true,
"descriptionAndCode" : "...",
"auditableFields" : [ { }, { } ]
},
"transient" : true
} ],
"script" : {
"description" : "...",
"scriptParameters" : [ {
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"defaultValue" : "...",
"mandatory" : true,
"scriptInstance" : { },
"allowedValues" : "...",
"collection" : true,
"className" : "...",
"valuesSeparator" : "...",
"code" : "...",
"id" : 12345,
"version" : 12345,
"transient" : true
}, {
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"defaultValue" : "...",
"mandatory" : true,
"scriptInstance" : { },
"allowedValues" : "...",
"collection" : true,
"className" : "...",
"valuesSeparator" : "...",
"code" : "...",
"id" : 12345,
"version" : 12345,
"transient" : true
} ],
"parentEntityType" : { },
"historized" : true,
"code" : "...",
"descriptionAndCode" : "...",
"id" : 12345,
"transient" : true,
"referenceDescription" : "...",
"sourcingRoles" : [ "...", "..." ],
"parentEntity" : {
"description" : "...",
"code" : "...",
"version" : 12345,
"parentEntity" : { },
"id" : 12345,
"transient" : true,
"historized" : true,
"descriptionOrCode" : "...",
"auditable" : { },
"referenceDescription" : "...",
"referenceCode" : "...",
"codeChanged" : true,
"parentEntityType" : { },
"notified" : true,
"appendGeneratedCode" : true,
"descriptionAndCode" : "...",
"auditableFields" : [ { }, { } ]
},
"disabled" : true,
"scriptErrors" : [ {
"message" : "...",
"sourceFile" : "...",
"lineNumber" : 12345,
"columnNumber" : 12345
}, {
"message" : "...",
"sourceFile" : "...",
"lineNumber" : 12345,
"columnNumber" : 12345
} ],
"referenceCode" : "...",
"descriptionOrCode" : "...",
"version" : 12345,
"auditableFields" : [ {
"notified" : true,
"historized" : true,
"notfiable" : true,
"historable" : true,
"auditType" : "OTHER",
"fieldName" : "...",
"currentState" : { },
"previousState" : { }
}, {
"notified" : true,
"historized" : true,
"notfiable" : true,
"historable" : true,
"auditType" : "RENEWAL",
"fieldName" : "...",
"currentState" : { },
"previousState" : { }
} ],
"error" : true,
"codeChanged" : true,
"executionRoles" : [ "...", "..." ],
"notified" : true,
"appendGeneratedCode" : true,
"auditable" : {
"created" : 12345,
"updater" : "...",
"lastModified" : 12345,
"updated" : 12345,
"lastUser" : "...",
"creator" : "..."
},
"reuse" : true,
"script" : "...",
"sourceTypeEnum" : "JAVA_CLASS",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"active" : true,
"scriptInstanceCategory" : {
"descriptionOrCode" : "...",
"appendGeneratedCode" : true,
"version" : 12345,
"transient" : true,
"historized" : true,
"descriptionAndCode" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"description" : "...",
"notified" : true,
"referenceDescription" : "...",
"auditableFields" : [ { }, { } ],
"code" : "...",
"parentEntityType" : { },
"referenceCode" : "...",
"id" : 12345,
"codeChanged" : true,
"auditable" : { },
"parentEntity" : { }
}
},
"auditable" : {
"created" : 12345,
"updater" : "...",
"lastModified" : 12345,
"updated" : 12345,
"lastUser" : "...",
"creator" : "..."
},
"code" : "...",
"license" : "LGPL",
"installed" : true,
"description" : "...",
"productTemplate" : {
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"description" : "...",
"attachments" : [ {
"uri" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"transient" : true,
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"historized" : true,
"codeChanged" : true,
"description" : "...",
"parentEntityType" : { },
"parentEntity" : { },
"active" : true,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"mimeType" : "...",
"productOfferings" : [ { }, { } ],
"version" : 12345,
"referenceCode" : "...",
"id" : 12345,
"disabled" : true,
"notified" : true
}, {
"uri" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"transient" : true,
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"historized" : true,
"codeChanged" : true,
"description" : "...",
"parentEntityType" : { },
"parentEntity" : { },
"active" : true,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"mimeType" : "...",
"productOfferings" : [ { }, { } ],
"version" : 12345,
"referenceCode" : "...",
"id" : 12345,
"disabled" : true,
"notified" : true
} ],
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"invoicingCalendar" : {
"notified" : true,
"initializationRequired" : true,
"initDate" : 12345,
"parentEntityType" : { },
"auditableFields" : [ { }, { } ],
"parentEntity" : { },
"referenceCode" : "...",
"auditable" : { },
"id" : 12345,
"historized" : true,
"descriptionAndCode" : "...",
"transient" : true,
"referenceDescription" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"codeChanged" : true,
"initDateEL" : "...",
"calendarType" : "...",
"calendarTypeWSubtypes" : "...",
"description" : "...",
"descriptionOrCode" : "...",
"code" : "...",
"appendGeneratedCode" : true,
"version" : 12345
},
"uuid" : "...",
"code" : "...",
"descriptionAndCode" : "...",
"notified" : true,
"disabled" : true,
"historized" : true,
"auditableFields" : [ {
"notified" : true,
"historized" : true,
"notfiable" : true,
"historable" : true,
"auditType" : "OTHER",
"fieldName" : "...",
"currentState" : { },
"previousState" : { }
}, {
"notified" : true,
"historized" : true,
"notfiable" : true,
"historable" : true,
"auditType" : "OTHER",
"fieldName" : "...",
"currentState" : { },
"previousState" : { }
} ],
"validity" : {
"from" : 12345,
"to" : 12345,
"valid" : true,
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345
},
"customerCategories" : [ {
"historized" : true,
"auditableFields" : [ { }, { } ],
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"version" : 12345,
"exonerationReason" : "...",
"uuid" : "...",
"accountingCode" : { },
"codeChanged" : true,
"descriptionOrCode" : "...",
"taxCategory" : { },
"exoneratedFromTaxes" : true,
"notified" : true,
"appendGeneratedCode" : true,
"id" : 12345,
"cfValues" : { },
"parentEntityType" : { },
"auditable" : { },
"code" : "...",
"descriptionAndCode" : "...",
"cfAccumulatedValues" : { },
"exonerationTaxEl" : "...",
"parentEntity" : { },
"referenceCode" : "...",
"referenceDescription" : "...",
"parentCFEntities" : [ { }, { } ],
"taxCategoryEl" : "...",
"description" : "...",
"transient" : true
}, {
"historized" : true,
"auditableFields" : [ { }, { } ],
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"version" : 12345,
"exonerationReason" : "...",
"uuid" : "...",
"accountingCode" : { },
"codeChanged" : true,
"descriptionOrCode" : "...",
"taxCategory" : { },
"exoneratedFromTaxes" : true,
"notified" : true,
"appendGeneratedCode" : true,
"id" : 12345,
"cfValues" : { },
"parentEntityType" : { },
"auditable" : { },
"code" : "...",
"descriptionAndCode" : "...",
"cfAccumulatedValues" : { },
"exonerationTaxEl" : "...",
"parentEntity" : { },
"referenceCode" : "...",
"referenceDescription" : "...",
"parentCFEntities" : [ { }, { } ],
"taxCategoryEl" : "...",
"description" : "...",
"transient" : true
} ],
"version" : 12345,
"parentEntity" : {
"description" : "...",
"code" : "...",
"version" : 12345,
"parentEntity" : { },
"id" : 12345,
"transient" : true,
"historized" : true,
"descriptionOrCode" : "...",
"auditable" : { },
"referenceDescription" : "...",
"referenceCode" : "...",
"codeChanged" : true,
"parentEntityType" : { },
"notified" : true,
"appendGeneratedCode" : true,
"descriptionAndCode" : "...",
"auditableFields" : [ { }, { } ]
},
"referenceCode" : "...",
"longDescription" : "...",
"descriptionOrCode" : "...",
"businessProductModel" : {
"referenceDescription" : "...",
"moduleItems" : [ { }, { } ],
"script" : { },
"auditable" : { },
"code" : "...",
"license" : "COM",
"installed" : true,
"description" : "...",
"productTemplate" : { },
"disabled" : true,
"appendGeneratedCode" : true,
"descriptionOrCode" : "...",
"parentEntityType" : { },
"downloaded" : true,
"transient" : true,
"active" : true,
"moduleSource" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"notified" : true,
"referenceCode" : "...",
"descriptionAndCode" : "...",
"logoPicture" : "...",
"codeChanged" : true,
"id" : 12345,
"historized" : true,
"parentEntity" : { },
"version" : 12345,
"auditableFields" : [ { }, { } ]
},
"parentCFEntities" : [ {
"parentCFEntities" : [ { }, { } ],
"uuid" : "...",
"cfValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"dirtyCF" : true,
"CFValuesCopy" : { },
"cfValues" : { },
"cfAccumulatedValuesNullSafe" : { },
"cfAccumulatedValues" : { }
}, {
"parentCFEntities" : [ { }, { } ],
"uuid" : "...",
"cfValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"dirtyCF" : true,
"CFValuesCopy" : { },
"cfValues" : { },
"cfAccumulatedValuesNullSafe" : { },
"cfAccumulatedValues" : { }
} ],
"imagePath" : "...",
"lifeCycleStatus" : "REJECTED",
"nameOrCode" : "...",
"name" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"appendGeneratedCode" : true,
"globalRatingScriptInstance" : {
"description" : "...",
"scriptParameters" : [ { }, { } ],
"parentEntityType" : { },
"historized" : true,
"code" : "...",
"descriptionAndCode" : "...",
"id" : 12345,
"transient" : true,
"referenceDescription" : "...",
"sourcingRoles" : [ "...", "..." ],
"parentEntity" : { },
"disabled" : true,
"scriptErrors" : [ { }, { } ],
"referenceCode" : "...",
"descriptionOrCode" : "...",
"version" : 12345,
"auditableFields" : [ { }, { } ],
"error" : true,
"codeChanged" : true,
"executionRoles" : [ "...", "..." ],
"notified" : true,
"appendGeneratedCode" : true,
"auditable" : { },
"reuse" : true,
"script" : "...",
"sourceTypeEnum" : "JAVA_CLASS",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"active" : true,
"scriptInstanceCategory" : { }
},
"active" : true,
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"walletTemplates" : [ {
"notified" : true,
"lowBalanceLevel" : 12345.0,
"descriptionOrCode" : "...",
"auditableFields" : [ { }, { } ],
"id" : 12345,
"descriptionAndCode" : "...",
"fastRatingLevel" : 12345,
"code" : "...",
"parentEntityType" : { },
"historized" : true,
"referenceDescription" : "...",
"auditable" : { },
"appendGeneratedCode" : true,
"version" : 12345,
"walletType" : "POSTPAID",
"lowBalanceLevelEl" : "...",
"description" : "...",
"consumptionAlertSet" : true,
"rejectLevel" : 12345.0,
"codeChanged" : true,
"referenceCode" : "...",
"transient" : true,
"parentEntity" : { },
"rejectLevelEl" : "..."
}, {
"notified" : true,
"lowBalanceLevel" : 12345.0,
"descriptionOrCode" : "...",
"auditableFields" : [ { }, { } ],
"id" : 12345,
"descriptionAndCode" : "...",
"fastRatingLevel" : 12345,
"code" : "...",
"parentEntityType" : { },
"historized" : true,
"referenceDescription" : "...",
"auditable" : { },
"appendGeneratedCode" : true,
"version" : 12345,
"walletType" : "POSTPAID",
"lowBalanceLevelEl" : "...",
"description" : "...",
"consumptionAlertSet" : true,
"rejectLevel" : 12345.0,
"codeChanged" : true,
"referenceCode" : "...",
"transient" : true,
"parentEntity" : { },
"rejectLevelEl" : "..."
} ],
"id" : 12345,
"channels" : [ {
"code" : "...",
"version" : 12345,
"disabled" : true,
"notified" : true,
"active" : true,
"referenceDescription" : "...",
"auditable" : { },
"transient" : true,
"id" : 12345,
"codeChanged" : true,
"referenceCode" : "...",
"auditableFields" : [ { }, { } ],
"historized" : true,
"parentEntity" : { },
"descriptionAndCode" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"description" : "...",
"descriptionOrCode" : "...",
"appendGeneratedCode" : true,
"parentEntityType" : { }
}, {
"code" : "...",
"version" : 12345,
"disabled" : true,
"notified" : true,
"active" : true,
"referenceDescription" : "...",
"auditable" : { },
"transient" : true,
"id" : 12345,
"codeChanged" : true,
"referenceCode" : "...",
"auditableFields" : [ { }, { } ],
"historized" : true,
"parentEntity" : { },
"descriptionAndCode" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"description" : "...",
"descriptionOrCode" : "...",
"appendGeneratedCode" : true,
"parentEntityType" : { }
} ],
"transient" : true,
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"codeChanged" : true,
"offerTemplateCategories" : [ {
"parentEntityType" : { },
"historized" : true,
"version" : 12345,
"active" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"descriptionOrCode" : "...",
"transient" : true,
"description" : "...",
"id" : 12345,
"codeChanged" : true,
"referenceCode" : "...",
"notified" : true,
"parentEntity" : { },
"uuid" : "...",
"referenceDescription" : "...",
"code" : "...",
"parentCFEntities" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"appendGeneratedCode" : true,
"imagePath" : "...",
"productOffering" : [ { }, { } ],
"disabled" : true,
"offerTemplateCategory" : { },
"orderLevel" : 12345,
"parentCategoryCode" : "...",
"children" : [ { }, { } ],
"auditable" : { },
"cfAccumulatedValues" : { },
"descriptionAndCode" : "...",
"assignedToProductOffering" : true,
"name" : "...",
"cfValues" : { }
}, {
"parentEntityType" : { },
"historized" : true,
"version" : 12345,
"active" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"descriptionOrCode" : "...",
"transient" : true,
"description" : "...",
"id" : 12345,
"codeChanged" : true,
"referenceCode" : "...",
"notified" : true,
"parentEntity" : { },
"uuid" : "...",
"referenceDescription" : "...",
"code" : "...",
"parentCFEntities" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"appendGeneratedCode" : true,
"imagePath" : "...",
"productOffering" : [ { }, { } ],
"disabled" : true,
"offerTemplateCategory" : { },
"orderLevel" : 12345,
"parentCategoryCode" : "...",
"children" : [ { }, { } ],
"auditable" : { },
"cfAccumulatedValues" : { },
"descriptionAndCode" : "...",
"assignedToProductOffering" : true,
"name" : "...",
"cfValues" : { }
} ],
"referenceDescription" : "...",
"productChargeTemplates" : [ {
"outputUnitEL" : "...",
"transient" : true,
"attributes" : [ { }, { } ],
"inputUnitOfMeasure" : { },
"ratingUnitDescription" : "...",
"id" : 12345,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"taxClass" : { },
"auditable" : { },
"appendGeneratedCode" : true,
"roundingMode" : "HALF_EVEN",
"inputUnitEL" : "...",
"status" : "DRAFT",
"taxClassEl" : "...",
"parentEntity" : { },
"codeChanged" : true,
"inputUnitDescription" : "...",
"edrTemplates" : [ { }, { } ],
"description" : "...",
"version" : 12345,
"referenceCode" : "...",
"productCharges" : [ { }, { } ],
"cfAccumulatedValues" : { },
"type" : "DEBIT",
"ratingScript" : { },
"referenceDescription" : "...",
"cfValues" : { },
"filterExpression" : "...",
"unitNbDecimal" : 12345,
"descriptionAndCode" : "...",
"unitMultiplicator" : 12345.0,
"productTemplates" : [ { }, { } ],
"active" : true,
"descriptionOrCode" : "...",
"code" : "...",
"chargeType" : "...",
"parentCFEntities" : [ { }, { } ],
"disabled" : true,
"notified" : true,
"invoiceSubCategory" : { },
"revenueRecognitionRule" : { },
"chargeMainType" : "USAGE",
"uuid" : "...",
"amountEditable" : true,
"dropZeroWo" : true,
"internalNote" : "...",
"roundingValuesComputed" : true,
"parentEntityType" : { },
"auditableFields" : [ { }, { } ],
"sortIndexEl" : "...",
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"historized" : true,
"ratingUnitOfMeasure" : { }
}, {
"outputUnitEL" : "...",
"transient" : true,
"attributes" : [ { }, { } ],
"inputUnitOfMeasure" : { },
"ratingUnitDescription" : "...",
"id" : 12345,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"taxClass" : { },
"auditable" : { },
"appendGeneratedCode" : true,
"roundingMode" : "NEAREST",
"inputUnitEL" : "...",
"status" : "ACTIVE",
"taxClassEl" : "...",
"parentEntity" : { },
"codeChanged" : true,
"inputUnitDescription" : "...",
"edrTemplates" : [ { }, { } ],
"description" : "...",
"version" : 12345,
"referenceCode" : "...",
"productCharges" : [ { }, { } ],
"cfAccumulatedValues" : { },
"type" : "DEBIT",
"ratingScript" : { },
"referenceDescription" : "...",
"cfValues" : { },
"filterExpression" : "...",
"unitNbDecimal" : 12345,
"descriptionAndCode" : "...",
"unitMultiplicator" : 12345.0,
"productTemplates" : [ { }, { } ],
"active" : true,
"descriptionOrCode" : "...",
"code" : "...",
"chargeType" : "...",
"parentCFEntities" : [ { }, { } ],
"disabled" : true,
"notified" : true,
"invoiceSubCategory" : { },
"revenueRecognitionRule" : { },
"chargeMainType" : "USAGE",
"uuid" : "...",
"amountEditable" : true,
"dropZeroWo" : true,
"internalNote" : "...",
"roundingValuesComputed" : true,
"parentEntityType" : { },
"auditableFields" : [ { }, { } ],
"sortIndexEl" : "...",
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"historized" : true,
"ratingUnitOfMeasure" : { }
} ],
"sellers" : [ {
"version" : 12345,
"externalRef2" : "...",
"parentCFEntities" : [ { }, { } ],
"providerContact" : "...",
"contracts" : [ { }, { } ],
"customerSequences" : [ { }, { } ],
"referenceCode" : "...",
"registrationNo" : "...",
"transient" : true,
"jobTitle" : "...",
"externalRef1" : "...",
"minimumAmountEl" : "...",
"parentEntity" : { },
"name" : { },
"paymentGateways" : [ { }, { } ],
"contactInformation" : { },
"description" : "...",
"referenceDescription" : "...",
"vatNo" : "...",
"generalLedger" : { },
"minimumArticle" : { },
"primaryContact" : { },
"defaultLevel" : true,
"businessAccountModel" : { },
"minimumLabelEl" : "...",
"cfAccumulatedValues" : { },
"codeChanged" : true,
"parentEntityType" : { },
"descriptionAndCode" : "...",
"contactInformationNullSafe" : { },
"code" : "...",
"accountType" : "...",
"auditableFields" : [ { }, { } ],
"tradingCountry" : { },
"legalType" : "...",
"uuid" : "...",
"id" : 12345,
"auditable" : { },
"appendGeneratedCode" : true,
"seller" : { },
"descriptionOrCode" : "...",
"minimumChargeTemplate" : { },
"cfValues" : { },
"historized" : true,
"tradingLanguage" : { },
"address" : { },
"notified" : true,
"legalEntityType" : { },
"legalText" : "...",
"invoiceTypeSequence" : [ { }, { } ],
"isCompany" : true,
"tradingCurrency" : { }
}, {
"version" : 12345,
"externalRef2" : "...",
"parentCFEntities" : [ { }, { } ],
"providerContact" : "...",
"contracts" : [ { }, { } ],
"customerSequences" : [ { }, { } ],
"referenceCode" : "...",
"registrationNo" : "...",
"transient" : true,
"jobTitle" : "...",
"externalRef1" : "...",
"minimumAmountEl" : "...",
"parentEntity" : { },
"name" : { },
"paymentGateways" : [ { }, { } ],
"contactInformation" : { },
"description" : "...",
"referenceDescription" : "...",
"vatNo" : "...",
"generalLedger" : { },
"minimumArticle" : { },
"primaryContact" : { },
"defaultLevel" : true,
"businessAccountModel" : { },
"minimumLabelEl" : "...",
"cfAccumulatedValues" : { },
"codeChanged" : true,
"parentEntityType" : { },
"descriptionAndCode" : "...",
"contactInformationNullSafe" : { },
"code" : "...",
"accountType" : "...",
"auditableFields" : [ { }, { } ],
"tradingCountry" : { },
"legalType" : "...",
"uuid" : "...",
"id" : 12345,
"auditable" : { },
"appendGeneratedCode" : true,
"seller" : { },
"descriptionOrCode" : "...",
"minimumChargeTemplate" : { },
"cfValues" : { },
"historized" : true,
"tradingLanguage" : { },
"address" : { },
"notified" : true,
"legalEntityType" : { },
"legalText" : "...",
"invoiceTypeSequence" : [ { }, { } ],
"isCompany" : true,
"tradingCurrency" : { }
} ],
"businessAccountModels" : [ {
"notified" : true,
"downloaded" : true,
"appendGeneratedCode" : true,
"script" : { },
"parentEntity" : { },
"disabled" : true,
"codeChanged" : true,
"auditable" : { },
"moduleItems" : [ { }, { } ],
"description" : "...",
"code" : "...",
"moduleSource" : "...",
"license" : "FREE_BSD",
"descriptionOrCode" : "...",
"id" : 12345,
"installed" : true,
"referenceDescription" : "...",
"transient" : true,
"active" : true,
"parentEntityType" : { },
"logoPicture" : "...",
"descriptionAndCode" : "...",
"auditableFields" : [ { }, { } ],
"historized" : true,
"referenceCode" : "...",
"version" : 12345,
"hierarchyType" : "C"
}, {
"notified" : true,
"downloaded" : true,
"appendGeneratedCode" : true,
"script" : { },
"parentEntity" : { },
"disabled" : true,
"codeChanged" : true,
"auditable" : { },
"moduleItems" : [ { }, { } ],
"description" : "...",
"code" : "...",
"moduleSource" : "...",
"license" : "MIT",
"descriptionOrCode" : "...",
"id" : 12345,
"installed" : true,
"referenceDescription" : "...",
"transient" : true,
"active" : true,
"parentEntityType" : { },
"logoPicture" : "...",
"descriptionAndCode" : "...",
"auditableFields" : [ { }, { } ],
"historized" : true,
"referenceCode" : "...",
"version" : 12345,
"hierarchyType" : "CA"
} ],
"auditable" : {
"created" : 12345,
"updater" : "...",
"lastModified" : 12345,
"updated" : 12345,
"lastUser" : "...",
"creator" : "..."
},
"parentEntityType" : { },
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
}
},
"disabled" : true,
"appendGeneratedCode" : true,
"descriptionOrCode" : "...",
"parentEntityType" : { },
"downloaded" : true,
"transient" : true,
"active" : true,
"moduleSource" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"notified" : true,
"referenceCode" : "...",
"descriptionAndCode" : "...",
"logoPicture" : "...",
"codeChanged" : true,
"id" : 12345,
"historized" : true,
"parentEntity" : {
"description" : "...",
"code" : "...",
"version" : 12345,
"parentEntity" : { },
"id" : 12345,
"transient" : true,
"historized" : true,
"descriptionOrCode" : "...",
"auditable" : {
"created" : 12345,
"updater" : "...",
"lastModified" : 12345,
"updated" : 12345,
"lastUser" : "...",
"creator" : "..."
},
"referenceDescription" : "...",
"referenceCode" : "...",
"codeChanged" : true,
"parentEntityType" : { },
"notified" : true,
"appendGeneratedCode" : true,
"descriptionAndCode" : "...",
"auditableFields" : [ {
"notified" : true,
"historized" : true,
"notfiable" : true,
"historable" : true,
"auditType" : "STATUS",
"fieldName" : "...",
"currentState" : { },
"previousState" : { }
}, {
"notified" : true,
"historized" : true,
"notfiable" : true,
"historable" : true,
"auditType" : "STATUS",
"fieldName" : "...",
"currentState" : { },
"previousState" : { }
} ]
},
"version" : 12345,
"auditableFields" : [ {
"notified" : true,
"historized" : true,
"notfiable" : true,
"historable" : true,
"auditType" : "OTHER",
"fieldName" : "...",
"currentState" : { },
"previousState" : { }
}, {
"notified" : true,
"historized" : true,
"notfiable" : true,
"historable" : true,
"auditType" : "STATUS",
"fieldName" : "...",
"currentState" : { },
"previousState" : { }
} ]
}