FreightLineBaseDto
An individual cargo line item within a freight
namestringnullable
Arbitrary product name.
Possible values: <= 250 characters
Example:
Block of concreteitemNumberstringnullable
Arbitrary item number.
Possible values: <= 50 characters
Example:
B-123descriptionstringnullable
Description of product
Possible values: <= 250 characters
Example:
Nicely patinated with colorcode #532943ianstringnullable
International Article Number (also known as European Article Number or EAN)
Possible values: <= 13 characters
Example:
4131618458562ssccstringnullable
Serial Shipping Container Codes (SSCCs)
Possible values: <= 18 characters
Example:
230874513969584500locationstringnullable
Location if product, i.e. warehouse code
Possible values: <= 50 characters
Example:
P3quantitynumber<double>nullable
Quantity
Example:
2palletsinteger<int32>nullable
Pallets
weightnumber<double>nullable
Weight in kilograms
Example:
1.1111volumenumber<double>nullable
Volume in m^3
Example:
1.111111lengthnumber<double>nullable
Lenght in centimeters (cm)
Example:
1.1111widthnumber<double>nullable
Width in centimeters (cm)
Example:
1.1111heightnumber<double>nullable
Height in centimeters (cm)
Example:
1.1111loadingMetersnumber<double>nullable
Loading meter (LDM)
Example:
1.1111thknumber<double>nullable
Thickness of horizontal elements (cm)
Example:
1.1111FreightLineBaseDto
{
"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
}