· 9 years ago · Aug 31, 2016, 06:54 PM
1[
2 {
3 "address": "55532 Washington St",
4 "city": "Boston",
5 "state": "MA",
6 "zip": "02111",
7 "country": "USA",
8 "name": "Millennium Tower",
9 "units": [
10 {
11 "leases": [
12 {
13 "start_date": "2015-01-01T05:00:00.000Z",
14 "end_date": "2015-12-31T05:00:00.000Z",
15 "rent": 1200,
16 "first_month": -1200,
17 "last_month": -1200,
18 "security": 600,
19 "tenants": [
20 {
21 "first_name": "Mary",
22 "last_name": "West",
23 "email": "marywest@mailinator.com"
24 },
25 {
26 "first_name": "Caroline",
27 "last_name": "LeBeaux",
28 "email": "carolinel@mailinator.com"
29 },
30 {
31 "first_name": "Jennifer",
32 "last_name": "Lilly",
33 "email": "jlilly@mailinator.com"
34 }
35 ]
36 }
37 ],
38 "number": "1A",
39 "sq_ft": "2000",
40 "beds": "2",
41 "baths": "1",
42 "rent": 1200
43 },
44 {
45 "number": "2B",
46 "sq_ft": "2200",
47 "beds": "2",
48 "baths": "1"
49 },
50 {
51 "number": "3A",
52 "sq_ft": "2200",
53 "beds": "2",
54 "baths": "1"
55 },
56 {
57 "leases": [
58 {
59 "start_date": "2015-01-01T05:00:00.000Z",
60 "end_date": "2015-12-31T05:00:00.000Z",
61 "rent": 1200,
62 "first_month": -1200,
63 "last_month": -1200,
64 "security": 600,
65 "tenants": [
66 {
67 "first_name": "Mary",
68 "last_name": "West",
69 "email": "marywest@mailinator.com"
70 },
71 {
72 "first_name": "Caroline",
73 "last_name": "LeBeaux",
74 "email": "carolinel@mailinator.com"
75 },
76 {
77 "first_name": "Jennifer",
78 "last_name": "Lilly",
79 "email": "jlilly@mailinator.com"
80 }
81 ]
82 }
83 ],
84 "number": "4C",
85 "sq_ft": "2200",
86 "beds": "2",
87 "baths": "1",
88 "rent": 1200
89 }
90 ]
91 }
92]