ProviderContact Data Type

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

Example

{
  "id" : 12345,
  "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
  } ],
  "parentEntity" : {
    "referenceDescription" : "...",
    "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
    } ],
    "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" : "..."
  },
  "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" : {
      "historized" : true,
      "auditableFields" : [ { }, { } ],
      "notified" : true,
      "auditable" : { },
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "transient" : true,
      "version" : 12345,
      "id" : 12345,
      "currency" : { },
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "code" : "...",
      "language" : { },
      "countryCode" : "...",
      "description" : "..."
    },
    "address2" : "..."
  }
}