customersDto Data Type

The Class CustomersDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
customer customerDto element 0/unbounded The customer.
totalNumberOfRecords long element 0/1 The total number of records.

Example

<c----->
  <customer code="..." description="..." id="...">
    <customerCategory>...</customerCategory>
    <customerBrand>...</customerBrand>
    <seller>...</seller>
    <mandateIdentification>...</mandateIdentification>
    <mandateDate>...</mandateDate>
    <customerAccounts>
      <customerAccount/>
    </customerAccounts>
    <additionalDetails>
      <companyName>...</companyName>
      <position>...</position>
      <instantMessengers>...</instantMessengers>
    </additionalDetails>
    <externalRef1>...</externalRef1>
    <auditable/>
    <externalRef2>...</externalRef2>
    <auditableFields>
      <auditableField/>
    </auditableFields>
    <name/>
    <updatedCode>...</updatedCode>
    <jobTitle>...</jobTitle>
    <businessAccountModel/>
    <customFields/>
    <vatNo>...</vatNo>
    <registrationNo>...</registrationNo>
    <contactInformation/>
  </customer>
  <totalNumberOfRecords>...</totalNumberOfRecords>
</c----->