ProviderContact Data Type

Implemented Interfaces
IReferenceEntity, Serializable
Properties
name data type constraints description
parentEntityType object  
description string max size: 255, min size: 0
parentEntity BusinessEntity  
codeChanged boolean  
genericMail string  
referenceCode string  
code string required, max size: 255, min size: 1
fax string  
auditable Auditable  
descriptionOrCode string  
historized boolean  
transient boolean  
id number  
phone string  
lastName string  
email string  
version number  
firstName string  
address Address  
appendGeneratedCode boolean  
descriptionAndCode string  
notified boolean  
mobile string  
auditableFields array of AuditableFieldHistory  
referenceDescription string  

Example

{
  "parentEntityType" : { },
  "description" : "...",
  "parentEntity" : {
    "auditable" : {
      "created" : 12345,
      "lastUser" : "...",
      "updated" : 12345,
      "lastModified" : 12345,
      "creator" : "...",
      "updater" : "..."
    },
    "descriptionAndCode" : "...",
    "descriptionOrCode" : "...",
    "auditableFields" : [ {
      "notfiable" : true,
      "previousState" : { },
      "historized" : true,
      "historable" : true,
      "currentState" : { },
      "notified" : true,
      "auditType" : "OTHER",
      "fieldName" : "..."
    }, {
      "notfiable" : true,
      "previousState" : { },
      "historized" : true,
      "historable" : true,
      "currentState" : { },
      "notified" : true,
      "auditType" : "RENEWAL",
      "fieldName" : "..."
    } ],
    "version" : 12345,
    "parentEntityType" : { },
    "historized" : true,
    "referenceDescription" : "...",
    "referenceCode" : "...",
    "id" : 12345,
    "parentEntity" : { },
    "code" : "...",
    "codeChanged" : true,
    "description" : "...",
    "transient" : true,
    "notified" : true,
    "appendGeneratedCode" : true
  },
  "codeChanged" : true,
  "genericMail" : "...",
  "referenceCode" : "...",
  "code" : "...",
  "fax" : "...",
  "auditable" : {
    "created" : 12345,
    "lastUser" : "...",
    "updated" : 12345,
    "lastModified" : 12345,
    "creator" : "...",
    "updater" : "..."
  },
  "descriptionOrCode" : "...",
  "historized" : true,
  "transient" : true,
  "id" : 12345,
  "phone" : "...",
  "lastName" : "...",
  "email" : "...",
  "version" : 12345,
  "firstName" : "...",
  "address" : {
    "address5" : "...",
    "address1" : "...",
    "state" : "...",
    "address3" : "...",
    "zipCode" : "...",
    "address2" : "...",
    "countryBundle" : "...",
    "country" : {
      "historized" : true,
      "auditable" : { },
      "auditableFields" : [ { }, { } ],
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "id" : 12345,
      "notified" : true,
      "description" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "currency" : { },
      "version" : 12345,
      "language" : { },
      "transient" : true,
      "countryCode" : "...",
      "code" : "..."
    },
    "city" : "...",
    "address4" : "..."
  },
  "appendGeneratedCode" : true,
  "descriptionAndCode" : "...",
  "notified" : true,
  "mobile" : "...",
  "auditableFields" : [ {
    "notfiable" : true,
    "previousState" : { },
    "historized" : true,
    "historable" : true,
    "currentState" : { },
    "notified" : true,
    "auditType" : "RENEWAL",
    "fieldName" : "..."
  }, {
    "notfiable" : true,
    "previousState" : { },
    "historized" : true,
    "historable" : true,
    "currentState" : { },
    "notified" : true,
    "auditType" : "RENEWAL",
    "fieldName" : "..."
  } ],
  "referenceDescription" : "..."
}