-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalidCustomers.json
49 lines (49 loc) · 1.09 KB
/
validCustomers.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
{
"customer": [
{
"name": "Hermoine Granger",
"fName": "Hermoine",
"lName": "Granger",
"postCd": "E859AB",
"id": 1,
"date": "2022-06-23T16:52:55.558Z",
"accountNo": [1001, 1002, 1003]
},
{
"name": "Harry Potter",
"fName": "Harry",
"lName": "Potter",
"postCd": "E725JB",
"id": 2,
"date": "2022-06-23T16:52:55.558Z",
"accountNo": [1004, 1005, 1006]
},
{
"name": "Ron Weasley",
"fName": "Ron",
"lName": "Weasly",
"postCd": "E55555",
"id": 3,
"date": "2022-06-23T16:52:55.558Z",
"accountNo": [1007, 1008, 1009]
},
{
"name": "Albus Dumbledore",
"fName": "Albus",
"lName": "Dumbledore",
"postCd": "E55656",
"id": 4,
"date": "2022-06-23T16:52:55.558Z",
"accountNo": [1010, 1011, 1012]
},
{
"name": "Neville Longbottom",
"fName": "Neville",
"lName": "Longbottom",
"postCd": "E89898",
"id": 5,
"date": "2022-06-23T16:52:55.558Z",
"accountNo": [1013, 1014, 1015]
}
]
}