productDto Data Type

The Class ProductDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
code string attribute 1/1 The code.
description string attribute 0/1 The description.
amountWithTax decimal element 0/1 The amount with tax.
amountWithoutTax decimal element 0/1 The amount without tax.
chargeDate dateTime element 0/1 The charge date.
criteria1 string element 0/1 The criteria 1.
criteria2 string element 0/1 The criteria 2.
criteria3 string element 0/1 The criteria 3.
customFields customFieldsDto element 0/1 The custom fields.
quantity decimal element 0/1 The quantity.

Example

<p----- code="..." description="...">
  <chargeDate>...</chargeDate>
  <quantity>...</quantity>
  <amountWithoutTax>...</amountWithoutTax>
  <amountWithTax>...</amountWithTax>
  <criteria1>...</criteria1>
  <criteria2>...</criteria2>
  <criteria3>...</criteria3>
  <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>
</p----->