buildium-ruby 2.1.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1011) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/ci.yml +1 -3
  3. data/.github/workflows/publish.yml +2 -2
  4. data/.openapi-generator/FILES +0 -496
  5. data/.openapi-generator/templates/ruby-client/Gemfile.mustache +3 -0
  6. data/.openapi-generator/templates/ruby-client/gemspec.mustache +1 -3
  7. data/.openapi-generator/templates/ruby-client/rubocop.mustache +1 -1
  8. data/.rubocop.yml +1 -1
  9. data/CUSTOMIZATIONS.md +4 -0
  10. data/DOCS.md +189 -123
  11. data/Gemfile +1 -7
  12. data/Gemfile.lock +9 -56
  13. data/README.md +80 -1065
  14. data/bin/CUSTOMIZATIONS.md +4 -0
  15. data/bin/config.yml +5 -2
  16. data/bin/rebuild.sh +13 -10
  17. data/buildium-ruby.gemspec +1 -3
  18. data/lib/buildium-ruby/api/appliances_api.rb +3 -3
  19. data/lib/buildium-ruby/api/applicants_api.rb +8 -8
  20. data/lib/buildium-ruby/api/association_meter_readings_api.rb +1 -1
  21. data/lib/buildium-ruby/api/association_owners_api.rb +5 -5
  22. data/lib/buildium-ruby/api/association_tenants_api.rb +4 -4
  23. data/lib/buildium-ruby/api/association_units_api.rb +4 -4
  24. data/lib/buildium-ruby/api/associations_api.rb +6 -6
  25. data/lib/buildium-ruby/api/bank_accounts_api.rb +13 -13
  26. data/lib/buildium-ruby/api/bills_api.rb +5 -5
  27. data/lib/buildium-ruby/api/board_members_api.rb +2 -2
  28. data/lib/buildium-ruby/api/budgets_api.rb +2 -2
  29. data/lib/buildium-ruby/api/communications_api.rb +4 -4
  30. data/lib/buildium-ruby/api/contact_requests_api.rb +2 -2
  31. data/lib/buildium-ruby/api/files_api.rb +5 -5
  32. data/lib/buildium-ruby/api/general_ledger_api.rb +4 -4
  33. data/lib/buildium-ruby/api/lease_transactions_api.rb +12 -12
  34. data/lib/buildium-ruby/api/leases_api.rb +7 -7
  35. data/lib/buildium-ruby/api/listings_api.rb +3 -3
  36. data/lib/buildium-ruby/api/ownership_account_transactions_api.rb +11 -11
  37. data/lib/buildium-ruby/api/ownership_accounts_api.rb +4 -4
  38. data/lib/buildium-ruby/api/property_groups_api.rb +2 -2
  39. data/lib/buildium-ruby/api/rental_appliances_api.rb +3 -3
  40. data/lib/buildium-ruby/api/rental_meter_readings_api.rb +1 -1
  41. data/lib/buildium-ruby/api/rental_owner_requests_api.rb +3 -3
  42. data/lib/buildium-ruby/api/rental_owners_api.rb +4 -4
  43. data/lib/buildium-ruby/api/rental_properties_api.rb +11 -11
  44. data/lib/buildium-ruby/api/rental_tenants_api.rb +4 -4
  45. data/lib/buildium-ruby/api/rental_units_api.rb +9 -9
  46. data/lib/buildium-ruby/api/resident_center_api.rb +1 -1
  47. data/lib/buildium-ruby/api/resident_requests_api.rb +2 -2
  48. data/lib/buildium-ruby/api/tasks_api.rb +4 -4
  49. data/lib/buildium-ruby/api/to_do_requests_api.rb +2 -2
  50. data/lib/buildium-ruby/api/vendors_api.rb +8 -8
  51. data/lib/buildium-ruby/api/work_orders_api.rb +2 -2
  52. data/lib/buildium-ruby/api_client.rb +3 -3
  53. data/lib/buildium-ruby/configuration.rb +1 -2
  54. data/lib/buildium-ruby/models/account_info_message.rb +1 -2
  55. data/lib/buildium-ruby/models/accounting_entity_message.rb +1 -2
  56. data/lib/buildium-ruby/models/accounting_entity_save_message.rb +1 -2
  57. data/lib/buildium-ruby/models/accounting_lock_period_message.rb +1 -2
  58. data/lib/buildium-ruby/models/accounting_settings_message.rb +1 -2
  59. data/lib/buildium-ruby/models/address_message.rb +1 -2
  60. data/lib/buildium-ruby/models/all_tasks_message.rb +1 -2
  61. data/lib/buildium-ruby/models/announcement_message.rb +1 -2
  62. data/lib/buildium-ruby/models/announcement_post_message.rb +1 -2
  63. data/lib/buildium-ruby/models/announcement_search_message.rb +1 -2
  64. data/lib/buildium-ruby/models/announcement_sender_message.rb +1 -2
  65. data/lib/buildium-ruby/models/api_error_response.rb +1 -2
  66. data/lib/buildium-ruby/models/appliance_message.rb +1 -2
  67. data/lib/buildium-ruby/models/applicant_application_message.rb +1 -2
  68. data/lib/buildium-ruby/models/applicant_group_message.rb +1 -2
  69. data/lib/buildium-ruby/models/applicant_group_post_message.rb +1 -2
  70. data/lib/buildium-ruby/models/applicant_group_put_message.rb +1 -2
  71. data/lib/buildium-ruby/models/applicant_group_search_message.rb +1 -2
  72. data/lib/buildium-ruby/models/applicant_message.rb +1 -2
  73. data/lib/buildium-ruby/models/applicant_post_message.rb +1 -2
  74. data/lib/buildium-ruby/models/applicant_put_message.rb +1 -2
  75. data/lib/buildium-ruby/models/applicant_search_message.rb +1 -2
  76. data/lib/buildium-ruby/models/application_message.rb +1 -2
  77. data/lib/buildium-ruby/models/application_put_message.rb +1 -2
  78. data/lib/buildium-ruby/models/application_response_field_message.rb +1 -2
  79. data/lib/buildium-ruby/models/application_response_message.rb +1 -2
  80. data/lib/buildium-ruby/models/application_section_response_message.rb +1 -2
  81. data/lib/buildium-ruby/models/applied_vendor_credit_message.rb +1 -2
  82. data/lib/buildium-ruby/models/association_appliance_message.rb +1 -2
  83. data/lib/buildium-ruby/models/association_appliance_post_message.rb +1 -2
  84. data/lib/buildium-ruby/models/association_appliance_put_message.rb +1 -2
  85. data/lib/buildium-ruby/models/association_appliance_search_message.rb +1 -2
  86. data/lib/buildium-ruby/models/association_appliance_service_history_message.rb +1 -2
  87. data/lib/buildium-ruby/models/association_appliance_service_history_post_message.rb +1 -2
  88. data/lib/buildium-ruby/models/association_board_member_message.rb +1 -2
  89. data/lib/buildium-ruby/models/association_board_member_post_message.rb +1 -2
  90. data/lib/buildium-ruby/models/association_board_member_put_message.rb +1 -2
  91. data/lib/buildium-ruby/models/association_board_member_search_message.rb +1 -2
  92. data/lib/buildium-ruby/models/association_message.rb +1 -2
  93. data/lib/buildium-ruby/models/association_owner_board_term_message.rb +1 -2
  94. data/lib/buildium-ruby/models/association_owner_board_term_post_message.rb +1 -2
  95. data/lib/buildium-ruby/models/association_owner_message.rb +1 -2
  96. data/lib/buildium-ruby/models/association_owner_post_message.rb +1 -2
  97. data/lib/buildium-ruby/models/association_owner_put_message.rb +1 -2
  98. data/lib/buildium-ruby/models/association_owner_to_existing_ownership_account_post_message.rb +1 -2
  99. data/lib/buildium-ruby/models/association_owner_unit_occupancy_put_message.rb +1 -2
  100. data/lib/buildium-ruby/models/association_owner_unit_occupancy_status_message.rb +1 -2
  101. data/lib/buildium-ruby/models/association_ownership_account_message.rb +1 -2
  102. data/lib/buildium-ruby/models/association_ownership_account_post_message.rb +1 -2
  103. data/lib/buildium-ruby/models/association_ownership_account_put_message.rb +1 -2
  104. data/lib/buildium-ruby/models/association_ownership_account_search_message.rb +1 -2
  105. data/lib/buildium-ruby/models/association_post_message.rb +1 -2
  106. data/lib/buildium-ruby/models/association_preferred_vendor_message.rb +1 -2
  107. data/lib/buildium-ruby/models/association_preferred_vendor_put_message.rb +1 -2
  108. data/lib/buildium-ruby/models/association_put_message.rb +1 -2
  109. data/lib/buildium-ruby/models/association_search_message.rb +1 -2
  110. data/lib/buildium-ruby/models/association_tax_information_message.rb +1 -2
  111. data/lib/buildium-ruby/models/association_tenant_message.rb +1 -2
  112. data/lib/buildium-ruby/models/association_tenant_post_message.rb +1 -2
  113. data/lib/buildium-ruby/models/association_tenant_put_message.rb +1 -2
  114. data/lib/buildium-ruby/models/association_unit_message.rb +1 -2
  115. data/lib/buildium-ruby/models/association_unit_put_message.rb +1 -2
  116. data/lib/buildium-ruby/models/association_unit_search_message.rb +1 -2
  117. data/lib/buildium-ruby/models/association_units_post_message.rb +1 -2
  118. data/lib/buildium-ruby/models/association_user_search_message.rb +1 -2
  119. data/lib/buildium-ruby/models/bank_account_check_accounting_entity_save_message.rb +1 -2
  120. data/lib/buildium-ruby/models/bank_account_check_file_message.rb +1 -2
  121. data/lib/buildium-ruby/models/bank_account_check_line_message.rb +1 -2
  122. data/lib/buildium-ruby/models/bank_account_check_line_save_message.rb +1 -2
  123. data/lib/buildium-ruby/models/bank_account_check_message.rb +1 -2
  124. data/lib/buildium-ruby/models/bank_account_check_payee_message.rb +1 -2
  125. data/lib/buildium-ruby/models/bank_account_check_payee_save_message.rb +1 -2
  126. data/lib/buildium-ruby/models/bank_account_check_post_message.rb +1 -2
  127. data/lib/buildium-ruby/models/bank_account_check_put_message.rb +1 -2
  128. data/lib/buildium-ruby/models/bank_account_check_search_message.rb +1 -2
  129. data/lib/buildium-ruby/models/bank_account_deposit_line_message.rb +1 -2
  130. data/lib/buildium-ruby/models/bank_account_deposit_line_save_message.rb +1 -2
  131. data/lib/buildium-ruby/models/bank_account_deposit_message.rb +1 -2
  132. data/lib/buildium-ruby/models/bank_account_deposit_post_message.rb +1 -2
  133. data/lib/buildium-ruby/models/bank_account_deposit_put_message.rb +1 -2
  134. data/lib/buildium-ruby/models/bank_account_deposit_search_message.rb +1 -2
  135. data/lib/buildium-ruby/models/bank_account_message.rb +1 -2
  136. data/lib/buildium-ruby/models/bank_account_post_message.rb +1 -2
  137. data/lib/buildium-ruby/models/bank_account_put_message.rb +1 -2
  138. data/lib/buildium-ruby/models/bank_account_quick_deposit_message.rb +1 -2
  139. data/lib/buildium-ruby/models/bank_account_quick_deposit_save_message.rb +1 -2
  140. data/lib/buildium-ruby/models/bank_account_quick_deposit_search_message.rb +1 -2
  141. data/lib/buildium-ruby/models/bank_account_search_message.rb +1 -2
  142. data/lib/buildium-ruby/models/bank_account_transaction_message.rb +1 -2
  143. data/lib/buildium-ruby/models/bank_account_transaction_search_message.rb +1 -2
  144. data/lib/buildium-ruby/models/bank_account_transfer_accounting_entity_save_message.rb +1 -2
  145. data/lib/buildium-ruby/models/bank_account_transfer_message.rb +1 -2
  146. data/lib/buildium-ruby/models/bank_account_transfer_save_message.rb +1 -2
  147. data/lib/buildium-ruby/models/bank_account_transfer_search_message.rb +1 -2
  148. data/lib/buildium-ruby/models/bank_account_withdrawal_message.rb +1 -2
  149. data/lib/buildium-ruby/models/bank_account_withdrawal_save_message.rb +1 -2
  150. data/lib/buildium-ruby/models/bank_account_withdrawal_search_message.rb +1 -2
  151. data/lib/buildium-ruby/models/bank_lockbox_data_association_message.rb +1 -2
  152. data/lib/buildium-ruby/models/bank_lockbox_data_association_owner_message.rb +1 -2
  153. data/lib/buildium-ruby/models/bank_lockbox_data_message.rb +1 -2
  154. data/lib/buildium-ruby/models/bank_lockbox_data_ownership_account_message.rb +1 -2
  155. data/lib/buildium-ruby/models/bank_lockbox_data_search_message.rb +1 -2
  156. data/lib/buildium-ruby/models/bill_file_message.rb +1 -2
  157. data/lib/buildium-ruby/models/bill_line_message.rb +1 -2
  158. data/lib/buildium-ruby/models/bill_line_post_message.rb +1 -2
  159. data/lib/buildium-ruby/models/bill_line_put_message.rb +1 -2
  160. data/lib/buildium-ruby/models/bill_markup_message.rb +1 -2
  161. data/lib/buildium-ruby/models/bill_markup_save_message.rb +1 -2
  162. data/lib/buildium-ruby/models/bill_message.rb +1 -2
  163. data/lib/buildium-ruby/models/bill_payment_accounting_entity_message.rb +1 -2
  164. data/lib/buildium-ruby/models/bill_payment_line_message.rb +1 -2
  165. data/lib/buildium-ruby/models/bill_payment_line_post_message.rb +1 -2
  166. data/lib/buildium-ruby/models/bill_payment_message.rb +1 -2
  167. data/lib/buildium-ruby/models/bill_payment_post_message.rb +1 -2
  168. data/lib/buildium-ruby/models/bill_post_message.rb +1 -2
  169. data/lib/buildium-ruby/models/bill_put_message.rb +1 -2
  170. data/lib/buildium-ruby/models/bill_search_message.rb +1 -2
  171. data/lib/buildium-ruby/models/budget_details_message.rb +1 -2
  172. data/lib/buildium-ruby/models/budget_details_save_message.rb +1 -2
  173. data/lib/buildium-ruby/models/budget_message.rb +1 -2
  174. data/lib/buildium-ruby/models/budget_monthly_amounts_message.rb +1 -2
  175. data/lib/buildium-ruby/models/budget_monthly_amounts_save_message.rb +1 -2
  176. data/lib/buildium-ruby/models/budget_post_message.rb +1 -2
  177. data/lib/buildium-ruby/models/budget_put_message.rb +1 -2
  178. data/lib/buildium-ruby/models/budget_search_message.rb +1 -2
  179. data/lib/buildium-ruby/models/cancellation_token.rb +1 -2
  180. data/lib/buildium-ruby/models/cc_payments_message.rb +1 -2
  181. data/lib/buildium-ruby/models/cc_payments_put_message.rb +1 -2
  182. data/lib/buildium-ruby/models/charge_recurring_transaction_post_message.rb +1 -2
  183. data/lib/buildium-ruby/models/charge_recurring_transaction_put_message.rb +1 -2
  184. data/lib/buildium-ruby/models/check_printing_info_message.rb +1 -2
  185. data/lib/buildium-ruby/models/check_printing_info_post_message.rb +1 -2
  186. data/lib/buildium-ruby/models/check_printing_info_put_message.rb +1 -2
  187. data/lib/buildium-ruby/models/client_lead_credit_request_message.rb +1 -2
  188. data/lib/buildium-ruby/models/client_lead_message.rb +1 -2
  189. data/lib/buildium-ruby/models/client_lead_search_message.rb +1 -2
  190. data/lib/buildium-ruby/models/contact_detail_message.rb +1 -2
  191. data/lib/buildium-ruby/models/contact_detail_phone_message.rb +1 -2
  192. data/lib/buildium-ruby/models/contact_detail_save_message.rb +1 -2
  193. data/lib/buildium-ruby/models/contact_detail_save_phone_message.rb +1 -2
  194. data/lib/buildium-ruby/models/contact_info_message.rb +1 -2
  195. data/lib/buildium-ruby/models/contact_request_task_message.rb +1 -2
  196. data/lib/buildium-ruby/models/contact_request_task_post_message.rb +1 -2
  197. data/lib/buildium-ruby/models/contact_request_task_put_message.rb +1 -2
  198. data/lib/buildium-ruby/models/contact_request_task_search_message.rb +1 -2
  199. data/lib/buildium-ruby/models/cosigner_message.rb +1 -2
  200. data/lib/buildium-ruby/models/created_by_user_message.rb +1 -2
  201. data/lib/buildium-ruby/models/credit_recurring_transaction_post_message.rb +1 -2
  202. data/lib/buildium-ruby/models/deposit_detail_message.rb +1 -2
  203. data/lib/buildium-ruby/models/e_pay_settings_message.rb +1 -2
  204. data/lib/buildium-ruby/models/e_pay_settings_put_message.rb +1 -2
  205. data/lib/buildium-ruby/models/eft_payments_message.rb +1 -2
  206. data/lib/buildium-ruby/models/eft_payments_put_message.rb +1 -2
  207. data/lib/buildium-ruby/models/electronic_payments_message.rb +1 -2
  208. data/lib/buildium-ruby/models/email_message.rb +1 -2
  209. data/lib/buildium-ruby/models/email_post_message.rb +1 -2
  210. data/lib/buildium-ruby/models/email_recipient_message.rb +1 -2
  211. data/lib/buildium-ruby/models/email_search_message.rb +1 -2
  212. data/lib/buildium-ruby/models/email_sender_message.rb +1 -2
  213. data/lib/buildium-ruby/models/emergency_contact_message.rb +1 -2
  214. data/lib/buildium-ruby/models/file_category_message.rb +1 -2
  215. data/lib/buildium-ruby/models/file_category_post_message.rb +1 -2
  216. data/lib/buildium-ruby/models/file_category_put_message.rb +1 -2
  217. data/lib/buildium-ruby/models/file_download_message.rb +1 -2
  218. data/lib/buildium-ruby/models/file_entity_message.rb +1 -2
  219. data/lib/buildium-ruby/models/file_message.rb +1 -2
  220. data/lib/buildium-ruby/models/file_name_post_message.rb +1 -2
  221. data/lib/buildium-ruby/models/file_put_message.rb +1 -2
  222. data/lib/buildium-ruby/models/file_search_message.rb +1 -2
  223. data/lib/buildium-ruby/models/file_sharing_account_message.rb +1 -2
  224. data/lib/buildium-ruby/models/file_sharing_account_put_message.rb +1 -2
  225. data/lib/buildium-ruby/models/file_sharing_association_message.rb +1 -2
  226. data/lib/buildium-ruby/models/file_sharing_association_owner_message.rb +1 -2
  227. data/lib/buildium-ruby/models/file_sharing_association_owner_put_message.rb +1 -2
  228. data/lib/buildium-ruby/models/file_sharing_association_put_message.rb +1 -2
  229. data/lib/buildium-ruby/models/file_sharing_association_unit_message.rb +1 -2
  230. data/lib/buildium-ruby/models/file_sharing_association_unit_put_message.rb +1 -2
  231. data/lib/buildium-ruby/models/file_sharing_committee_message.rb +1 -2
  232. data/lib/buildium-ruby/models/file_sharing_committee_put_message.rb +1 -2
  233. data/lib/buildium-ruby/models/file_sharing_lease_message.rb +1 -2
  234. data/lib/buildium-ruby/models/file_sharing_lease_put_message.rb +1 -2
  235. data/lib/buildium-ruby/models/file_sharing_message.rb +1 -2
  236. data/lib/buildium-ruby/models/file_sharing_ownership_account_message.rb +1 -2
  237. data/lib/buildium-ruby/models/file_sharing_ownership_account_put_message.rb +1 -2
  238. data/lib/buildium-ruby/models/file_sharing_put_message.rb +1 -2
  239. data/lib/buildium-ruby/models/file_sharing_rental_message.rb +1 -2
  240. data/lib/buildium-ruby/models/file_sharing_rental_owner_message.rb +1 -2
  241. data/lib/buildium-ruby/models/file_sharing_rental_owner_put_message.rb +1 -2
  242. data/lib/buildium-ruby/models/file_sharing_rental_put_message.rb +1 -2
  243. data/lib/buildium-ruby/models/file_sharing_rental_unit_mesage.rb +1 -2
  244. data/lib/buildium-ruby/models/file_sharing_rental_unit_put_mesage.rb +1 -2
  245. data/lib/buildium-ruby/models/file_sharing_tenant_message.rb +1 -2
  246. data/lib/buildium-ruby/models/file_sharing_tenant_put_message.rb +1 -2
  247. data/lib/buildium-ruby/models/file_sharing_vendor_message.rb +1 -2
  248. data/lib/buildium-ruby/models/file_sharing_vendor_put_message.rb +1 -2
  249. data/lib/buildium-ruby/models/file_upload_post_message.rb +1 -2
  250. data/lib/buildium-ruby/models/file_upload_ticket_message.rb +1 -2
  251. data/lib/buildium-ruby/models/general_journal_entry_line_save_message.rb +1 -2
  252. data/lib/buildium-ruby/models/general_journal_entry_post_message.rb +1 -2
  253. data/lib/buildium-ruby/models/general_journal_entry_put_message.rb +1 -2
  254. data/lib/buildium-ruby/models/general_ledger_entry_message.rb +1 -2
  255. data/lib/buildium-ruby/models/general_ledger_journal_line_message.rb +1 -2
  256. data/lib/buildium-ruby/models/general_ledger_journal_message.rb +1 -2
  257. data/lib/buildium-ruby/models/general_ledger_message.rb +1 -2
  258. data/lib/buildium-ruby/models/general_ledger_search_message.rb +1 -2
  259. data/lib/buildium-ruby/models/general_ledger_transaction_message.rb +1 -2
  260. data/lib/buildium-ruby/models/general_ledger_transaction_search_message.rb +1 -2
  261. data/lib/buildium-ruby/models/gl_account_balance_item_message.rb +1 -2
  262. data/lib/buildium-ruby/models/gl_account_balance_message.rb +1 -2
  263. data/lib/buildium-ruby/models/gl_account_balance_search_message.rb +1 -2
  264. data/lib/buildium-ruby/models/gl_account_message.rb +1 -2
  265. data/lib/buildium-ruby/models/gl_account_post_message.rb +1 -2
  266. data/lib/buildium-ruby/models/gl_account_put_message.rb +1 -2
  267. data/lib/buildium-ruby/models/gl_accounts_search_message.rb +1 -2
  268. data/lib/buildium-ruby/models/gl_transaction_message_v1.rb +1 -2
  269. data/lib/buildium-ruby/models/image_reorder_request_put_message.rb +1 -2
  270. data/lib/buildium-ruby/models/insured_tenant_message.rb +1 -2
  271. data/lib/buildium-ruby/models/internal_transaction_status_message.rb +1 -2
  272. data/lib/buildium-ruby/models/journal_line_message.rb +1 -2
  273. data/lib/buildium-ruby/models/journal_message.rb +1 -2
  274. data/lib/buildium-ruby/models/json_patch_operation.rb +1 -2
  275. data/lib/buildium-ruby/models/last_updated_by_user_message.rb +1 -2
  276. data/lib/buildium-ruby/models/lease_account_detail_message.rb +1 -2
  277. data/lib/buildium-ruby/models/lease_auto_allocated_payment_post_message.rb +1 -2
  278. data/lib/buildium-ruby/models/lease_charge_line_save_message.rb +1 -2
  279. data/lib/buildium-ruby/models/lease_charge_post_message.rb +1 -2
  280. data/lib/buildium-ruby/models/lease_charge_put_message.rb +1 -2
  281. data/lib/buildium-ruby/models/lease_charge_recurring_transaction_message.rb +1 -2
  282. data/lib/buildium-ruby/models/lease_cosigner_post_message.rb +1 -2
  283. data/lib/buildium-ruby/models/lease_ledger_credit_line_post_message.rb +1 -2
  284. data/lib/buildium-ruby/models/lease_ledger_credit_post_message.rb +1 -2
  285. data/lib/buildium-ruby/models/lease_ledger_deposit_withholding_line_post_message.rb +1 -2
  286. data/lib/buildium-ruby/models/lease_ledger_deposit_withholding_post_message.rb +1 -2
  287. data/lib/buildium-ruby/models/lease_ledger_payment_line_save_message.rb +1 -2
  288. data/lib/buildium-ruby/models/lease_ledger_payment_post_message.rb +1 -2
  289. data/lib/buildium-ruby/models/lease_ledger_payment_put_message.rb +1 -2
  290. data/lib/buildium-ruby/models/lease_ledger_refund_line_message.rb +1 -2
  291. data/lib/buildium-ruby/models/lease_ledger_refund_line_post_message.rb +1 -2
  292. data/lib/buildium-ruby/models/lease_ledger_refund_message.rb +1 -2
  293. data/lib/buildium-ruby/models/lease_ledger_refund_post_message.rb +1 -2
  294. data/lib/buildium-ruby/models/lease_ledger_reverse_payment_nsf_charge_post_message.rb +1 -2
  295. data/lib/buildium-ruby/models/lease_ledger_reverse_payment_other_bank_charge_post_message.rb +1 -2
  296. data/lib/buildium-ruby/models/lease_ledger_reverse_payment_post_message.rb +1 -2
  297. data/lib/buildium-ruby/models/lease_message.rb +1 -2
  298. data/lib/buildium-ruby/models/lease_move_out_data_message.rb +1 -2
  299. data/lib/buildium-ruby/models/lease_move_out_data_post_message.rb +1 -2
  300. data/lib/buildium-ruby/models/lease_outstanding_balance_message.rb +1 -2
  301. data/lib/buildium-ruby/models/lease_outstanding_balance_search_message.rb +1 -2
  302. data/lib/buildium-ruby/models/lease_post_message.rb +1 -2
  303. data/lib/buildium-ruby/models/lease_put_message.rb +1 -2
  304. data/lib/buildium-ruby/models/lease_recurring_credit_message.rb +1 -2
  305. data/lib/buildium-ruby/models/lease_recurring_payment_message.rb +1 -2
  306. data/lib/buildium-ruby/models/lease_renewal_message.rb +1 -2
  307. data/lib/buildium-ruby/models/lease_renewal_post_message.rb +1 -2
  308. data/lib/buildium-ruby/models/lease_renewal_search_message.rb +1 -2
  309. data/lib/buildium-ruby/models/lease_rent_charge_message.rb +1 -2
  310. data/lib/buildium-ruby/models/lease_rent_charge_post_message.rb +1 -2
  311. data/lib/buildium-ruby/models/lease_rent_message.rb +1 -2
  312. data/lib/buildium-ruby/models/lease_rent_post_message.rb +1 -2
  313. data/lib/buildium-ruby/models/lease_search_message.rb +1 -2
  314. data/lib/buildium-ruby/models/lease_security_deposit_post_message.rb +1 -2
  315. data/lib/buildium-ruby/models/lease_tenant_message.rb +1 -2
  316. data/lib/buildium-ruby/models/lease_transaction_message.rb +1 -2
  317. data/lib/buildium-ruby/models/lease_transaction_search_message.rb +1 -2
  318. data/lib/buildium-ruby/models/listing_contact_message.rb +1 -2
  319. data/lib/buildium-ruby/models/listing_contact_save_message.rb +1 -2
  320. data/lib/buildium-ruby/models/listing_entity_file_post_message.rb +1 -2
  321. data/lib/buildium-ruby/models/listing_file_message.rb +1 -2
  322. data/lib/buildium-ruby/models/listing_message.rb +1 -2
  323. data/lib/buildium-ruby/models/listing_property_message.rb +1 -2
  324. data/lib/buildium-ruby/models/listing_put_message.rb +1 -2
  325. data/lib/buildium-ruby/models/listing_search_message.rb +1 -2
  326. data/lib/buildium-ruby/models/listing_unit_message.rb +1 -2
  327. data/lib/buildium-ruby/models/lock_period_settings_global_message.rb +1 -2
  328. data/lib/buildium-ruby/models/lock_period_settings_overrides_message.rb +1 -2
  329. data/lib/buildium-ruby/models/logged_by_staff_user_message.rb +1 -2
  330. data/lib/buildium-ruby/models/lookup_message.rb +1 -2
  331. data/lib/buildium-ruby/models/mailing_template_message.rb +1 -2
  332. data/lib/buildium-ruby/models/meter_reading_detail_message.rb +1 -2
  333. data/lib/buildium-ruby/models/meter_reading_detail_put_message.rb +1 -2
  334. data/lib/buildium-ruby/models/meter_reading_details_delete_search_message.rb +1 -2
  335. data/lib/buildium-ruby/models/meter_reading_details_message.rb +1 -2
  336. data/lib/buildium-ruby/models/meter_reading_details_put_message.rb +1 -2
  337. data/lib/buildium-ruby/models/meter_reading_details_put_search_message.rb +1 -2
  338. data/lib/buildium-ruby/models/meter_reading_details_search_message.rb +1 -2
  339. data/lib/buildium-ruby/models/meter_reading_message.rb +1 -2
  340. data/lib/buildium-ruby/models/meter_reading_search_message.rb +1 -2
  341. data/lib/buildium-ruby/models/multiple_bill_payments_post_message.rb +1 -2
  342. data/lib/buildium-ruby/models/note_message.rb +1 -2
  343. data/lib/buildium-ruby/models/note_post_message.rb +1 -2
  344. data/lib/buildium-ruby/models/note_put_message.rb +1 -2
  345. data/lib/buildium-ruby/models/note_search_message.rb +1 -2
  346. data/lib/buildium-ruby/models/offline_payments_message.rb +1 -2
  347. data/lib/buildium-ruby/models/offline_payments_put_message.rb +1 -2
  348. data/lib/buildium-ruby/models/outstanding_balances_line_message.rb +1 -2
  349. data/lib/buildium-ruby/models/ownership_account_auto_allocated_payment_post_message.rb +1 -2
  350. data/lib/buildium-ruby/models/ownership_account_charge_recurring_transaction_message.rb +1 -2
  351. data/lib/buildium-ruby/models/ownership_account_credit_line_post_message.rb +1 -2
  352. data/lib/buildium-ruby/models/ownership_account_credit_post_message.rb +1 -2
  353. data/lib/buildium-ruby/models/ownership_account_deposit_withholding_line_post_message.rb +1 -2
  354. data/lib/buildium-ruby/models/ownership_account_deposit_withholding_post_message.rb +1 -2
  355. data/lib/buildium-ruby/models/ownership_account_ledger_charge_lines_put_message.rb +1 -2
  356. data/lib/buildium-ruby/models/ownership_account_ledger_charge_lines_save_message.rb +1 -2
  357. data/lib/buildium-ruby/models/ownership_account_ledger_charge_post_message.rb +1 -2
  358. data/lib/buildium-ruby/models/ownership_account_ledger_charge_put_message.rb +1 -2
  359. data/lib/buildium-ruby/models/ownership_account_ledger_payment_line_save_message.rb +1 -2
  360. data/lib/buildium-ruby/models/ownership_account_ledger_payment_post_message.rb +1 -2
  361. data/lib/buildium-ruby/models/ownership_account_ledger_payment_put_message.rb +1 -2
  362. data/lib/buildium-ruby/models/ownership_account_outstanding_balance_message.rb +1 -2
  363. data/lib/buildium-ruby/models/ownership_account_outstanding_balance_search_message.rb +1 -2
  364. data/lib/buildium-ruby/models/ownership_account_recurring_credit_message.rb +1 -2
  365. data/lib/buildium-ruby/models/ownership_account_recurring_payment_message.rb +1 -2
  366. data/lib/buildium-ruby/models/ownership_account_refund_line_message.rb +1 -2
  367. data/lib/buildium-ruby/models/ownership_account_refund_lines_post_message.rb +1 -2
  368. data/lib/buildium-ruby/models/ownership_account_refund_message.rb +1 -2
  369. data/lib/buildium-ruby/models/ownership_account_refund_post_message.rb +1 -2
  370. data/lib/buildium-ruby/models/ownership_account_transaction_message.rb +1 -2
  371. data/lib/buildium-ruby/models/paid_by_message.rb +1 -2
  372. data/lib/buildium-ruby/models/participant_message.rb +1 -2
  373. data/lib/buildium-ruby/models/participant_resource_message.rb +1 -2
  374. data/lib/buildium-ruby/models/payee_message.rb +1 -2
  375. data/lib/buildium-ruby/models/payment_detail_message.rb +1 -2
  376. data/lib/buildium-ruby/models/payment_recurring_transaction_post_message.rb +1 -2
  377. data/lib/buildium-ruby/models/payment_transactions_message.rb +1 -2
  378. data/lib/buildium-ruby/models/phone_log_message.rb +1 -2
  379. data/lib/buildium-ruby/models/phone_log_participant_post_message.rb +1 -2
  380. data/lib/buildium-ruby/models/phone_log_participant_unit_agreement_post_message.rb +1 -2
  381. data/lib/buildium-ruby/models/phone_log_post_message.rb +1 -2
  382. data/lib/buildium-ruby/models/phone_log_put_message.rb +1 -2
  383. data/lib/buildium-ruby/models/phone_log_search_message.rb +1 -2
  384. data/lib/buildium-ruby/models/phone_number_message.rb +1 -2
  385. data/lib/buildium-ruby/models/phone_numbers_message.rb +1 -2
  386. data/lib/buildium-ruby/models/property_group_message.rb +1 -2
  387. data/lib/buildium-ruby/models/property_group_post_message.rb +1 -2
  388. data/lib/buildium-ruby/models/property_group_put_message.rb +1 -2
  389. data/lib/buildium-ruby/models/property_group_search_message.rb +1 -2
  390. data/lib/buildium-ruby/models/property_manager_message.rb +1 -2
  391. data/lib/buildium-ruby/models/property_message.rb +1 -2
  392. data/lib/buildium-ruby/models/recurring_transaction_line_message.rb +1 -2
  393. data/lib/buildium-ruby/models/recurring_transaction_line_post_message.rb +1 -2
  394. data/lib/buildium-ruby/models/recurring_transaction_message.rb +1 -2
  395. data/lib/buildium-ruby/models/rental_appliance_message.rb +1 -2
  396. data/lib/buildium-ruby/models/rental_appliance_post_message.rb +1 -2
  397. data/lib/buildium-ruby/models/rental_appliance_put_message.rb +1 -2
  398. data/lib/buildium-ruby/models/rental_appliance_search_message.rb +1 -2
  399. data/lib/buildium-ruby/models/rental_appliance_service_history_message.rb +1 -2
  400. data/lib/buildium-ruby/models/rental_appliance_service_history_post_message.rb +1 -2
  401. data/lib/buildium-ruby/models/rental_features_message.rb +1 -2
  402. data/lib/buildium-ruby/models/rental_features_put_message.rb +1 -2
  403. data/lib/buildium-ruby/models/rental_image_message.rb +1 -2
  404. data/lib/buildium-ruby/models/rental_image_put_message.rb +1 -2
  405. data/lib/buildium-ruby/models/rental_message.rb +1 -2
  406. data/lib/buildium-ruby/models/rental_owner_contribution_data_message.rb +1 -2
  407. data/lib/buildium-ruby/models/rental_owner_contribution_data_put_message.rb +1 -2
  408. data/lib/buildium-ruby/models/rental_owner_contribution_message.rb +1 -2
  409. data/lib/buildium-ruby/models/rental_owner_contribution_put_message.rb +1 -2
  410. data/lib/buildium-ruby/models/rental_owner_contribution_reminder_message.rb +1 -2
  411. data/lib/buildium-ruby/models/rental_owner_contribution_reminder_put_message.rb +1 -2
  412. data/lib/buildium-ruby/models/rental_owner_message.rb +1 -2
  413. data/lib/buildium-ruby/models/rental_owner_post_message.rb +1 -2
  414. data/lib/buildium-ruby/models/rental_owner_put_message.rb +1 -2
  415. data/lib/buildium-ruby/models/rental_owner_request_task_message.rb +1 -2
  416. data/lib/buildium-ruby/models/rental_owner_request_task_post_message.rb +1 -2
  417. data/lib/buildium-ruby/models/rental_owner_request_task_put_message.rb +1 -2
  418. data/lib/buildium-ruby/models/rental_owner_request_task_search_message.rb +1 -2
  419. data/lib/buildium-ruby/models/rental_owner_tax_information_message.rb +1 -2
  420. data/lib/buildium-ruby/models/rental_owners_search_message.rb +1 -2
  421. data/lib/buildium-ruby/models/rental_preferred_vendor_message.rb +1 -2
  422. data/lib/buildium-ruby/models/rental_preferred_vendor_put_message.rb +1 -2
  423. data/lib/buildium-ruby/models/rental_property_post_message.rb +1 -2
  424. data/lib/buildium-ruby/models/rental_property_put_message.rb +1 -2
  425. data/lib/buildium-ruby/models/rental_property_unit_post_message.rb +1 -2
  426. data/lib/buildium-ruby/models/rental_search_message.rb +1 -2
  427. data/lib/buildium-ruby/models/rental_tenant_post_message.rb +1 -2
  428. data/lib/buildium-ruby/models/rental_tenant_put_message.rb +1 -2
  429. data/lib/buildium-ruby/models/rental_tenant_renewal_post_message.rb +1 -2
  430. data/lib/buildium-ruby/models/rental_unit_features_message.rb +1 -2
  431. data/lib/buildium-ruby/models/rental_unit_features_put_message.rb +1 -2
  432. data/lib/buildium-ruby/models/rental_unit_image_message.rb +1 -2
  433. data/lib/buildium-ruby/models/rental_unit_image_put_message.rb +1 -2
  434. data/lib/buildium-ruby/models/rental_unit_message.rb +1 -2
  435. data/lib/buildium-ruby/models/rental_unit_put_message.rb +1 -2
  436. data/lib/buildium-ruby/models/rental_unit_search_message.rb +1 -2
  437. data/lib/buildium-ruby/models/rental_units_post_message.rb +1 -2
  438. data/lib/buildium-ruby/models/renters_insurance_policy_message.rb +1 -2
  439. data/lib/buildium-ruby/models/requested_by_user_entity_message.rb +1 -2
  440. data/lib/buildium-ruby/models/resident_center_user_message.rb +1 -2
  441. data/lib/buildium-ruby/models/resident_center_user_reference_message.rb +1 -2
  442. data/lib/buildium-ruby/models/resident_center_user_search_message.rb +1 -2
  443. data/lib/buildium-ruby/models/resident_request_task_message.rb +1 -2
  444. data/lib/buildium-ruby/models/resident_request_task_post_message.rb +1 -2
  445. data/lib/buildium-ruby/models/resident_request_task_put_message.rb +1 -2
  446. data/lib/buildium-ruby/models/resident_request_task_search_message.rb +1 -2
  447. data/lib/buildium-ruby/models/retail_cash_property_message.rb +1 -2
  448. data/lib/buildium-ruby/models/retail_cash_unit_message.rb +1 -2
  449. data/lib/buildium-ruby/models/retail_cash_user_data_message.rb +1 -2
  450. data/lib/buildium-ruby/models/retail_cash_user_message.rb +1 -2
  451. data/lib/buildium-ruby/models/retail_cash_user_put_message.rb +1 -2
  452. data/lib/buildium-ruby/models/retail_cash_users_search_message.rb +1 -2
  453. data/lib/buildium-ruby/models/safe_wait_handle.rb +1 -2
  454. data/lib/buildium-ruby/models/save_address_message.rb +1 -2
  455. data/lib/buildium-ruby/models/save_emergency_contact_message.rb +1 -2
  456. data/lib/buildium-ruby/models/task_category_message.rb +1 -2
  457. data/lib/buildium-ruby/models/task_category_put_message.rb +1 -2
  458. data/lib/buildium-ruby/models/task_category_response_message.rb +1 -2
  459. data/lib/buildium-ruby/models/task_category_save_message.rb +1 -2
  460. data/lib/buildium-ruby/models/task_history_file_message.rb +1 -2
  461. data/lib/buildium-ruby/models/task_history_file_upload_post_message.rb +1 -2
  462. data/lib/buildium-ruby/models/task_history_message.rb +1 -2
  463. data/lib/buildium-ruby/models/task_history_put_message.rb +1 -2
  464. data/lib/buildium-ruby/models/task_history_user_message.rb +1 -2
  465. data/lib/buildium-ruby/models/task_search_message.rb +1 -2
  466. data/lib/buildium-ruby/models/task_sub_category_message.rb +1 -2
  467. data/lib/buildium-ruby/models/tax_information_post_message.rb +1 -2
  468. data/lib/buildium-ruby/models/tax_information_save_message.rb +1 -2
  469. data/lib/buildium-ruby/models/tenant_message.rb +1 -2
  470. data/lib/buildium-ruby/models/tenant_search_message.rb +1 -2
  471. data/lib/buildium-ruby/models/to_do_task_message.rb +1 -2
  472. data/lib/buildium-ruby/models/to_do_task_post_message.rb +1 -2
  473. data/lib/buildium-ruby/models/to_do_task_put_message.rb +1 -2
  474. data/lib/buildium-ruby/models/to_do_task_search_message.rb +1 -2
  475. data/lib/buildium-ruby/models/undeposited_funds_message.rb +1 -2
  476. data/lib/buildium-ruby/models/unit_agreement_message.rb +1 -2
  477. data/lib/buildium-ruby/models/unit_entity_message.rb +1 -2
  478. data/lib/buildium-ruby/models/user_message.rb +1 -2
  479. data/lib/buildium-ruby/models/user_role_message.rb +1 -2
  480. data/lib/buildium-ruby/models/user_search_message.rb +1 -2
  481. data/lib/buildium-ruby/models/vehicle_message.rb +1 -2
  482. data/lib/buildium-ruby/models/vendor_category_message.rb +1 -2
  483. data/lib/buildium-ruby/models/vendor_category_save_message.rb +1 -2
  484. data/lib/buildium-ruby/models/vendor_credit_line_item_message.rb +1 -2
  485. data/lib/buildium-ruby/models/vendor_credit_line_item_post_message.rb +1 -2
  486. data/lib/buildium-ruby/models/vendor_credit_message.rb +1 -2
  487. data/lib/buildium-ruby/models/vendor_credit_post_message.rb +1 -2
  488. data/lib/buildium-ruby/models/vendor_insurance_message.rb +1 -2
  489. data/lib/buildium-ruby/models/vendor_insurance_save_message.rb +1 -2
  490. data/lib/buildium-ruby/models/vendor_message.rb +1 -2
  491. data/lib/buildium-ruby/models/vendor_post_message.rb +1 -2
  492. data/lib/buildium-ruby/models/vendor_put_message.rb +1 -2
  493. data/lib/buildium-ruby/models/vendor_refund_line_message.rb +1 -2
  494. data/lib/buildium-ruby/models/vendor_refund_line_post_message.rb +1 -2
  495. data/lib/buildium-ruby/models/vendor_refund_message.rb +1 -2
  496. data/lib/buildium-ruby/models/vendor_refund_post_message.rb +1 -2
  497. data/lib/buildium-ruby/models/vendor_search_message.rb +1 -2
  498. data/lib/buildium-ruby/models/vendor_tax_information_message.rb +1 -2
  499. data/lib/buildium-ruby/models/vendor_transaction_message.rb +1 -2
  500. data/lib/buildium-ruby/models/vendor_transaction_search_message.rb +1 -2
  501. data/lib/buildium-ruby/models/video_link_request_post_message.rb +1 -2
  502. data/lib/buildium-ruby/models/wait_handle.rb +1 -2
  503. data/lib/buildium-ruby/models/work_order_entry_contact_message.rb +1 -2
  504. data/lib/buildium-ruby/models/work_order_entry_contact_resource_message.rb +1 -2
  505. data/lib/buildium-ruby/models/work_order_line_item_message.rb +1 -2
  506. data/lib/buildium-ruby/models/work_order_line_item_save_message.rb +1 -2
  507. data/lib/buildium-ruby/models/work_order_message.rb +1 -2
  508. data/lib/buildium-ruby/models/work_order_post_message.rb +1 -2
  509. data/lib/buildium-ruby/models/work_order_put_message.rb +1 -2
  510. data/lib/buildium-ruby/models/work_order_search_message.rb +1 -2
  511. data/lib/buildium-ruby/models/work_order_task_message.rb +1 -2
  512. data/lib/buildium-ruby/models/work_order_task_post_message.rb +1 -2
  513. data/lib/buildium-ruby/version.rb +1 -1
  514. metadata +5 -1016
  515. data/bin/swagger.json= +0 -60753
  516. data/lib/buildium-ruby.rb= +0 -535
  517. data/spec/api/administration_api_spec.rb +0 -114
  518. data/spec/api/appliances_api_spec.rb +0 -141
  519. data/spec/api/applicants_api_spec.rb +0 -294
  520. data/spec/api/association_meter_readings_api_spec.rb +0 -96
  521. data/spec/api/association_owners_api_spec.rb +0 -195
  522. data/spec/api/association_tenants_api_spec.rb +0 -153
  523. data/spec/api/association_units_api_spec.rb +0 -147
  524. data/spec/api/associations_api_spec.rb +0 -242
  525. data/spec/api/bank_accounts_api_spec.rb +0 -493
  526. data/spec/api/bills_api_spec.rb +0 -214
  527. data/spec/api/board_members_api_spec.rb +0 -107
  528. data/spec/api/budgets_api_spec.rb +0 -89
  529. data/spec/api/client_leads_api_spec.rb +0 -66
  530. data/spec/api/communications_api_spec.rb +0 -248
  531. data/spec/api/contact_requests_api_spec.rb +0 -98
  532. data/spec/api/files_api_spec.rb +0 -181
  533. data/spec/api/general_ledger_api_spec.rb +0 -182
  534. data/spec/api/lease_transactions_api_spec.rb +0 -312
  535. data/spec/api/leases_api_spec.rb +0 -349
  536. data/spec/api/listings_api_spec.rb +0 -139
  537. data/spec/api/ownership_account_transactions_api_spec.rb +0 -297
  538. data/spec/api/ownership_accounts_api_spec.rb +0 -151
  539. data/spec/api/property_groups_api_spec.rb +0 -88
  540. data/spec/api/rental_appliances_api_spec.rb +0 -141
  541. data/spec/api/rental_meter_readings_api_spec.rb +0 -96
  542. data/spec/api/rental_owner_requests_api_spec.rb +0 -123
  543. data/spec/api/rental_owners_api_spec.rb +0 -151
  544. data/spec/api/rental_properties_api_spec.rb +0 -361
  545. data/spec/api/rental_tenants_api_spec.rb +0 -154
  546. data/spec/api/rental_units_api_spec.rb +0 -279
  547. data/spec/api/resident_center_api_spec.rb +0 -101
  548. data/spec/api/resident_requests_api_spec.rb +0 -99
  549. data/spec/api/tasks_api_spec.rb +0 -240
  550. data/spec/api/to_do_requests_api_spec.rb +0 -98
  551. data/spec/api/vendors_api_spec.rb +0 -275
  552. data/spec/api/work_orders_api_spec.rb +0 -105
  553. data/spec/models/account_info_message_spec.rb +0 -58
  554. data/spec/models/accounting_entity_message_spec.rb +0 -56
  555. data/spec/models/accounting_entity_save_message_spec.rb +0 -50
  556. data/spec/models/accounting_lock_period_message_spec.rb +0 -46
  557. data/spec/models/accounting_settings_message_spec.rb +0 -72
  558. data/spec/models/address_message_spec.rb +0 -74
  559. data/spec/models/all_tasks_message_spec.rb +0 -130
  560. data/spec/models/announcement_message_spec.rb +0 -74
  561. data/spec/models/announcement_post_message_spec.rb +0 -64
  562. data/spec/models/announcement_search_message_spec.rb +0 -62
  563. data/spec/models/announcement_sender_message_spec.rb +0 -46
  564. data/spec/models/api_error_response_spec.rb +0 -46
  565. data/spec/models/appliance_message_spec.rb +0 -58
  566. data/spec/models/applicant_application_message_spec.rb +0 -56
  567. data/spec/models/applicant_group_message_spec.rb +0 -62
  568. data/spec/models/applicant_group_post_message_spec.rb +0 -40
  569. data/spec/models/applicant_group_put_message_spec.rb +0 -50
  570. data/spec/models/applicant_group_search_message_spec.rb +0 -66
  571. data/spec/models/applicant_message_spec.rb +0 -98
  572. data/spec/models/applicant_post_message_spec.rb +0 -64
  573. data/spec/models/applicant_put_message_spec.rb +0 -58
  574. data/spec/models/applicant_search_message_spec.rb +0 -84
  575. data/spec/models/application_message_spec.rb +0 -62
  576. data/spec/models/application_put_message_spec.rb +0 -38
  577. data/spec/models/application_response_field_message_spec.rb +0 -60
  578. data/spec/models/application_response_message_spec.rb +0 -50
  579. data/spec/models/application_section_response_message_spec.rb +0 -34
  580. data/spec/models/applied_vendor_credit_message_spec.rb +0 -40
  581. data/spec/models/association_appliance_message_spec.rb +0 -76
  582. data/spec/models/association_appliance_post_message_spec.rb +0 -76
  583. data/spec/models/association_appliance_put_message_spec.rb +0 -64
  584. data/spec/models/association_appliance_search_message_spec.rb +0 -40
  585. data/spec/models/association_appliance_service_history_message_spec.rb +0 -56
  586. data/spec/models/association_appliance_service_history_post_message_spec.rb +0 -50
  587. data/spec/models/association_board_member_message_spec.rb +0 -92
  588. data/spec/models/association_board_member_post_message_spec.rb +0 -56
  589. data/spec/models/association_board_member_put_message_spec.rb +0 -50
  590. data/spec/models/association_board_member_search_message_spec.rb +0 -60
  591. data/spec/models/association_message_spec.rb +0 -106
  592. data/spec/models/association_owner_board_term_message_spec.rb +0 -68
  593. data/spec/models/association_owner_board_term_post_message_spec.rb +0 -50
  594. data/spec/models/association_owner_message_spec.rb +0 -144
  595. data/spec/models/association_owner_post_message_spec.rb +0 -116
  596. data/spec/models/association_owner_put_message_spec.rb +0 -98
  597. data/spec/models/association_owner_to_existing_ownership_account_post_message_spec.rb +0 -128
  598. data/spec/models/association_owner_unit_occupancy_put_message_spec.rb +0 -34
  599. data/spec/models/association_owner_unit_occupancy_status_message_spec.rb +0 -40
  600. data/spec/models/association_ownership_account_message_spec.rb +0 -90
  601. data/spec/models/association_ownership_account_post_message_spec.rb +0 -80
  602. data/spec/models/association_ownership_account_put_message_spec.rb +0 -34
  603. data/spec/models/association_ownership_account_search_message_spec.rb +0 -78
  604. data/spec/models/association_post_message_spec.rb +0 -82
  605. data/spec/models/association_preferred_vendor_message_spec.rb +0 -82
  606. data/spec/models/association_preferred_vendor_put_message_spec.rb +0 -34
  607. data/spec/models/association_put_message_spec.rb +0 -82
  608. data/spec/models/association_search_message_spec.rb +0 -68
  609. data/spec/models/association_tax_information_message_spec.rb +0 -62
  610. data/spec/models/association_tenant_message_spec.rb +0 -112
  611. data/spec/models/association_tenant_post_message_spec.rb +0 -106
  612. data/spec/models/association_tenant_put_message_spec.rb +0 -94
  613. data/spec/models/association_unit_message_spec.rb +0 -84
  614. data/spec/models/association_unit_put_message_spec.rb +0 -66
  615. data/spec/models/association_unit_search_message_spec.rb +0 -46
  616. data/spec/models/association_units_post_message_spec.rb +0 -72
  617. data/spec/models/association_user_search_message_spec.rb +0 -86
  618. data/spec/models/bank_account_check_accounting_entity_save_message_spec.rb +0 -50
  619. data/spec/models/bank_account_check_file_message_spec.rb +0 -64
  620. data/spec/models/bank_account_check_line_message_spec.rb +0 -64
  621. data/spec/models/bank_account_check_line_save_message_spec.rb +0 -58
  622. data/spec/models/bank_account_check_message_spec.rb +0 -70
  623. data/spec/models/bank_account_check_payee_message_spec.rb +0 -50
  624. data/spec/models/bank_account_check_payee_save_message_spec.rb +0 -44
  625. data/spec/models/bank_account_check_post_message_spec.rb +0 -58
  626. data/spec/models/bank_account_check_put_message_spec.rb +0 -58
  627. data/spec/models/bank_account_check_search_message_spec.rb +0 -40
  628. data/spec/models/bank_account_deposit_line_message_spec.rb +0 -64
  629. data/spec/models/bank_account_deposit_line_save_message_spec.rb +0 -58
  630. data/spec/models/bank_account_deposit_message_spec.rb +0 -64
  631. data/spec/models/bank_account_deposit_post_message_spec.rb +0 -52
  632. data/spec/models/bank_account_deposit_put_message_spec.rb +0 -46
  633. data/spec/models/bank_account_deposit_search_message_spec.rb +0 -40
  634. data/spec/models/bank_account_message_spec.rb +0 -110
  635. data/spec/models/bank_account_post_message_spec.rb +0 -78
  636. data/spec/models/bank_account_put_message_spec.rb +0 -78
  637. data/spec/models/bank_account_quick_deposit_message_spec.rb +0 -64
  638. data/spec/models/bank_account_quick_deposit_save_message_spec.rb +0 -58
  639. data/spec/models/bank_account_quick_deposit_search_message_spec.rb +0 -40
  640. data/spec/models/bank_account_search_message_spec.rb +0 -50
  641. data/spec/models/bank_account_transaction_message_spec.rb +0 -96
  642. data/spec/models/bank_account_transaction_search_message_spec.rb +0 -56
  643. data/spec/models/bank_account_transfer_accounting_entity_save_message_spec.rb +0 -50
  644. data/spec/models/bank_account_transfer_message_spec.rb +0 -64
  645. data/spec/models/bank_account_transfer_save_message_spec.rb +0 -58
  646. data/spec/models/bank_account_transfer_search_message_spec.rb +0 -40
  647. data/spec/models/bank_account_withdrawal_message_spec.rb +0 -64
  648. data/spec/models/bank_account_withdrawal_save_message_spec.rb +0 -58
  649. data/spec/models/bank_account_withdrawal_search_message_spec.rb +0 -40
  650. data/spec/models/bank_lockbox_data_association_message_spec.rb +0 -46
  651. data/spec/models/bank_lockbox_data_association_owner_message_spec.rb +0 -74
  652. data/spec/models/bank_lockbox_data_message_spec.rb +0 -40
  653. data/spec/models/bank_lockbox_data_ownership_account_message_spec.rb +0 -62
  654. data/spec/models/bank_lockbox_data_search_message_spec.rb +0 -34
  655. data/spec/models/bill_file_message_spec.rb +0 -64
  656. data/spec/models/bill_line_message_spec.rb +0 -64
  657. data/spec/models/bill_line_post_message_spec.rb +0 -58
  658. data/spec/models/bill_line_put_message_spec.rb +0 -64
  659. data/spec/models/bill_markup_message_spec.rb +0 -44
  660. data/spec/models/bill_markup_save_message_spec.rb +0 -44
  661. data/spec/models/bill_message_spec.rb +0 -92
  662. data/spec/models/bill_payment_accounting_entity_message_spec.rb +0 -50
  663. data/spec/models/bill_payment_line_message_spec.rb +0 -46
  664. data/spec/models/bill_payment_line_post_message_spec.rb +0 -40
  665. data/spec/models/bill_payment_message_spec.rb +0 -76
  666. data/spec/models/bill_payment_post_message_spec.rb +0 -58
  667. data/spec/models/bill_post_message_spec.rb +0 -70
  668. data/spec/models/bill_put_message_spec.rb +0 -64
  669. data/spec/models/bill_search_message_spec.rb +0 -88
  670. data/spec/models/budget_details_message_spec.rb +0 -56
  671. data/spec/models/budget_details_save_message_spec.rb +0 -40
  672. data/spec/models/budget_message_spec.rb +0 -64
  673. data/spec/models/budget_monthly_amounts_message_spec.rb +0 -100
  674. data/spec/models/budget_monthly_amounts_save_message_spec.rb +0 -100
  675. data/spec/models/budget_post_message_spec.rb +0 -62
  676. data/spec/models/budget_put_message_spec.rb +0 -40
  677. data/spec/models/budget_search_message_spec.rb +0 -46
  678. data/spec/models/cancellation_token_spec.rb +0 -46
  679. data/spec/models/cc_payments_message_spec.rb +0 -34
  680. data/spec/models/cc_payments_put_message_spec.rb +0 -34
  681. data/spec/models/charge_recurring_transaction_post_message_spec.rb +0 -84
  682. data/spec/models/charge_recurring_transaction_put_message_spec.rb +0 -90
  683. data/spec/models/check_printing_info_message_spec.rb +0 -122
  684. data/spec/models/check_printing_info_post_message_spec.rb +0 -122
  685. data/spec/models/check_printing_info_put_message_spec.rb +0 -122
  686. data/spec/models/client_lead_credit_request_message_spec.rb +0 -60
  687. data/spec/models/client_lead_message_spec.rb +0 -102
  688. data/spec/models/client_lead_search_message_spec.rb +0 -66
  689. data/spec/models/contact_detail_message_spec.rb +0 -52
  690. data/spec/models/contact_detail_phone_message_spec.rb +0 -46
  691. data/spec/models/contact_detail_save_message_spec.rb +0 -52
  692. data/spec/models/contact_detail_save_phone_message_spec.rb +0 -46
  693. data/spec/models/contact_info_message_spec.rb +0 -52
  694. data/spec/models/contact_request_task_message_spec.rb +0 -114
  695. data/spec/models/contact_request_task_post_message_spec.rb +0 -102
  696. data/spec/models/contact_request_task_put_message_spec.rb +0 -102
  697. data/spec/models/contact_request_task_search_message_spec.rb +0 -112
  698. data/spec/models/cosigner_message_spec.rb +0 -92
  699. data/spec/models/created_by_user_message_spec.rb +0 -52
  700. data/spec/models/credit_recurring_transaction_post_message_spec.rb +0 -100
  701. data/spec/models/deposit_detail_message_spec.rb +0 -40
  702. data/spec/models/e_pay_settings_message_spec.rb +0 -46
  703. data/spec/models/e_pay_settings_put_message_spec.rb +0 -46
  704. data/spec/models/eft_payments_message_spec.rb +0 -34
  705. data/spec/models/eft_payments_put_message_spec.rb +0 -34
  706. data/spec/models/electronic_payments_message_spec.rb +0 -76
  707. data/spec/models/email_message_spec.rb +0 -52
  708. data/spec/models/email_post_message_spec.rb +0 -70
  709. data/spec/models/email_recipient_message_spec.rb +0 -62
  710. data/spec/models/email_search_message_spec.rb +0 -58
  711. data/spec/models/email_sender_message_spec.rb +0 -52
  712. data/spec/models/emergency_contact_message_spec.rb +0 -52
  713. data/spec/models/file_category_message_spec.rb +0 -46
  714. data/spec/models/file_category_post_message_spec.rb +0 -34
  715. data/spec/models/file_category_put_message_spec.rb +0 -34
  716. data/spec/models/file_download_message_spec.rb +0 -34
  717. data/spec/models/file_entity_message_spec.rb +0 -50
  718. data/spec/models/file_message_spec.rb +0 -82
  719. data/spec/models/file_name_post_message_spec.rb +0 -34
  720. data/spec/models/file_put_message_spec.rb +0 -46
  721. data/spec/models/file_search_message_spec.rb +0 -74
  722. data/spec/models/file_sharing_account_message_spec.rb +0 -58
  723. data/spec/models/file_sharing_account_put_message_spec.rb +0 -58
  724. data/spec/models/file_sharing_association_message_spec.rb +0 -40
  725. data/spec/models/file_sharing_association_owner_message_spec.rb +0 -34
  726. data/spec/models/file_sharing_association_owner_put_message_spec.rb +0 -34
  727. data/spec/models/file_sharing_association_put_message_spec.rb +0 -40
  728. data/spec/models/file_sharing_association_unit_message_spec.rb +0 -40
  729. data/spec/models/file_sharing_association_unit_put_message_spec.rb +0 -40
  730. data/spec/models/file_sharing_committee_message_spec.rb +0 -46
  731. data/spec/models/file_sharing_committee_put_message_spec.rb +0 -46
  732. data/spec/models/file_sharing_lease_message_spec.rb +0 -40
  733. data/spec/models/file_sharing_lease_put_message_spec.rb +0 -40
  734. data/spec/models/file_sharing_message_spec.rb +0 -100
  735. data/spec/models/file_sharing_ownership_account_message_spec.rb +0 -40
  736. data/spec/models/file_sharing_ownership_account_put_message_spec.rb +0 -40
  737. data/spec/models/file_sharing_put_message_spec.rb +0 -100
  738. data/spec/models/file_sharing_rental_message_spec.rb +0 -40
  739. data/spec/models/file_sharing_rental_owner_message_spec.rb +0 -34
  740. data/spec/models/file_sharing_rental_owner_put_message_spec.rb +0 -34
  741. data/spec/models/file_sharing_rental_put_message_spec.rb +0 -40
  742. data/spec/models/file_sharing_rental_unit_mesage_spec.rb +0 -40
  743. data/spec/models/file_sharing_rental_unit_put_mesage_spec.rb +0 -40
  744. data/spec/models/file_sharing_tenant_message_spec.rb +0 -40
  745. data/spec/models/file_sharing_tenant_put_message_spec.rb +0 -40
  746. data/spec/models/file_sharing_vendor_message_spec.rb +0 -34
  747. data/spec/models/file_sharing_vendor_put_message_spec.rb +0 -34
  748. data/spec/models/file_upload_post_message_spec.rb +0 -68
  749. data/spec/models/file_upload_ticket_message_spec.rb +0 -46
  750. data/spec/models/general_journal_entry_line_save_message_spec.rb +0 -56
  751. data/spec/models/general_journal_entry_post_message_spec.rb +0 -52
  752. data/spec/models/general_journal_entry_put_message_spec.rb +0 -52
  753. data/spec/models/general_ledger_entry_message_spec.rb +0 -74
  754. data/spec/models/general_ledger_journal_line_message_spec.rb +0 -64
  755. data/spec/models/general_ledger_journal_message_spec.rb +0 -40
  756. data/spec/models/general_ledger_message_spec.rb +0 -58
  757. data/spec/models/general_ledger_search_message_spec.rb +0 -72
  758. data/spec/models/general_ledger_transaction_message_spec.rb +0 -98
  759. data/spec/models/general_ledger_transaction_search_message_spec.rb +0 -62
  760. data/spec/models/gl_account_balance_item_message_spec.rb +0 -40
  761. data/spec/models/gl_account_balance_message_spec.rb +0 -46
  762. data/spec/models/gl_account_balance_search_message_spec.rb +0 -66
  763. data/spec/models/gl_account_message_spec.rb +0 -130
  764. data/spec/models/gl_account_post_message_spec.rb +0 -84
  765. data/spec/models/gl_account_put_message_spec.rb +0 -84
  766. data/spec/models/gl_accounts_search_message_spec.rb +0 -38
  767. data/spec/models/gl_transaction_message_v1_spec.rb +0 -58
  768. data/spec/models/image_reorder_request_put_message_spec.rb +0 -34
  769. data/spec/models/insured_tenant_message_spec.rb +0 -52
  770. data/spec/models/internal_transaction_status_message_spec.rb +0 -46
  771. data/spec/models/journal_line_message_spec.rb +0 -70
  772. data/spec/models/journal_message_spec.rb +0 -40
  773. data/spec/models/json_patch_operation_spec.rb +0 -52
  774. data/spec/models/last_updated_by_user_message_spec.rb +0 -58
  775. data/spec/models/lease_account_detail_message_spec.rb +0 -40
  776. data/spec/models/lease_auto_allocated_payment_post_message_spec.rb +0 -74
  777. data/spec/models/lease_charge_line_save_message_spec.rb +0 -46
  778. data/spec/models/lease_charge_post_message_spec.rb +0 -46
  779. data/spec/models/lease_charge_put_message_spec.rb +0 -46
  780. data/spec/models/lease_charge_recurring_transaction_message_spec.rb +0 -108
  781. data/spec/models/lease_cosigner_post_message_spec.rb +0 -80
  782. data/spec/models/lease_ledger_credit_line_post_message_spec.rb +0 -40
  783. data/spec/models/lease_ledger_credit_post_message_spec.rb +0 -62
  784. data/spec/models/lease_ledger_deposit_withholding_line_post_message_spec.rb +0 -40
  785. data/spec/models/lease_ledger_deposit_withholding_post_message_spec.rb +0 -52
  786. data/spec/models/lease_ledger_payment_line_save_message_spec.rb +0 -40
  787. data/spec/models/lease_ledger_payment_post_message_spec.rb +0 -74
  788. data/spec/models/lease_ledger_payment_put_message_spec.rb +0 -68
  789. data/spec/models/lease_ledger_refund_line_message_spec.rb +0 -40
  790. data/spec/models/lease_ledger_refund_line_post_message_spec.rb +0 -40
  791. data/spec/models/lease_ledger_refund_message_spec.rb +0 -82
  792. data/spec/models/lease_ledger_refund_post_message_spec.rb +0 -70
  793. data/spec/models/lease_ledger_reverse_payment_nsf_charge_post_message_spec.rb +0 -40
  794. data/spec/models/lease_ledger_reverse_payment_other_bank_charge_post_message_spec.rb +0 -40
  795. data/spec/models/lease_ledger_reverse_payment_post_message_spec.rb +0 -52
  796. data/spec/models/lease_message_spec.rb +0 -170
  797. data/spec/models/lease_move_out_data_message_spec.rb +0 -46
  798. data/spec/models/lease_move_out_data_post_message_spec.rb +0 -46
  799. data/spec/models/lease_outstanding_balance_message_spec.rb +0 -100
  800. data/spec/models/lease_outstanding_balance_search_message_spec.rb +0 -90
  801. data/spec/models/lease_post_message_spec.rb +0 -110
  802. data/spec/models/lease_put_message_spec.rb +0 -68
  803. data/spec/models/lease_recurring_credit_message_spec.rb +0 -124
  804. data/spec/models/lease_recurring_payment_message_spec.rb +0 -118
  805. data/spec/models/lease_renewal_message_spec.rb +0 -84
  806. data/spec/models/lease_renewal_post_message_spec.rb +0 -98
  807. data/spec/models/lease_renewal_search_message_spec.rb +0 -50
  808. data/spec/models/lease_rent_charge_message_spec.rb +0 -70
  809. data/spec/models/lease_rent_charge_post_message_spec.rb +0 -52
  810. data/spec/models/lease_rent_message_spec.rb +0 -86
  811. data/spec/models/lease_rent_post_message_spec.rb +0 -44
  812. data/spec/models/lease_search_message_spec.rb +0 -108
  813. data/spec/models/lease_security_deposit_post_message_spec.rb +0 -40
  814. data/spec/models/lease_tenant_message_spec.rb +0 -50
  815. data/spec/models/lease_transaction_message_spec.rb +0 -92
  816. data/spec/models/lease_transaction_search_message_spec.rb +0 -50
  817. data/spec/models/listing_contact_message_spec.rb +0 -58
  818. data/spec/models/listing_contact_save_message_spec.rb +0 -52
  819. data/spec/models/listing_entity_file_post_message_spec.rb +0 -46
  820. data/spec/models/listing_file_message_spec.rb +0 -50
  821. data/spec/models/listing_message_spec.rb +0 -88
  822. data/spec/models/listing_property_message_spec.rb +0 -90
  823. data/spec/models/listing_put_message_spec.rb +0 -64
  824. data/spec/models/listing_search_message_spec.rb +0 -44
  825. data/spec/models/listing_unit_message_spec.rb +0 -100
  826. data/spec/models/lock_period_settings_global_message_spec.rb +0 -34
  827. data/spec/models/lock_period_settings_overrides_message_spec.rb +0 -40
  828. data/spec/models/logged_by_staff_user_message_spec.rb +0 -52
  829. data/spec/models/lookup_message_spec.rb +0 -40
  830. data/spec/models/mailing_template_message_spec.rb +0 -56
  831. data/spec/models/meter_reading_detail_message_spec.rb +0 -64
  832. data/spec/models/meter_reading_detail_put_message_spec.rb +0 -52
  833. data/spec/models/meter_reading_details_delete_search_message_spec.rb +0 -44
  834. data/spec/models/meter_reading_details_message_spec.rb +0 -50
  835. data/spec/models/meter_reading_details_put_message_spec.rb +0 -50
  836. data/spec/models/meter_reading_details_put_search_message_spec.rb +0 -44
  837. data/spec/models/meter_reading_details_search_message_spec.rb +0 -44
  838. data/spec/models/meter_reading_message_spec.rb +0 -62
  839. data/spec/models/meter_reading_search_message_spec.rb +0 -50
  840. data/spec/models/multiple_bill_payments_post_message_spec.rb +0 -58
  841. data/spec/models/note_message_spec.rb +0 -46
  842. data/spec/models/note_post_message_spec.rb +0 -34
  843. data/spec/models/note_put_message_spec.rb +0 -34
  844. data/spec/models/note_search_message_spec.rb +0 -46
  845. data/spec/models/offline_payments_message_spec.rb +0 -46
  846. data/spec/models/offline_payments_put_message_spec.rb +0 -46
  847. data/spec/models/outstanding_balances_line_message_spec.rb +0 -40
  848. data/spec/models/ownership_account_auto_allocated_payment_post_message_spec.rb +0 -74
  849. data/spec/models/ownership_account_charge_recurring_transaction_message_spec.rb +0 -108
  850. data/spec/models/ownership_account_credit_line_post_message_spec.rb +0 -40
  851. data/spec/models/ownership_account_credit_post_message_spec.rb +0 -62
  852. data/spec/models/ownership_account_deposit_withholding_line_post_message_spec.rb +0 -40
  853. data/spec/models/ownership_account_deposit_withholding_post_message_spec.rb +0 -52
  854. data/spec/models/ownership_account_ledger_charge_lines_put_message_spec.rb +0 -46
  855. data/spec/models/ownership_account_ledger_charge_lines_save_message_spec.rb +0 -40
  856. data/spec/models/ownership_account_ledger_charge_post_message_spec.rb +0 -46
  857. data/spec/models/ownership_account_ledger_charge_put_message_spec.rb +0 -46
  858. data/spec/models/ownership_account_ledger_payment_line_save_message_spec.rb +0 -40
  859. data/spec/models/ownership_account_ledger_payment_post_message_spec.rb +0 -74
  860. data/spec/models/ownership_account_ledger_payment_put_message_spec.rb +0 -68
  861. data/spec/models/ownership_account_outstanding_balance_message_spec.rb +0 -88
  862. data/spec/models/ownership_account_outstanding_balance_search_message_spec.rb +0 -70
  863. data/spec/models/ownership_account_recurring_credit_message_spec.rb +0 -124
  864. data/spec/models/ownership_account_recurring_payment_message_spec.rb +0 -118
  865. data/spec/models/ownership_account_refund_line_message_spec.rb +0 -40
  866. data/spec/models/ownership_account_refund_lines_post_message_spec.rb +0 -40
  867. data/spec/models/ownership_account_refund_message_spec.rb +0 -82
  868. data/spec/models/ownership_account_refund_post_message_spec.rb +0 -70
  869. data/spec/models/ownership_account_transaction_message_spec.rb +0 -92
  870. data/spec/models/paid_by_message_spec.rb +0 -40
  871. data/spec/models/participant_message_spec.rb +0 -46
  872. data/spec/models/participant_resource_message_spec.rb +0 -44
  873. data/spec/models/payee_message_spec.rb +0 -56
  874. data/spec/models/payment_detail_message_spec.rb +0 -56
  875. data/spec/models/payment_recurring_transaction_post_message_spec.rb +0 -94
  876. data/spec/models/payment_transactions_message_spec.rb +0 -46
  877. data/spec/models/phone_log_message_spec.rb +0 -64
  878. data/spec/models/phone_log_participant_post_message_spec.rb +0 -50
  879. data/spec/models/phone_log_participant_unit_agreement_post_message_spec.rb +0 -44
  880. data/spec/models/phone_log_post_message_spec.rb +0 -52
  881. data/spec/models/phone_log_put_message_spec.rb +0 -46
  882. data/spec/models/phone_log_search_message_spec.rb +0 -84
  883. data/spec/models/phone_number_message_spec.rb +0 -44
  884. data/spec/models/phone_numbers_message_spec.rb +0 -52
  885. data/spec/models/property_group_message_spec.rb +0 -58
  886. data/spec/models/property_group_post_message_spec.rb +0 -46
  887. data/spec/models/property_group_put_message_spec.rb +0 -46
  888. data/spec/models/property_group_search_message_spec.rb +0 -40
  889. data/spec/models/property_manager_message_spec.rb +0 -76
  890. data/spec/models/property_message_spec.rb +0 -50
  891. data/spec/models/recurring_transaction_line_message_spec.rb +0 -40
  892. data/spec/models/recurring_transaction_line_post_message_spec.rb +0 -40
  893. data/spec/models/recurring_transaction_message_spec.rb +0 -112
  894. data/spec/models/rental_appliance_message_spec.rb +0 -76
  895. data/spec/models/rental_appliance_post_message_spec.rb +0 -76
  896. data/spec/models/rental_appliance_put_message_spec.rb +0 -64
  897. data/spec/models/rental_appliance_search_message_spec.rb +0 -40
  898. data/spec/models/rental_appliance_service_history_message_spec.rb +0 -56
  899. data/spec/models/rental_appliance_service_history_post_message_spec.rb +0 -50
  900. data/spec/models/rental_features_message_spec.rb +0 -48
  901. data/spec/models/rental_features_put_message_spec.rb +0 -48
  902. data/spec/models/rental_image_message_spec.rb +0 -62
  903. data/spec/models/rental_image_put_message_spec.rb +0 -40
  904. data/spec/models/rental_message_spec.rb +0 -108
  905. data/spec/models/rental_owner_contribution_data_message_spec.rb +0 -40
  906. data/spec/models/rental_owner_contribution_data_put_message_spec.rb +0 -40
  907. data/spec/models/rental_owner_contribution_message_spec.rb +0 -40
  908. data/spec/models/rental_owner_contribution_put_message_spec.rb +0 -40
  909. data/spec/models/rental_owner_contribution_reminder_message_spec.rb +0 -40
  910. data/spec/models/rental_owner_contribution_reminder_put_message_spec.rb +0 -40
  911. data/spec/models/rental_owner_message_spec.rb +0 -118
  912. data/spec/models/rental_owner_post_message_spec.rb +0 -112
  913. data/spec/models/rental_owner_put_message_spec.rb +0 -106
  914. data/spec/models/rental_owner_request_task_message_spec.rb +0 -114
  915. data/spec/models/rental_owner_request_task_post_message_spec.rb +0 -102
  916. data/spec/models/rental_owner_request_task_put_message_spec.rb +0 -96
  917. data/spec/models/rental_owner_request_task_search_message_spec.rb +0 -112
  918. data/spec/models/rental_owner_tax_information_message_spec.rb +0 -68
  919. data/spec/models/rental_owners_search_message_spec.rb +0 -74
  920. data/spec/models/rental_preferred_vendor_message_spec.rb +0 -82
  921. data/spec/models/rental_preferred_vendor_put_message_spec.rb +0 -34
  922. data/spec/models/rental_property_post_message_spec.rb +0 -92
  923. data/spec/models/rental_property_put_message_spec.rb +0 -80
  924. data/spec/models/rental_property_unit_post_message_spec.rb +0 -78
  925. data/spec/models/rental_search_message_spec.rb +0 -88
  926. data/spec/models/rental_tenant_post_message_spec.rb +0 -110
  927. data/spec/models/rental_tenant_put_message_spec.rb +0 -104
  928. data/spec/models/rental_tenant_renewal_post_message_spec.rb +0 -104
  929. data/spec/models/rental_unit_features_message_spec.rb +0 -38
  930. data/spec/models/rental_unit_features_put_message_spec.rb +0 -38
  931. data/spec/models/rental_unit_image_message_spec.rb +0 -62
  932. data/spec/models/rental_unit_image_put_message_spec.rb +0 -40
  933. data/spec/models/rental_unit_message_spec.rb +0 -108
  934. data/spec/models/rental_unit_put_message_spec.rb +0 -78
  935. data/spec/models/rental_unit_search_message_spec.rb +0 -46
  936. data/spec/models/rental_units_post_message_spec.rb +0 -84
  937. data/spec/models/renters_insurance_policy_message_spec.rb +0 -80
  938. data/spec/models/requested_by_user_entity_message_spec.rb +0 -68
  939. data/spec/models/resident_center_user_message_spec.rb +0 -56
  940. data/spec/models/resident_center_user_reference_message_spec.rb +0 -62
  941. data/spec/models/resident_center_user_search_message_spec.rb +0 -66
  942. data/spec/models/resident_request_task_message_spec.rb +0 -144
  943. data/spec/models/resident_request_task_post_message_spec.rb +0 -126
  944. data/spec/models/resident_request_task_put_message_spec.rb +0 -84
  945. data/spec/models/resident_request_task_search_message_spec.rb +0 -118
  946. data/spec/models/retail_cash_property_message_spec.rb +0 -56
  947. data/spec/models/retail_cash_unit_message_spec.rb +0 -46
  948. data/spec/models/retail_cash_user_data_message_spec.rb +0 -74
  949. data/spec/models/retail_cash_user_message_spec.rb +0 -70
  950. data/spec/models/retail_cash_user_put_message_spec.rb +0 -34
  951. data/spec/models/retail_cash_users_search_message_spec.rb +0 -72
  952. data/spec/models/safe_wait_handle_spec.rb +0 -40
  953. data/spec/models/save_address_message_spec.rb +0 -74
  954. data/spec/models/save_emergency_contact_message_spec.rb +0 -52
  955. data/spec/models/task_category_message_spec.rb +0 -52
  956. data/spec/models/task_category_put_message_spec.rb +0 -34
  957. data/spec/models/task_category_response_message_spec.rb +0 -52
  958. data/spec/models/task_category_save_message_spec.rb +0 -34
  959. data/spec/models/task_history_file_message_spec.rb +0 -64
  960. data/spec/models/task_history_file_upload_post_message_spec.rb +0 -34
  961. data/spec/models/task_history_message_spec.rb +0 -112
  962. data/spec/models/task_history_put_message_spec.rb +0 -34
  963. data/spec/models/task_history_user_message_spec.rb +0 -52
  964. data/spec/models/task_search_message_spec.rb +0 -128
  965. data/spec/models/task_sub_category_message_spec.rb +0 -40
  966. data/spec/models/tax_information_post_message_spec.rb +0 -62
  967. data/spec/models/tax_information_save_message_spec.rb +0 -68
  968. data/spec/models/tenant_message_spec.rb +0 -128
  969. data/spec/models/tenant_search_message_spec.rb +0 -96
  970. data/spec/models/to_do_task_message_spec.rb +0 -108
  971. data/spec/models/to_do_task_post_message_spec.rb +0 -96
  972. data/spec/models/to_do_task_put_message_spec.rb +0 -96
  973. data/spec/models/to_do_task_search_message_spec.rb +0 -112
  974. data/spec/models/undeposited_funds_message_spec.rb +0 -34
  975. data/spec/models/unit_agreement_message_spec.rb +0 -50
  976. data/spec/models/unit_entity_message_spec.rb +0 -40
  977. data/spec/models/user_message_spec.rb +0 -104
  978. data/spec/models/user_role_message_spec.rb +0 -52
  979. data/spec/models/user_search_message_spec.rb +0 -66
  980. data/spec/models/vehicle_message_spec.rb +0 -52
  981. data/spec/models/vendor_category_message_spec.rb +0 -46
  982. data/spec/models/vendor_category_save_message_spec.rb +0 -34
  983. data/spec/models/vendor_credit_line_item_message_spec.rb +0 -58
  984. data/spec/models/vendor_credit_line_item_post_message_spec.rb +0 -52
  985. data/spec/models/vendor_credit_message_spec.rb +0 -58
  986. data/spec/models/vendor_credit_post_message_spec.rb +0 -52
  987. data/spec/models/vendor_insurance_message_spec.rb +0 -46
  988. data/spec/models/vendor_insurance_save_message_spec.rb +0 -46
  989. data/spec/models/vendor_message_spec.rb +0 -130
  990. data/spec/models/vendor_post_message_spec.rb +0 -118
  991. data/spec/models/vendor_put_message_spec.rb +0 -118
  992. data/spec/models/vendor_refund_line_message_spec.rb +0 -58
  993. data/spec/models/vendor_refund_line_post_message_spec.rb +0 -52
  994. data/spec/models/vendor_refund_message_spec.rb +0 -74
  995. data/spec/models/vendor_refund_post_message_spec.rb +0 -68
  996. data/spec/models/vendor_search_message_spec.rb +0 -84
  997. data/spec/models/vendor_tax_information_message_spec.rb +0 -68
  998. data/spec/models/vendor_transaction_message_spec.rb +0 -68
  999. data/spec/models/vendor_transaction_search_message_spec.rb +0 -62
  1000. data/spec/models/video_link_request_post_message_spec.rb +0 -40
  1001. data/spec/models/wait_handle_spec.rb +0 -40
  1002. data/spec/models/work_order_entry_contact_message_spec.rb +0 -40
  1003. data/spec/models/work_order_entry_contact_resource_message_spec.rb +0 -44
  1004. data/spec/models/work_order_line_item_message_spec.rb +0 -52
  1005. data/spec/models/work_order_line_item_save_message_spec.rb +0 -52
  1006. data/spec/models/work_order_message_spec.rb +0 -110
  1007. data/spec/models/work_order_post_message_spec.rb +0 -98
  1008. data/spec/models/work_order_put_message_spec.rb +0 -86
  1009. data/spec/models/work_order_search_message_spec.rb +0 -158
  1010. data/spec/models/work_order_task_message_spec.rb +0 -88
  1011. data/spec/models/work_order_task_post_message_spec.rb +0 -78
@@ -1,78 +0,0 @@
1
- =begin
2
- #Open API, powered by Buildium
3
-
4
- # # Introduction ### Welcome! Welcome to Buildium’s API—a powerful, RESTful programming interface that lets you leverage valuable Buildium data. Using HTTP requests, you can create integrations with applications that specialize in accounting, lead tracking, and more. Enjoy greater flexibility, transparency, and control over your business! ### What's in this Guide? This guide is full of simple, easy-to-follow instructions that’ll help you use Buildium’s API like a pro. Topics include: * choosing the right resources for your use case * making HTTP requests to any resource * understanding data and response codes <br /> # Getting Started Excited to get going? We’ll walk you through the setup process. > **Note:** To take advantage of the Buildium Open API you must have a <a target=\"_blank\" href=\"https://www.buildium.com/pricing/\">**Premium Subscription**</a>. ## Account Configuration Before you can use Buildium’s API, you’ll need to make some tweaks to your account settings. <br /> ### Enabling the API In order to start creating your keys and making requests, you’ll need to enable the API. > **Tip:** You’ll need an administrator user role with access to ***Application settings*** to set things up properly. <br /> ​ **Let's Begin!** 1. Sign in to your [Buildium](https://signin.managebuilding.com/manager/public/authentication/login?ReturnUrl=%2Fmanager%2F) account from your browser. 2. Open the ***Settings*** menu and click ***Application settings***. 3. Under ***System preferences***, click ***Api settings***. A modal will appear. 4. Click the ***Open API*** toggle to turn it on. Then click ***Save***. <video width=\"100%\" autoplay loop muted> <source src=\"enable_open_api.mp4\" type=\"video/mp4\" /> </video> Congratulations! Your account's enabled. Now, you’re ready to start managing API keys. <br /> <br /> If you are having issues enabling the API within your account you can submit a [Support](#section/API-Overview/Support) request for assistance. <br /> ## API Keys Account-level API keys authenticate every request and keep things secure. API keys have two components: a “client ID” and a “secret”. * **Client IDs** are similar to usernames. They’re used to identify your Buildium account and are safe to share. * **Secrets** are similar to passwords. They must be kept confidential. Whenever you make a request, you’ll need the API key’s client ID and secret. If you forget it, make a mistake, or try to use information that’s linked to a deleted key, the API will return a `401` response code. > **Tip:** We compiled a list of best practices that detail how securely store API keys. [Give it a read](#section/Getting-Started/Keeping-API-Keys-Safe)! ## Creating API Keys Now that the Open APi is enabled, you’ll be able to create API keys. You’re almost there! > **Tip:** You’ll need an administrator user role to complete this step, too. <br /> **How to create an API key** 1. Sign in to your [Buildium](https://signin.managebuilding.com/manager/public/authentication/login?ReturnUrl=%2Fmanager%2F) account from your browser. 2. Open the ***Settings*** menu and click ***Developer Tools***. The page will open automatically. 3. Click the ***Create API Key*** button. A modal will appear. 4. Enter a clear, memorable name and description for your API key. It’ll make it easier to locate the right key when you make a request. Once finished, click **Next**. 5. Now, choose which pieces of Buildium data you want this API key to have access to by marking the corresponding checkboxes. Once finished, click **Next**. 6. You successfully created an API key! > **Important:** This is your only chance to record the secret. Make sure it’s stored somewhere secure! If it’s forgotten, you’ll need to delete this key and start from scratch. <br /> <video width=\"100%\" autoplay loop muted> <source src=\"generate_open_api_key.mp4\" type=\"video/mp4\" /> </video> <br /> You have now successfully created an API key and have everything you need to send requests to the Buildium API! Before moving on to [making your first request](#section/Getting-Started/How-to-Make-a-Request) please review [Keeping your Keys Safe](#section/Getting-Started/Keeping-your-Keys-Safe) for an overview on securely storing your API keys. <br /> If you are having issues creating API keys you can submit a [Support](#section/API-Overview/Support) request for assistance. <br /> ## Keeping API Keys Safe Based on their permissions, API keys could have full access to your account’s Buildium data. It’s important that you only grant access to trusted applications, securely record secrets, and consider a password manager to stay organized. ### Recommended Practices - Avoid hard-coding client IDs and secrets inside source files. - Avoid storing client IDs and secrets in any files that may be committed to source control, particularly cloud-based source control platforms. - Apply restrictions to client IDs and secrets shared with your staff. You can restrict a key to particular Buildium entities or to read-only access (GET resources only). - Avoid sharing client IDs and secrets across public, insecure platforms. - Establish a process to regularly recreate your client IDs and secrets from your Buildium account. <br /> <br /> ## How to Make a Request You’ve done a great job setting up your account, Now, we’ll walk you through how to access your data. It’s very straightforward and should only take a few minutes! > **Tip:** Looking for the right HTTP client? If you’re just getting started, we recommend Postman. <br /> ### Let's Get Started! #### Step 1: Get Your API Key If you haven't yet done so, obtain your API key client ID and secret from your Buildium account. Your API key is how the Buildium API authenticates requests and ensures only you can access your data. See [Getting Started](#section/Getting-Started) for a deeper dive into enabling the API and creating keys. #### Step 2: Install a HTTP client The Buildium API supports any standard HTTP client. If you're looking for a user-friendly HTTP client application, we recommend [Postman](https://www.postman.com/product/api-client) – it allows you to access the Buildium API without writing code. We’ll use Postman for our example below to demonstrate sending an API request. #### Step 3: Make a Sample Request Let's dive in and make a simple request to get all the [Rental Properties](#operation/RentalsGetAllGLAccounts) response message now includes the property `IsBankAccount`. This is a boolean property that indicates whether the general ledger account is also a bank account. * A `Country` property has been added to all Address messages. This property contains an enumeration indicating the country of the address.
5
-
6
- The version of the OpenAPI document: v1
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Buildium::BankAccountPutMessage
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Buildium::BankAccountPutMessage do
21
- let(:instance) { Buildium::BankAccountPutMessage.new }
22
-
23
- describe 'test an instance of BankAccountPutMessage' do
24
- it 'should create an instance of BankAccountPutMessage' do
25
- expect(instance).to be_instance_of(Buildium::BankAccountPutMessage)
26
- end
27
- end
28
- describe 'test attribute "check_printing_info"' do
29
- it 'should work' do
30
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
- end
32
- end
33
-
34
- describe 'test attribute "name"' do
35
- it 'should work' do
36
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
- end
38
- end
39
-
40
- describe 'test attribute "description"' do
41
- it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
- end
44
- end
45
-
46
- describe 'test attribute "bank_account_type"' do
47
- it 'should work' do
48
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Checking", "Savings"])
50
- # validator.allowable_values.each do |value|
51
- # expect { instance.bank_account_type = value }.not_to raise_error
52
- # end
53
- end
54
- end
55
-
56
- describe 'test attribute "country"' do
57
- it 'should work' do
58
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
59
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["UnitedStates", "Afghanistan", "Akrotiri", "Albania", "Algeria", "AmericanSamoa", "Andorra", "Angola", "Anguilla", "Antarctica", "AntiguaandBarbuda", "Argentina", "Armenia", "Aruba", "AshmoreandCartierIslands", "Australia", "Austria", "Azerbaijan", "Bahamas", "Bahrain", "Bangladesh", "Barbados", "BassasdaIndia", "Belarus", "Belgium", "Belize", "Benin", "Bermuda", "Bhutan", "Bolivia", "BosniaandHerzegovina", "Botswana", "BouvetIsland", "Brazil", "BritishIndianOceanTerritory", "BritishVirginIslands", "Brunei", "Bulgaria", "BurkinaFaso", "Burma", "Burundi", "Cambodia", "Cameroon", "Canada", "CapeVerde", "CaymanIslands", "CentralAfricanRepublic", "Chad", "Chile", "China", "ChristmasIsland", "ClippertonIsland", "CocosIslands", "Colombia", "Comoros", "DemocraticRepublicOfTheCongo", "RepublicOfTheCongo", "CookIslands", "CoralSeaIslands", "CostaRica", "CotedIvoire", "Croatia", "Cuba", "Cyprus", "CzechRepublic", "Denmark", "Dhekelia", "Djibouti", "Dominica", "DominicanRepublic", "Ecuador", "Egypt", "ElSalvador", "EquatorialGuinea", "Eritrea", "Estonia", "Ethiopia", "EuropaIsland", "FalklandIslands", "FaroeIslands", "Fiji", "Finland", "France", "FrenchGuiana", "FrenchPolynesia", "FrenchSouthernandAntarcticLands", "Gabon", "Gambia", "GazaStrip", "Georgia", "Germany", "Ghana", "Gibraltar", "GloriosoIslands", "Greece", "Greenland", "Grenada", "Guadeloupe", "Guam", "Guatemala", "Guernsey", "Guinea", "GuineaBissau", "Guyana", "Haiti", "HeardIslandandMcDonaldIslands", "VaticanCity", "Honduras", "HongKong", "Hungary", "Iceland", "India", "Indonesia", "Iran", "Iraq", "Ireland", "IsleofMan", "Israel", "Italy", "Jamaica", "JanMayen", "Japan", "Jersey", "Jordan", "JuandeNovaIsland", "Kazakhstan", "Kenya", "Kiribati", "NorthKorea", "SouthKorea", "Kuwait", "Kyrgyzstan", "Laos", "Latvia", "Lebanon", "Lesotho", "Liberia", "Libya", "Liechtenstein", "Lithuania", "Luxembourg", "Macau", "Macedonia", "Madagascar", "Malawi", "Malaysia", "Maldives", "Mali", "Malta", "MarshallIslands", "Martinique", "Mauritania", "Mauritius", "Mayotte", "Mexico", "Micronesia", "Moldova", "Monaco", "Mongolia", "Montserrat", "Morocco", "Mozambique", "Namibia", "Nauru", "NavassaIsland", "Nepal", "Netherlands", "NetherlandsAntilles", "NewCaledonia", "NewZealand", "Nicaragua", "Niger", "Nigeria", "Niue", "NorfolkIsland", "NorthernMarianaIslands", "Norway", "Oman", "Pakistan", "Palau", "Panama", "PapuaNewGuinea", "ParacelIslands", "Paraguay", "Peru", "Philippines", "PitcairnIslands", "Poland", "Portugal", "PuertoRico", "Qatar", "Reunion", "Romania", "Russia", "Rwanda", "SaintHelena", "SaintKittsandNevis", "SaintLucia", "SaintPierreandMiquelon", "SaintVincentandtheGrenadines", "Samoa", "SanMarino", "SaoTomeandPrincipe", "SaudiArabia", "Senegal", "SerbiaandMontenegro", "Seychelles", "SierraLeone", "Singapore", "Slovakia", "Slovenia", "SolomonIslands", "Somalia", "SouthAfrica", "SouthGeorgiaandtheSouthSandwichIslands", "Spain", "SpratlyIslands", "SriLanka", "Sudan", "Suriname", "Svalbard", "Swaziland", "Sweden", "Switzerland", "Syria", "Taiwan", "Tajikistan", "Tanzania", "Thailand", "TimorLeste", "Togo", "Tokelau", "Tonga", "TrinidadandTobago", "TromelinIsland", "Tunisia", "Turkey", "Turkmenistan", "TurksandCaicosIslands", "Tuvalu", "Uganda", "Ukraine", "UnitedArabEmirates", "UnitedKingdom", "Uruguay", "Uzbekistan", "Vanuatu", "Venezuela", "Vietnam", "VirginIslands", "WakeIsland", "WallisandFutuna", "WestBank", "WesternSahara", "Yemen", "Zambia", "Zimbabwe"])
60
- # validator.allowable_values.each do |value|
61
- # expect { instance.country = value }.not_to raise_error
62
- # end
63
- end
64
- end
65
-
66
- describe 'test attribute "account_number"' do
67
- it 'should work' do
68
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
69
- end
70
- end
71
-
72
- describe 'test attribute "routing_number"' do
73
- it 'should work' do
74
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
75
- end
76
- end
77
-
78
- end
@@ -1,64 +0,0 @@
1
- =begin
2
- #Open API, powered by Buildium
3
-
4
- # # Introduction ### Welcome! Welcome to Buildium’s API—a powerful, RESTful programming interface that lets you leverage valuable Buildium data. Using HTTP requests, you can create integrations with applications that specialize in accounting, lead tracking, and more. Enjoy greater flexibility, transparency, and control over your business! ### What's in this Guide? This guide is full of simple, easy-to-follow instructions that’ll help you use Buildium’s API like a pro. Topics include: * choosing the right resources for your use case * making HTTP requests to any resource * understanding data and response codes <br /> # Getting Started Excited to get going? We’ll walk you through the setup process. > **Note:** To take advantage of the Buildium Open API you must have a <a target=\"_blank\" href=\"https://www.buildium.com/pricing/\">**Premium Subscription**</a>. ## Account Configuration Before you can use Buildium’s API, you’ll need to make some tweaks to your account settings. <br /> ### Enabling the API In order to start creating your keys and making requests, you’ll need to enable the API. > **Tip:** You’ll need an administrator user role with access to ***Application settings*** to set things up properly. <br /> ​ **Let's Begin!** 1. Sign in to your [Buildium](https://signin.managebuilding.com/manager/public/authentication/login?ReturnUrl=%2Fmanager%2F) account from your browser. 2. Open the ***Settings*** menu and click ***Application settings***. 3. Under ***System preferences***, click ***Api settings***. A modal will appear. 4. Click the ***Open API*** toggle to turn it on. Then click ***Save***. <video width=\"100%\" autoplay loop muted> <source src=\"enable_open_api.mp4\" type=\"video/mp4\" /> </video> Congratulations! Your account's enabled. Now, you’re ready to start managing API keys. <br /> <br /> If you are having issues enabling the API within your account you can submit a [Support](#section/API-Overview/Support) request for assistance. <br /> ## API Keys Account-level API keys authenticate every request and keep things secure. API keys have two components: a “client ID” and a “secret”. * **Client IDs** are similar to usernames. They’re used to identify your Buildium account and are safe to share. * **Secrets** are similar to passwords. They must be kept confidential. Whenever you make a request, you’ll need the API key’s client ID and secret. If you forget it, make a mistake, or try to use information that’s linked to a deleted key, the API will return a `401` response code. > **Tip:** We compiled a list of best practices that detail how securely store API keys. [Give it a read](#section/Getting-Started/Keeping-API-Keys-Safe)! ## Creating API Keys Now that the Open APi is enabled, you’ll be able to create API keys. You’re almost there! > **Tip:** You’ll need an administrator user role to complete this step, too. <br /> **How to create an API key** 1. Sign in to your [Buildium](https://signin.managebuilding.com/manager/public/authentication/login?ReturnUrl=%2Fmanager%2F) account from your browser. 2. Open the ***Settings*** menu and click ***Developer Tools***. The page will open automatically. 3. Click the ***Create API Key*** button. A modal will appear. 4. Enter a clear, memorable name and description for your API key. It’ll make it easier to locate the right key when you make a request. Once finished, click **Next**. 5. Now, choose which pieces of Buildium data you want this API key to have access to by marking the corresponding checkboxes. Once finished, click **Next**. 6. You successfully created an API key! > **Important:** This is your only chance to record the secret. Make sure it’s stored somewhere secure! If it’s forgotten, you’ll need to delete this key and start from scratch. <br /> <video width=\"100%\" autoplay loop muted> <source src=\"generate_open_api_key.mp4\" type=\"video/mp4\" /> </video> <br /> You have now successfully created an API key and have everything you need to send requests to the Buildium API! Before moving on to [making your first request](#section/Getting-Started/How-to-Make-a-Request) please review [Keeping your Keys Safe](#section/Getting-Started/Keeping-your-Keys-Safe) for an overview on securely storing your API keys. <br /> If you are having issues creating API keys you can submit a [Support](#section/API-Overview/Support) request for assistance. <br /> ## Keeping API Keys Safe Based on their permissions, API keys could have full access to your account’s Buildium data. It’s important that you only grant access to trusted applications, securely record secrets, and consider a password manager to stay organized. ### Recommended Practices - Avoid hard-coding client IDs and secrets inside source files. - Avoid storing client IDs and secrets in any files that may be committed to source control, particularly cloud-based source control platforms. - Apply restrictions to client IDs and secrets shared with your staff. You can restrict a key to particular Buildium entities or to read-only access (GET resources only). - Avoid sharing client IDs and secrets across public, insecure platforms. - Establish a process to regularly recreate your client IDs and secrets from your Buildium account. <br /> <br /> ## How to Make a Request You’ve done a great job setting up your account, Now, we’ll walk you through how to access your data. It’s very straightforward and should only take a few minutes! > **Tip:** Looking for the right HTTP client? If you’re just getting started, we recommend Postman. <br /> ### Let's Get Started! #### Step 1: Get Your API Key If you haven't yet done so, obtain your API key client ID and secret from your Buildium account. Your API key is how the Buildium API authenticates requests and ensures only you can access your data. See [Getting Started](#section/Getting-Started) for a deeper dive into enabling the API and creating keys. #### Step 2: Install a HTTP client The Buildium API supports any standard HTTP client. If you're looking for a user-friendly HTTP client application, we recommend [Postman](https://www.postman.com/product/api-client) – it allows you to access the Buildium API without writing code. We’ll use Postman for our example below to demonstrate sending an API request. #### Step 3: Make a Sample Request Let's dive in and make a simple request to get all the [Rental Properties](#operation/RentalsGetAllGLAccounts) response message now includes the property `IsBankAccount`. This is a boolean property that indicates whether the general ledger account is also a bank account. * A `Country` property has been added to all Address messages. This property contains an enumeration indicating the country of the address.
5
-
6
- The version of the OpenAPI document: v1
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Buildium::BankAccountQuickDepositMessage
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Buildium::BankAccountQuickDepositMessage do
21
- let(:instance) { Buildium::BankAccountQuickDepositMessage.new }
22
-
23
- describe 'test an instance of BankAccountQuickDepositMessage' do
24
- it 'should create an instance of BankAccountQuickDepositMessage' do
25
- expect(instance).to be_instance_of(Buildium::BankAccountQuickDepositMessage)
26
- end
27
- end
28
- describe 'test attribute "id"' do
29
- it 'should work' do
30
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
- end
32
- end
33
-
34
- describe 'test attribute "entry_date"' do
35
- it 'should work' do
36
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
- end
38
- end
39
-
40
- describe 'test attribute "memo"' do
41
- it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
- end
44
- end
45
-
46
- describe 'test attribute "total_amount"' do
47
- it 'should work' do
48
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
- end
50
- end
51
-
52
- describe 'test attribute "accounting_entity"' do
53
- it 'should work' do
54
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
- end
56
- end
57
-
58
- describe 'test attribute "offset_gl_account_id"' do
59
- it 'should work' do
60
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
61
- end
62
- end
63
-
64
- end
@@ -1,58 +0,0 @@
1
- =begin
2
- #Open API, powered by Buildium
3
-
4
- # # Introduction ### Welcome! Welcome to Buildium’s API—a powerful, RESTful programming interface that lets you leverage valuable Buildium data. Using HTTP requests, you can create integrations with applications that specialize in accounting, lead tracking, and more. Enjoy greater flexibility, transparency, and control over your business! ### What's in this Guide? This guide is full of simple, easy-to-follow instructions that’ll help you use Buildium’s API like a pro. Topics include: * choosing the right resources for your use case * making HTTP requests to any resource * understanding data and response codes <br /> # Getting Started Excited to get going? We’ll walk you through the setup process. > **Note:** To take advantage of the Buildium Open API you must have a <a target=\"_blank\" href=\"https://www.buildium.com/pricing/\">**Premium Subscription**</a>. ## Account Configuration Before you can use Buildium’s API, you’ll need to make some tweaks to your account settings. <br /> ### Enabling the API In order to start creating your keys and making requests, you’ll need to enable the API. > **Tip:** You’ll need an administrator user role with access to ***Application settings*** to set things up properly. <br /> ​ **Let's Begin!** 1. Sign in to your [Buildium](https://signin.managebuilding.com/manager/public/authentication/login?ReturnUrl=%2Fmanager%2F) account from your browser. 2. Open the ***Settings*** menu and click ***Application settings***. 3. Under ***System preferences***, click ***Api settings***. A modal will appear. 4. Click the ***Open API*** toggle to turn it on. Then click ***Save***. <video width=\"100%\" autoplay loop muted> <source src=\"enable_open_api.mp4\" type=\"video/mp4\" /> </video> Congratulations! Your account's enabled. Now, you’re ready to start managing API keys. <br /> <br /> If you are having issues enabling the API within your account you can submit a [Support](#section/API-Overview/Support) request for assistance. <br /> ## API Keys Account-level API keys authenticate every request and keep things secure. API keys have two components: a “client ID” and a “secret”. * **Client IDs** are similar to usernames. They’re used to identify your Buildium account and are safe to share. * **Secrets** are similar to passwords. They must be kept confidential. Whenever you make a request, you’ll need the API key’s client ID and secret. If you forget it, make a mistake, or try to use information that’s linked to a deleted key, the API will return a `401` response code. > **Tip:** We compiled a list of best practices that detail how securely store API keys. [Give it a read](#section/Getting-Started/Keeping-API-Keys-Safe)! ## Creating API Keys Now that the Open APi is enabled, you’ll be able to create API keys. You’re almost there! > **Tip:** You’ll need an administrator user role to complete this step, too. <br /> **How to create an API key** 1. Sign in to your [Buildium](https://signin.managebuilding.com/manager/public/authentication/login?ReturnUrl=%2Fmanager%2F) account from your browser. 2. Open the ***Settings*** menu and click ***Developer Tools***. The page will open automatically. 3. Click the ***Create API Key*** button. A modal will appear. 4. Enter a clear, memorable name and description for your API key. It’ll make it easier to locate the right key when you make a request. Once finished, click **Next**. 5. Now, choose which pieces of Buildium data you want this API key to have access to by marking the corresponding checkboxes. Once finished, click **Next**. 6. You successfully created an API key! > **Important:** This is your only chance to record the secret. Make sure it’s stored somewhere secure! If it’s forgotten, you’ll need to delete this key and start from scratch. <br /> <video width=\"100%\" autoplay loop muted> <source src=\"generate_open_api_key.mp4\" type=\"video/mp4\" /> </video> <br /> You have now successfully created an API key and have everything you need to send requests to the Buildium API! Before moving on to [making your first request](#section/Getting-Started/How-to-Make-a-Request) please review [Keeping your Keys Safe](#section/Getting-Started/Keeping-your-Keys-Safe) for an overview on securely storing your API keys. <br /> If you are having issues creating API keys you can submit a [Support](#section/API-Overview/Support) request for assistance. <br /> ## Keeping API Keys Safe Based on their permissions, API keys could have full access to your account’s Buildium data. It’s important that you only grant access to trusted applications, securely record secrets, and consider a password manager to stay organized. ### Recommended Practices - Avoid hard-coding client IDs and secrets inside source files. - Avoid storing client IDs and secrets in any files that may be committed to source control, particularly cloud-based source control platforms. - Apply restrictions to client IDs and secrets shared with your staff. You can restrict a key to particular Buildium entities or to read-only access (GET resources only). - Avoid sharing client IDs and secrets across public, insecure platforms. - Establish a process to regularly recreate your client IDs and secrets from your Buildium account. <br /> <br /> ## How to Make a Request You’ve done a great job setting up your account, Now, we’ll walk you through how to access your data. It’s very straightforward and should only take a few minutes! > **Tip:** Looking for the right HTTP client? If you’re just getting started, we recommend Postman. <br /> ### Let's Get Started! #### Step 1: Get Your API Key If you haven't yet done so, obtain your API key client ID and secret from your Buildium account. Your API key is how the Buildium API authenticates requests and ensures only you can access your data. See [Getting Started](#section/Getting-Started) for a deeper dive into enabling the API and creating keys. #### Step 2: Install a HTTP client The Buildium API supports any standard HTTP client. If you're looking for a user-friendly HTTP client application, we recommend [Postman](https://www.postman.com/product/api-client) – it allows you to access the Buildium API without writing code. We’ll use Postman for our example below to demonstrate sending an API request. #### Step 3: Make a Sample Request Let's dive in and make a simple request to get all the [Rental Properties](#operation/RentalsGetAllGLAccounts) response message now includes the property `IsBankAccount`. This is a boolean property that indicates whether the general ledger account is also a bank account. * A `Country` property has been added to all Address messages. This property contains an enumeration indicating the country of the address.
5
-
6
- The version of the OpenAPI document: v1
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Buildium::BankAccountQuickDepositSaveMessage
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Buildium::BankAccountQuickDepositSaveMessage do
21
- let(:instance) { Buildium::BankAccountQuickDepositSaveMessage.new }
22
-
23
- describe 'test an instance of BankAccountQuickDepositSaveMessage' do
24
- it 'should create an instance of BankAccountQuickDepositSaveMessage' do
25
- expect(instance).to be_instance_of(Buildium::BankAccountQuickDepositSaveMessage)
26
- end
27
- end
28
- describe 'test attribute "entry_date"' do
29
- it 'should work' do
30
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
- end
32
- end
33
-
34
- describe 'test attribute "offset_gl_account_id"' do
35
- it 'should work' do
36
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
- end
38
- end
39
-
40
- describe 'test attribute "amount"' do
41
- it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
- end
44
- end
45
-
46
- describe 'test attribute "memo"' do
47
- it 'should work' do
48
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
- end
50
- end
51
-
52
- describe 'test attribute "accounting_entity"' do
53
- it 'should work' do
54
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
- end
56
- end
57
-
58
- end
@@ -1,40 +0,0 @@
1
- =begin
2
- #Open API, powered by Buildium
3
-
4
- # # Introduction ### Welcome! Welcome to Buildium’s API—a powerful, RESTful programming interface that lets you leverage valuable Buildium data. Using HTTP requests, you can create integrations with applications that specialize in accounting, lead tracking, and more. Enjoy greater flexibility, transparency, and control over your business! ### What's in this Guide? This guide is full of simple, easy-to-follow instructions that’ll help you use Buildium’s API like a pro. Topics include: * choosing the right resources for your use case * making HTTP requests to any resource * understanding data and response codes <br /> # Getting Started Excited to get going? We’ll walk you through the setup process. > **Note:** To take advantage of the Buildium Open API you must have a <a target=\"_blank\" href=\"https://www.buildium.com/pricing/\">**Premium Subscription**</a>. ## Account Configuration Before you can use Buildium’s API, you’ll need to make some tweaks to your account settings. <br /> ### Enabling the API In order to start creating your keys and making requests, you’ll need to enable the API. > **Tip:** You’ll need an administrator user role with access to ***Application settings*** to set things up properly. <br /> ​ **Let's Begin!** 1. Sign in to your [Buildium](https://signin.managebuilding.com/manager/public/authentication/login?ReturnUrl=%2Fmanager%2F) account from your browser. 2. Open the ***Settings*** menu and click ***Application settings***. 3. Under ***System preferences***, click ***Api settings***. A modal will appear. 4. Click the ***Open API*** toggle to turn it on. Then click ***Save***. <video width=\"100%\" autoplay loop muted> <source src=\"enable_open_api.mp4\" type=\"video/mp4\" /> </video> Congratulations! Your account's enabled. Now, you’re ready to start managing API keys. <br /> <br /> If you are having issues enabling the API within your account you can submit a [Support](#section/API-Overview/Support) request for assistance. <br /> ## API Keys Account-level API keys authenticate every request and keep things secure. API keys have two components: a “client ID” and a “secret”. * **Client IDs** are similar to usernames. They’re used to identify your Buildium account and are safe to share. * **Secrets** are similar to passwords. They must be kept confidential. Whenever you make a request, you’ll need the API key’s client ID and secret. If you forget it, make a mistake, or try to use information that’s linked to a deleted key, the API will return a `401` response code. > **Tip:** We compiled a list of best practices that detail how securely store API keys. [Give it a read](#section/Getting-Started/Keeping-API-Keys-Safe)! ## Creating API Keys Now that the Open APi is enabled, you’ll be able to create API keys. You’re almost there! > **Tip:** You’ll need an administrator user role to complete this step, too. <br /> **How to create an API key** 1. Sign in to your [Buildium](https://signin.managebuilding.com/manager/public/authentication/login?ReturnUrl=%2Fmanager%2F) account from your browser. 2. Open the ***Settings*** menu and click ***Developer Tools***. The page will open automatically. 3. Click the ***Create API Key*** button. A modal will appear. 4. Enter a clear, memorable name and description for your API key. It’ll make it easier to locate the right key when you make a request. Once finished, click **Next**. 5. Now, choose which pieces of Buildium data you want this API key to have access to by marking the corresponding checkboxes. Once finished, click **Next**. 6. You successfully created an API key! > **Important:** This is your only chance to record the secret. Make sure it’s stored somewhere secure! If it’s forgotten, you’ll need to delete this key and start from scratch. <br /> <video width=\"100%\" autoplay loop muted> <source src=\"generate_open_api_key.mp4\" type=\"video/mp4\" /> </video> <br /> You have now successfully created an API key and have everything you need to send requests to the Buildium API! Before moving on to [making your first request](#section/Getting-Started/How-to-Make-a-Request) please review [Keeping your Keys Safe](#section/Getting-Started/Keeping-your-Keys-Safe) for an overview on securely storing your API keys. <br /> If you are having issues creating API keys you can submit a [Support](#section/API-Overview/Support) request for assistance. <br /> ## Keeping API Keys Safe Based on their permissions, API keys could have full access to your account’s Buildium data. It’s important that you only grant access to trusted applications, securely record secrets, and consider a password manager to stay organized. ### Recommended Practices - Avoid hard-coding client IDs and secrets inside source files. - Avoid storing client IDs and secrets in any files that may be committed to source control, particularly cloud-based source control platforms. - Apply restrictions to client IDs and secrets shared with your staff. You can restrict a key to particular Buildium entities or to read-only access (GET resources only). - Avoid sharing client IDs and secrets across public, insecure platforms. - Establish a process to regularly recreate your client IDs and secrets from your Buildium account. <br /> <br /> ## How to Make a Request You’ve done a great job setting up your account, Now, we’ll walk you through how to access your data. It’s very straightforward and should only take a few minutes! > **Tip:** Looking for the right HTTP client? If you’re just getting started, we recommend Postman. <br /> ### Let's Get Started! #### Step 1: Get Your API Key If you haven't yet done so, obtain your API key client ID and secret from your Buildium account. Your API key is how the Buildium API authenticates requests and ensures only you can access your data. See [Getting Started](#section/Getting-Started) for a deeper dive into enabling the API and creating keys. #### Step 2: Install a HTTP client The Buildium API supports any standard HTTP client. If you're looking for a user-friendly HTTP client application, we recommend [Postman](https://www.postman.com/product/api-client) – it allows you to access the Buildium API without writing code. We’ll use Postman for our example below to demonstrate sending an API request. #### Step 3: Make a Sample Request Let's dive in and make a simple request to get all the [Rental Properties](#operation/RentalsGetAllGLAccounts) response message now includes the property `IsBankAccount`. This is a boolean property that indicates whether the general ledger account is also a bank account. * A `Country` property has been added to all Address messages. This property contains an enumeration indicating the country of the address.
5
-
6
- The version of the OpenAPI document: v1
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Buildium::BankAccountQuickDepositSearchMessage
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Buildium::BankAccountQuickDepositSearchMessage do
21
- let(:instance) { Buildium::BankAccountQuickDepositSearchMessage.new }
22
-
23
- describe 'test an instance of BankAccountQuickDepositSearchMessage' do
24
- it 'should create an instance of BankAccountQuickDepositSearchMessage' do
25
- expect(instance).to be_instance_of(Buildium::BankAccountQuickDepositSearchMessage)
26
- end
27
- end
28
- describe 'test attribute "start_date"' do
29
- it 'should work' do
30
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
- end
32
- end
33
-
34
- describe 'test attribute "end_date"' do
35
- it 'should work' do
36
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
- end
38
- end
39
-
40
- end
@@ -1,50 +0,0 @@
1
- =begin
2
- #Open API, powered by Buildium
3
-
4
- # # Introduction ### Welcome! Welcome to Buildium’s API—a powerful, RESTful programming interface that lets you leverage valuable Buildium data. Using HTTP requests, you can create integrations with applications that specialize in accounting, lead tracking, and more. Enjoy greater flexibility, transparency, and control over your business! ### What's in this Guide? This guide is full of simple, easy-to-follow instructions that’ll help you use Buildium’s API like a pro. Topics include: * choosing the right resources for your use case * making HTTP requests to any resource * understanding data and response codes <br /> # Getting Started Excited to get going? We’ll walk you through the setup process. > **Note:** To take advantage of the Buildium Open API you must have a <a target=\"_blank\" href=\"https://www.buildium.com/pricing/\">**Premium Subscription**</a>. ## Account Configuration Before you can use Buildium’s API, you’ll need to make some tweaks to your account settings. <br /> ### Enabling the API In order to start creating your keys and making requests, you’ll need to enable the API. > **Tip:** You’ll need an administrator user role with access to ***Application settings*** to set things up properly. <br /> ​ **Let's Begin!** 1. Sign in to your [Buildium](https://signin.managebuilding.com/manager/public/authentication/login?ReturnUrl=%2Fmanager%2F) account from your browser. 2. Open the ***Settings*** menu and click ***Application settings***. 3. Under ***System preferences***, click ***Api settings***. A modal will appear. 4. Click the ***Open API*** toggle to turn it on. Then click ***Save***. <video width=\"100%\" autoplay loop muted> <source src=\"enable_open_api.mp4\" type=\"video/mp4\" /> </video> Congratulations! Your account's enabled. Now, you’re ready to start managing API keys. <br /> <br /> If you are having issues enabling the API within your account you can submit a [Support](#section/API-Overview/Support) request for assistance. <br /> ## API Keys Account-level API keys authenticate every request and keep things secure. API keys have two components: a “client ID” and a “secret”. * **Client IDs** are similar to usernames. They’re used to identify your Buildium account and are safe to share. * **Secrets** are similar to passwords. They must be kept confidential. Whenever you make a request, you’ll need the API key’s client ID and secret. If you forget it, make a mistake, or try to use information that’s linked to a deleted key, the API will return a `401` response code. > **Tip:** We compiled a list of best practices that detail how securely store API keys. [Give it a read](#section/Getting-Started/Keeping-API-Keys-Safe)! ## Creating API Keys Now that the Open APi is enabled, you’ll be able to create API keys. You’re almost there! > **Tip:** You’ll need an administrator user role to complete this step, too. <br /> **How to create an API key** 1. Sign in to your [Buildium](https://signin.managebuilding.com/manager/public/authentication/login?ReturnUrl=%2Fmanager%2F) account from your browser. 2. Open the ***Settings*** menu and click ***Developer Tools***. The page will open automatically. 3. Click the ***Create API Key*** button. A modal will appear. 4. Enter a clear, memorable name and description for your API key. It’ll make it easier to locate the right key when you make a request. Once finished, click **Next**. 5. Now, choose which pieces of Buildium data you want this API key to have access to by marking the corresponding checkboxes. Once finished, click **Next**. 6. You successfully created an API key! > **Important:** This is your only chance to record the secret. Make sure it’s stored somewhere secure! If it’s forgotten, you’ll need to delete this key and start from scratch. <br /> <video width=\"100%\" autoplay loop muted> <source src=\"generate_open_api_key.mp4\" type=\"video/mp4\" /> </video> <br /> You have now successfully created an API key and have everything you need to send requests to the Buildium API! Before moving on to [making your first request](#section/Getting-Started/How-to-Make-a-Request) please review [Keeping your Keys Safe](#section/Getting-Started/Keeping-your-Keys-Safe) for an overview on securely storing your API keys. <br /> If you are having issues creating API keys you can submit a [Support](#section/API-Overview/Support) request for assistance. <br /> ## Keeping API Keys Safe Based on their permissions, API keys could have full access to your account’s Buildium data. It’s important that you only grant access to trusted applications, securely record secrets, and consider a password manager to stay organized. ### Recommended Practices - Avoid hard-coding client IDs and secrets inside source files. - Avoid storing client IDs and secrets in any files that may be committed to source control, particularly cloud-based source control platforms. - Apply restrictions to client IDs and secrets shared with your staff. You can restrict a key to particular Buildium entities or to read-only access (GET resources only). - Avoid sharing client IDs and secrets across public, insecure platforms. - Establish a process to regularly recreate your client IDs and secrets from your Buildium account. <br /> <br /> ## How to Make a Request You’ve done a great job setting up your account, Now, we’ll walk you through how to access your data. It’s very straightforward and should only take a few minutes! > **Tip:** Looking for the right HTTP client? If you’re just getting started, we recommend Postman. <br /> ### Let's Get Started! #### Step 1: Get Your API Key If you haven't yet done so, obtain your API key client ID and secret from your Buildium account. Your API key is how the Buildium API authenticates requests and ensures only you can access your data. See [Getting Started](#section/Getting-Started) for a deeper dive into enabling the API and creating keys. #### Step 2: Install a HTTP client The Buildium API supports any standard HTTP client. If you're looking for a user-friendly HTTP client application, we recommend [Postman](https://www.postman.com/product/api-client) – it allows you to access the Buildium API without writing code. We’ll use Postman for our example below to demonstrate sending an API request. #### Step 3: Make a Sample Request Let's dive in and make a simple request to get all the [Rental Properties](#operation/RentalsGetAllGLAccounts) response message now includes the property `IsBankAccount`. This is a boolean property that indicates whether the general ledger account is also a bank account. * A `Country` property has been added to all Address messages. This property contains an enumeration indicating the country of the address.
5
-
6
- The version of the OpenAPI document: v1
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Buildium::BankAccountSearchMessage
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Buildium::BankAccountSearchMessage do
21
- let(:instance) { Buildium::BankAccountSearchMessage.new }
22
-
23
- describe 'test an instance of BankAccountSearchMessage' do
24
- it 'should create an instance of BankAccountSearchMessage' do
25
- expect(instance).to be_instance_of(Buildium::BankAccountSearchMessage)
26
- end
27
- end
28
- describe 'test attribute "bank_account_status"' do
29
- it 'should work' do
30
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Active", "InActive"])
32
- # validator.allowable_values.each do |value|
33
- # expect { instance.bank_account_status = value }.not_to raise_error
34
- # end
35
- end
36
- end
37
-
38
- describe 'test attribute "bank_name"' do
39
- it 'should work' do
40
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
41
- end
42
- end
43
-
44
- describe 'test attribute "routing_numbers"' do
45
- it 'should work' do
46
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
47
- end
48
- end
49
-
50
- end
@@ -1,96 +0,0 @@
1
- =begin
2
- #Open API, powered by Buildium
3
-
4
- # # Introduction ### Welcome! Welcome to Buildium’s API—a powerful, RESTful programming interface that lets you leverage valuable Buildium data. Using HTTP requests, you can create integrations with applications that specialize in accounting, lead tracking, and more. Enjoy greater flexibility, transparency, and control over your business! ### What's in this Guide? This guide is full of simple, easy-to-follow instructions that’ll help you use Buildium’s API like a pro. Topics include: * choosing the right resources for your use case * making HTTP requests to any resource * understanding data and response codes <br /> # Getting Started Excited to get going? We’ll walk you through the setup process. > **Note:** To take advantage of the Buildium Open API you must have a <a target=\"_blank\" href=\"https://www.buildium.com/pricing/\">**Premium Subscription**</a>. ## Account Configuration Before you can use Buildium’s API, you’ll need to make some tweaks to your account settings. <br /> ### Enabling the API In order to start creating your keys and making requests, you’ll need to enable the API. > **Tip:** You’ll need an administrator user role with access to ***Application settings*** to set things up properly. <br /> ​ **Let's Begin!** 1. Sign in to your [Buildium](https://signin.managebuilding.com/manager/public/authentication/login?ReturnUrl=%2Fmanager%2F) account from your browser. 2. Open the ***Settings*** menu and click ***Application settings***. 3. Under ***System preferences***, click ***Api settings***. A modal will appear. 4. Click the ***Open API*** toggle to turn it on. Then click ***Save***. <video width=\"100%\" autoplay loop muted> <source src=\"enable_open_api.mp4\" type=\"video/mp4\" /> </video> Congratulations! Your account's enabled. Now, you’re ready to start managing API keys. <br /> <br /> If you are having issues enabling the API within your account you can submit a [Support](#section/API-Overview/Support) request for assistance. <br /> ## API Keys Account-level API keys authenticate every request and keep things secure. API keys have two components: a “client ID” and a “secret”. * **Client IDs** are similar to usernames. They’re used to identify your Buildium account and are safe to share. * **Secrets** are similar to passwords. They must be kept confidential. Whenever you make a request, you’ll need the API key’s client ID and secret. If you forget it, make a mistake, or try to use information that’s linked to a deleted key, the API will return a `401` response code. > **Tip:** We compiled a list of best practices that detail how securely store API keys. [Give it a read](#section/Getting-Started/Keeping-API-Keys-Safe)! ## Creating API Keys Now that the Open APi is enabled, you’ll be able to create API keys. You’re almost there! > **Tip:** You’ll need an administrator user role to complete this step, too. <br /> **How to create an API key** 1. Sign in to your [Buildium](https://signin.managebuilding.com/manager/public/authentication/login?ReturnUrl=%2Fmanager%2F) account from your browser. 2. Open the ***Settings*** menu and click ***Developer Tools***. The page will open automatically. 3. Click the ***Create API Key*** button. A modal will appear. 4. Enter a clear, memorable name and description for your API key. It’ll make it easier to locate the right key when you make a request. Once finished, click **Next**. 5. Now, choose which pieces of Buildium data you want this API key to have access to by marking the corresponding checkboxes. Once finished, click **Next**. 6. You successfully created an API key! > **Important:** This is your only chance to record the secret. Make sure it’s stored somewhere secure! If it’s forgotten, you’ll need to delete this key and start from scratch. <br /> <video width=\"100%\" autoplay loop muted> <source src=\"generate_open_api_key.mp4\" type=\"video/mp4\" /> </video> <br /> You have now successfully created an API key and have everything you need to send requests to the Buildium API! Before moving on to [making your first request](#section/Getting-Started/How-to-Make-a-Request) please review [Keeping your Keys Safe](#section/Getting-Started/Keeping-your-Keys-Safe) for an overview on securely storing your API keys. <br /> If you are having issues creating API keys you can submit a [Support](#section/API-Overview/Support) request for assistance. <br /> ## Keeping API Keys Safe Based on their permissions, API keys could have full access to your account’s Buildium data. It’s important that you only grant access to trusted applications, securely record secrets, and consider a password manager to stay organized. ### Recommended Practices - Avoid hard-coding client IDs and secrets inside source files. - Avoid storing client IDs and secrets in any files that may be committed to source control, particularly cloud-based source control platforms. - Apply restrictions to client IDs and secrets shared with your staff. You can restrict a key to particular Buildium entities or to read-only access (GET resources only). - Avoid sharing client IDs and secrets across public, insecure platforms. - Establish a process to regularly recreate your client IDs and secrets from your Buildium account. <br /> <br /> ## How to Make a Request You’ve done a great job setting up your account, Now, we’ll walk you through how to access your data. It’s very straightforward and should only take a few minutes! > **Tip:** Looking for the right HTTP client? If you’re just getting started, we recommend Postman. <br /> ### Let's Get Started! #### Step 1: Get Your API Key If you haven't yet done so, obtain your API key client ID and secret from your Buildium account. Your API key is how the Buildium API authenticates requests and ensures only you can access your data. See [Getting Started](#section/Getting-Started) for a deeper dive into enabling the API and creating keys. #### Step 2: Install a HTTP client The Buildium API supports any standard HTTP client. If you're looking for a user-friendly HTTP client application, we recommend [Postman](https://www.postman.com/product/api-client) – it allows you to access the Buildium API without writing code. We’ll use Postman for our example below to demonstrate sending an API request. #### Step 3: Make a Sample Request Let's dive in and make a simple request to get all the [Rental Properties](#operation/RentalsGetAllGLAccounts) response message now includes the property `IsBankAccount`. This is a boolean property that indicates whether the general ledger account is also a bank account. * A `Country` property has been added to all Address messages. This property contains an enumeration indicating the country of the address.
5
-
6
- The version of the OpenAPI document: v1
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Buildium::BankAccountTransactionMessage
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Buildium::BankAccountTransactionMessage do
21
- let(:instance) { Buildium::BankAccountTransactionMessage.new }
22
-
23
- describe 'test an instance of BankAccountTransactionMessage' do
24
- it 'should create an instance of BankAccountTransactionMessage' do
25
- expect(instance).to be_instance_of(Buildium::BankAccountTransactionMessage)
26
- end
27
- end
28
- describe 'test attribute "id"' do
29
- it 'should work' do
30
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
- end
32
- end
33
-
34
- describe 'test attribute "entry_date"' do
35
- it 'should work' do
36
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
- end
38
- end
39
-
40
- describe 'test attribute "transaction_type"' do
41
- it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Bill", "Check", "Charge", "Payment", "Credit", "Refund", "ApplyDeposit", "ElectronicFundsTransfer", "Other", "Deposit", "GeneralJournalEntry", "OwnerContribution", "ReversePayment", "ReverseElectronicFundsTransfer", "VendorCredit", "RentalApplicationFeePayment", "ReverseRentalApplicationFeePayment", "ReverseOwnerContribution", "VendorRefund", "UnreversedPayment", "UnreversedElectronicFundsTransfer", "UnreversedOwnerContribution", "UnreversedRentalApplicationFeePayment"])
44
- # validator.allowable_values.each do |value|
45
- # expect { instance.transaction_type = value }.not_to raise_error
46
- # end
47
- end
48
- end
49
-
50
- describe 'test attribute "check_number"' do
51
- it 'should work' do
52
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
53
- end
54
- end
55
-
56
- describe 'test attribute "memo"' do
57
- it 'should work' do
58
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
59
- end
60
- end
61
-
62
- describe 'test attribute "amount"' do
63
- it 'should work' do
64
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
65
- end
66
- end
67
-
68
- describe 'test attribute "reconciliation_status"' do
69
- it 'should work' do
70
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
71
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Unknown", "UnReconciled", "Cleared", "Reconciled"])
72
- # validator.allowable_values.each do |value|
73
- # expect { instance.reconciliation_status = value }.not_to raise_error
74
- # end
75
- end
76
- end
77
-
78
- describe 'test attribute "paid_by"' do
79
- it 'should work' do
80
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
81
- end
82
- end
83
-
84
- describe 'test attribute "paid_to"' do
85
- it 'should work' do
86
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
87
- end
88
- end
89
-
90
- describe 'test attribute "balance"' do
91
- it 'should work' do
92
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
93
- end
94
- end
95
-
96
- end
@@ -1,56 +0,0 @@
1
- =begin
2
- #Open API, powered by Buildium
3
-
4
- # # Introduction ### Welcome! Welcome to Buildium’s API—a powerful, RESTful programming interface that lets you leverage valuable Buildium data. Using HTTP requests, you can create integrations with applications that specialize in accounting, lead tracking, and more. Enjoy greater flexibility, transparency, and control over your business! ### What's in this Guide? This guide is full of simple, easy-to-follow instructions that’ll help you use Buildium’s API like a pro. Topics include: * choosing the right resources for your use case * making HTTP requests to any resource * understanding data and response codes <br /> # Getting Started Excited to get going? We’ll walk you through the setup process. > **Note:** To take advantage of the Buildium Open API you must have a <a target=\"_blank\" href=\"https://www.buildium.com/pricing/\">**Premium Subscription**</a>. ## Account Configuration Before you can use Buildium’s API, you’ll need to make some tweaks to your account settings. <br /> ### Enabling the API In order to start creating your keys and making requests, you’ll need to enable the API. > **Tip:** You’ll need an administrator user role with access to ***Application settings*** to set things up properly. <br /> ​ **Let's Begin!** 1. Sign in to your [Buildium](https://signin.managebuilding.com/manager/public/authentication/login?ReturnUrl=%2Fmanager%2F) account from your browser. 2. Open the ***Settings*** menu and click ***Application settings***. 3. Under ***System preferences***, click ***Api settings***. A modal will appear. 4. Click the ***Open API*** toggle to turn it on. Then click ***Save***. <video width=\"100%\" autoplay loop muted> <source src=\"enable_open_api.mp4\" type=\"video/mp4\" /> </video> Congratulations! Your account's enabled. Now, you’re ready to start managing API keys. <br /> <br /> If you are having issues enabling the API within your account you can submit a [Support](#section/API-Overview/Support) request for assistance. <br /> ## API Keys Account-level API keys authenticate every request and keep things secure. API keys have two components: a “client ID” and a “secret”. * **Client IDs** are similar to usernames. They’re used to identify your Buildium account and are safe to share. * **Secrets** are similar to passwords. They must be kept confidential. Whenever you make a request, you’ll need the API key’s client ID and secret. If you forget it, make a mistake, or try to use information that’s linked to a deleted key, the API will return a `401` response code. > **Tip:** We compiled a list of best practices that detail how securely store API keys. [Give it a read](#section/Getting-Started/Keeping-API-Keys-Safe)! ## Creating API Keys Now that the Open APi is enabled, you’ll be able to create API keys. You’re almost there! > **Tip:** You’ll need an administrator user role to complete this step, too. <br /> **How to create an API key** 1. Sign in to your [Buildium](https://signin.managebuilding.com/manager/public/authentication/login?ReturnUrl=%2Fmanager%2F) account from your browser. 2. Open the ***Settings*** menu and click ***Developer Tools***. The page will open automatically. 3. Click the ***Create API Key*** button. A modal will appear. 4. Enter a clear, memorable name and description for your API key. It’ll make it easier to locate the right key when you make a request. Once finished, click **Next**. 5. Now, choose which pieces of Buildium data you want this API key to have access to by marking the corresponding checkboxes. Once finished, click **Next**. 6. You successfully created an API key! > **Important:** This is your only chance to record the secret. Make sure it’s stored somewhere secure! If it’s forgotten, you’ll need to delete this key and start from scratch. <br /> <video width=\"100%\" autoplay loop muted> <source src=\"generate_open_api_key.mp4\" type=\"video/mp4\" /> </video> <br /> You have now successfully created an API key and have everything you need to send requests to the Buildium API! Before moving on to [making your first request](#section/Getting-Started/How-to-Make-a-Request) please review [Keeping your Keys Safe](#section/Getting-Started/Keeping-your-Keys-Safe) for an overview on securely storing your API keys. <br /> If you are having issues creating API keys you can submit a [Support](#section/API-Overview/Support) request for assistance. <br /> ## Keeping API Keys Safe Based on their permissions, API keys could have full access to your account’s Buildium data. It’s important that you only grant access to trusted applications, securely record secrets, and consider a password manager to stay organized. ### Recommended Practices - Avoid hard-coding client IDs and secrets inside source files. - Avoid storing client IDs and secrets in any files that may be committed to source control, particularly cloud-based source control platforms. - Apply restrictions to client IDs and secrets shared with your staff. You can restrict a key to particular Buildium entities or to read-only access (GET resources only). - Avoid sharing client IDs and secrets across public, insecure platforms. - Establish a process to regularly recreate your client IDs and secrets from your Buildium account. <br /> <br /> ## How to Make a Request You’ve done a great job setting up your account, Now, we’ll walk you through how to access your data. It’s very straightforward and should only take a few minutes! > **Tip:** Looking for the right HTTP client? If you’re just getting started, we recommend Postman. <br /> ### Let's Get Started! #### Step 1: Get Your API Key If you haven't yet done so, obtain your API key client ID and secret from your Buildium account. Your API key is how the Buildium API authenticates requests and ensures only you can access your data. See [Getting Started](#section/Getting-Started) for a deeper dive into enabling the API and creating keys. #### Step 2: Install a HTTP client The Buildium API supports any standard HTTP client. If you're looking for a user-friendly HTTP client application, we recommend [Postman](https://www.postman.com/product/api-client) – it allows you to access the Buildium API without writing code. We’ll use Postman for our example below to demonstrate sending an API request. #### Step 3: Make a Sample Request Let's dive in and make a simple request to get all the [Rental Properties](#operation/RentalsGetAllGLAccounts) response message now includes the property `IsBankAccount`. This is a boolean property that indicates whether the general ledger account is also a bank account. * A `Country` property has been added to all Address messages. This property contains an enumeration indicating the country of the address.
5
-
6
- The version of the OpenAPI document: v1
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Buildium::BankAccountTransactionSearchMessage
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Buildium::BankAccountTransactionSearchMessage do
21
- let(:instance) { Buildium::BankAccountTransactionSearchMessage.new }
22
-
23
- describe 'test an instance of BankAccountTransactionSearchMessage' do
24
- it 'should create an instance of BankAccountTransactionSearchMessage' do
25
- expect(instance).to be_instance_of(Buildium::BankAccountTransactionSearchMessage)
26
- end
27
- end
28
- describe 'test attribute "selection_entity_id"' do
29
- it 'should work' do
30
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
- end
32
- end
33
-
34
- describe 'test attribute "selection_entity_type"' do
35
- it 'should work' do
36
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Company", "Rental", "RentalOwner", "Association"])
38
- # validator.allowable_values.each do |value|
39
- # expect { instance.selection_entity_type = value }.not_to raise_error
40
- # end
41
- end
42
- end
43
-
44
- describe 'test attribute "start_date"' do
45
- it 'should work' do
46
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
47
- end
48
- end
49
-
50
- describe 'test attribute "end_date"' do
51
- it 'should work' do
52
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
53
- end
54
- end
55
-
56
- end
@@ -1,50 +0,0 @@
1
- =begin
2
- #Open API, powered by Buildium
3
-
4
- # # Introduction ### Welcome! Welcome to Buildium’s API—a powerful, RESTful programming interface that lets you leverage valuable Buildium data. Using HTTP requests, you can create integrations with applications that specialize in accounting, lead tracking, and more. Enjoy greater flexibility, transparency, and control over your business! ### What's in this Guide? This guide is full of simple, easy-to-follow instructions that’ll help you use Buildium’s API like a pro. Topics include: * choosing the right resources for your use case * making HTTP requests to any resource * understanding data and response codes <br /> # Getting Started Excited to get going? We’ll walk you through the setup process. > **Note:** To take advantage of the Buildium Open API you must have a <a target=\"_blank\" href=\"https://www.buildium.com/pricing/\">**Premium Subscription**</a>. ## Account Configuration Before you can use Buildium’s API, you’ll need to make some tweaks to your account settings. <br /> ### Enabling the API In order to start creating your keys and making requests, you’ll need to enable the API. > **Tip:** You’ll need an administrator user role with access to ***Application settings*** to set things up properly. <br /> ​ **Let's Begin!** 1. Sign in to your [Buildium](https://signin.managebuilding.com/manager/public/authentication/login?ReturnUrl=%2Fmanager%2F) account from your browser. 2. Open the ***Settings*** menu and click ***Application settings***. 3. Under ***System preferences***, click ***Api settings***. A modal will appear. 4. Click the ***Open API*** toggle to turn it on. Then click ***Save***. <video width=\"100%\" autoplay loop muted> <source src=\"enable_open_api.mp4\" type=\"video/mp4\" /> </video> Congratulations! Your account's enabled. Now, you’re ready to start managing API keys. <br /> <br /> If you are having issues enabling the API within your account you can submit a [Support](#section/API-Overview/Support) request for assistance. <br /> ## API Keys Account-level API keys authenticate every request and keep things secure. API keys have two components: a “client ID” and a “secret”. * **Client IDs** are similar to usernames. They’re used to identify your Buildium account and are safe to share. * **Secrets** are similar to passwords. They must be kept confidential. Whenever you make a request, you’ll need the API key’s client ID and secret. If you forget it, make a mistake, or try to use information that’s linked to a deleted key, the API will return a `401` response code. > **Tip:** We compiled a list of best practices that detail how securely store API keys. [Give it a read](#section/Getting-Started/Keeping-API-Keys-Safe)! ## Creating API Keys Now that the Open APi is enabled, you’ll be able to create API keys. You’re almost there! > **Tip:** You’ll need an administrator user role to complete this step, too. <br /> **How to create an API key** 1. Sign in to your [Buildium](https://signin.managebuilding.com/manager/public/authentication/login?ReturnUrl=%2Fmanager%2F) account from your browser. 2. Open the ***Settings*** menu and click ***Developer Tools***. The page will open automatically. 3. Click the ***Create API Key*** button. A modal will appear. 4. Enter a clear, memorable name and description for your API key. It’ll make it easier to locate the right key when you make a request. Once finished, click **Next**. 5. Now, choose which pieces of Buildium data you want this API key to have access to by marking the corresponding checkboxes. Once finished, click **Next**. 6. You successfully created an API key! > **Important:** This is your only chance to record the secret. Make sure it’s stored somewhere secure! If it’s forgotten, you’ll need to delete this key and start from scratch. <br /> <video width=\"100%\" autoplay loop muted> <source src=\"generate_open_api_key.mp4\" type=\"video/mp4\" /> </video> <br /> You have now successfully created an API key and have everything you need to send requests to the Buildium API! Before moving on to [making your first request](#section/Getting-Started/How-to-Make-a-Request) please review [Keeping your Keys Safe](#section/Getting-Started/Keeping-your-Keys-Safe) for an overview on securely storing your API keys. <br /> If you are having issues creating API keys you can submit a [Support](#section/API-Overview/Support) request for assistance. <br /> ## Keeping API Keys Safe Based on their permissions, API keys could have full access to your account’s Buildium data. It’s important that you only grant access to trusted applications, securely record secrets, and consider a password manager to stay organized. ### Recommended Practices - Avoid hard-coding client IDs and secrets inside source files. - Avoid storing client IDs and secrets in any files that may be committed to source control, particularly cloud-based source control platforms. - Apply restrictions to client IDs and secrets shared with your staff. You can restrict a key to particular Buildium entities or to read-only access (GET resources only). - Avoid sharing client IDs and secrets across public, insecure platforms. - Establish a process to regularly recreate your client IDs and secrets from your Buildium account. <br /> <br /> ## How to Make a Request You’ve done a great job setting up your account, Now, we’ll walk you through how to access your data. It’s very straightforward and should only take a few minutes! > **Tip:** Looking for the right HTTP client? If you’re just getting started, we recommend Postman. <br /> ### Let's Get Started! #### Step 1: Get Your API Key If you haven't yet done so, obtain your API key client ID and secret from your Buildium account. Your API key is how the Buildium API authenticates requests and ensures only you can access your data. See [Getting Started](#section/Getting-Started) for a deeper dive into enabling the API and creating keys. #### Step 2: Install a HTTP client The Buildium API supports any standard HTTP client. If you're looking for a user-friendly HTTP client application, we recommend [Postman](https://www.postman.com/product/api-client) – it allows you to access the Buildium API without writing code. We’ll use Postman for our example below to demonstrate sending an API request. #### Step 3: Make a Sample Request Let's dive in and make a simple request to get all the [Rental Properties](#operation/RentalsGetAllGLAccounts) response message now includes the property `IsBankAccount`. This is a boolean property that indicates whether the general ledger account is also a bank account. * A `Country` property has been added to all Address messages. This property contains an enumeration indicating the country of the address.
5
-
6
- The version of the OpenAPI document: v1
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Buildium::BankAccountTransferAccountingEntitySaveMessage
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Buildium::BankAccountTransferAccountingEntitySaveMessage do
21
- let(:instance) { Buildium::BankAccountTransferAccountingEntitySaveMessage.new }
22
-
23
- describe 'test an instance of BankAccountTransferAccountingEntitySaveMessage' do
24
- it 'should create an instance of BankAccountTransferAccountingEntitySaveMessage' do
25
- expect(instance).to be_instance_of(Buildium::BankAccountTransferAccountingEntitySaveMessage)
26
- end
27
- end
28
- describe 'test attribute "id"' do
29
- it 'should work' do
30
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
- end
32
- end
33
-
34
- describe 'test attribute "accounting_entity_type"' do
35
- it 'should work' do
36
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Association", "Rental", "Company"])
38
- # validator.allowable_values.each do |value|
39
- # expect { instance.accounting_entity_type = value }.not_to raise_error
40
- # end
41
- end
42
- end
43
-
44
- describe 'test attribute "unit_id"' do
45
- it 'should work' do
46
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
47
- end
48
- end
49
-
50
- end