Order Item
Each item DTO provides information about the item and its parameters and quantities if applicable.
Attribute | Description | Type (Length) | Example | Mandatory |
---|---|---|---|---|
number | Internal delivery item number | CHAR(20) | 000010 | See note1 |
index | Running number | INTEGER | 1 | False |
description | Description | CHAR(255) | first delivery item | See note1 |
short_description | Short name, description | CHAR(50) | FDI | False |
material_number | Material number | CHAR(50) | FDI123 | See note1 |
template_id | Identifier for an item template. The data will be sourced from the template, and any supplementary information included with the message will supersede the data from the template. | CHAR(50) | Â | False |
quantities | A list of quantity DTOs, see Quantity | False | ||
parameters | A list of additional parameter DTOs, see Parameter | False |
1At least one of number, description or material_number must be provided. If an item template is used (template_id), no additional data need to be provided.