-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathreservations.json
More file actions
69 lines (69 loc) · 1.74 KB
/
reservations.json
File metadata and controls
69 lines (69 loc) · 1.74 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
[
{
"id":1,
"parking":"Parking 1",
"parkingId": 1,
"city": "Paris",
"clientName": "Thomas Martin",
"vehicle": "car",
"licensePlate": "ED432EF",
"checkin":"2020-08-21T06:00:00Z",
"checkout":"2020-08-27T06:00:00Z"
},
{
"id":2,
"parking":"Parking 1",
"parkingId": 1,
"city": "Roissy",
"clientName": "Frédéric Bertholet",
"vehicle": "car",
"licensePlate": "AB213CD",
"checkin":"2020-08-20T06:00:00Z",
"checkout":"2020-08-27T06:00:00Z"
},
{
"id":3,
"parking":"Parking 1",
"parkingId": 1,
"city": "Roissy",
"clientName": "Anatole Basthoz",
"vehicle": "car",
"licensePlate": "EB123KJ",
"checkin":"2020-08-01T06:00:00Z",
"checkout":"2020-08-17T06:00:00Z"
}
,
{
"id":4,
"parking":"Parking 2",
"parkingId": 2,
"city": "Beauvais",
"clientName": "Caroline Wattremez",
"vehicle": "car",
"licensePlate": "BD198DD",
"checkin":"2020-08-21T06:00:00Z",
"checkout":"2020-08-27T06:00:00Z"
},
{
"id":5,
"parking":"Parking 3",
"parkingId": 3,
"city": "Orly",
"clientName": "Thomas Martin",
"vehicle": "car",
"licensePlate": "ED432EF",
"checkin":"2020-08-28T06:00:00Z",
"checkout":"2020-08-29T06:00:00Z"
},
{
"id":6,
"parking":"Parking 4",
"parkingId": 4,
"city": "Paris",
"clientName": "Elena Richardson",
"vehicle": "car",
"licensePlate": "KJ233OE",
"checkin":"2020-08-12T06:00:00Z",
"checkout":"2020-08-17T06:00:00Z"
}
]