The Class ProductInstanceDto.
| 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. | ||
| applicationDate | dateTime | element | 0/1 | The application date. | ||
| auditable | auditableDto | element | 0/1 | |||
| auditableField | auditableFieldDto | element | 0/unbounded | auditableFields | ||
| customFields | customFieldsDto | element | 0/1 | The custom fields. | ||
| orderNumber | string | element | 0/1 | The order number. | ||
| productChargeInstance | productChargeInstanceDto | element | 0/unbounded | The product charge instances. | ||
| quantity | decimal | element | 0/1 | The quantity. | ||
| updatedCode | string | element | 0/1 | The updated code. |
Example
<p----- code="..." description="..." id="...">
<applicationDate>...</applicationDate>
<auditable created="..." creator="..." updated="..." updater="..."/>
<quantity>...</quantity>
<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>
<orderNumber>...</orderNumber>
<updatedCode>...</updatedCode>
<productChargeInstance code="..." description="..." id="...">
<quantity>...</quantity>
<status>...</status>
<amountWithTax>...</amountWithTax>
<amountWithoutTax>...</amountWithoutTax>
<sellerCode>...</sellerCode>
<auditable/>
<userAccountCode>...</userAccountCode>
<auditableFields>
<auditableField/>
</auditableFields>
<updatedCode>...</updatedCode>
</productChargeInstance>
<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----->