-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathloadingUnits.json
More file actions
57 lines (57 loc) · 1.12 KB
/
loadingUnits.json
File metadata and controls
57 lines (57 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"reference": "Ref XYZ",
"load": {
"bodyType": "TENT",
"equipmentExchange": false,
"length": 13.6,
"weight": 24
},
"comment": "An order with some loading units",
"loadingUnits": [
{
"icon": "EURO",
"name": "EURO",
"pickupStopIndex": 0,
"dropStopIndex": 1,
"height": 120,
"length": 120,
"width": 80,
"weight": 100,
"loadingMeters": 2,
"quantity": 5,
"stackable": false,
"reference": "Load ref 1",
"unloadingReference": "Unload ref 1"
},
{
"icon": "CUSTOM",
"name": "Box",
"pickupStopIndex": 0,
"dropStopIndex": 1,
"height": 100,
"length": 100,
"width": 100,
"weight": 60,
"loadingMeters": 1.25,
"quantity": 3,
"stackable": true,
"reference": "3 Boxes"
}
],
"stops": [
{
"location": {
"city": "Berlin, Willsnackerstr. 33",
"zipcode": "10559",
"country": "de"
},
"operationType": "LOADING"
},
{
"location": {
"city": "Paris"
},
"operationType": "UNLOADING"
}
]
}