-
Notifications
You must be signed in to change notification settings - Fork 0
/
orderitem.json
68 lines (68 loc) · 1.42 KB
/
orderitem.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
[
{
"model": "LittleLemonAPI.orderitem",
"pk": 1,
"fields": {
"order": 1,
"menuitem": 1,
"quantity": 2,
"unit_price": 6.00,
"price": 12.00
}
},
{
"model": "LittleLemonAPI.orderitem",
"pk": 2,
"fields": {
"order": 1,
"menuitem": 3,
"quantity": 2,
"unit_price": 4.50,
"price": 9.00
}
},
{
"model": "LittleLemonAPI.orderitem",
"pk": 3,
"fields": {
"order": 2,
"menuitem": 7,
"quantity": 5,
"unit_price": 9.00,
"price": 45.00
}
},
{
"model": "LittleLemonAPI.orderitem",
"pk": 4,
"fields": {
"order": 3,
"menuitem": 2,
"quantity": 1,
"unit_price": 4.00,
"price": 4.00
}
},
{
"model": "LittleLemonAPI.orderitem",
"pk": 5,
"fields": {
"order": 3,
"menuitem": 5,
"quantity": 1,
"unit_price": 7.50,
"price": 7.50
}
},
{
"model": "LittleLemonAPI.orderitem",
"pk": 6,
"fields": {
"order": 4,
"menuitem": 7,
"quantity": 1,
"unit_price": 9.00,
"price": 9.00
}
}
]