Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

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

  • No labels