addressBookDto Data Type

Equivalent of BusinessEntity in DTO

Namespace
(Default)
Properties
name data type type namespace min/max occurs wrapped by description
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 auditableFields  
contact contactDto element 0/unbounded    
updatedCode string element 0/1   The updated code.

Example

<a----- code="..." description="..." id="...">
  <contact 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/>
    <externalRef2>...</externalRef2>
    <auditableFields>
      <auditableField/>
    </auditableFields>
    <name/>
    <updatedCode>...</updatedCode>
    <jobTitle>...</jobTitle>
    <businessAccountModel/>
    <customFields/>
    <vatNo>...</vatNo>
    <registrationNo>...</registrationNo>
    <contactInformation/>
  </contact>
  <auditable created="..." creator="..." updated="..." updater="..."/>
  <auditableFields>
    <auditableField actor="..." changeOrigin="..." code="..." created="..." currentState="..." description="..." entityClass="..." fieldName="..." id="..." originName="..." previousState="...">
      <auditable created="..." creator="..." updated="..." updater="..."/>
      <auditableFields>
        <auditableField/>
      </auditableFields>
      <updatedCode>...</updatedCode>
    </auditableField>
  </auditableFields>
  <updatedCode>...</updatedCode>
</a----->