ProviderContact Data Type

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

Example

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