-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorders.json
More file actions
50 lines (50 loc) · 1.3 KB
/
Copy pathorders.json
File metadata and controls
50 lines (50 loc) · 1.3 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
[
{
"customer": {
"name": "Johnny Bravo",
"address": "56 Pitt Street, 2000, Sydney"
},
"deliveryType": "personalDelivery",
"source": "web",
"weight": 1500
},
{
"customer": {
"name": "Jack Ripper",
"address": "822 Anzac Parade, 2035, Maroubra"
},
"deliveryType": "personalDeliveryExpress",
"source": "email",
"weight": 2000,
"campaign": {
"name": "Christmas2018",
"type": "holiday",
"ad": "opportunity"
}
},
{
"customer": {
"name": "Elvis Presley",
"address": "333 George Street, 2000, Sydney"
},
"deliveryType": "enterpriseDelivery",
"source": "direct",
"onBehalf": "True Capital",
"enterprise": {
"name": "Bayview Motel",
"type": "PtyLtd",
"abn": "SN123OK",
"directors": [
{
"name": "Michael Jackskon",
"address": "242 Bayview, 2434, Sydney"
},
{
"name": "Freddie Mercury",
"address": "132 Coast, 2354, Newcastle"
}
]
},
"weight": 5000
}
]