contactDto Data Type

The Class AccountDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
agreedToUA boolean element 1/1  
assistantName string element 0/1  
assistantPhone string element 0/1  
company string element 0/1  
contactPolicy communicationPolicy element 0/1  
email string element 0/1  
importedBy string element 0/1  
importedFrom string element 0/1  
isProspect boolean element 1/1  
isVip boolean element 1/1  
mobile string element 0/1  
phone string element 0/1  
position string element 0/1  
socialIdentifier string element 0/1  
tags string element 0/unbounded  
websiteUrl string element 0/1  
Properties inherited from accountDto
code string attribute 1/1 The code
description string attribute 0/1 The description
id long attribute 0/1 The id.
auditable auditableDto element 0/1  
auditableField auditableFieldDto element 0/unbounded  
businessAccountModel businessEntityDto element 0/1 The business account model.
contactInformation contactInformationDto element 0/1 The contact information.
customFields customFieldsDto element 0/1 The custom fields.
externalRef1 string element 0/1 The external ref 1.
externalRef2 string element 0/1 The external ref 2.
jobTitle string element 0/1 The job title.
name nameDto element 0/1 The name.
registrationNo string element 0/1 The registration no.
updatedCode string element 0/1 The updated code.
vatNo string element 0/1 The vat no.

Example

<c----- code="..." description="..." id="...">
  <email>...</email>
  <assistantName>...</assistantName>
  <assistantPhone>...</assistantPhone>
  <position>...</position>
  <company>...</company>
  <mobile>...</mobile>
  <phone>...</phone>
  <websiteUrl>...</websiteUrl>
  <importedFrom>...</importedFrom>
  <importedBy>...</importedBy>
  <socialIdentifier>...</socialIdentifier>
  <isVip>...</isVip>
  <isProspect>...</isProspect>
  <agreedToUA>...</agreedToUA>
  <contactPolicy>
    <delayMinBetween2messages>...</delayMinBetween2messages>
    <nbMaxMessagePerDay>...</nbMaxMessagePerDay>
    <nbMaxMessagePerMonth>...</nbMaxMessagePerMonth>
    <nbMaxMessagePerWeek>...</nbMaxMessagePerWeek>
  </contactPolicy>
  <tags>...</tags>
  <externalRef1>...</externalRef1>
  <auditable created="..." creator="..." updated="..." updater="..."/>
  <externalRef2>...</externalRef2>
  <auditableFields>
    <auditableField actor="..." changeOrigin="..." code="..." created="..." currentState="..." description="..." entityClass="..." fieldName="..." id="..." originName="..." previousState="...">
      <auditable/>
      <auditableFields>
        <auditableField/>
      </auditableFields>
      <updatedCode>...</updatedCode>
    </auditableField>
  </auditableFields>
  <name>
    <title>...</title>
    <firstName>...</firstName>
    <lastName>...</lastName>
  </name>
  <updatedCode>...</updatedCode>
  <jobTitle>...</jobTitle>
  <businessAccountModel code="..." description="..." id="...">
    <updatedCode>...</updatedCode>
  </businessAccountModel>
  <customFields>
    <customField/>
    <inheritedCustomField/>
  </customFields>
  <vatNo>...</vatNo>
  <registrationNo>...</registrationNo>
  <contactInformation>
    <email>...</email>
    <phone>...</phone>
    <mobile>...</mobile>
    <fax>...</fax>
  </contactInformation>
</c----->