-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.json
68 lines (68 loc) · 1.73 KB
/
example.json
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
58
59
60
61
62
63
64
65
66
67
68
{
"orders" : [ {
"infoInvoice" : "Rechnung zwei mal",
"cashOnDelivery" : 249.99,
"unloadingCrane" : false,
"unloadingForklift" : false,
"unloadingLiftgate" : false,
"advice" : "030184410",
"adviceType" : "TELEPHONE_CALL",
"lines" : [ {
"packageType" : "Europalette",
"weight" : 200,
"length" : 100,
"width" : 50,
"height" : 10,
"contents" : [ {
"quantity" : 3,
"articleDescription" : "Artikel A",
"articleNumber" : "A304550"
}, {
"quantity" : 1,
"articleDescription" : "Artikel B",
"articleNumber" : "B420000"
} ]
}, {
"packageType" : "Einwegpalette",
"weight" : 55,
"length" : 120,
"width" : 80,
"height" : 44
} ],
"addressee" : {
"name1" : "Bundesministerium für Gesundheit (BMG)",
"name2" : "Referat I \"Internet, Soziale Netzwerke\"",
"street" : "Rochusstr. 1",
"country" : "DE",
"zip" : "53123",
"city" : "Bonn"
},
"deliveryToPrivate" : false
}, {
"baseService" : "Express",
"unloadingCrane" : false,
"unloadingForklift" : false,
"unloadingLiftgate" : false,
"lines" : [ {
"weight" : 150
}, {
"weight" : 20
} ],
"addressee" : {
"name1" : "Axel Springer SE",
"street" : "Axel-Springer-Straße 65",
"country" : "DE",
"zip" : "10888",
"city" : "Berlin"
},
"placeOfLoading" : {
"name1" : "Beladestelle 1",
"street" : "Logistikpark 3",
"country" : "DE",
"zip" : "0815",
"city" : "Hintertupfingen"
},
"billingAddress" : { },
"deliveryToPrivate" : false
} ]
}