Contact Data Type

Implemented Interfaces
ICustomFieldEntity, IReferenceEntity, Serializable
Properties
name data type constraints description
uuid string  
appendGeneratedCode boolean  
jobTitle string  
referenceCode string  
websiteUrl string  
addressBook AddressBook  
version number  
contactPolicy CommunicationPolicy  
agreedToUA boolean  
externalRef2 string  
code string required, max size: 255, min size: 1
company string  
cfAccumulatedValues CustomFieldValues  
contactInformation ContactInformation  
externalRef1 string  
contactInformationNullSafe ContactInformation  
referenceDescription string  
codeChanged boolean  
contactCategories array of ContactCategory  
notified boolean  
historized boolean  
description string max size: 255, min size: 0
position string  
assistantName string  
auditableFields array of AuditableFieldHistory  
address Address  
isCompany boolean  
assistantPhone string  
primaryContact ProviderContact  
tags array of string  
prospect boolean  
parentEntityType object  
name Name  
vatNo string  
addressBookContacts array of AddressBookContact  
importedBy string  
enterprise boolean  
id number  
auditable Auditable  
descriptionOrCode string  
messages array of Message  
vip boolean  
parentCFEntities array of ICustomFieldEntity  
importedFrom string  
descriptionAndCode string  
cfValues CustomFieldValues  
comment string  
transient boolean  
parentEntity BusinessEntity  
reference string  
socialIdentifier string  
legalEntityType Title  
registrationNo string  

Example

{
  "uuid" : "...",
  "appendGeneratedCode" : true,
  "jobTitle" : "...",
  "referenceCode" : "...",
  "websiteUrl" : "...",
  "addressBook" : {
    "appendGeneratedCode" : true,
    "referenceCode" : "...",
    "version" : 12345,
    "id" : 12345,
    "contacts" : [ {
      "uuid" : "...",
      "appendGeneratedCode" : true,
      "jobTitle" : "...",
      "referenceCode" : "...",
      "websiteUrl" : "...",
      "addressBook" : { },
      "version" : 12345,
      "contactPolicy" : { },
      "agreedToUA" : true,
      "externalRef2" : "...",
      "code" : "...",
      "company" : "...",
      "cfAccumulatedValues" : { },
      "contactInformation" : { },
      "externalRef1" : "...",
      "contactInformationNullSafe" : { },
      "referenceDescription" : "...",
      "codeChanged" : true,
      "contactCategories" : [ { }, { } ],
      "notified" : true,
      "historized" : true,
      "description" : "...",
      "position" : "...",
      "assistantName" : "...",
      "auditableFields" : [ { }, { } ],
      "address" : { },
      "isCompany" : true,
      "assistantPhone" : "...",
      "primaryContact" : { },
      "tags" : [ "...", "..." ],
      "prospect" : true,
      "parentEntityType" : { },
      "name" : { },
      "vatNo" : "...",
      "addressBookContacts" : [ { }, { } ],
      "importedBy" : "...",
      "enterprise" : true,
      "id" : 12345,
      "auditable" : { },
      "descriptionOrCode" : "...",
      "messages" : [ { }, { } ],
      "vip" : true,
      "parentCFEntities" : [ { }, { } ],
      "importedFrom" : "...",
      "descriptionAndCode" : "...",
      "cfValues" : { },
      "comment" : "...",
      "transient" : true,
      "parentEntity" : { },
      "reference" : "...",
      "socialIdentifier" : "...",
      "legalEntityType" : { },
      "registrationNo" : "..."
    }, {
      "uuid" : "...",
      "appendGeneratedCode" : true,
      "jobTitle" : "...",
      "referenceCode" : "...",
      "websiteUrl" : "...",
      "addressBook" : { },
      "version" : 12345,
      "contactPolicy" : { },
      "agreedToUA" : true,
      "externalRef2" : "...",
      "code" : "...",
      "company" : "...",
      "cfAccumulatedValues" : { },
      "contactInformation" : { },
      "externalRef1" : "...",
      "contactInformationNullSafe" : { },
      "referenceDescription" : "...",
      "codeChanged" : true,
      "contactCategories" : [ { }, { } ],
      "notified" : true,
      "historized" : true,
      "description" : "...",
      "position" : "...",
      "assistantName" : "...",
      "auditableFields" : [ { }, { } ],
      "address" : { },
      "isCompany" : true,
      "assistantPhone" : "...",
      "primaryContact" : { },
      "tags" : [ "...", "..." ],
      "prospect" : true,
      "parentEntityType" : { },
      "name" : { },
      "vatNo" : "...",
      "addressBookContacts" : [ { }, { } ],
      "importedBy" : "...",
      "enterprise" : true,
      "id" : 12345,
      "auditable" : { },
      "descriptionOrCode" : "...",
      "messages" : [ { }, { } ],
      "vip" : true,
      "parentCFEntities" : [ { }, { } ],
      "importedFrom" : "...",
      "descriptionAndCode" : "...",
      "cfValues" : { },
      "comment" : "...",
      "transient" : true,
      "parentEntity" : { },
      "reference" : "...",
      "socialIdentifier" : "...",
      "legalEntityType" : { },
      "registrationNo" : "..."
    } ],
    "notified" : true,
    "code" : "...",
    "referenceDescription" : "...",
    "parentEntityType" : { },
    "historized" : true,
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345
    },
    "auditableFields" : [ {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "OTHER",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    }, {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "RENEWAL",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    } ],
    "descriptionAndCode" : "...",
    "codeChanged" : true,
    "descriptionOrCode" : "...",
    "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" : "..."
    },
    "transient" : true,
    "description" : "...",
    "customer" : {
      "minimumTargetAccount" : { },
      "jobTitle" : "...",
      "referenceDescription" : "...",
      "contactInformationNullSafe" : { },
      "parentEntityType" : { },
      "registrationNo" : "...",
      "accountType" : "...",
      "vatNo" : "...",
      "version" : 12345,
      "contracts" : [ { }, { } ],
      "invoicingThreshold" : 12345.0,
      "auditable" : { },
      "contactInformation" : { },
      "minimumAmountEl" : "...",
      "address" : { },
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "descriptionAndCode" : "...",
      "primaryContact" : { },
      "customerBrand" : { },
      "cfValues" : { },
      "code" : "...",
      "historized" : true,
      "anonymized" : true,
      "seller" : { },
      "customerCategory" : { },
      "description" : "...",
      "id" : 12345,
      "referenceCode" : "...",
      "uuid" : "...",
      "codeChanged" : true,
      "auditableFields" : [ { }, { } ],
      "name" : { },
      "legalEntityType" : { },
      "checkThreshold" : "POSITIVE_RT",
      "externalRef1" : "...",
      "descriptionOrCode" : "...",
      "businessAccountModel" : { },
      "minimumChargeTemplate" : { },
      "transient" : true,
      "additionalDetails" : { },
      "isCompany" : true,
      "parentEntity" : { },
      "customerAccounts" : [ { }, { } ],
      "thresholdPerEntity" : true,
      "notified" : true,
      "minimumArticle" : { },
      "parentCFEntities" : [ { }, { } ],
      "defaultLevel" : true,
      "addressbook" : { },
      "providerContact" : "...",
      "appendGeneratedCode" : true,
      "cfAccumulatedValues" : { },
      "externalRef2" : "...",
      "anonymizationDate" : 12345,
      "minimumLabelEl" : "..."
    }
  },
  "version" : 12345,
  "contactPolicy" : {
    "nbMaxMessagePerWeek" : 12345,
    "nbMaxMessagePerMonth" : 12345,
    "nbMaxMessagePerDay" : 12345,
    "delayMinBetween2messages" : 12345
  },
  "agreedToUA" : true,
  "externalRef2" : "...",
  "code" : "...",
  "company" : "...",
  "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
  },
  "contactInformation" : {
    "email" : "...",
    "fax" : "...",
    "phone" : "...",
    "mobile" : "..."
  },
  "externalRef1" : "...",
  "contactInformationNullSafe" : {
    "email" : "...",
    "fax" : "...",
    "phone" : "...",
    "mobile" : "..."
  },
  "referenceDescription" : "...",
  "codeChanged" : true,
  "contactCategories" : [ {
    "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
    } ],
    "notified" : true,
    "transient" : true,
    "parentEntityType" : { },
    "descriptionAndCode" : "...",
    "referenceCode" : "...",
    "description" : "...",
    "referenceDescription" : "...",
    "cfValues" : {
      "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" : { }
    } ],
    "uuid" : "...",
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : 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" : "..."
    },
    "codeChanged" : true,
    "historized" : true,
    "version" : 12345,
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345
    },
    "descriptionOrCode" : "...",
    "code" : "...",
    "appendGeneratedCode" : true,
    "id" : 12345
  }, {
    "auditableFields" : [ {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "STATUS",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    }, {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "OTHER",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    } ],
    "notified" : true,
    "transient" : true,
    "parentEntityType" : { },
    "descriptionAndCode" : "...",
    "referenceCode" : "...",
    "description" : "...",
    "referenceDescription" : "...",
    "cfValues" : {
      "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" : { }
    } ],
    "uuid" : "...",
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : 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" : "..."
    },
    "codeChanged" : true,
    "historized" : true,
    "version" : 12345,
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345
    },
    "descriptionOrCode" : "...",
    "code" : "...",
    "appendGeneratedCode" : true,
    "id" : 12345
  } ],
  "notified" : true,
  "historized" : true,
  "description" : "...",
  "position" : "...",
  "assistantName" : "...",
  "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
  } ],
  "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" : "..."
  },
  "isCompany" : true,
  "assistantPhone" : "...",
  "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" : "..."
    }
  },
  "tags" : [ "...", "..." ],
  "prospect" : true,
  "parentEntityType" : { },
  "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" : "..."
  },
  "vatNo" : "...",
  "addressBookContacts" : [ {
    "position" : "...",
    "addressBook" : {
      "appendGeneratedCode" : true,
      "referenceCode" : "...",
      "version" : 12345,
      "id" : 12345,
      "contacts" : [ { }, { } ],
      "notified" : true,
      "code" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "historized" : true,
      "auditable" : { },
      "auditableFields" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "codeChanged" : true,
      "descriptionOrCode" : "...",
      "parentEntity" : { },
      "transient" : true,
      "description" : "...",
      "customer" : { }
    },
    "version" : 12345,
    "mainContact" : true,
    "contact" : {
      "uuid" : "...",
      "appendGeneratedCode" : true,
      "jobTitle" : "...",
      "referenceCode" : "...",
      "websiteUrl" : "...",
      "addressBook" : { },
      "version" : 12345,
      "contactPolicy" : { },
      "agreedToUA" : true,
      "externalRef2" : "...",
      "code" : "...",
      "company" : "...",
      "cfAccumulatedValues" : { },
      "contactInformation" : { },
      "externalRef1" : "...",
      "contactInformationNullSafe" : { },
      "referenceDescription" : "...",
      "codeChanged" : true,
      "contactCategories" : [ { }, { } ],
      "notified" : true,
      "historized" : true,
      "description" : "...",
      "position" : "...",
      "assistantName" : "...",
      "auditableFields" : [ { }, { } ],
      "address" : { },
      "isCompany" : true,
      "assistantPhone" : "...",
      "primaryContact" : { },
      "tags" : [ "...", "..." ],
      "prospect" : true,
      "parentEntityType" : { },
      "name" : { },
      "vatNo" : "...",
      "addressBookContacts" : [ { }, { } ],
      "importedBy" : "...",
      "enterprise" : true,
      "id" : 12345,
      "auditable" : { },
      "descriptionOrCode" : "...",
      "messages" : [ { }, { } ],
      "vip" : true,
      "parentCFEntities" : [ { }, { } ],
      "importedFrom" : "...",
      "descriptionAndCode" : "...",
      "cfValues" : { },
      "comment" : "...",
      "transient" : true,
      "parentEntity" : { },
      "reference" : "...",
      "socialIdentifier" : "...",
      "legalEntityType" : { },
      "registrationNo" : "..."
    },
    "transient" : true,
    "id" : 12345
  }, {
    "position" : "...",
    "addressBook" : {
      "appendGeneratedCode" : true,
      "referenceCode" : "...",
      "version" : 12345,
      "id" : 12345,
      "contacts" : [ { }, { } ],
      "notified" : true,
      "code" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "historized" : true,
      "auditable" : { },
      "auditableFields" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "codeChanged" : true,
      "descriptionOrCode" : "...",
      "parentEntity" : { },
      "transient" : true,
      "description" : "...",
      "customer" : { }
    },
    "version" : 12345,
    "mainContact" : true,
    "contact" : {
      "uuid" : "...",
      "appendGeneratedCode" : true,
      "jobTitle" : "...",
      "referenceCode" : "...",
      "websiteUrl" : "...",
      "addressBook" : { },
      "version" : 12345,
      "contactPolicy" : { },
      "agreedToUA" : true,
      "externalRef2" : "...",
      "code" : "...",
      "company" : "...",
      "cfAccumulatedValues" : { },
      "contactInformation" : { },
      "externalRef1" : "...",
      "contactInformationNullSafe" : { },
      "referenceDescription" : "...",
      "codeChanged" : true,
      "contactCategories" : [ { }, { } ],
      "notified" : true,
      "historized" : true,
      "description" : "...",
      "position" : "...",
      "assistantName" : "...",
      "auditableFields" : [ { }, { } ],
      "address" : { },
      "isCompany" : true,
      "assistantPhone" : "...",
      "primaryContact" : { },
      "tags" : [ "...", "..." ],
      "prospect" : true,
      "parentEntityType" : { },
      "name" : { },
      "vatNo" : "...",
      "addressBookContacts" : [ { }, { } ],
      "importedBy" : "...",
      "enterprise" : true,
      "id" : 12345,
      "auditable" : { },
      "descriptionOrCode" : "...",
      "messages" : [ { }, { } ],
      "vip" : true,
      "parentCFEntities" : [ { }, { } ],
      "importedFrom" : "...",
      "descriptionAndCode" : "...",
      "cfValues" : { },
      "comment" : "...",
      "transient" : true,
      "parentEntity" : { },
      "reference" : "...",
      "socialIdentifier" : "...",
      "legalEntityType" : { },
      "registrationNo" : "..."
    },
    "transient" : true,
    "id" : 12345
  } ],
  "importedBy" : "...",
  "enterprise" : true,
  "id" : 12345,
  "auditable" : {
    "created" : 12345,
    "creator" : "...",
    "lastUser" : "...",
    "updater" : "...",
    "updated" : 12345,
    "lastModified" : 12345
  },
  "descriptionOrCode" : "...",
  "messages" : [ {
    "id" : 12345,
    "contact" : {
      "uuid" : "...",
      "appendGeneratedCode" : true,
      "jobTitle" : "...",
      "referenceCode" : "...",
      "websiteUrl" : "...",
      "addressBook" : { },
      "version" : 12345,
      "contactPolicy" : { },
      "agreedToUA" : true,
      "externalRef2" : "...",
      "code" : "...",
      "company" : "...",
      "cfAccumulatedValues" : { },
      "contactInformation" : { },
      "externalRef1" : "...",
      "contactInformationNullSafe" : { },
      "referenceDescription" : "...",
      "codeChanged" : true,
      "contactCategories" : [ { }, { } ],
      "notified" : true,
      "historized" : true,
      "description" : "...",
      "position" : "...",
      "assistantName" : "...",
      "auditableFields" : [ { }, { } ],
      "address" : { },
      "isCompany" : true,
      "assistantPhone" : "...",
      "primaryContact" : { },
      "tags" : [ "...", "..." ],
      "prospect" : true,
      "parentEntityType" : { },
      "name" : { },
      "vatNo" : "...",
      "addressBookContacts" : [ { }, { } ],
      "importedBy" : "...",
      "enterprise" : true,
      "id" : 12345,
      "auditable" : { },
      "descriptionOrCode" : "...",
      "messages" : [ { }, { } ],
      "vip" : true,
      "parentCFEntities" : [ { }, { } ],
      "importedFrom" : "...",
      "descriptionAndCode" : "...",
      "cfValues" : { },
      "comment" : "...",
      "transient" : true,
      "parentEntity" : { },
      "reference" : "...",
      "socialIdentifier" : "...",
      "legalEntityType" : { },
      "registrationNo" : "..."
    },
    "version" : 12345,
    "media" : "FTP_FILE",
    "priority" : "NORMAL",
    "status" : "CANCELED",
    "subMedia" : "...",
    "rejectionReason" : "...",
    "transient" : true,
    "parameters" : [ {
      "message" : { },
      "auditableFields" : [ { }, { } ],
      "referenceCode" : "...",
      "historized" : true,
      "code" : "...",
      "descriptionAndCode" : "...",
      "descriptionOrCode" : "...",
      "version" : 12345,
      "description" : "...",
      "value" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "notified" : true,
      "referenceDescription" : "...",
      "transient" : true,
      "auditable" : { },
      "appendGeneratedCode" : true,
      "parentEntity" : { },
      "codeChanged" : true
    }, {
      "message" : { },
      "auditableFields" : [ { }, { } ],
      "referenceCode" : "...",
      "historized" : true,
      "code" : "...",
      "descriptionAndCode" : "...",
      "descriptionOrCode" : "...",
      "version" : 12345,
      "description" : "...",
      "value" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "notified" : true,
      "referenceDescription" : "...",
      "transient" : true,
      "auditable" : { },
      "appendGeneratedCode" : true,
      "parentEntity" : { },
      "codeChanged" : true
    } ],
    "campaign" : {
      "referenceDescription" : "...",
      "codeChanged" : true,
      "historized" : true,
      "status" : "TERMINATED",
      "startDate" : 12345,
      "endDate" : 12345,
      "useAnyMedia" : true,
      "description" : "...",
      "auditableFields" : [ { }, { } ],
      "messages" : [ { }, { } ],
      "auditable" : { },
      "referenceCode" : "...",
      "processingThreadId" : 12345,
      "scheduleDate" : 12345,
      "descriptionOrCode" : "...",
      "parentEntity" : { },
      "priority" : "NORMAL",
      "transient" : true,
      "parentEntityType" : { },
      "subMedia" : "...",
      "appendGeneratedCode" : true,
      "media" : "QUEUE",
      "notified" : true,
      "id" : 12345,
      "code" : "...",
      "descriptionAndCode" : "...",
      "version" : 12345
    },
    "templateCode" : "..."
  }, {
    "id" : 12345,
    "contact" : {
      "uuid" : "...",
      "appendGeneratedCode" : true,
      "jobTitle" : "...",
      "referenceCode" : "...",
      "websiteUrl" : "...",
      "addressBook" : { },
      "version" : 12345,
      "contactPolicy" : { },
      "agreedToUA" : true,
      "externalRef2" : "...",
      "code" : "...",
      "company" : "...",
      "cfAccumulatedValues" : { },
      "contactInformation" : { },
      "externalRef1" : "...",
      "contactInformationNullSafe" : { },
      "referenceDescription" : "...",
      "codeChanged" : true,
      "contactCategories" : [ { }, { } ],
      "notified" : true,
      "historized" : true,
      "description" : "...",
      "position" : "...",
      "assistantName" : "...",
      "auditableFields" : [ { }, { } ],
      "address" : { },
      "isCompany" : true,
      "assistantPhone" : "...",
      "primaryContact" : { },
      "tags" : [ "...", "..." ],
      "prospect" : true,
      "parentEntityType" : { },
      "name" : { },
      "vatNo" : "...",
      "addressBookContacts" : [ { }, { } ],
      "importedBy" : "...",
      "enterprise" : true,
      "id" : 12345,
      "auditable" : { },
      "descriptionOrCode" : "...",
      "messages" : [ { }, { } ],
      "vip" : true,
      "parentCFEntities" : [ { }, { } ],
      "importedFrom" : "...",
      "descriptionAndCode" : "...",
      "cfValues" : { },
      "comment" : "...",
      "transient" : true,
      "parentEntity" : { },
      "reference" : "...",
      "socialIdentifier" : "...",
      "legalEntityType" : { },
      "registrationNo" : "..."
    },
    "version" : 12345,
    "media" : "IM",
    "priority" : "NORMAL",
    "status" : "TREATED",
    "subMedia" : "...",
    "rejectionReason" : "...",
    "transient" : true,
    "parameters" : [ {
      "message" : { },
      "auditableFields" : [ { }, { } ],
      "referenceCode" : "...",
      "historized" : true,
      "code" : "...",
      "descriptionAndCode" : "...",
      "descriptionOrCode" : "...",
      "version" : 12345,
      "description" : "...",
      "value" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "notified" : true,
      "referenceDescription" : "...",
      "transient" : true,
      "auditable" : { },
      "appendGeneratedCode" : true,
      "parentEntity" : { },
      "codeChanged" : true
    }, {
      "message" : { },
      "auditableFields" : [ { }, { } ],
      "referenceCode" : "...",
      "historized" : true,
      "code" : "...",
      "descriptionAndCode" : "...",
      "descriptionOrCode" : "...",
      "version" : 12345,
      "description" : "...",
      "value" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "notified" : true,
      "referenceDescription" : "...",
      "transient" : true,
      "auditable" : { },
      "appendGeneratedCode" : true,
      "parentEntity" : { },
      "codeChanged" : true
    } ],
    "campaign" : {
      "referenceDescription" : "...",
      "codeChanged" : true,
      "historized" : true,
      "status" : "PAUSED",
      "startDate" : 12345,
      "endDate" : 12345,
      "useAnyMedia" : true,
      "description" : "...",
      "auditableFields" : [ { }, { } ],
      "messages" : [ { }, { } ],
      "auditable" : { },
      "referenceCode" : "...",
      "processingThreadId" : 12345,
      "scheduleDate" : 12345,
      "descriptionOrCode" : "...",
      "parentEntity" : { },
      "priority" : "SLOW",
      "transient" : true,
      "parentEntityType" : { },
      "subMedia" : "...",
      "appendGeneratedCode" : true,
      "media" : "FTP_FILE",
      "notified" : true,
      "id" : 12345,
      "code" : "...",
      "descriptionAndCode" : "...",
      "version" : 12345
    },
    "templateCode" : "..."
  } ],
  "vip" : true,
  "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
    }
  } ],
  "importedFrom" : "...",
  "descriptionAndCode" : "...",
  "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
  },
  "comment" : "...",
  "transient" : true,
  "parentEntity" : {
    "referenceDescription" : "...",
    "auditableFields" : [ {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "OTHER",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    }, {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "RENEWAL",
      "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" : "..."
  },
  "reference" : "...",
  "socialIdentifier" : "...",
  "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" : "RENEWAL",
      "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" : "..."
  },
  "registrationNo" : "..."
}