sellerDto Data Type

The Class SellerDto.

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.
address addressDto element 0/1   The address.
auditable auditableDto element 0/1    
auditableField auditableFieldDto element 0/unbounded auditableFields  
businessAccountModel businessEntityDto element 0/1   The business account model.
contactInformation contactInformationDto element 0/1   The contact information.
countryCode string element 0/1   The country code.
currencyCode string element 0/1   The currency code.
customFields customFieldsDto element 0/1   The custom fields.
customers customersDto element 0/1   The customers.
invoiceTypeSequences (custom) element 0/1   The invoice type sequences.
languageCode string element 0/1   The language code.
legalText string element 0/1   A legal text for the seller
legalType string element 0/1   The legal type of the seller
parentSeller string element 0/1   The parent seller.
registrationNo string element 0/1   The seller registration No
updatedCode string element 0/1   The updated code.
vatNo string element 0/1   The seller VAT No

Example

<sellerDto code="..." description="..." id="...">
  <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>
  <currencyCode>...</currencyCode>
  <countryCode>...</countryCode>
  <languageCode>...</languageCode>
  <parentSeller>...</parentSeller>
  <customers>
    <customer>
      <customerCategory>...</customerCategory>
      <customerBrand>...</customerBrand>
      <seller>...</seller>
      <mandateIdentification>...</mandateIdentification>
      <mandateDate>...</mandateDate>
      <customerAccounts/>
      <additionalDetails/>
    </customer>
    <totalNumberOfRecords>...</totalNumberOfRecords>
  </customers>
  <customFields>
    <customField code="..." description="..." valueDate="..." valuePeriodEndDate="..." valuePeriodPriority="..." valuePeriodStartDate="...">
      <fieldType>...</fieldType>
      <languageDescriptions/>
      <stringValue>...</stringValue>
      <dateValue>...</dateValue>
      <longValue>...</longValue>
      <doubleValue>...</doubleValue>
      <booleanValue>...</booleanValue>
      <listValue>
        <value/>
      </listValue>
      <mapValue>...</mapValue>
      <entityReferenceValue/>
      <indexType>...</indexType>
      <fileValue>...</fileValue>
      <formattedValue/>
      <guiPosition>...</guiPosition>
    </customField>
    <inheritedCustomField code="..." description="..." valueDate="..." valuePeriodEndDate="..." valuePeriodPriority="..." valuePeriodStartDate="...">
      <fieldType>...</fieldType>
      <languageDescriptions/>
      <stringValue>...</stringValue>
      <dateValue>...</dateValue>
      <longValue>...</longValue>
      <doubleValue>...</doubleValue>
      <booleanValue>...</booleanValue>
      <listValue>
        <value/>
      </listValue>
      <mapValue>...</mapValue>
      <entityReferenceValue/>
      <indexType>...</indexType>
      <fileValue>...</fileValue>
      <formattedValue/>
      <guiPosition>...</guiPosition>
    </inheritedCustomField>
  </customFields>
  <invoiceTypeSequences>...</invoiceTypeSequences>
  <businessAccountModel code="..." description="..." id="...">
    <updatedCode>...</updatedCode>
    <auditable/>
    <auditableFields>
      <auditableField/>
    </auditableFields>
  </businessAccountModel>
  <contactInformation>
    <email>...</email>
    <phone>...</phone>
    <mobile>...</mobile>
    <fax>...</fax>
  </contactInformation>
  <address>
    <address1>...</address1>
    <address2>...</address2>
    <address3>...</address3>
    <zipCode>...</zipCode>
    <city>...</city>
    <country>...</country>
    <state>...</state>
  </address>
  <vatNo>...</vatNo>
  <registrationNo>...</registrationNo>
  <legalText>...</legalText>
  <legalType>...</legalType>
</sellerDto>