-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcollection_samples.json
More file actions
138 lines (127 loc) · 3.33 KB
/
Copy pathcollection_samples.json
File metadata and controls
138 lines (127 loc) · 3.33 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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
Collections
---------CREATE OFFER_LISTENER_COLLECTION---------
{
"uid": "prQUKkIxljVqbHlCKah7T1Rh7l22",
"itemName": "tej",
"crDate": "2022.07.08",
"boolId": 1,
"modDate": "2022.07.08"
}
-----MODIFY OFFER_LISTENER------
{
"id": "prQUKkIxljVqbHlCKah7T1Rh7l22",
"boolId": 1,
"modDate": "2022.07.08"
}
---CREATE SHOPPING-LIST-----
[{ "listName" : "Gábor lista",
"alloweUidList":[
{"uid": "prQUKkIxljVqbHlCKah7T1Rh7l22",
"role": "creator",
"boolId":1,
"crDate":"2022.06.10",
"modDate":"2022.07.10"},
{"uid": "prQUKkIxljVqbHlCKah7T1Rh7l22",
"role": "subscriber",
"boolId":1,
"crDate":"2022.06.10",
"modDate":"2022.07.10"}
],
"itemList":[
{
"itemDetail":{
"offerCollectionId":"62c55fe3e096510c589ef814",
"itemId":"13590",
"itemName":"HÚSMESTER Friss grillcsirke, /kg ",
"itemCleanName":"husmester friss grillcsirke, /kg ",
"imageUrl":"https://s7g10.scene7.com/is/image/aldi/KW27_04_hetvegi_akciomania_03",
"price":849,
"measure":"kg",
"salesStart":"N.a",
"source":"szuper-ajanlatok-mindennap",
"runDate":"2022.07.06-10:52:32",
"shopName":"aldi",
"timeKey":"2022_07_11_02"
},
"crDate":"2022.07.08",
"checkFlag":0,
"boolId":1,
"volume":1,
"modDate":"2022.07.08"
},
{
"itemDetail":{
"offerCollectionId":"62c55fe3e096510c589ef814",
"itemId":"13590",
"itemName":"HÚSMESTER Friss grillcsirke, /kg ",
"itemCleanName":"husmester friss grillcsirke, /kg ",
"imageUrl":"https://s7g10.scene7.com/is/image/aldi/KW27_04_hetvegi_akciomania_03",
"price":849,
"measure":"kg",
"salesStart":"N.a",
"source":"szuper-ajanlatok-mindennap",
"runDate":"2022.07.06-10:52:32",
"shopName":"aldi",
"timeKey":"2022_07_11_02"
},
"crDate":"2022.07.08",
"checkFlag":0,
"boolId":1,
"volume":1,
"modDate":"2022.07.08"
}
],
"crDate":"2022.07.08",
"modDate":"2022.07.08",
"boolId":1
}]
-----ADD ITEM TO SHOPPING LIST-----
{
"id": "62c9751311428baf9e4694f3",
"newItem" : {
"item":{
"offerCollectionId":"12345",
"itemId":"13590",
"itemName":"geza",
"itemCleanName":"husmester friss grillcsirke, /kg ",
"imageUrl":"https://s7g10.scene7.com/is/image/aldi/KW27_04_hetvegi_akciomania_03",
"price":849,
"measure":"kg",
"salesStart":"N.a",
"source":"szuper-ajanlatok-mindennap",
"runDate":"2022.07.06-10:52:32",
"shopName":"aldi",
"timeKey":"2022_07_11_02"
},
"crDate":"2022.07.08",
"checkFlag":0,
"boolId":1,
"volume":1,
"removeDate":"2022.07.08"
}
}
--MODIFY SHOPPING LIST ITEM----
{
"offerCollectionId": "62c55fe3e096510c589ef815",
"volume" : 10,
"modDate": "2022.07.09",
"checkFlag":0,
"boolId":1
}
---MODIFY SHOPPING LIST-----
--remoive user
{
"id": "62cbc0986a2078a5359e8749",
"alloweUidList": {
"uid": "skjdhfksdjhfgkjsdgflksdf345",
"boolId":0,
"modDate": "2022.09.09"},
"removeUser": "Y",
"boolId":0,
}
--close list
{
"id": "62cb1e5b2a952aa820a63333",
"boolId":0,
"removeUser": "N"
}