Skip to main content

FreightLineBaseDto

An individual cargo line item within a freight

namestringnullable

Arbitrary product name.

Possible values: <= 250 characters

Example: Block of concrete
itemNumberstringnullable

Arbitrary item number.

Possible values: <= 50 characters

Example: B-123
descriptionstringnullable

Description of product

Possible values: <= 250 characters

Example: Nicely patinated with colorcode #532943
ianstringnullable

International Article Number (also known as European Article Number or EAN)

Possible values: <= 13 characters

Example: 4131618458562
ssccstringnullable

Serial Shipping Container Codes (SSCCs)

Possible values: <= 18 characters

Example: 230874513969584500
locationstringnullable

Location if product, i.e. warehouse code

Possible values: <= 50 characters

Example: P3
quantitynumber<double>nullable

Quantity

Example: 2
palletsinteger<int32>nullable

Pallets

weightnumber<double>nullable

Weight in kilograms

Example: 1.1111
volumenumber<double>nullable

Volume in m^3

Example: 1.111111
lengthnumber<double>nullable

Lenght in centimeters (cm)

Example: 1.1111
widthnumber<double>nullable

Width in centimeters (cm)

Example: 1.1111
heightnumber<double>nullable

Height in centimeters (cm)

Example: 1.1111
loadingMetersnumber<double>nullable

Loading meter (LDM)

Example: 1.1111
thknumber<double>nullable

Thickness of horizontal elements (cm)

Example: 1.1111
FreightLineBaseDto
{
"name": "Block of concrete",
"itemNumber": "B-123",
"description": "Nicely patinated with colorcode #532943",
"ian": "4131618458562",
"sscc": "230874513969584500",
"location": "P3",
"quantity": 2,
"pallets": 0,
"weight": 1.1111,
"volume": 1.111111,
"length": 1.1111,
"width": 1.1111,
"height": 1.1111,
"loadingMeters": 1.1111,
"thk": 1.1111
}