-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPromotions.json
110 lines (110 loc) · 2.4 KB
/
Promotions.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
[
{
"id":"1",
"shopId":"1",
"dateRange":{
"from":"2021-11-01",
"to":"2023-12-01"
},
"image":"https://picsum.photos/id/237/200/300",
"title":"Dental Pro e Amplifon",
"description":"Descirzione promozione 1",
"interestIds":[
"4",
"7"
]
},
{
"id":"2",
"shopId":"0",
"dateRange":{
"from":"2021-11-01",
"to":"2023-12-01"
},
"image":"https://picsum.photos/id/267/200/300",
"title":"Succede solo da Mc Donalds",
"description":"Descirzione promozione 2",
"interestIds":[
"1",
"13",
"18"
]
},
{
"id":"3",
"shopId":"2",
"dateRange":{
"from":"2021-11-01",
"to":"2023-12-01"
},
"image":"https://picsum.photos/id/2134/200/300",
"title":"il 20%",
"description":"su tutti i modelli Adidas! Descirzione promozione 3",
"interestIds":[
"1",
"5",
"8"
]
},
{
"id":"4",
"shopId":"8",
"dateRange":{
"from":"2022-10-04",
"to":"2022-12-12"
},
"image":"https://picsum.photos/id/632/400/600",
"title":"il 20%",
"description":"su tutti i modelli Adidas! Descirzione promozione 3",
"interestIds":[
"1",
"5",
"8"
]
},
{
"id":"5",
"shopId":"12",
"dateRange":{
"from":"2022-12-12",
"to":"2023-01-01"
},
"image":"https://picsum.photos/id/534/400/600",
"title":"Un evento unico",
"description":"su tutti i modelli Adidas! Descirzione promozione 3",
"interestIds":[
"2",
"4"
]
},
{
"id":"6",
"shopId":"11",
"dateRange":{
"from":"2023-01-01",
"to":"2023-01-01"
},
"image":"https://picsum.photos/id/123/200/300",
"title":"Grandi eventi!",
"description":"su tutti i modelli Adidas! Descirzione promozione 3",
"interestIds":[
"6"
]
},
{
"id":"7",
"shopId":"12",
"dateRange":{
"from":"2022-12-31",
"to":"2023-01-01"
},
"image":"https://picsum.photos/id/245/200/300",
"title":"Capodanno",
"description":"su tutti i modelli Adidas! Descirzione promozione 3",
"interestIds":[
"1",
"5",
"8"
]
}
]