providerContactDto Data Type

The Class ProviderContactDto.

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.
addressDto addressDto element 0/1   The address dto.
auditable auditableDto element 0/1    
auditableField auditableFieldDto element 0/unbounded auditableFields  
email string element 0/1   The email.
fax string element 0/1   The fax.
firstName string element 0/1   The first name.
genericMail string element 0/1   The generic mail.
lastName string element 0/1   The last name.
mobile string element 0/1   The mobile.
phone string element 0/1   The phone.
updatedCode string element 0/1   The updated code.

Example

<ProviderContract code="..." description="..." id="...">
  <firstName>...</firstName>
  <lastName>...</lastName>
  <auditable created="..." creator="..." updated="..." updater="..."/>
  <email>...</email>
  <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>
  <phone>...</phone>
  <mobile>...</mobile>
  <updatedCode>...</updatedCode>
  <fax>...</fax>
  <genericMail>...</genericMail>
  <addressDto>
    <address1>...</address1>
    <address2>...</address2>
    <address3>...</address3>
    <zipCode>...</zipCode>
    <city>...</city>
    <country>...</country>
    <state>...</state>
  </addressDto>
</ProviderContract>