Contact Data Type

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

Example

{
  "id" : 12345,
  "parentCFEntities" : [ {
    "cfAccumulatedValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfValuesAsValues" : {
      "property1" : { },
      "property2" : { }
    },
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "CFValuesCopy" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "dirtyCF" : true,
    "uuid" : "...",
    "parentCFEntities" : [ { }, { } ]
  }, {
    "cfAccumulatedValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfValuesAsValues" : {
      "property1" : { },
      "property2" : { }
    },
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "CFValuesCopy" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "dirtyCF" : true,
    "uuid" : "...",
    "parentCFEntities" : [ { }, { } ]
  } ],
  "assistantName" : "...",
  "code" : "...",
  "notified" : true,
  "auditable" : {
    "creator" : "...",
    "updater" : "...",
    "updated" : 12345,
    "lastModified" : 12345,
    "lastUser" : "...",
    "created" : 12345
  },
  "reference" : "...",
  "assistantPhone" : "...",
  "codeChanged" : true,
  "externalRef2" : "...",
  "primaryContact" : {
    "auditable" : {
      "creator" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345,
      "lastUser" : "...",
      "created" : 12345
    },
    "code" : "...",
    "codeChanged" : true,
    "parentEntityType" : { },
    "referenceDescription" : "...",
    "descriptionAndCode" : "...",
    "fax" : "...",
    "version" : 12345,
    "referenceCode" : "...",
    "lastName" : "...",
    "genericMail" : "...",
    "firstName" : "...",
    "transient" : true,
    "descriptionOrCode" : "...",
    "appendGeneratedCode" : true,
    "auditableFields" : [ {
      "notfiable" : true,
      "fieldName" : "...",
      "auditType" : "STATUS",
      "previousState" : { },
      "historable" : true,
      "notified" : true,
      "historized" : true,
      "currentState" : { }
    }, {
      "notfiable" : true,
      "fieldName" : "...",
      "auditType" : "OTHER",
      "previousState" : { },
      "historable" : true,
      "notified" : true,
      "historized" : true,
      "currentState" : { }
    } ],
    "email" : "...",
    "id" : 12345,
    "historized" : true,
    "phone" : "...",
    "mobile" : "...",
    "address" : {
      "countryBundle" : "...",
      "address5" : "...",
      "address3" : "...",
      "address4" : "...",
      "address1" : "...",
      "state" : "...",
      "city" : "...",
      "address2" : "...",
      "country" : { },
      "zipCode" : "..."
    },
    "notified" : true,
    "description" : "...",
    "parentEntity" : {
      "codeChanged" : true,
      "notified" : true,
      "descriptionOrCode" : "...",
      "description" : "...",
      "version" : 12345,
      "historized" : true,
      "transient" : true,
      "id" : 12345,
      "parentEntityType" : { },
      "parentEntity" : { },
      "referenceCode" : "...",
      "code" : "...",
      "auditableFields" : [ { }, { } ],
      "auditable" : { },
      "descriptionAndCode" : "...",
      "appendGeneratedCode" : true,
      "referenceDescription" : "..."
    }
  },
  "addressBook" : {
    "codeChanged" : true,
    "referenceCode" : "...",
    "referenceDescription" : "...",
    "transient" : true,
    "parentEntity" : {
      "codeChanged" : true,
      "notified" : true,
      "descriptionOrCode" : "...",
      "description" : "...",
      "version" : 12345,
      "historized" : true,
      "transient" : true,
      "id" : 12345,
      "parentEntityType" : { },
      "parentEntity" : { },
      "referenceCode" : "...",
      "code" : "...",
      "auditableFields" : [ { }, { } ],
      "auditable" : { },
      "descriptionAndCode" : "...",
      "appendGeneratedCode" : true,
      "referenceDescription" : "..."
    },
    "customer" : {
      "minimumLabelEl" : "...",
      "addressbook" : { },
      "parentEntityType" : { },
      "appendGeneratedCode" : true,
      "minimumAmountEl" : "...",
      "checkThreshold" : "AFTER_DISCOUNT",
      "primaryContact" : { },
      "customerCategory" : { },
      "codeChanged" : true,
      "isCompany" : true,
      "jobTitle" : "...",
      "auditable" : { },
      "minimumArticle" : { },
      "contactInformation" : { },
      "legalEntityType" : { },
      "invoicingThreshold" : 12345.0,
      "contactInformationNullSafe" : { },
      "thresholdPerEntity" : true,
      "customerBrand" : { },
      "descriptionOrCode" : "...",
      "registrationNo" : "...",
      "providerContact" : "...",
      "seller" : { },
      "minimumChargeTemplate" : { },
      "code" : "...",
      "accountType" : "...",
      "notified" : true,
      "referenceDescription" : "...",
      "descriptionAndCode" : "...",
      "parentEntity" : { },
      "vatNo" : "...",
      "anonymized" : true,
      "id" : 12345,
      "transient" : true,
      "cfAccumulatedValues" : { },
      "version" : 12345,
      "defaultLevel" : true,
      "externalRef2" : "...",
      "cfValues" : { },
      "uuid" : "...",
      "referenceCode" : "...",
      "additionalDetails" : { },
      "auditableFields" : [ { }, { } ],
      "name" : { },
      "historized" : true,
      "address" : { },
      "minimumTargetAccount" : { },
      "businessAccountModel" : { },
      "customerAccounts" : [ { }, { } ],
      "parentCFEntities" : [ { }, { } ],
      "externalRef1" : "...",
      "contracts" : [ { }, { } ],
      "anonymizationDate" : 12345,
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "description" : "..."
    },
    "appendGeneratedCode" : true,
    "descriptionOrCode" : "...",
    "id" : 12345,
    "auditableFields" : [ {
      "notfiable" : true,
      "fieldName" : "...",
      "auditType" : "OTHER",
      "previousState" : { },
      "historable" : true,
      "notified" : true,
      "historized" : true,
      "currentState" : { }
    }, {
      "notfiable" : true,
      "fieldName" : "...",
      "auditType" : "OTHER",
      "previousState" : { },
      "historable" : true,
      "notified" : true,
      "historized" : true,
      "currentState" : { }
    } ],
    "contacts" : [ {
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "assistantName" : "...",
      "code" : "...",
      "notified" : true,
      "auditable" : { },
      "reference" : "...",
      "assistantPhone" : "...",
      "codeChanged" : true,
      "externalRef2" : "...",
      "primaryContact" : { },
      "addressBook" : { },
      "prospect" : true,
      "parentEntity" : { },
      "referenceDescription" : "...",
      "jobTitle" : "...",
      "legalEntityType" : { },
      "cfValues" : { },
      "company" : "...",
      "historized" : true,
      "position" : "...",
      "externalRef1" : "...",
      "name" : { },
      "isCompany" : true,
      "cfAccumulatedValues" : { },
      "contactInformationNullSafe" : { },
      "registrationNo" : "...",
      "address" : { },
      "contactCategories" : [ { }, { } ],
      "parentEntityType" : { },
      "agreedToUA" : true,
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "contactInformation" : { },
      "vatNo" : "...",
      "enterprise" : true,
      "referenceCode" : "...",
      "descriptionAndCode" : "...",
      "contactPolicy" : { },
      "importedFrom" : "...",
      "messages" : [ { }, { } ],
      "uuid" : "...",
      "socialIdentifier" : "...",
      "description" : "...",
      "vip" : true,
      "descriptionOrCode" : "...",
      "transient" : true,
      "comment" : "...",
      "websiteUrl" : "...",
      "appendGeneratedCode" : true,
      "addressBookContacts" : [ { }, { } ],
      "importedBy" : "...",
      "tags" : [ "...", "..." ]
    }, {
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "assistantName" : "...",
      "code" : "...",
      "notified" : true,
      "auditable" : { },
      "reference" : "...",
      "assistantPhone" : "...",
      "codeChanged" : true,
      "externalRef2" : "...",
      "primaryContact" : { },
      "addressBook" : { },
      "prospect" : true,
      "parentEntity" : { },
      "referenceDescription" : "...",
      "jobTitle" : "...",
      "legalEntityType" : { },
      "cfValues" : { },
      "company" : "...",
      "historized" : true,
      "position" : "...",
      "externalRef1" : "...",
      "name" : { },
      "isCompany" : true,
      "cfAccumulatedValues" : { },
      "contactInformationNullSafe" : { },
      "registrationNo" : "...",
      "address" : { },
      "contactCategories" : [ { }, { } ],
      "parentEntityType" : { },
      "agreedToUA" : true,
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "contactInformation" : { },
      "vatNo" : "...",
      "enterprise" : true,
      "referenceCode" : "...",
      "descriptionAndCode" : "...",
      "contactPolicy" : { },
      "importedFrom" : "...",
      "messages" : [ { }, { } ],
      "uuid" : "...",
      "socialIdentifier" : "...",
      "description" : "...",
      "vip" : true,
      "descriptionOrCode" : "...",
      "transient" : true,
      "comment" : "...",
      "websiteUrl" : "...",
      "appendGeneratedCode" : true,
      "addressBookContacts" : [ { }, { } ],
      "importedBy" : "...",
      "tags" : [ "...", "..." ]
    } ],
    "auditable" : {
      "creator" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345,
      "lastUser" : "...",
      "created" : 12345
    },
    "parentEntityType" : { },
    "historized" : true,
    "code" : "...",
    "description" : "...",
    "descriptionAndCode" : "...",
    "notified" : true,
    "version" : 12345
  },
  "prospect" : true,
  "parentEntity" : {
    "codeChanged" : true,
    "notified" : true,
    "descriptionOrCode" : "...",
    "description" : "...",
    "version" : 12345,
    "historized" : true,
    "transient" : true,
    "id" : 12345,
    "parentEntityType" : { },
    "parentEntity" : { },
    "referenceCode" : "...",
    "code" : "...",
    "auditableFields" : [ {
      "notfiable" : true,
      "fieldName" : "...",
      "auditType" : "STATUS",
      "previousState" : { },
      "historable" : true,
      "notified" : true,
      "historized" : true,
      "currentState" : { }
    }, {
      "notfiable" : true,
      "fieldName" : "...",
      "auditType" : "RENEWAL",
      "previousState" : { },
      "historable" : true,
      "notified" : true,
      "historized" : true,
      "currentState" : { }
    } ],
    "auditable" : {
      "creator" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345,
      "lastUser" : "...",
      "created" : 12345
    },
    "descriptionAndCode" : "...",
    "appendGeneratedCode" : true,
    "referenceDescription" : "..."
  },
  "referenceDescription" : "...",
  "jobTitle" : "...",
  "legalEntityType" : {
    "parentEntityType" : { },
    "referenceDescription" : "...",
    "referenceCode" : "...",
    "version" : 12345,
    "parentEntity" : {
      "codeChanged" : true,
      "notified" : true,
      "descriptionOrCode" : "...",
      "description" : "...",
      "version" : 12345,
      "historized" : true,
      "transient" : true,
      "id" : 12345,
      "parentEntityType" : { },
      "parentEntity" : { },
      "referenceCode" : "...",
      "code" : "...",
      "auditableFields" : [ { }, { } ],
      "auditable" : { },
      "descriptionAndCode" : "...",
      "appendGeneratedCode" : true,
      "referenceDescription" : "..."
    },
    "appendGeneratedCode" : true,
    "transient" : true,
    "auditableFields" : [ {
      "notfiable" : true,
      "fieldName" : "...",
      "auditType" : "RENEWAL",
      "previousState" : { },
      "historable" : true,
      "notified" : true,
      "historized" : true,
      "currentState" : { }
    }, {
      "notfiable" : true,
      "fieldName" : "...",
      "auditType" : "STATUS",
      "previousState" : { },
      "historable" : true,
      "notified" : true,
      "historized" : true,
      "currentState" : { }
    } ],
    "description" : "...",
    "id" : 12345,
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "code" : "...",
    "descriptionOrCode" : "...",
    "descriptionAndCode" : "...",
    "codeChanged" : true,
    "descriptionNotNull" : "...",
    "descriptionI18nNullSafe" : {
      "property1" : "...",
      "property2" : "..."
    },
    "isCompany" : true,
    "auditable" : {
      "creator" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345,
      "lastUser" : "...",
      "created" : 12345
    },
    "historized" : true,
    "notified" : true
  },
  "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
  },
  "company" : "...",
  "historized" : true,
  "position" : "...",
  "externalRef1" : "...",
  "name" : {
    "firstName" : "...",
    "title" : {
      "parentEntityType" : { },
      "referenceDescription" : "...",
      "referenceCode" : "...",
      "version" : 12345,
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "description" : "...",
      "id" : 12345,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "code" : "...",
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "codeChanged" : true,
      "descriptionNotNull" : "...",
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "isCompany" : true,
      "auditable" : { },
      "historized" : true,
      "notified" : true
    },
    "fullName" : "...",
    "lastName" : "..."
  },
  "isCompany" : true,
  "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
  },
  "contactInformationNullSafe" : {
    "email" : "...",
    "phone" : "...",
    "mobile" : "...",
    "fax" : "..."
  },
  "registrationNo" : "...",
  "address" : {
    "countryBundle" : "...",
    "address5" : "...",
    "address3" : "...",
    "address4" : "...",
    "address1" : "...",
    "state" : "...",
    "city" : "...",
    "address2" : "...",
    "country" : {
      "code" : "...",
      "notified" : true,
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "description" : "...",
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "id" : 12345,
      "historized" : true,
      "language" : { },
      "version" : 12345,
      "countryCode" : "...",
      "auditable" : { },
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "currency" : { }
    },
    "zipCode" : "..."
  },
  "contactCategories" : [ {
    "uuid" : "...",
    "parentEntity" : {
      "codeChanged" : true,
      "notified" : true,
      "descriptionOrCode" : "...",
      "description" : "...",
      "version" : 12345,
      "historized" : true,
      "transient" : true,
      "id" : 12345,
      "parentEntityType" : { },
      "parentEntity" : { },
      "referenceCode" : "...",
      "code" : "...",
      "auditableFields" : [ { }, { } ],
      "auditable" : { },
      "descriptionAndCode" : "...",
      "appendGeneratedCode" : true,
      "referenceDescription" : "..."
    },
    "referenceCode" : "...",
    "referenceDescription" : "...",
    "auditable" : {
      "creator" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345,
      "lastUser" : "...",
      "created" : 12345
    },
    "description" : "...",
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "code" : "...",
    "auditableFields" : [ {
      "notfiable" : true,
      "fieldName" : "...",
      "auditType" : "OTHER",
      "previousState" : { },
      "historable" : true,
      "notified" : true,
      "historized" : true,
      "currentState" : { }
    }, {
      "notfiable" : true,
      "fieldName" : "...",
      "auditType" : "RENEWAL",
      "previousState" : { },
      "historable" : true,
      "notified" : true,
      "historized" : true,
      "currentState" : { }
    } ],
    "descriptionOrCode" : "...",
    "version" : 12345,
    "id" : 12345,
    "appendGeneratedCode" : true,
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "codeChanged" : true,
    "descriptionAndCode" : "...",
    "parentCFEntities" : [ {
      "cfAccumulatedValuesNullSafe" : { },
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValues" : { },
      "CFValuesCopy" : { },
      "cfValuesNullSafe" : { },
      "cfValues" : { },
      "dirtyCF" : true,
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ]
    }, {
      "cfAccumulatedValuesNullSafe" : { },
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValues" : { },
      "CFValuesCopy" : { },
      "cfValuesNullSafe" : { },
      "cfValues" : { },
      "dirtyCF" : true,
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ]
    } ],
    "parentEntityType" : { },
    "transient" : true,
    "historized" : true,
    "notified" : true
  }, {
    "uuid" : "...",
    "parentEntity" : {
      "codeChanged" : true,
      "notified" : true,
      "descriptionOrCode" : "...",
      "description" : "...",
      "version" : 12345,
      "historized" : true,
      "transient" : true,
      "id" : 12345,
      "parentEntityType" : { },
      "parentEntity" : { },
      "referenceCode" : "...",
      "code" : "...",
      "auditableFields" : [ { }, { } ],
      "auditable" : { },
      "descriptionAndCode" : "...",
      "appendGeneratedCode" : true,
      "referenceDescription" : "..."
    },
    "referenceCode" : "...",
    "referenceDescription" : "...",
    "auditable" : {
      "creator" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345,
      "lastUser" : "...",
      "created" : 12345
    },
    "description" : "...",
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "code" : "...",
    "auditableFields" : [ {
      "notfiable" : true,
      "fieldName" : "...",
      "auditType" : "RENEWAL",
      "previousState" : { },
      "historable" : true,
      "notified" : true,
      "historized" : true,
      "currentState" : { }
    }, {
      "notfiable" : true,
      "fieldName" : "...",
      "auditType" : "OTHER",
      "previousState" : { },
      "historable" : true,
      "notified" : true,
      "historized" : true,
      "currentState" : { }
    } ],
    "descriptionOrCode" : "...",
    "version" : 12345,
    "id" : 12345,
    "appendGeneratedCode" : true,
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "codeChanged" : true,
    "descriptionAndCode" : "...",
    "parentCFEntities" : [ {
      "cfAccumulatedValuesNullSafe" : { },
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValues" : { },
      "CFValuesCopy" : { },
      "cfValuesNullSafe" : { },
      "cfValues" : { },
      "dirtyCF" : true,
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ]
    }, {
      "cfAccumulatedValuesNullSafe" : { },
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValues" : { },
      "CFValuesCopy" : { },
      "cfValuesNullSafe" : { },
      "cfValues" : { },
      "dirtyCF" : true,
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ]
    } ],
    "parentEntityType" : { },
    "transient" : true,
    "historized" : true,
    "notified" : true
  } ],
  "parentEntityType" : { },
  "agreedToUA" : true,
  "auditableFields" : [ {
    "notfiable" : true,
    "fieldName" : "...",
    "auditType" : "OTHER",
    "previousState" : { },
    "historable" : true,
    "notified" : true,
    "historized" : true,
    "currentState" : { }
  }, {
    "notfiable" : true,
    "fieldName" : "...",
    "auditType" : "OTHER",
    "previousState" : { },
    "historable" : true,
    "notified" : true,
    "historized" : true,
    "currentState" : { }
  } ],
  "version" : 12345,
  "contactInformation" : {
    "email" : "...",
    "phone" : "...",
    "mobile" : "...",
    "fax" : "..."
  },
  "vatNo" : "...",
  "enterprise" : true,
  "referenceCode" : "...",
  "descriptionAndCode" : "...",
  "contactPolicy" : {
    "nbMaxMessagePerMonth" : 12345,
    "delayMinBetween2messages" : 12345,
    "nbMaxMessagePerDay" : 12345,
    "nbMaxMessagePerWeek" : 12345
  },
  "importedFrom" : "...",
  "messages" : [ {
    "transient" : true,
    "contact" : {
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "assistantName" : "...",
      "code" : "...",
      "notified" : true,
      "auditable" : { },
      "reference" : "...",
      "assistantPhone" : "...",
      "codeChanged" : true,
      "externalRef2" : "...",
      "primaryContact" : { },
      "addressBook" : { },
      "prospect" : true,
      "parentEntity" : { },
      "referenceDescription" : "...",
      "jobTitle" : "...",
      "legalEntityType" : { },
      "cfValues" : { },
      "company" : "...",
      "historized" : true,
      "position" : "...",
      "externalRef1" : "...",
      "name" : { },
      "isCompany" : true,
      "cfAccumulatedValues" : { },
      "contactInformationNullSafe" : { },
      "registrationNo" : "...",
      "address" : { },
      "contactCategories" : [ { }, { } ],
      "parentEntityType" : { },
      "agreedToUA" : true,
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "contactInformation" : { },
      "vatNo" : "...",
      "enterprise" : true,
      "referenceCode" : "...",
      "descriptionAndCode" : "...",
      "contactPolicy" : { },
      "importedFrom" : "...",
      "messages" : [ { }, { } ],
      "uuid" : "...",
      "socialIdentifier" : "...",
      "description" : "...",
      "vip" : true,
      "descriptionOrCode" : "...",
      "transient" : true,
      "comment" : "...",
      "websiteUrl" : "...",
      "appendGeneratedCode" : true,
      "addressBookContacts" : [ { }, { } ],
      "importedBy" : "...",
      "tags" : [ "...", "..." ]
    },
    "media" : "POSTAL_MAIL",
    "templateCode" : "...",
    "version" : 12345,
    "rejectionReason" : "...",
    "campaign" : {
      "auditable" : { },
      "processingThreadId" : 12345,
      "id" : 12345,
      "historized" : true,
      "startDate" : 12345,
      "media" : "WEBSERVICE",
      "parentEntity" : { },
      "messages" : [ { }, { } ],
      "endDate" : 12345,
      "referenceCode" : "...",
      "descriptionAndCode" : "...",
      "scheduleDate" : 12345,
      "transient" : true,
      "useAnyMedia" : true,
      "codeChanged" : true,
      "appendGeneratedCode" : true,
      "notified" : true,
      "description" : "...",
      "descriptionOrCode" : "...",
      "parentEntityType" : { },
      "subMedia" : "...",
      "referenceDescription" : "...",
      "version" : 12345,
      "auditableFields" : [ { }, { } ],
      "priority" : "NORMAL",
      "code" : "...",
      "status" : "PAUSED"
    },
    "subMedia" : "...",
    "id" : 12345,
    "parameters" : [ {
      "code" : "...",
      "description" : "...",
      "message" : { },
      "parentEntity" : { },
      "referenceDescription" : "...",
      "appendGeneratedCode" : true,
      "historized" : true,
      "version" : 12345,
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "codeChanged" : true,
      "notified" : true,
      "parentEntityType" : { },
      "auditableFields" : [ { }, { } ],
      "auditable" : { },
      "id" : 12345,
      "value" : "...",
      "transient" : true
    }, {
      "code" : "...",
      "description" : "...",
      "message" : { },
      "parentEntity" : { },
      "referenceDescription" : "...",
      "appendGeneratedCode" : true,
      "historized" : true,
      "version" : 12345,
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "codeChanged" : true,
      "notified" : true,
      "parentEntityType" : { },
      "auditableFields" : [ { }, { } ],
      "auditable" : { },
      "id" : 12345,
      "value" : "...",
      "transient" : true
    } ],
    "priority" : "URGENT",
    "status" : "PROCESSING"
  }, {
    "transient" : true,
    "contact" : {
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "assistantName" : "...",
      "code" : "...",
      "notified" : true,
      "auditable" : { },
      "reference" : "...",
      "assistantPhone" : "...",
      "codeChanged" : true,
      "externalRef2" : "...",
      "primaryContact" : { },
      "addressBook" : { },
      "prospect" : true,
      "parentEntity" : { },
      "referenceDescription" : "...",
      "jobTitle" : "...",
      "legalEntityType" : { },
      "cfValues" : { },
      "company" : "...",
      "historized" : true,
      "position" : "...",
      "externalRef1" : "...",
      "name" : { },
      "isCompany" : true,
      "cfAccumulatedValues" : { },
      "contactInformationNullSafe" : { },
      "registrationNo" : "...",
      "address" : { },
      "contactCategories" : [ { }, { } ],
      "parentEntityType" : { },
      "agreedToUA" : true,
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "contactInformation" : { },
      "vatNo" : "...",
      "enterprise" : true,
      "referenceCode" : "...",
      "descriptionAndCode" : "...",
      "contactPolicy" : { },
      "importedFrom" : "...",
      "messages" : [ { }, { } ],
      "uuid" : "...",
      "socialIdentifier" : "...",
      "description" : "...",
      "vip" : true,
      "descriptionOrCode" : "...",
      "transient" : true,
      "comment" : "...",
      "websiteUrl" : "...",
      "appendGeneratedCode" : true,
      "addressBookContacts" : [ { }, { } ],
      "importedBy" : "...",
      "tags" : [ "...", "..." ]
    },
    "media" : "WEBSERVICE",
    "templateCode" : "...",
    "version" : 12345,
    "rejectionReason" : "...",
    "campaign" : {
      "auditable" : { },
      "processingThreadId" : 12345,
      "id" : 12345,
      "historized" : true,
      "startDate" : 12345,
      "media" : "IM",
      "parentEntity" : { },
      "messages" : [ { }, { } ],
      "endDate" : 12345,
      "referenceCode" : "...",
      "descriptionAndCode" : "...",
      "scheduleDate" : 12345,
      "transient" : true,
      "useAnyMedia" : true,
      "codeChanged" : true,
      "appendGeneratedCode" : true,
      "notified" : true,
      "description" : "...",
      "descriptionOrCode" : "...",
      "parentEntityType" : { },
      "subMedia" : "...",
      "referenceDescription" : "...",
      "version" : 12345,
      "auditableFields" : [ { }, { } ],
      "priority" : "SLOW",
      "code" : "...",
      "status" : "RUNNING"
    },
    "subMedia" : "...",
    "id" : 12345,
    "parameters" : [ {
      "code" : "...",
      "description" : "...",
      "message" : { },
      "parentEntity" : { },
      "referenceDescription" : "...",
      "appendGeneratedCode" : true,
      "historized" : true,
      "version" : 12345,
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "codeChanged" : true,
      "notified" : true,
      "parentEntityType" : { },
      "auditableFields" : [ { }, { } ],
      "auditable" : { },
      "id" : 12345,
      "value" : "...",
      "transient" : true
    }, {
      "code" : "...",
      "description" : "...",
      "message" : { },
      "parentEntity" : { },
      "referenceDescription" : "...",
      "appendGeneratedCode" : true,
      "historized" : true,
      "version" : 12345,
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "codeChanged" : true,
      "notified" : true,
      "parentEntityType" : { },
      "auditableFields" : [ { }, { } ],
      "auditable" : { },
      "id" : 12345,
      "value" : "...",
      "transient" : true
    } ],
    "priority" : "URGENT",
    "status" : "PROCESSING"
  } ],
  "uuid" : "...",
  "socialIdentifier" : "...",
  "description" : "...",
  "vip" : true,
  "descriptionOrCode" : "...",
  "transient" : true,
  "comment" : "...",
  "websiteUrl" : "...",
  "appendGeneratedCode" : true,
  "addressBookContacts" : [ {
    "version" : 12345,
    "addressBook" : {
      "codeChanged" : true,
      "referenceCode" : "...",
      "referenceDescription" : "...",
      "transient" : true,
      "parentEntity" : { },
      "customer" : { },
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "id" : 12345,
      "auditableFields" : [ { }, { } ],
      "contacts" : [ { }, { } ],
      "auditable" : { },
      "parentEntityType" : { },
      "historized" : true,
      "code" : "...",
      "description" : "...",
      "descriptionAndCode" : "...",
      "notified" : true,
      "version" : 12345
    },
    "mainContact" : true,
    "transient" : true,
    "id" : 12345,
    "position" : "...",
    "contact" : {
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "assistantName" : "...",
      "code" : "...",
      "notified" : true,
      "auditable" : { },
      "reference" : "...",
      "assistantPhone" : "...",
      "codeChanged" : true,
      "externalRef2" : "...",
      "primaryContact" : { },
      "addressBook" : { },
      "prospect" : true,
      "parentEntity" : { },
      "referenceDescription" : "...",
      "jobTitle" : "...",
      "legalEntityType" : { },
      "cfValues" : { },
      "company" : "...",
      "historized" : true,
      "position" : "...",
      "externalRef1" : "...",
      "name" : { },
      "isCompany" : true,
      "cfAccumulatedValues" : { },
      "contactInformationNullSafe" : { },
      "registrationNo" : "...",
      "address" : { },
      "contactCategories" : [ { }, { } ],
      "parentEntityType" : { },
      "agreedToUA" : true,
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "contactInformation" : { },
      "vatNo" : "...",
      "enterprise" : true,
      "referenceCode" : "...",
      "descriptionAndCode" : "...",
      "contactPolicy" : { },
      "importedFrom" : "...",
      "messages" : [ { }, { } ],
      "uuid" : "...",
      "socialIdentifier" : "...",
      "description" : "...",
      "vip" : true,
      "descriptionOrCode" : "...",
      "transient" : true,
      "comment" : "...",
      "websiteUrl" : "...",
      "appendGeneratedCode" : true,
      "addressBookContacts" : [ { }, { } ],
      "importedBy" : "...",
      "tags" : [ "...", "..." ]
    }
  }, {
    "version" : 12345,
    "addressBook" : {
      "codeChanged" : true,
      "referenceCode" : "...",
      "referenceDescription" : "...",
      "transient" : true,
      "parentEntity" : { },
      "customer" : { },
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "id" : 12345,
      "auditableFields" : [ { }, { } ],
      "contacts" : [ { }, { } ],
      "auditable" : { },
      "parentEntityType" : { },
      "historized" : true,
      "code" : "...",
      "description" : "...",
      "descriptionAndCode" : "...",
      "notified" : true,
      "version" : 12345
    },
    "mainContact" : true,
    "transient" : true,
    "id" : 12345,
    "position" : "...",
    "contact" : {
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "assistantName" : "...",
      "code" : "...",
      "notified" : true,
      "auditable" : { },
      "reference" : "...",
      "assistantPhone" : "...",
      "codeChanged" : true,
      "externalRef2" : "...",
      "primaryContact" : { },
      "addressBook" : { },
      "prospect" : true,
      "parentEntity" : { },
      "referenceDescription" : "...",
      "jobTitle" : "...",
      "legalEntityType" : { },
      "cfValues" : { },
      "company" : "...",
      "historized" : true,
      "position" : "...",
      "externalRef1" : "...",
      "name" : { },
      "isCompany" : true,
      "cfAccumulatedValues" : { },
      "contactInformationNullSafe" : { },
      "registrationNo" : "...",
      "address" : { },
      "contactCategories" : [ { }, { } ],
      "parentEntityType" : { },
      "agreedToUA" : true,
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "contactInformation" : { },
      "vatNo" : "...",
      "enterprise" : true,
      "referenceCode" : "...",
      "descriptionAndCode" : "...",
      "contactPolicy" : { },
      "importedFrom" : "...",
      "messages" : [ { }, { } ],
      "uuid" : "...",
      "socialIdentifier" : "...",
      "description" : "...",
      "vip" : true,
      "descriptionOrCode" : "...",
      "transient" : true,
      "comment" : "...",
      "websiteUrl" : "...",
      "appendGeneratedCode" : true,
      "addressBookContacts" : [ { }, { } ],
      "importedBy" : "...",
      "tags" : [ "...", "..." ]
    }
  } ],
  "importedBy" : "...",
  "tags" : [ "...", "..." ]
}