AccountEntity Data Type

Abstract Type
Subtypes
Customer, CustomerAccount, BillingAccount, UserAccount, Seller
Implemented Interfaces
ICustomFieldEntity, IReferenceEntity, Serializable
Properties
name data type constraints description
parentCFEntities array of ICustomFieldEntity  
referenceCode string  
codeChanged boolean  
notified boolean  
vatNo string  
parentEntity BusinessEntity  
registrationNo string  
description string max size: 255, min size: 0
externalRef1 string  
minimumAmountEl string  
referenceDescription string  
cfAccumulatedValues CustomFieldValues  
primaryContact ProviderContact  
code string required, max size: 255, min size: 1
historized boolean  
id number  
appendGeneratedCode boolean  
descriptionOrCode string  
legalEntityType Title  
businessAccountModel BusinessAccountModel  
contactInformation ContactInformation  
defaultLevel boolean  
address Address  
minimumArticle AccountingArticle  
transient boolean  
descriptionAndCode string  
providerContact string  
auditable Auditable  
cfValues CustomFieldValues  
jobTitle string  
version number  
parentEntityType object  
minimumLabelEl string  
name Name  
isCompany boolean  
auditableFields array of AuditableFieldHistory  
contactInformationNullSafe ContactInformation  
minimumChargeTemplate OneShotChargeTemplate  
externalRef2 string  
uuid string  
accountType string  

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "parentCFEntities" : [ {
    "cfValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "uuid" : "...",
    "dirtyCF" : true,
    "cfValuesAsValues" : {
      "property1" : { },
      "property2" : { }
    },
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "parentCFEntities" : [ { }, { } ],
    "CFValuesCopy" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfAccumulatedValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    }
  }, {
    "cfValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "uuid" : "...",
    "dirtyCF" : true,
    "cfValuesAsValues" : {
      "property1" : { },
      "property2" : { }
    },
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "parentCFEntities" : [ { }, { } ],
    "CFValuesCopy" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfAccumulatedValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    }
  } ],
  "referenceCode" : "...",
  "codeChanged" : true,
  "notified" : true,
  "vatNo" : "...",
  "parentEntity" : {
    "referenceDescription" : "...",
    "auditableFields" : [ {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "RENEWAL",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    }, {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "STATUS",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    } ],
    "parentEntity" : { },
    "codeChanged" : true,
    "description" : "...",
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345
    },
    "transient" : true,
    "referenceCode" : "...",
    "version" : 12345,
    "code" : "...",
    "parentEntityType" : { },
    "id" : 12345,
    "notified" : true,
    "appendGeneratedCode" : true,
    "descriptionAndCode" : "...",
    "historized" : true,
    "descriptionOrCode" : "..."
  },
  "registrationNo" : "...",
  "description" : "...",
  "externalRef1" : "...",
  "minimumAmountEl" : "...",
  "referenceDescription" : "...",
  "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
  },
  "primaryContact" : {
    "id" : 12345,
    "auditableFields" : [ {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "OTHER",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    }, {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "STATUS",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    } ],
    "parentEntity" : {
      "referenceDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "codeChanged" : true,
      "description" : "...",
      "auditable" : { },
      "transient" : true,
      "referenceCode" : "...",
      "version" : 12345,
      "code" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "notified" : true,
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "historized" : true,
      "descriptionOrCode" : "..."
    },
    "fax" : "...",
    "descriptionAndCode" : "...",
    "parentEntityType" : { },
    "description" : "...",
    "transient" : true,
    "appendGeneratedCode" : true,
    "lastName" : "...",
    "historized" : true,
    "referenceCode" : "...",
    "version" : 12345,
    "descriptionOrCode" : "...",
    "codeChanged" : true,
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345
    },
    "phone" : "...",
    "code" : "...",
    "notified" : true,
    "firstName" : "...",
    "mobile" : "...",
    "email" : "...",
    "referenceDescription" : "...",
    "genericMail" : "...",
    "address" : {
      "countryBundle" : "...",
      "address1" : "...",
      "state" : "...",
      "address4" : "...",
      "city" : "...",
      "zipCode" : "...",
      "address5" : "...",
      "address3" : "...",
      "country" : { },
      "address2" : "..."
    }
  },
  "code" : "...",
  "historized" : true,
  "id" : 12345,
  "appendGeneratedCode" : true,
  "descriptionOrCode" : "...",
  "legalEntityType" : {
    "descriptionI18nNullSafe" : {
      "property1" : "...",
      "property2" : "..."
    },
    "id" : 12345,
    "codeChanged" : true,
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345
    },
    "parentEntity" : {
      "referenceDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "codeChanged" : true,
      "description" : "...",
      "auditable" : { },
      "transient" : true,
      "referenceCode" : "...",
      "version" : 12345,
      "code" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "notified" : true,
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "historized" : true,
      "descriptionOrCode" : "..."
    },
    "auditableFields" : [ {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "STATUS",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    }, {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "STATUS",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    } ],
    "referenceDescription" : "...",
    "transient" : true,
    "code" : "...",
    "descriptionAndCode" : "...",
    "appendGeneratedCode" : true,
    "descriptionOrCode" : "...",
    "historized" : true,
    "description" : "...",
    "isCompany" : true,
    "parentEntityType" : { },
    "version" : 12345,
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "referenceCode" : "...",
    "notified" : true,
    "descriptionNotNull" : "..."
  },
  "businessAccountModel" : {
    "referenceCode" : "...",
    "auditableFields" : [ {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "STATUS",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    }, {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "RENEWAL",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    } ],
    "notified" : true,
    "active" : true,
    "transient" : true,
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345
    },
    "referenceDescription" : "...",
    "hierarchyType" : "S_BA",
    "script" : {
      "historized" : true,
      "sourcingRoles" : [ "...", "..." ],
      "reuse" : true,
      "appendGeneratedCode" : true,
      "auditable" : { },
      "parentEntity" : { },
      "codeChanged" : true,
      "scriptInstanceCategory" : { },
      "scriptErrors" : [ { }, { } ],
      "executionRoles" : [ "...", "..." ],
      "referenceDescription" : "...",
      "disabled" : true,
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "notified" : true,
      "descriptionOrCode" : "...",
      "referenceCode" : "...",
      "parentEntityType" : { },
      "error" : true,
      "sourceTypeEnum" : "JAVA",
      "transient" : true,
      "descriptionAndCode" : "...",
      "description" : "...",
      "id" : 12345,
      "active" : true,
      "script" : "...",
      "version" : 12345
    },
    "codeChanged" : true,
    "descriptionOrCode" : "...",
    "installed" : true,
    "parentEntityType" : { },
    "id" : 12345,
    "downloaded" : true,
    "version" : 12345,
    "description" : "...",
    "moduleSource" : "...",
    "disabled" : true,
    "parentEntity" : {
      "referenceDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "codeChanged" : true,
      "description" : "...",
      "auditable" : { },
      "transient" : true,
      "referenceCode" : "...",
      "version" : 12345,
      "code" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "notified" : true,
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "historized" : true,
      "descriptionOrCode" : "..."
    },
    "appendGeneratedCode" : true,
    "moduleItems" : [ {
      "validity" : { },
      "meveoModule" : { },
      "appliesTo" : "...",
      "id" : 12345,
      "itemClassSimpleName" : "...",
      "itemClass" : "...",
      "version" : 12345,
      "itemEntity" : { },
      "transient" : true,
      "itemCode" : "..."
    }, {
      "validity" : { },
      "meveoModule" : { },
      "appliesTo" : "...",
      "id" : 12345,
      "itemClassSimpleName" : "...",
      "itemClass" : "...",
      "version" : 12345,
      "itemEntity" : { },
      "transient" : true,
      "itemCode" : "..."
    } ],
    "historized" : true,
    "logoPicture" : "...",
    "license" : "LGPL",
    "descriptionAndCode" : "...",
    "code" : "..."
  },
  "contactInformation" : {
    "email" : "...",
    "fax" : "...",
    "phone" : "...",
    "mobile" : "..."
  },
  "defaultLevel" : true,
  "address" : {
    "countryBundle" : "...",
    "address1" : "...",
    "state" : "...",
    "address4" : "...",
    "city" : "...",
    "zipCode" : "...",
    "address5" : "...",
    "address3" : "...",
    "country" : {
      "historized" : true,
      "auditableFields" : [ { }, { } ],
      "notified" : true,
      "auditable" : { },
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "transient" : true,
      "version" : 12345,
      "id" : 12345,
      "currency" : { },
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "code" : "...",
      "language" : { },
      "countryCode" : "...",
      "description" : "..."
    },
    "address2" : "..."
  },
  "minimumArticle" : {
    "accountingCodeEl" : "...",
    "referenceCode" : "...",
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "parentCFEntities" : [ {
      "cfValuesNullSafe" : { },
      "uuid" : "...",
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "CFValuesCopy" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfAccumulatedValues" : { }
    }, {
      "cfValuesNullSafe" : { },
      "uuid" : "...",
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "CFValuesCopy" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfAccumulatedValues" : { }
    } ],
    "auditableFields" : [ {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "RENEWAL",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    }, {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "OTHER",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    } ],
    "parentEntity" : {
      "referenceDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "codeChanged" : true,
      "description" : "...",
      "auditable" : { },
      "transient" : true,
      "referenceCode" : "...",
      "version" : 12345,
      "code" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "notified" : true,
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "historized" : true,
      "descriptionOrCode" : "..."
    },
    "invoiceType" : {
      "notified" : true,
      "cfAccumulatedValues" : { },
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "description" : "...",
      "auditable" : { },
      "referenceCode" : "...",
      "invoiceValidationScript" : { },
      "sellerSequence" : [ { }, { } ],
      "cfValues" : { },
      "taxScript" : { },
      "billingTemplateNameEL" : "...",
      "invoiceSequence" : { },
      "parentCFEntities" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "appendGeneratedCode" : true,
      "useSelfSequence" : true,
      "matchingAuto" : true,
      "xmlFilenameEL" : "...",
      "prefixEL" : "...",
      "occTemplateCodeEl" : "...",
      "occTemplateNegative" : { },
      "transient" : true,
      "occTemplate" : { },
      "customInvoiceXmlScriptInstance" : { },
      "parentEntityType" : { },
      "pdfFilenameEL" : "...",
      "invoiceAccountable" : true,
      "code" : "...",
      "emailTemplate" : { },
      "excludeFromAgedTrialBalance" : true,
      "mailingType" : "BATCH",
      "referenceDescription" : "...",
      "occTemplateNegativeCodeEl" : "...",
      "id" : 12345,
      "codeChanged" : true,
      "appliesTo" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "parentEntity" : { },
      "uuid" : "...",
      "historized" : true
    },
    "columnCriteriaEL" : "...",
    "version" : 12345,
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "active" : true,
    "referenceDescription" : "...",
    "historized" : true,
    "analyticCode2" : "...",
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "id" : 12345,
    "ignoreAggregation" : true,
    "analyticCode3" : "...",
    "parentEntityType" : { },
    "descriptionOrCode" : "...",
    "descriptionAndCode" : "...",
    "unitPrice" : 12345.0,
    "accountingCode" : {
      "auditable" : { },
      "chartOfAccountTypeEnum" : "EQUITY",
      "chartOfAccountViewTypeEnum" : "REGULAR",
      "active" : true,
      "notified" : true,
      "codeChanged" : true,
      "disabled" : true,
      "descriptionAndCode" : "...",
      "appendGeneratedCode" : true,
      "parentEntityType" : { },
      "id" : 12345,
      "parentAccountingCode" : { },
      "migrated" : true,
      "historized" : true,
      "descriptionOrCode" : "...",
      "referenceDescription" : "...",
      "version" : 12345,
      "reportingAccount" : "...",
      "description" : "...",
      "code" : "...",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "notes" : "...",
      "referenceCode" : "...",
      "transient" : true
    },
    "codeChanged" : true,
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345
    },
    "notified" : true,
    "uuid" : "...",
    "description" : "...",
    "transient" : true,
    "accountingCodeMappings" : [ {
      "transient" : true,
      "auditable" : { },
      "notified" : true,
      "auditableFields" : [ { }, { } ],
      "billingCurrency" : { },
      "sellerCountry" : { },
      "version" : 12345,
      "id" : 12345,
      "accountingCode" : { },
      "historized" : true,
      "accountingArticle" : { },
      "criteriaElValue" : "...",
      "seller" : { },
      "billingCountry" : { }
    }, {
      "transient" : true,
      "auditable" : { },
      "notified" : true,
      "auditableFields" : [ { }, { } ],
      "billingCurrency" : { },
      "sellerCountry" : { },
      "version" : 12345,
      "id" : 12345,
      "accountingCode" : { },
      "historized" : true,
      "accountingArticle" : { },
      "criteriaElValue" : "...",
      "seller" : { },
      "billingCountry" : { }
    } ],
    "articleFamily" : {
      "parentEntityType" : { },
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "transient" : true,
      "accountingCode" : { },
      "auditableFields" : [ { }, { } ],
      "codeChanged" : true,
      "historized" : true,
      "description" : "...",
      "referenceDescription" : "...",
      "cfValues" : { },
      "cfAccumulatedValues" : { },
      "referenceCode" : "...",
      "articleFamily" : { },
      "version" : 12345,
      "uuid" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "parentEntity" : { },
      "parentCFEntities" : [ { }, { } ],
      "auditable" : { },
      "code" : "...",
      "notified" : true,
      "descriptionAndCode" : "...",
      "id" : 12345
    },
    "analyticCode1" : "...",
    "taxClass" : {
      "cfValues" : { },
      "uuid" : "...",
      "codeChanged" : true,
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "referenceDescription" : "...",
      "description" : "...",
      "cfAccumulatedValues" : { },
      "id" : 12345,
      "parentEntityType" : { },
      "version" : 12345,
      "appendGeneratedCode" : true,
      "transient" : true,
      "historized" : true,
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "descriptionOrCode" : "...",
      "parentCFEntities" : [ { }, { } ],
      "referenceCode" : "...",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "descriptionAndCode" : "..."
    },
    "invoiceTypeEl" : "...",
    "code" : "...",
    "invoiceSubCategory" : {
      "description" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "referenceCode" : "...",
      "parentCFEntities" : [ { }, { } ],
      "discount" : 12345.0,
      "id" : 12345,
      "code" : "...",
      "occTemplate" : { },
      "transient" : true,
      "auditable" : { },
      "uuid" : "...",
      "appendGeneratedCode" : true,
      "accountingCode" : { },
      "descriptionOrCode" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "cfValues" : { },
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "codeChanged" : true,
      "descriptionAndCode" : "...",
      "sortIndex" : 12345,
      "invoiceCategory" : { },
      "notified" : true,
      "cfAccumulatedValues" : { },
      "occTemplateNegative" : { },
      "auditableFields" : [ { }, { } ],
      "historized" : true,
      "version" : 12345,
      "referenceDescription" : "..."
    },
    "disabled" : true,
    "appendGeneratedCode" : true,
    "descriptionI18nNotNull" : {
      "property1" : "...",
      "property2" : "..."
    }
  },
  "transient" : true,
  "descriptionAndCode" : "...",
  "providerContact" : "...",
  "auditable" : {
    "created" : 12345,
    "creator" : "...",
    "lastUser" : "...",
    "updater" : "...",
    "updated" : 12345,
    "lastModified" : 12345
  },
  "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
  },
  "jobTitle" : "...",
  "version" : 12345,
  "parentEntityType" : { },
  "minimumLabelEl" : "...",
  "name" : {
    "fullName" : "...",
    "title" : {
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "id" : 12345,
      "codeChanged" : true,
      "auditable" : { },
      "parentEntity" : { },
      "auditableFields" : [ { }, { } ],
      "referenceDescription" : "...",
      "transient" : true,
      "code" : "...",
      "descriptionAndCode" : "...",
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "historized" : true,
      "description" : "...",
      "isCompany" : true,
      "parentEntityType" : { },
      "version" : 12345,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "referenceCode" : "...",
      "notified" : true,
      "descriptionNotNull" : "..."
    },
    "lastName" : "...",
    "firstName" : "..."
  },
  "isCompany" : true,
  "auditableFields" : [ {
    "fieldName" : "...",
    "notfiable" : true,
    "auditType" : "RENEWAL",
    "historized" : true,
    "previousState" : { },
    "currentState" : { },
    "historable" : true,
    "notified" : true
  }, {
    "fieldName" : "...",
    "notfiable" : true,
    "auditType" : "RENEWAL",
    "historized" : true,
    "previousState" : { },
    "currentState" : { },
    "historable" : true,
    "notified" : true
  } ],
  "contactInformationNullSafe" : {
    "email" : "...",
    "fax" : "...",
    "phone" : "...",
    "mobile" : "..."
  },
  "minimumChargeTemplate" : {
    "inputUnitEL" : "...",
    "unitNbDecimal" : 12345,
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "revenueRecognitionRule" : {
      "descriptionOrCode" : "...",
      "codeChanged" : true,
      "startEvent" : "SERVICE_PERIOD_START",
      "transient" : true,
      "referenceDescription" : "...",
      "startDelay" : 12345,
      "stopEvent" : "SERVICE_PERIOD_START",
      "disabled" : true,
      "auditableFields" : [ { }, { } ],
      "auditable" : { },
      "appendGeneratedCode" : true,
      "startUnit" : "DAY",
      "code" : "...",
      "referenceCode" : "...",
      "description" : "...",
      "parentEntity" : { },
      "historized" : true,
      "active" : true,
      "notified" : true,
      "script" : { },
      "stopUnit" : "MONTH",
      "descriptionAndCode" : "...",
      "version" : 12345,
      "id" : 12345,
      "parentEntityType" : { },
      "stopDelay" : 12345
    },
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "uuid" : "...",
    "descriptionOrCode" : "...",
    "historized" : true,
    "descriptionAndCode" : "...",
    "roundingValuesComputed" : true,
    "outputUnitEL" : "...",
    "status" : "ACTIVE",
    "notified" : true,
    "amountEditable" : true,
    "type" : "CREDIT",
    "ratingScript" : {
      "historized" : true,
      "sourcingRoles" : [ "...", "..." ],
      "reuse" : true,
      "appendGeneratedCode" : true,
      "auditable" : { },
      "parentEntity" : { },
      "codeChanged" : true,
      "scriptInstanceCategory" : { },
      "scriptErrors" : [ { }, { } ],
      "executionRoles" : [ "...", "..." ],
      "referenceDescription" : "...",
      "disabled" : true,
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "notified" : true,
      "descriptionOrCode" : "...",
      "referenceCode" : "...",
      "parentEntityType" : { },
      "error" : true,
      "sourceTypeEnum" : "JAVA_CLASS",
      "transient" : true,
      "descriptionAndCode" : "...",
      "description" : "...",
      "id" : 12345,
      "active" : true,
      "script" : "...",
      "version" : 12345
    },
    "chargeMainType" : "USAGE",
    "attributes" : [ {
      "attributeCategory" : "REGULAR",
      "medias" : [ { }, { } ],
      "historized" : true,
      "priority" : 12345,
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "cfValues" : { },
      "id" : 12345,
      "elValue" : "...",
      "code" : "...",
      "uuid" : "...",
      "appendGeneratedCode" : true,
      "attributeType" : "EMAIL",
      "chargeTemplates" : [ { }, { } ],
      "codeChanged" : true,
      "offerTemplateAttribute" : [ { }, { } ],
      "tags" : [ { }, { } ],
      "description" : "...",
      "disabled" : true,
      "assignedAttributes" : [ { }, { } ],
      "parentCFEntities" : [ { }, { } ],
      "parentEntity" : { },
      "allowedValues" : [ "...", "..." ],
      "referenceDescription" : "...",
      "unitNbDecimal" : 12345,
      "commercialRules" : [ { }, { } ],
      "parentEntityType" : { },
      "active" : true,
      "productVersionAttributes" : [ { }, { } ],
      "version" : 12345,
      "cfAccumulatedValues" : { },
      "groupedAttributes" : [ { }, { } ],
      "auditable" : { },
      "notified" : true,
      "descriptionAndCode" : "...",
      "parentAttribute" : { }
    }, {
      "attributeCategory" : "BUSINESS",
      "medias" : [ { }, { } ],
      "historized" : true,
      "priority" : 12345,
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "cfValues" : { },
      "id" : 12345,
      "elValue" : "...",
      "code" : "...",
      "uuid" : "...",
      "appendGeneratedCode" : true,
      "attributeType" : "LIST_MULTIPLE_NUMERIC",
      "chargeTemplates" : [ { }, { } ],
      "codeChanged" : true,
      "offerTemplateAttribute" : [ { }, { } ],
      "tags" : [ { }, { } ],
      "description" : "...",
      "disabled" : true,
      "assignedAttributes" : [ { }, { } ],
      "parentCFEntities" : [ { }, { } ],
      "parentEntity" : { },
      "allowedValues" : [ "...", "..." ],
      "referenceDescription" : "...",
      "unitNbDecimal" : 12345,
      "commercialRules" : [ { }, { } ],
      "parentEntityType" : { },
      "active" : true,
      "productVersionAttributes" : [ { }, { } ],
      "version" : 12345,
      "cfAccumulatedValues" : { },
      "groupedAttributes" : [ { }, { } ],
      "auditable" : { },
      "notified" : true,
      "descriptionAndCode" : "...",
      "parentAttribute" : { }
    } ],
    "taxClassEl" : "...",
    "unitMultiplicator" : 12345.0,
    "code" : "...",
    "referenceCode" : "...",
    "productCharges" : [ {
      "walletTemplates" : [ { }, { } ],
      "version" : 12345,
      "accumulatorCounterTemplates" : [ { }, { } ],
      "counterTemplate" : { },
      "product" : { },
      "transient" : true,
      "id" : 12345,
      "chargeTemplate" : { }
    }, {
      "walletTemplates" : [ { }, { } ],
      "version" : 12345,
      "accumulatorCounterTemplates" : [ { }, { } ],
      "counterTemplate" : { },
      "product" : { },
      "transient" : true,
      "id" : 12345,
      "chargeTemplate" : { }
    } ],
    "disabled" : true,
    "description" : "...",
    "parentCFEntities" : [ {
      "cfValuesNullSafe" : { },
      "uuid" : "...",
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "CFValuesCopy" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfAccumulatedValues" : { }
    }, {
      "cfValuesNullSafe" : { },
      "uuid" : "...",
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "CFValuesCopy" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfAccumulatedValues" : { }
    } ],
    "roundingMode" : "UP",
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "inputUnitDescription" : "...",
    "id" : 12345,
    "edrTemplates" : [ {
      "quantityEl" : "...",
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "transient" : true,
      "id" : 12345,
      "version" : 12345,
      "parentEntityType" : { },
      "triggeredEdrScript" : { },
      "auditable" : { },
      "param3El" : "...",
      "codeChanged" : true,
      "historized" : true,
      "param4El" : "...",
      "referenceCode" : "...",
      "param1El" : "...",
      "opencellInstanceEL" : "...",
      "notified" : true,
      "subscriptionEl" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "conditionEl" : "...",
      "referenceDescription" : "...",
      "descriptionAndCode" : "...",
      "description" : "...",
      "param2El" : "...",
      "meveoInstance" : { }
    }, {
      "quantityEl" : "...",
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "transient" : true,
      "id" : 12345,
      "version" : 12345,
      "parentEntityType" : { },
      "triggeredEdrScript" : { },
      "auditable" : { },
      "param3El" : "...",
      "codeChanged" : true,
      "historized" : true,
      "param4El" : "...",
      "referenceCode" : "...",
      "param1El" : "...",
      "opencellInstanceEL" : "...",
      "notified" : true,
      "subscriptionEl" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "conditionEl" : "...",
      "referenceDescription" : "...",
      "descriptionAndCode" : "...",
      "description" : "...",
      "param2El" : "...",
      "meveoInstance" : { }
    } ],
    "oneShotChargeTemplateType" : "TERMINATION",
    "ratingUnitDescription" : "...",
    "immediateInvoicing" : true,
    "auditableFields" : [ {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "OTHER",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    }, {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "OTHER",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    } ],
    "descriptionI18nNullSafe" : {
      "property1" : "...",
      "property2" : "..."
    },
    "chargeType" : "...",
    "dropZeroWo" : true,
    "inputUnitOfMeasure" : {
      "descriptionNotNull" : "...",
      "transient" : true,
      "descriptionOrCode" : "...",
      "referenceDescription" : "...",
      "historized" : true,
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "descriptionAndCode" : "...",
      "codeChanged" : true,
      "auditable" : { },
      "symbol" : "...",
      "multiplicator" : 12345,
      "baseUnit" : true,
      "appendGeneratedCode" : true,
      "parentEntityType" : { },
      "description" : "...",
      "referenceCode" : "...",
      "version" : 12345,
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "parentEntity" : { },
      "parentUnitOfMeasure" : { },
      "id" : 12345,
      "notified" : true
    },
    "active" : true,
    "version" : 12345,
    "filterExpression" : "...",
    "transient" : true,
    "sortIndexEl" : "...",
    "parentEntity" : {
      "referenceDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "codeChanged" : true,
      "description" : "...",
      "auditable" : { },
      "transient" : true,
      "referenceCode" : "...",
      "version" : 12345,
      "code" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "notified" : true,
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "historized" : true,
      "descriptionOrCode" : "..."
    },
    "ratingUnitOfMeasure" : {
      "descriptionNotNull" : "...",
      "transient" : true,
      "descriptionOrCode" : "...",
      "referenceDescription" : "...",
      "historized" : true,
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "descriptionAndCode" : "...",
      "codeChanged" : true,
      "auditable" : { },
      "symbol" : "...",
      "multiplicator" : 12345,
      "baseUnit" : true,
      "appendGeneratedCode" : true,
      "parentEntityType" : { },
      "description" : "...",
      "referenceCode" : "...",
      "version" : 12345,
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "parentEntity" : { },
      "parentUnitOfMeasure" : { },
      "id" : 12345,
      "notified" : true
    },
    "referenceDescription" : "...",
    "invoiceSubCategory" : {
      "description" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "referenceCode" : "...",
      "parentCFEntities" : [ { }, { } ],
      "discount" : 12345.0,
      "id" : 12345,
      "code" : "...",
      "occTemplate" : { },
      "transient" : true,
      "auditable" : { },
      "uuid" : "...",
      "appendGeneratedCode" : true,
      "accountingCode" : { },
      "descriptionOrCode" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "cfValues" : { },
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "codeChanged" : true,
      "descriptionAndCode" : "...",
      "sortIndex" : 12345,
      "invoiceCategory" : { },
      "notified" : true,
      "cfAccumulatedValues" : { },
      "occTemplateNegative" : { },
      "auditableFields" : [ { }, { } ],
      "historized" : true,
      "version" : 12345,
      "referenceDescription" : "..."
    },
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345
    },
    "codeChanged" : true,
    "taxClass" : {
      "cfValues" : { },
      "uuid" : "...",
      "codeChanged" : true,
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "referenceDescription" : "...",
      "description" : "...",
      "cfAccumulatedValues" : { },
      "id" : 12345,
      "parentEntityType" : { },
      "version" : 12345,
      "appendGeneratedCode" : true,
      "transient" : true,
      "historized" : true,
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "descriptionOrCode" : "...",
      "parentCFEntities" : [ { }, { } ],
      "referenceCode" : "...",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "descriptionAndCode" : "..."
    },
    "parentEntityType" : { },
    "appendGeneratedCode" : true
  },
  "externalRef2" : "...",
  "uuid" : "...",
  "accountType" : "..."
}