Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 KB | None | 0 0
  1. {
  2. "status_code": 0,
  3. "status_text": "Buildings initial fetch.",
  4. "data": {
  5. "building_types": [
  6. {
  7. "id": 1,
  8. "created_at": "2018-02-20 13:10:26",
  9. "updated_at": "2018-02-20 13:10:26",
  10. "name": "Single-family house"
  11. },
  12. {
  13. "id": 2,
  14. "created_at": "2018-02-20 13:10:26",
  15. "updated_at": "2018-02-20 13:10:26",
  16. "name": "Multi-family house"
  17. },
  18. {
  19. "id": 3,
  20. "created_at": "2018-02-20 13:10:26",
  21. "updated_at": "2018-02-20 13:10:26",
  22. "name": "Apartment building residential and commercial"
  23. },
  24. {
  25. "id": 4,
  26. "created_at": "2018-02-20 13:10:26",
  27. "updated_at": "2018-02-20 13:10:26",
  28. "name": "Commercial building"
  29. },
  30. {
  31. "id": 5,
  32. "created_at": "2018-02-20 13:10:26",
  33. "updated_at": "2018-02-20 13:10:26",
  34. "name": "Industry"
  35. },
  36. {
  37. "id": 6,
  38. "created_at": "2018-02-20 13:10:26",
  39. "updated_at": "2018-02-20 13:10:26",
  40. "name": "Garage"
  41. },
  42. {
  43. "id": 7,
  44. "created_at": "2018-02-20 13:10:26",
  45. "updated_at": "2018-02-20 13:10:26",
  46. "name": "Public Building"
  47. },
  48. {
  49. "id": 8,
  50. "created_at": "2018-02-20 13:10:26",
  51. "updated_at": "2018-02-20 13:10:26",
  52. "name": "Other"
  53. }
  54. ],
  55. "condominium_investment_types": [
  56. {
  57. "id": 1,
  58. "name": "Front yard/access"
  59. },
  60. {
  61. "id": 2,
  62. "name": "Seating-playground"
  63. },
  64. {
  65. "id": 3,
  66. "name": "Planting-base area"
  67. },
  68. {
  69. "id": 4,
  70. "name": "Facade-roof-windows"
  71. },
  72. {
  73. "id": 5,
  74. "name": "Sunshade devices"
  75. },
  76. {
  77. "id": 6,
  78. "name": "Balcony outside door, gates"
  79. }
  80. ],
  81. "building": {
  82. "id": 30,
  83. "created_at": "2018-03-12 15:48:21",
  84. "updated_at": "2018-03-15 14:30:57",
  85. "user_id": 1,
  86. "property_id": 1,
  87. "max_units": 4,
  88. "address": "Main street 45",
  89. "building_number": "Condominium 2345677",
  90. "year_of_construction": 1857,
  91. "insurance_reinstatement_value": 56678,
  92. "volume": 9999999,
  93. "usable_space": 45758727,
  94. "heating_costs": 4567564777,
  95. "is_hot_water_by_heating": true,
  96. "building_type_id": 4,
  97. "is_protected": false,
  98. "has_condominium": true,
  99. "units_count": 0,
  100. "building_type": {
  101. "id": 4,
  102. "created_at": "2018-02-20 13:10:26",
  103. "updated_at": "2018-02-20 13:10:26",
  104. "name": "Commercial building"
  105. },
  106. "condominium": {
  107. "id": 6,
  108. "created_at": "2018-03-12 15:48:21",
  109. "updated_at": "2018-03-12 15:48:21",
  110. "building_id": 30,
  111. "year_of_justification": 1773,
  112. "regulations": 0,
  113. "status_renovation_fund": "564.00",
  114. "annual_contributions": "5647.00",
  115. "investments": [
  116. {
  117. "id": 6,
  118. "created_at": "2018-03-12 15:48:21",
  119. "updated_at": "2018-03-12 15:48:21",
  120. "condominium_id": 6,
  121. "condominium_investment_type_id": 4,
  122. "year": 1754,
  123. "amount": "5647.00",
  124. "investment_type": {
  125. "id": 4,
  126. "created_at": "2018-02-21 12:15:13",
  127. "updated_at": "2018-02-21 12:15:13",
  128. "name": "Facade-roof-windows"
  129. }
  130. },
  131. {
  132. "id": 7,
  133. "created_at": "2018-03-12 15:48:21",
  134. "updated_at": "2018-03-12 15:48:21",
  135. "condominium_id": 6,
  136. "condominium_investment_type_id": 6,
  137. "year": 1713,
  138. "amount": "111.00",
  139. "investment_type": {
  140. "id": 6,
  141. "created_at": "2018-02-21 12:15:13",
  142. "updated_at": "2018-02-21 12:15:13",
  143. "name": "Balcony outside door, gates"
  144. }
  145. }
  146. ]
  147. }
  148. }
  149. }
  150. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement