ProviderContact Data Type

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

Example

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