-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguests.json
102 lines (102 loc) · 2.06 KB
/
guests.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
[
{
"id": 1,
"name": "Bob Johnson",
"rate": 130,
"property": "Sunshine Apartments",
"move-in": "2016-11-10",
"move-out": "2016-11-12",
"status": "new",
"source": "AirBnB"
},
{
"id": 2,
"name": "Linda Combs",
"rate": 118,
"property": "Sunshine Apartments",
"move-in": "2016-11-11",
"move-out": "2016-11-18",
"status": "confirmed",
"source": "AirBnB"
},
{
"id": 3,
"name": "Betty Crocker",
"rate": 152,
"property": "Sunset Villa",
"move-in": "2016-11-13",
"move-out": "2016-11-14",
"status": "confirmed",
"source": "AirBnB"
},
{
"id": 4,
"name": "Fred Flintstone",
"rate": 138,
"property": "Sunset Villa",
"move-in": "2016-11-21",
"move-out": "2016-11-28",
"status": "new",
"source": "AirBnB"
},
{
"id": 5,
"name": "Alexander Hamilton",
"rate": 107,
"property": "Sunshine Apartments",
"move-in": "2016-11-22",
"move-out": "2016-11-29",
"status": "confirmed",
"source": "HomeAway"
},
{
"id": 6,
"name": "Vladimir Jones",
"rate": 118,
"property": "Sunset Villa",
"move-in": "2016-11-03",
"move-out": "2016-11-06",
"status": "cancelled",
"source": "AirBnB"
},
{
"id": 7,
"name": "Susan Anthony",
"rate": 141,
"property": "Sunset Villa",
"move-in": "2016-11-26",
"move-out": "2016-11-28",
"status": "confirmed",
"source": "HomeAway"
},
{
"id": 8,
"name": "Jane Austin",
"rate": 134,
"property": "Sunshine Apartments",
"move-in": "2016-11-05",
"move-out": "2016-11-07",
"status": "confirmed",
"source": "AirBnB"
},
{
"id": 9,
"name": "Michael Xiu",
"rate": 114,
"property": "Sunset Villa",
"move-in": "2016-11-24",
"move-out": "2016-12-05",
"status": "new",
"source": "AirBnB"
},
{
"id": 10,
"name": "Jennifer Jones",
"rate": 127,
"property": "Sunset Villa",
"move-in": "2016-11-27",
"move-out": "2016-11-29",
"status": "confirmed",
"source": "HomeAway"
}
]