buildium-ruby 2.1.0 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1769) 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/.gitlab-ci.yml +26 -0
  5. data/.openapi-generator/FILES +732 -612
  6. data/.openapi-generator/templates/ruby-client/Gemfile.mustache +3 -0
  7. data/.openapi-generator/templates/ruby-client/gemspec.mustache +1 -3
  8. data/.openapi-generator/templates/ruby-client/rubocop.mustache +1 -1
  9. data/.rubocop.yml +1 -1
  10. data/.travis.yml +14 -0
  11. data/CUSTOMIZATIONS.md +4 -0
  12. data/DOCS.md +334 -268
  13. data/Dockerfile +34 -0
  14. data/Gemfile +1 -7
  15. data/Gemfile.lock +10 -57
  16. data/README.md +561 -221
  17. data/bin/CUSTOMIZATIONS.md +4 -0
  18. data/bin/config.yml +5 -2
  19. data/bin/rebuild.sh +14 -10
  20. data/bin/swagger.json +14128 -10005
  21. data/buildium-ruby.gemspec +1 -3
  22. data/docker-compose.yml +19 -0
  23. data/docs/AccountInfoMessage.md +2 -2
  24. data/docs/AccountInfoMessageAccountingSettings.md +28 -0
  25. data/docs/AccountInfoMessageContact.md +24 -0
  26. data/docs/AccountingEntityMessage.md +1 -1
  27. data/docs/AccountingEntityMessageUnit.md +20 -0
  28. data/docs/AccountingEntityPatchMessage.md +22 -0
  29. data/docs/AccountingLockPeriodMessage.md +1 -1
  30. data/docs/AccountingLockPeriodMessageGlobal.md +18 -0
  31. data/docs/AdministrationApi.md +157 -6
  32. data/docs/AllTasksMessage.md +4 -4
  33. data/docs/AllTasksMessageCategory.md +24 -0
  34. data/docs/AllTasksMessageProperty.md +22 -0
  35. data/docs/AllTasksMessageRequestedByUserEntity.md +28 -0
  36. data/docs/AllTasksMessageUnitAgreement.md +22 -0
  37. data/docs/AnnouncementMessage.md +1 -1
  38. data/docs/AnnouncementMessageSender.md +22 -0
  39. data/docs/AppliancesApi.md +26 -26
  40. data/docs/ApplicantMessage.md +3 -1
  41. data/docs/ApplicantPostMessage.md +1 -1
  42. data/docs/ApplicantPostMessagePhoneNumbers.md +24 -0
  43. data/docs/ApplicantPutMessage.md +1 -1
  44. data/docs/ApplicantPutMessagePhoneNumbers.md +24 -0
  45. data/docs/ApplicantsApi.md +70 -66
  46. data/docs/ArchitecturalRequestsApi.md +590 -0
  47. data/docs/ArchitecturalRequestsPostMessage.md +28 -0
  48. data/docs/AssociationArchitecturalRequestFileMessage.md +28 -0
  49. data/docs/AssociationArchitecturalRequestMessage.md +38 -0
  50. data/docs/AssociationArchitecturalRequestMessageCreatedByUser.md +24 -0
  51. data/docs/AssociationArchitecturalRequestMessageLastUpdatedByUser.md +26 -0
  52. data/docs/AssociationMessage.md +3 -3
  53. data/docs/AssociationMessageAddress.md +30 -0
  54. data/docs/AssociationMessageAssociationManager.md +32 -0
  55. data/docs/AssociationMessageTaxInformation.md +26 -0
  56. data/docs/AssociationMeterReadingsApi.md +10 -10
  57. data/docs/AssociationOwnerMessage.md +3 -3
  58. data/docs/AssociationOwnerMessageAlternateAddress.md +30 -0
  59. data/docs/AssociationOwnerMessageEmergencyContact.md +24 -0
  60. data/docs/AssociationOwnerMessagePrimaryAddress.md +30 -0
  61. data/docs/AssociationOwnerPostMessage.md +5 -5
  62. data/docs/AssociationOwnerPostMessageAlternateAddress.md +30 -0
  63. data/docs/AssociationOwnerPostMessageBoardMemberTerm.md +22 -0
  64. data/docs/AssociationOwnerPostMessageEmergencyContact.md +24 -0
  65. data/docs/AssociationOwnerPostMessagePhoneNumbers.md +24 -0
  66. data/docs/AssociationOwnerPostMessagePrimaryAddress.md +30 -0
  67. data/docs/AssociationOwnerPutMessage.md +4 -4
  68. data/docs/AssociationOwnerPutMessagePhoneNumbers.md +24 -0
  69. data/docs/AssociationOwnerToExistingOwnershipAccountPostMessage.md +5 -5
  70. data/docs/AssociationOwnerToExistingOwnershipAccountPostMessageEmergencyContact.md +24 -0
  71. data/docs/AssociationOwnerToExistingOwnershipAccountPostMessagePhoneNumbers.md +24 -0
  72. data/docs/AssociationOwnersApi.md +41 -41
  73. data/docs/AssociationPostMessage.md +2 -2
  74. data/docs/AssociationPostMessageAddress.md +30 -0
  75. data/docs/AssociationPostMessageTaxInformation.md +26 -0
  76. data/docs/AssociationPutMessage.md +1 -1
  77. data/docs/AssociationTaxInformationMessage.md +1 -1
  78. data/docs/AssociationTaxInformationMessageAddress.md +30 -0
  79. data/docs/AssociationTenantMessage.md +3 -3
  80. data/docs/AssociationTenantPostMessage.md +4 -4
  81. data/docs/AssociationTenantPostMessageAlternateAddress.md +30 -0
  82. data/docs/AssociationTenantPostMessageEmergencyContact.md +24 -0
  83. data/docs/AssociationTenantPostMessagePhoneNumbers.md +24 -0
  84. data/docs/AssociationTenantPostMessagePrimaryAddress.md +30 -0
  85. data/docs/AssociationTenantPutMessage.md +4 -4
  86. data/docs/AssociationTenantPutMessagePhoneNumbers.md +24 -0
  87. data/docs/AssociationTenantsApi.md +32 -32
  88. data/docs/AssociationUnitMessage.md +1 -1
  89. data/docs/AssociationUnitMessageAddress.md +30 -0
  90. data/docs/AssociationUnitPutMessage.md +1 -1
  91. data/docs/AssociationUnitPutMessageAddress.md +30 -0
  92. data/docs/AssociationUnitsApi.md +32 -32
  93. data/docs/AssociationUnitsPostMessage.md +1 -1
  94. data/docs/AssociationsApi.md +51 -51
  95. data/docs/BankAccountCheckLineMessage.md +1 -1
  96. data/docs/BankAccountCheckLineMessageAccountingEntity.md +24 -0
  97. data/docs/BankAccountCheckLineSaveMessage.md +1 -1
  98. data/docs/BankAccountCheckLineSaveMessageAccountingEntity.md +22 -0
  99. data/docs/BankAccountCheckMessage.md +1 -1
  100. data/docs/BankAccountCheckMessagePayee.md +22 -0
  101. data/docs/BankAccountCheckPostMessage.md +1 -1
  102. data/docs/BankAccountCheckPostMessagePayee.md +20 -0
  103. data/docs/BankAccountCheckPutMessage.md +1 -1
  104. data/docs/BankAccountDepositLineMessage.md +1 -1
  105. data/docs/BankAccountDepositLineMessageAccountingEntity.md +24 -0
  106. data/docs/BankAccountDepositLineSaveMessage.md +1 -1
  107. data/docs/BankAccountDepositLineSaveMessageAccountingEntity.md +22 -0
  108. data/docs/BankAccountMessage.md +3 -3
  109. data/docs/BankAccountMessageCheckPrintingInfo.md +46 -0
  110. data/docs/BankAccountMessageElectronicPayments.md +32 -0
  111. data/docs/BankAccountMessageGLAccount.md +46 -0
  112. data/docs/BankAccountPostMessage.md +1 -1
  113. data/docs/BankAccountPostMessageCheckPrintingInfo.md +46 -0
  114. data/docs/BankAccountPutMessage.md +1 -1
  115. data/docs/BankAccountPutMessageCheckPrintingInfo.md +46 -0
  116. data/docs/BankAccountQuickDepositMessage.md +1 -1
  117. data/docs/BankAccountQuickDepositMessageAccountingEntity.md +24 -0
  118. data/docs/BankAccountQuickDepositSaveMessage.md +1 -1
  119. data/docs/BankAccountQuickDepositSaveMessageAccountingEntity.md +22 -0
  120. data/docs/BankAccountReconciliationBalanceMessage.md +22 -0
  121. data/docs/BankAccountReconciliationBalanceMessageClearedBalance.md +24 -0
  122. data/docs/BankAccountReconciliationBalanceMessageStatementBalance.md +24 -0
  123. data/docs/BankAccountReconciliationBalancePutMessage.md +22 -0
  124. data/docs/BankAccountReconciliationMessage.md +22 -0
  125. data/docs/BankAccountReconciliationTransactionMessage.md +34 -0
  126. data/docs/BankAccountTransferMessage.md +1 -1
  127. data/docs/BankAccountTransferMessageAccountingEntity.md +24 -0
  128. data/docs/BankAccountTransferSaveMessage.md +1 -1
  129. data/docs/BankAccountTransferSaveMessageAccountingEntity.md +22 -0
  130. data/docs/BankAccountWithdrawalMessage.md +1 -1
  131. data/docs/BankAccountWithdrawalMessageAccountingEntity.md +24 -0
  132. data/docs/BankAccountWithdrawalSaveMessage.md +1 -1
  133. data/docs/BankAccountWithdrawalSaveMessageAccountingEntity.md +22 -0
  134. data/docs/BankAccountsApi.md +964 -155
  135. data/docs/BankLockboxDataAssociationOwnerMessage.md +7 -1
  136. data/docs/BankLockboxDataMessage.md +1 -1
  137. data/docs/BankLockboxDataMessageAssociation.md +22 -0
  138. data/docs/BankLockboxDataOwnershipAccountMessage.md +1 -1
  139. data/docs/BankLockboxDataOwnershipAccountMessageUnitAddress.md +30 -0
  140. data/docs/BankPendingReconciliationPostMessage.md +24 -0
  141. data/docs/BankReconciliationClearTransactionsPostMessage.md +18 -0
  142. data/docs/BankReconciliationClearedBalanceMessage.md +24 -0
  143. data/docs/BankReconciliationPutMessage.md +18 -0
  144. data/docs/BankReconciliationStatementBalanceMessage.md +24 -0
  145. data/docs/BankReconciliationUnclearTransactionsPostMessage.md +18 -0
  146. data/docs/BillLineItemPatchMessage.md +28 -0
  147. data/docs/BillLineItemPatchMessageAccountingEntity.md +22 -0
  148. data/docs/BillLineItemPatchMessageMarkup.md +20 -0
  149. data/docs/BillLineMessage.md +3 -3
  150. data/docs/BillLineMessageAccountingEntity.md +24 -0
  151. data/docs/BillLineMessageGLAccount.md +46 -0
  152. data/docs/BillLineMessageMarkup.md +20 -0
  153. data/docs/BillLinePostMessage.md +2 -2
  154. data/docs/BillLinePostMessageAccountingEntity.md +22 -0
  155. data/docs/BillLinePostMessageMarkup.md +20 -0
  156. data/docs/BillLinePutMessage.md +2 -2
  157. data/docs/BillMarkupPatchMessage.md +20 -0
  158. data/docs/BillPatchMessage.md +28 -0
  159. data/docs/BillPaymentLineMessage.md +1 -1
  160. data/docs/BillPaymentLineMessageAccountingEntity.md +22 -0
  161. data/docs/BillsApi.md +143 -64
  162. data/docs/BoardMembersApi.md +17 -17
  163. data/docs/BudgetDetailsMessage.md +1 -1
  164. data/docs/BudgetDetailsMessageMonthlyAmounts.md +40 -0
  165. data/docs/BudgetDetailsSaveMessage.md +1 -1
  166. data/docs/BudgetDetailsSaveMessageMonthlyAmounts.md +40 -0
  167. data/docs/BudgetMessage.md +1 -1
  168. data/docs/BudgetMessageProperty.md +22 -0
  169. data/docs/BudgetsApi.md +21 -21
  170. data/docs/ClearTransactionsRequest.md +18 -0
  171. data/docs/ClientLeadMessage.md +2 -2
  172. data/docs/ClientLeadMessageAddress.md +30 -0
  173. data/docs/ClientLeadMessageCreditRequest.md +24 -0
  174. data/docs/ClientLeadsApi.md +2 -2
  175. data/docs/CommunicationsApi.md +39 -39
  176. data/docs/ContactDetailMessage.md +1 -1
  177. data/docs/ContactDetailMessagePhoneNumbers.md +22 -0
  178. data/docs/ContactDetailSaveMessage.md +1 -1
  179. data/docs/ContactDetailSaveMessagePhoneNumbers.md +22 -0
  180. data/docs/ContactInfoMessage.md +1 -1
  181. data/docs/ContactInfoMessageAddress.md +30 -0
  182. data/docs/ContactRequestTaskMessage.md +3 -3
  183. data/docs/ContactRequestTaskMessageCategory.md +24 -0
  184. data/docs/ContactRequestTaskMessageContactDetail.md +24 -0
  185. data/docs/ContactRequestTaskMessageProperty.md +22 -0
  186. data/docs/ContactRequestTaskPostMessage.md +1 -1
  187. data/docs/ContactRequestTaskPostMessageContactDetail.md +24 -0
  188. data/docs/ContactRequestTaskPutMessage.md +1 -1
  189. data/docs/ContactRequestTaskPutMessageContactDetail.md +24 -0
  190. data/docs/ContactRequestsApi.md +16 -16
  191. data/docs/CosignerMessage.md +2 -2
  192. data/docs/CosignerMessageAddress.md +30 -0
  193. data/docs/CosignerMessageAlternateAddress.md +30 -0
  194. data/docs/CreateAnnouncementRequest.md +28 -0
  195. data/docs/CreateApplicantGroupRequest.md +20 -0
  196. data/docs/CreateApplicantRequest.md +28 -0
  197. data/docs/CreateArchitecturalRequestAsyncRequest.md +28 -0
  198. data/docs/CreateAssociationApplianceRequest.md +32 -0
  199. data/docs/CreateAssociationApplianceServiceHistoryRequest.md +22 -0
  200. data/docs/CreateAssociationOwnerRequest.md +48 -0
  201. data/docs/CreateAssociationOwnershipAccountRequest.md +32 -0
  202. data/docs/CreateAssociationRequest.md +34 -0
  203. data/docs/CreateAssociationTenantRequest.md +42 -0
  204. data/docs/CreateAssociationUnitRequest.md +28 -0
  205. data/docs/CreateBankAccountCheckRequest.md +26 -0
  206. data/docs/CreateBankAccountDepositRequest.md +24 -0
  207. data/docs/CreateBankAccountRequest.md +30 -0
  208. data/docs/CreateBankAccountTransferRequest.md +26 -0
  209. data/docs/CreateBillPaymentRequest.md +26 -0
  210. data/docs/CreateBillRequest.md +30 -0
  211. data/docs/CreateBoardMemberRequest.md +24 -0
  212. data/docs/CreateBudgetAsyncRequest.md +26 -0
  213. data/docs/CreateContactRequestTaskRequest.md +38 -0
  214. data/docs/CreateEmailRequest.md +30 -0
  215. data/docs/CreateFileCategoryRequest.md +18 -0
  216. data/docs/CreateGeneralJournalEntryRequest.md +24 -0
  217. data/docs/CreateGeneralLedgerAccountRequest.md +32 -0
  218. data/docs/CreateLeaseAutoAllocatedPaymentRequest.md +30 -0
  219. data/docs/CreateLeaseCreditRequest.md +26 -0
  220. data/docs/CreateLeaseLedgerChargeRequest.md +24 -0
  221. data/docs/CreateLeaseLedgerDepositWithholdingRequest.md +24 -0
  222. data/docs/CreateLeaseLedgerRefundRequest.md +30 -0
  223. data/docs/CreateLeaseNoteRequest.md +18 -0
  224. data/docs/CreateLeaseRenewalRequest.md +38 -0
  225. data/docs/CreateLeaseRequest.md +42 -0
  226. data/docs/CreateLeaseReversePaymentRequest.md +24 -0
  227. data/docs/CreateListingContactRequest.md +24 -0
  228. data/docs/CreateMoveOutDataRequest.md +22 -0
  229. data/docs/CreateMultipleBillPaymentsRequest.md +26 -0
  230. data/docs/CreateOwnershipAccountAutoAllocatedPaymentRequest.md +30 -0
  231. data/docs/CreateOwnershipAccountCreditRecurringTransactionRequest.md +36 -0
  232. data/docs/CreateOwnershipAccountCreditRequest.md +26 -0
  233. data/docs/CreateOwnershipAccountDepositWithholdingRequest.md +24 -0
  234. data/docs/CreateOwnershipAccountLedgerChargeRequest.md +24 -0
  235. data/docs/CreateOwnershipAccountLedgerPaymentRequest.md +30 -0
  236. data/docs/CreateOwnershipAccountRecurringPaymentRequest.md +34 -0
  237. data/docs/CreateOwnershipAccountRefundRequest.md +30 -0
  238. data/docs/CreateOwnershipAccountsChargeRecurringTransactionRequest.md +32 -0
  239. data/docs/CreatePaymentRequest.md +30 -0
  240. data/docs/CreatePendingReconciliationsRequest.md +24 -0
  241. data/docs/CreatePhoneLogRequest.md +24 -0
  242. data/docs/CreatePropertyGroupRequest.md +22 -0
  243. data/docs/CreateQuickDepositRequest.md +26 -0
  244. data/docs/CreateRentScheduleRequest.md +24 -0
  245. data/docs/CreateRentalApplianceRequest.md +32 -0
  246. data/docs/CreateRentalApplianceServiceHistoryRequest.md +22 -0
  247. data/docs/CreateRentalImageUploadFileRequestAsyncRequest.md +22 -0
  248. data/docs/CreateRentalOwnerRequest.md +44 -0
  249. data/docs/CreateRentalOwnerRequestTaskRequest.md +38 -0
  250. data/docs/CreateRentalPropertyRequest.md +36 -0
  251. data/docs/CreateRentalTenantRequest.md +42 -0
  252. data/docs/CreateRentalUnitRequest.md +32 -0
  253. data/docs/CreateResourceRequest.md +46 -0
  254. data/docs/CreateTaskCategoryRequest.md +18 -0
  255. data/docs/CreateToDoTaskRequest.md +36 -0
  256. data/docs/CreateUploadFileRequestAsyncRequest.md +28 -0
  257. data/docs/CreateUploadFileRequestRequest.md +18 -0
  258. data/docs/CreateVendorCategoryRequest.md +18 -0
  259. data/docs/CreateVendorCreditRequest.md +24 -0
  260. data/docs/CreateVendorRefundRequest.md +28 -0
  261. data/docs/CreateVendorRequest.md +46 -0
  262. data/docs/CreateVideoLinkRequestRequest.md +20 -0
  263. data/docs/CreateWithdrawalForBankAccountRequest.md +26 -0
  264. data/docs/CreateWorkOrderRequest.md +40 -0
  265. data/docs/EPaySettingsMessage.md +3 -3
  266. data/docs/EPaySettingsMessageCreditCardPayments.md +18 -0
  267. data/docs/EPaySettingsMessageEFTPayments.md +18 -0
  268. data/docs/EPaySettingsMessageOfflinePayments.md +22 -0
  269. data/docs/EPaySettingsPutMessage.md +3 -3
  270. data/docs/EPaySettingsPutMessageCreditCardPayments.md +18 -0
  271. data/docs/EPaySettingsPutMessageEFTPayments.md +18 -0
  272. data/docs/EPaySettingsPutMessageOfflinePayments.md +22 -0
  273. data/docs/EmailMessage.md +1 -1
  274. data/docs/EmailMessageSender.md +24 -0
  275. data/docs/EmailPostMessage.md +1 -1
  276. data/docs/FileMessage.md +1 -1
  277. data/docs/FileMessageFileEntity.md +22 -0
  278. data/docs/FileSharingMessage.md +12 -12
  279. data/docs/FileSharingMessageAccount.md +26 -0
  280. data/docs/FileSharingMessageAssociation.md +20 -0
  281. data/docs/FileSharingMessageAssociationOwner.md +18 -0
  282. data/docs/FileSharingMessageAssociationUnit.md +20 -0
  283. data/docs/FileSharingMessageCommittee.md +22 -0
  284. data/docs/FileSharingMessageLease.md +20 -0
  285. data/docs/FileSharingMessageOwnershipAccount.md +20 -0
  286. data/docs/FileSharingMessageRental.md +20 -0
  287. data/docs/FileSharingMessageRentalOwner.md +18 -0
  288. data/docs/FileSharingMessageRentalUnit.md +20 -0
  289. data/docs/FileSharingMessageTenant.md +20 -0
  290. data/docs/FileSharingMessageVendor.md +18 -0
  291. data/docs/FileSharingPutMessage.md +12 -12
  292. data/docs/FileSharingPutMessageAccount.md +26 -0
  293. data/docs/FileSharingPutMessageAssociation.md +20 -0
  294. data/docs/FileSharingPutMessageAssociationOwner.md +18 -0
  295. data/docs/FileSharingPutMessageAssociationUnit.md +20 -0
  296. data/docs/FileSharingPutMessageCommittee.md +22 -0
  297. data/docs/FileSharingPutMessageLease.md +20 -0
  298. data/docs/FileSharingPutMessageOwnershipAccount.md +20 -0
  299. data/docs/FileSharingPutMessageRental.md +20 -0
  300. data/docs/FileSharingPutMessageRentalOwner.md +18 -0
  301. data/docs/FileSharingPutMessageRentalUnit.md +20 -0
  302. data/docs/FileSharingPutMessageTenant.md +20 -0
  303. data/docs/FileSharingPutMessageVendor.md +18 -0
  304. data/docs/FilesApi.md +41 -41
  305. data/docs/GLAccountBalanceItemMessage.md +1 -1
  306. data/docs/GLAccountBalanceItemMessageAccountingEntity.md +24 -0
  307. data/docs/GLAccountBalanceMessage.md +1 -1
  308. data/docs/GLAccountBalanceMessageGLAccount.md +46 -0
  309. data/docs/GeneralJournalEntryPostMessage.md +1 -1
  310. data/docs/GeneralJournalEntryPostMessageAccountingEntity.md +22 -0
  311. data/docs/GeneralJournalEntryPutMessage.md +1 -1
  312. data/docs/GeneralLedgerApi.md +42 -34
  313. data/docs/GeneralLedgerEntryMessage.md +1 -1
  314. data/docs/GeneralLedgerEntryMessageAccountingEntity.md +24 -0
  315. data/docs/GeneralLedgerJournalLineMessage.md +2 -2
  316. data/docs/GeneralLedgerJournalLineMessageAccountingEntity.md +24 -0
  317. data/docs/GeneralLedgerJournalLineMessageGLAccount.md +46 -0
  318. data/docs/GeneralLedgerTransactionMessage.md +7 -5
  319. data/docs/GeneralLedgerTransactionMessageDepositDetails.md +20 -0
  320. data/docs/GeneralLedgerTransactionMessageJournal.md +20 -0
  321. data/docs/GeneralLedgerTransactionMessagePaymentDetail.md +24 -0
  322. data/docs/GeneralLedgerTransactionMessageUnitAgreement.md +22 -0
  323. data/docs/JavaScriptEncoder.md +18 -0
  324. data/docs/JournalLineMessage.md +1 -1
  325. data/docs/LeaseChargeLineMessage.md +20 -0
  326. data/docs/LeaseChargeMessage.md +28 -0
  327. data/docs/LeaseChargePostMessage.md +2 -0
  328. data/docs/LeaseCosignerPostMessage.md +3 -3
  329. data/docs/LeaseCosignerPostMessageAddress.md +30 -0
  330. data/docs/LeaseCosignerPostMessageAlternateAddress.md +30 -0
  331. data/docs/LeaseCosignerPostMessagePhoneNumbers.md +24 -0
  332. data/docs/LeaseLedgerDepositWithholdingLinePutMessage.md +20 -0
  333. data/docs/LeaseLedgerDepositWithholdingPutMessage.md +24 -0
  334. data/docs/LeaseLedgerRefundMessage.md +1 -1
  335. data/docs/LeaseLedgerRefundMessageAddress.md +30 -0
  336. data/docs/LeaseLedgerRefundPostMessage.md +1 -1
  337. data/docs/LeaseLedgerRefundPostMessageAddress.md +30 -0
  338. data/docs/LeaseLedgerReversePaymentPostMessage.md +2 -2
  339. data/docs/LeaseLedgerReversePaymentPostMessageBankFee.md +20 -0
  340. data/docs/LeaseLedgerReversePaymentPostMessageNSFCharge.md +20 -0
  341. data/docs/LeaseMessage.md +1 -1
  342. data/docs/LeaseMessageAccountDetails.md +20 -0
  343. data/docs/LeasePostMessage.md +2 -2
  344. data/docs/LeasePostMessageRent.md +20 -0
  345. data/docs/LeasePostMessageSecurityDeposit.md +20 -0
  346. data/docs/LeaseRecurringPaymentMessage.md +1 -1
  347. data/docs/LeaseRecurringPaymentMessagePayer.md +24 -0
  348. data/docs/LeaseRenewalPostMessage.md +1 -1
  349. data/docs/LeaseRenewalPostMessageRent.md +20 -0
  350. data/docs/LeaseTransactionMessage.md +1 -1
  351. data/docs/LeaseTransactionMessageJournal.md +20 -0
  352. data/docs/LeaseTransactionsApi.md +343 -92
  353. data/docs/LeasesApi.md +380 -64
  354. data/docs/ListingMessage.md +3 -3
  355. data/docs/ListingMessageContact.md +26 -0
  356. data/docs/ListingMessageProperty.md +34 -0
  357. data/docs/ListingMessageUnit.md +36 -0
  358. data/docs/ListingPropertyMessage.md +1 -1
  359. data/docs/ListingPropertyMessageAddress.md +30 -0
  360. data/docs/ListingUnitMessage.md +1 -1
  361. data/docs/ListingUnitMessageAddress.md +30 -0
  362. data/docs/ListingsApi.md +26 -26
  363. data/docs/LockPeriodSettingsOverridesMessage.md +1 -1
  364. data/docs/LockPeriodSettingsOverridesMessageProperty.md +22 -0
  365. data/docs/NoteMessage.md +1 -1
  366. data/docs/NoteMessageLastUpdatedByUser.md +26 -0
  367. data/docs/OwnershipAccountDepositWithholdingLinePutMessage.md +20 -0
  368. data/docs/OwnershipAccountDepositWithholdingPostMessage.md +2 -2
  369. data/docs/OwnershipAccountDepositWithholdingPutMessage.md +24 -0
  370. data/docs/OwnershipAccountLedgerChargeLineMessage.md +20 -0
  371. data/docs/OwnershipAccountLedgerChargeMessage.md +28 -0
  372. data/docs/OwnershipAccountLedgerChargePostMessage.md +2 -0
  373. data/docs/OwnershipAccountRecurringPaymentMessage.md +1 -1
  374. data/docs/OwnershipAccountRefundMessage.md +1 -1
  375. data/docs/OwnershipAccountRefundPostMessage.md +1 -1
  376. data/docs/OwnershipAccountTransactionMessage.md +1 -1
  377. data/docs/OwnershipAccountTransactionsApi.md +336 -85
  378. data/docs/OwnershipAccountsApi.md +188 -32
  379. data/docs/PaidByMessage.md +1 -1
  380. data/docs/PartialPaymentSettingsMessage.md +18 -0
  381. data/docs/PartialPaymentSettingsPatchMessage.md +18 -0
  382. data/docs/ParticipantMessage.md +1 -1
  383. data/docs/ParticipantMessageUnitAgreement.md +22 -0
  384. data/docs/PatchBillRequest.md +28 -0
  385. data/docs/PatchGlobalPartialPaymentSettingsRequest.md +18 -0
  386. data/docs/PaymentDetailMessage.md +2 -2
  387. data/docs/PaymentDetailMessageInternalTransactionStatus.md +22 -0
  388. data/docs/PaymentDetailMessagePayee.md +24 -0
  389. data/docs/PaymentTransactionsMessage.md +1 -1
  390. data/docs/PaymentTransactionsMessageAccountingEntity.md +24 -0
  391. data/docs/PhoneLogMessage.md +2 -2
  392. data/docs/PhoneLogMessageLoggedByStaffUser.md +24 -0
  393. data/docs/PhoneLogMessageParticipant.md +22 -0
  394. data/docs/PhoneLogParticipantPostMessage.md +1 -1
  395. data/docs/PhoneLogParticipantPostMessageUnitAgreement.md +20 -0
  396. data/docs/PhoneLogPostMessage.md +1 -1
  397. data/docs/PhoneLogPostMessageParticipant.md +22 -0
  398. data/docs/PropertyGroupMessage.md +1 -1
  399. data/docs/PropertyGroupMessageCreatedByUser.md +24 -0
  400. data/docs/PropertyGroupsApi.md +16 -16
  401. data/docs/RecurringTransactionMessage.md +2 -0
  402. data/docs/RentScheduleChargePostMessage.md +26 -0
  403. data/docs/RentScheduleChargePutMessage.md +26 -0
  404. data/docs/RentSchedulePostMessage.md +24 -0
  405. data/docs/RentSchedulePutMessage.md +22 -0
  406. data/docs/RentalAppliancesApi.md +26 -26
  407. data/docs/RentalMessage.md +2 -2
  408. data/docs/RentalMessageRentalManager.md +32 -0
  409. data/docs/RentalMeterReadingsApi.md +10 -10
  410. data/docs/RentalOwnerContributionDataMessage.md +1 -1
  411. data/docs/RentalOwnerContributionDataMessageReminderSettings.md +20 -0
  412. data/docs/RentalOwnerContributionDataPutMessage.md +1 -1
  413. data/docs/RentalOwnerContributionDataPutMessageReminderSettings.md +20 -0
  414. data/docs/RentalOwnerMessage.md +2 -2
  415. data/docs/RentalOwnerMessageAddress.md +30 -0
  416. data/docs/RentalOwnerMessageTaxInformation.md +28 -0
  417. data/docs/RentalOwnerPostMessage.md +3 -3
  418. data/docs/RentalOwnerPostMessageAddress.md +30 -0
  419. data/docs/RentalOwnerPostMessagePhoneNumbers.md +24 -0
  420. data/docs/RentalOwnerPostMessageTaxInformation.md +26 -0
  421. data/docs/RentalOwnerPutMessage.md +2 -2
  422. data/docs/RentalOwnerRequestTaskMessage.md +3 -3
  423. data/docs/RentalOwnerRequestTaskMessageRequestedByUserEntity.md +28 -0
  424. data/docs/RentalOwnerRequestsApi.md +25 -31
  425. data/docs/RentalOwnerTaxInformationMessage.md +1 -1
  426. data/docs/RentalOwnersApi.md +32 -32
  427. data/docs/RentalPropertiesApi.md +412 -90
  428. data/docs/RentalPropertyPostMessage.md +1 -1
  429. data/docs/RentalPropertyPostMessageAddress.md +30 -0
  430. data/docs/RentalPropertyPutMessage.md +1 -1
  431. data/docs/RentalPropertyPutMessageAddress.md +30 -0
  432. data/docs/RentalPropertyUnitPostMessage.md +1 -1
  433. data/docs/RentalPropertyUnitPostMessageAddress.md +30 -0
  434. data/docs/RentalTenantPostMessage.md +4 -4
  435. data/docs/RentalTenantPutMessage.md +4 -4
  436. data/docs/RentalTenantRenewalPostMessage.md +4 -4
  437. data/docs/RentalTenantsApi.md +34 -32
  438. data/docs/RentalUnitMessage.md +1 -1
  439. data/docs/RentalUnitPutMessage.md +1 -1
  440. data/docs/RentalUnitsApi.md +56 -378
  441. data/docs/RentalUnitsPostMessage.md +1 -1
  442. data/docs/ReorderRentalImagesRequest.md +18 -0
  443. data/docs/ResidentCenterApi.md +10 -10
  444. data/docs/ResidentCenterUserMessage.md +2 -2
  445. data/docs/ResidentCenterUserMessageUnitAgreement.md +22 -0
  446. data/docs/ResidentCenterUserMessageUser.md +26 -0
  447. data/docs/ResidentRequestTaskMessage.md +5 -5
  448. data/docs/ResidentRequestTaskMessageAppliance.md +26 -0
  449. data/docs/ResidentRequestTaskMessageRequestedByUserEntity.md +28 -0
  450. data/docs/ResidentRequestTaskMessageUnitAgreement.md +22 -0
  451. data/docs/ResidentRequestTaskPostMessage.md +2 -2
  452. data/docs/ResidentRequestsApi.md +16 -16
  453. data/docs/RetailCashUserMessage.md +4 -4
  454. data/docs/RetailCashUserMessageProperty.md +24 -0
  455. data/docs/RetailCashUserMessageUnit.md +22 -0
  456. data/docs/RetailCashUserMessageUnitAgreement.md +22 -0
  457. data/docs/RetailCashUserMessageUser.md +30 -0
  458. data/docs/TaskCategoryResponseMessage.md +1 -1
  459. data/docs/TaskCategoryResponseMessageSubCategory.md +20 -0
  460. data/docs/TaskHistoryMessage.md +2 -2
  461. data/docs/TaskHistoryMessageCreatedByUser.md +26 -0
  462. data/docs/TaskHistoryMessageLastUpdatedByUser.md +26 -0
  463. data/docs/TaskHistoryUserMessage.md +3 -1
  464. data/docs/TasksApi.md +38 -38
  465. data/docs/TaxInformationPostMessage.md +1 -1
  466. data/docs/TaxInformationPostMessageAddress.md +30 -0
  467. data/docs/TaxInformationSaveMessage.md +1 -1
  468. data/docs/TenantMessage.md +3 -3
  469. data/docs/TenantMessageAddress.md +30 -0
  470. data/docs/TenantMessageAlternateAddress.md +30 -0
  471. data/docs/TenantMessageEmergencyContact.md +24 -0
  472. data/docs/ToDoRequestsApi.md +16 -16
  473. data/docs/ToDoTaskMessage.md +2 -2
  474. data/docs/UnclearTransactionsRequest.md +18 -0
  475. data/docs/UndepositedFundsMessage.md +1 -1
  476. data/docs/UndepositedFundsMessageGeneralLedgerTransaction.md +26 -0
  477. data/docs/UpdateApplicantGroupRequest.md +22 -0
  478. data/docs/UpdateApplicantRequest.md +26 -0
  479. data/docs/UpdateApplicationRequest.md +18 -0
  480. data/docs/UpdateAssociationApplianceRequest.md +28 -0
  481. data/docs/UpdateAssociationOwnerOccupancyStatusRequest.md +18 -0
  482. data/docs/UpdateAssociationOwnerRequest.md +38 -0
  483. data/docs/UpdateAssociationOwnershipAccountRequest.md +18 -0
  484. data/docs/UpdateAssociationPreferredVendorsRequest.md +18 -0
  485. data/docs/UpdateAssociationRequest.md +34 -0
  486. data/docs/UpdateAssociationTenantRequest.md +38 -0
  487. data/docs/UpdateAssociationUnitRequest.md +26 -0
  488. data/docs/UpdateBankAccountDepositRequest.md +22 -0
  489. data/docs/UpdateBankAccountRequest.md +30 -0
  490. data/docs/UpdateBillRequest.md +28 -0
  491. data/docs/UpdateBoardMemberRequest.md +22 -0
  492. data/docs/UpdateBudgetRequest.md +20 -0
  493. data/docs/UpdateCheckForBankAccountRequest.md +26 -0
  494. data/docs/UpdateContactRequestTaskRequest.md +38 -0
  495. data/docs/UpdateDepositWithholdingRequest.md +24 -0
  496. data/docs/UpdateEPaySettingsForAssociationRequest.md +22 -0
  497. data/docs/UpdateFileCategoryRequest.md +18 -0
  498. data/docs/UpdateFileRequest.md +22 -0
  499. data/docs/UpdateFileSharingSettingRequest.md +40 -0
  500. data/docs/UpdateGLAccountRequest.md +32 -0
  501. data/docs/UpdateGeneralJournalEntryRequest.md +24 -0
  502. data/docs/UpdateLeaseChargeRequest.md +22 -0
  503. data/docs/UpdateLeaseLedgerPaymentRequest.md +28 -0
  504. data/docs/UpdateLeaseNoteRequest.md +18 -0
  505. data/docs/UpdateLeaseRequest.md +28 -0
  506. data/docs/UpdateOwnershipAccountChargeRequest.md +22 -0
  507. data/docs/UpdateOwnershipAccountDepositWithholdingRequest.md +24 -0
  508. data/docs/UpdateOwnershipAccountLedgerPaymentRequest.md +28 -0
  509. data/docs/UpdatePhoneLogRequest.md +22 -0
  510. data/docs/UpdatePropertyGroupRequest.md +22 -0
  511. data/docs/UpdateReconciliationBalancesRequest.md +22 -0
  512. data/docs/UpdateReconciliationRequest.md +18 -0
  513. data/docs/UpdateRentScheduleRequest.md +22 -0
  514. data/docs/UpdateRentalApplianceRequest.md +28 -0
  515. data/docs/UpdateRentalFeaturesRequest.md +20 -0
  516. data/docs/UpdateRentalImageRequest.md +20 -0
  517. data/docs/UpdateRentalOwnerRequest.md +42 -0
  518. data/docs/UpdateRentalOwnerRequestTaskContributionDataRequest.md +20 -0
  519. data/docs/UpdateRentalOwnerRequestTaskRequest.md +36 -0
  520. data/docs/UpdateRentalPreferredVendorsRequest.md +18 -0
  521. data/docs/UpdateRentalPropertyRequest.md +32 -0
  522. data/docs/UpdateRentalTenantRequest.md +40 -0
  523. data/docs/UpdateRentalUnitFeaturesRequest.md +18 -0
  524. data/docs/UpdateRentalUnitImageRequest.md +20 -0
  525. data/docs/UpdateRentalUnitRequest.md +30 -0
  526. data/docs/UpdateResourceRequest.md +32 -0
  527. data/docs/UpdateRetailCashUserRequest.md +18 -0
  528. data/docs/UpdateTaskCategoryRequest.md +18 -0
  529. data/docs/UpdateTaskHistoryRequest.md +18 -0
  530. data/docs/UpdateToDoTaskRequest.md +36 -0
  531. data/docs/UpdateVendorRequest.md +46 -0
  532. data/docs/UpdateWorkOrderRequest.md +36 -0
  533. data/docs/UploadTaskHistoryFileRequestAsyncRequest.md +18 -0
  534. data/docs/UpsertAssociationMeterReadingDetailsAsyncRequest.md +22 -0
  535. data/docs/UpsertListingsAsyncRequest.md +28 -0
  536. data/docs/UserMessage.md +1 -1
  537. data/docs/UserMessageUserRole.md +24 -0
  538. data/docs/VendorCreditLineItemMessage.md +1 -1
  539. data/docs/VendorCreditLineItemMessageAccountingEntity.md +24 -0
  540. data/docs/VendorCreditLineItemPostMessage.md +1 -1
  541. data/docs/VendorCreditLineItemPostMessageAccountingEntity.md +22 -0
  542. data/docs/VendorMessage.md +4 -4
  543. data/docs/VendorMessageAddress.md +30 -0
  544. data/docs/VendorMessageCategory.md +20 -0
  545. data/docs/VendorMessageTaxInformation.md +28 -0
  546. data/docs/VendorMessageVendorInsurance.md +22 -0
  547. data/docs/VendorPostMessage.md +4 -4
  548. data/docs/VendorPostMessageAddress.md +30 -0
  549. data/docs/VendorPostMessagePhoneNumbers.md +24 -0
  550. data/docs/VendorPostMessageTaxInformation.md +26 -0
  551. data/docs/VendorPostMessageVendorInsurance.md +22 -0
  552. data/docs/VendorPutMessage.md +4 -4
  553. data/docs/VendorPutMessageTaxInformation.md +28 -0
  554. data/docs/VendorRefundLineMessage.md +1 -1
  555. data/docs/VendorRefundLineMessageAccountingEntity.md +24 -0
  556. data/docs/VendorRefundLinePostMessage.md +1 -1
  557. data/docs/VendorRefundLinePostMessageAccountingEntity.md +22 -0
  558. data/docs/VendorTaxInformationMessage.md +1 -1
  559. data/docs/VendorsApi.md +76 -76
  560. data/docs/WorkOrderMessage.md +13 -3
  561. data/docs/WorkOrderMessageEntryContact.md +20 -0
  562. data/docs/WorkOrderMessageTask.md +32 -0
  563. data/docs/WorkOrderPostMessage.md +4 -2
  564. data/docs/WorkOrderPostMessageTask.md +30 -0
  565. data/docs/WorkOrderPutMessage.md +3 -1
  566. data/docs/WorkOrderTaskMessage.md +1 -1
  567. data/docs/WorkOrdersApi.md +16 -16
  568. data/git_push.sh +57 -0
  569. data/lib/buildium-ruby/api/administration_api.rb +137 -12
  570. data/lib/buildium-ruby/api/appliances_api.rb +43 -43
  571. data/lib/buildium-ruby/api/applicants_api.rb +116 -110
  572. data/lib/buildium-ruby/api/architectural_requests_api.rb +547 -0
  573. data/lib/buildium-ruby/api/association_meter_readings_api.rb +17 -17
  574. data/lib/buildium-ruby/api/association_owners_api.rb +67 -67
  575. data/lib/buildium-ruby/api/association_tenants_api.rb +52 -52
  576. data/lib/buildium-ruby/api/association_units_api.rb +52 -52
  577. data/lib/buildium-ruby/api/associations_api.rb +84 -84
  578. data/lib/buildium-ruby/api/bank_accounts_api.rb +966 -215
  579. data/lib/buildium-ruby/api/bills_api.rb +169 -95
  580. data/lib/buildium-ruby/api/board_members_api.rb +28 -28
  581. data/lib/buildium-ruby/api/budgets_api.rb +29 -29
  582. data/lib/buildium-ruby/api/client_leads_api.rb +4 -4
  583. data/lib/buildium-ruby/api/communications_api.rb +66 -66
  584. data/lib/buildium-ruby/api/contact_requests_api.rb +26 -26
  585. data/lib/buildium-ruby/api/files_api.rb +67 -67
  586. data/lib/buildium-ruby/api/general_ledger_api.rb +68 -56
  587. data/lib/buildium-ruby/api/lease_transactions_api.rb +378 -148
  588. data/lib/buildium-ruby/api/leases_api.rb +398 -107
  589. data/lib/buildium-ruby/api/listings_api.rb +43 -43
  590. data/lib/buildium-ruby/api/ownership_account_transactions_api.rb +367 -137
  591. data/lib/buildium-ruby/api/ownership_accounts_api.rb +189 -52
  592. data/lib/buildium-ruby/api/property_groups_api.rb +26 -26
  593. data/lib/buildium-ruby/api/rental_appliances_api.rb +43 -43
  594. data/lib/buildium-ruby/api/rental_meter_readings_api.rb +17 -17
  595. data/lib/buildium-ruby/api/rental_owner_requests_api.rb +39 -48
  596. data/lib/buildium-ruby/api/rental_owners_api.rb +52 -52
  597. data/lib/buildium-ruby/api/rental_properties_api.rb +427 -147
  598. data/lib/buildium-ruby/api/rental_tenants_api.rb +55 -52
  599. data/lib/buildium-ruby/api/rental_units_api.rb +91 -371
  600. data/lib/buildium-ruby/api/resident_center_api.rb +17 -17
  601. data/lib/buildium-ruby/api/resident_requests_api.rb +26 -26
  602. data/lib/buildium-ruby/api/tasks_api.rb +64 -64
  603. data/lib/buildium-ruby/api/to_do_requests_api.rb +26 -26
  604. data/lib/buildium-ruby/api/vendors_api.rb +119 -119
  605. data/lib/buildium-ruby/api/work_orders_api.rb +26 -26
  606. data/lib/buildium-ruby/models/account_info_message.rb +2 -2
  607. data/lib/buildium-ruby/models/account_info_message_accounting_settings.rb +323 -0
  608. data/lib/buildium-ruby/models/account_info_message_contact.rb +256 -0
  609. data/lib/buildium-ruby/models/accounting_entity_message.rb +1 -1
  610. data/lib/buildium-ruby/models/accounting_entity_message_unit.rb +237 -0
  611. data/lib/buildium-ruby/models/accounting_entity_patch_message.rb +273 -0
  612. data/lib/buildium-ruby/models/accounting_lock_period_message.rb +1 -1
  613. data/lib/buildium-ruby/models/accounting_lock_period_message_global.rb +227 -0
  614. data/lib/buildium-ruby/models/address_message.rb +2 -2
  615. data/lib/buildium-ruby/models/all_tasks_message.rb +4 -4
  616. data/lib/buildium-ruby/models/all_tasks_message_category.rb +256 -0
  617. data/lib/buildium-ruby/models/all_tasks_message_property.rb +281 -0
  618. data/lib/buildium-ruby/models/all_tasks_message_requested_by_user_entity.rb +311 -0
  619. data/lib/buildium-ruby/models/all_tasks_message_unit_agreement.rb +281 -0
  620. data/lib/buildium-ruby/models/announcement_message.rb +1 -1
  621. data/lib/buildium-ruby/models/announcement_message_sender.rb +247 -0
  622. data/lib/buildium-ruby/models/announcement_post_message.rb +38 -0
  623. data/lib/buildium-ruby/models/applicant_application_message.rb +2 -2
  624. data/lib/buildium-ruby/models/applicant_group_message.rb +2 -2
  625. data/lib/buildium-ruby/models/applicant_message.rb +16 -6
  626. data/lib/buildium-ruby/models/applicant_post_message.rb +39 -1
  627. data/lib/buildium-ruby/models/applicant_post_message_phone_numbers.rb +257 -0
  628. data/lib/buildium-ruby/models/applicant_put_message.rb +39 -1
  629. data/lib/buildium-ruby/models/applicant_put_message_phone_numbers.rb +257 -0
  630. data/lib/buildium-ruby/models/application_message.rb +2 -2
  631. data/lib/buildium-ruby/models/architectural_requests_post_message.rb +354 -0
  632. data/lib/buildium-ruby/models/association_appliance_post_message.rb +19 -0
  633. data/lib/buildium-ruby/models/association_appliance_put_message.rb +19 -0
  634. data/lib/buildium-ruby/models/association_architectural_request_file_message.rb +269 -0
  635. data/lib/buildium-ruby/models/association_architectural_request_message.rb +363 -0
  636. data/lib/buildium-ruby/models/association_architectural_request_message_created_by_user.rb +257 -0
  637. data/lib/buildium-ruby/models/association_architectural_request_message_last_updated_by_user.rb +267 -0
  638. data/lib/buildium-ruby/models/association_message.rb +3 -3
  639. data/lib/buildium-ruby/models/association_message_address.rb +321 -0
  640. data/lib/buildium-ruby/models/association_message_association_manager.rb +299 -0
  641. data/lib/buildium-ruby/models/association_message_tax_information.rb +300 -0
  642. data/lib/buildium-ruby/models/association_owner_message.rb +3 -3
  643. data/lib/buildium-ruby/models/association_owner_message_alternate_address.rb +321 -0
  644. data/lib/buildium-ruby/models/association_owner_message_emergency_contact.rb +257 -0
  645. data/lib/buildium-ruby/models/association_owner_message_primary_address.rb +321 -0
  646. data/lib/buildium-ruby/models/association_owner_post_message.rb +43 -5
  647. data/lib/buildium-ruby/models/association_owner_post_message_alternate_address.rb +350 -0
  648. data/lib/buildium-ruby/models/association_owner_post_message_board_member_term.rb +286 -0
  649. data/lib/buildium-ruby/models/association_owner_post_message_emergency_contact.rb +257 -0
  650. data/lib/buildium-ruby/models/association_owner_post_message_phone_numbers.rb +257 -0
  651. data/lib/buildium-ruby/models/association_owner_post_message_primary_address.rb +350 -0
  652. data/lib/buildium-ruby/models/association_owner_put_message.rb +42 -4
  653. data/lib/buildium-ruby/models/association_owner_put_message_phone_numbers.rb +257 -0
  654. data/lib/buildium-ruby/models/association_owner_to_existing_ownership_account_post_message.rb +43 -5
  655. data/lib/buildium-ruby/models/association_owner_to_existing_ownership_account_post_message_emergency_contact.rb +257 -0
  656. data/lib/buildium-ruby/models/association_owner_to_existing_ownership_account_post_message_phone_numbers.rb +257 -0
  657. data/lib/buildium-ruby/models/association_post_message.rb +21 -2
  658. data/lib/buildium-ruby/models/association_post_message_address.rb +350 -0
  659. data/lib/buildium-ruby/models/association_post_message_tax_information.rb +300 -0
  660. data/lib/buildium-ruby/models/association_put_message.rb +20 -1
  661. data/lib/buildium-ruby/models/association_tax_information_message.rb +1 -1
  662. data/lib/buildium-ruby/models/association_tax_information_message_address.rb +321 -0
  663. data/lib/buildium-ruby/models/association_tenant_message.rb +3 -3
  664. data/lib/buildium-ruby/models/association_tenant_post_message.rb +42 -4
  665. data/lib/buildium-ruby/models/association_tenant_post_message_alternate_address.rb +350 -0
  666. data/lib/buildium-ruby/models/association_tenant_post_message_emergency_contact.rb +257 -0
  667. data/lib/buildium-ruby/models/association_tenant_post_message_phone_numbers.rb +257 -0
  668. data/lib/buildium-ruby/models/association_tenant_post_message_primary_address.rb +350 -0
  669. data/lib/buildium-ruby/models/association_tenant_put_message.rb +42 -4
  670. data/lib/buildium-ruby/models/association_tenant_put_message_phone_numbers.rb +257 -0
  671. data/lib/buildium-ruby/models/association_unit_message.rb +1 -1
  672. data/lib/buildium-ruby/models/association_unit_message_address.rb +321 -0
  673. data/lib/buildium-ruby/models/association_unit_put_message.rb +20 -1
  674. data/lib/buildium-ruby/models/association_unit_put_message_address.rb +350 -0
  675. data/lib/buildium-ruby/models/association_units_post_message.rb +20 -1
  676. data/lib/buildium-ruby/models/bank_account_check_line_message.rb +1 -1
  677. data/lib/buildium-ruby/models/bank_account_check_line_message_accounting_entity.rb +290 -0
  678. data/lib/buildium-ruby/models/bank_account_check_line_save_message.rb +1 -1
  679. data/lib/buildium-ruby/models/bank_account_check_line_save_message_accounting_entity.rb +291 -0
  680. data/lib/buildium-ruby/models/bank_account_check_message.rb +1 -1
  681. data/lib/buildium-ruby/models/bank_account_check_message_payee.rb +281 -0
  682. data/lib/buildium-ruby/models/bank_account_check_post_message.rb +1 -1
  683. data/lib/buildium-ruby/models/bank_account_check_post_message_payee.rb +281 -0
  684. data/lib/buildium-ruby/models/bank_account_check_put_message.rb +1 -1
  685. data/lib/buildium-ruby/models/bank_account_deposit_line_message.rb +1 -1
  686. data/lib/buildium-ruby/models/bank_account_deposit_line_message_accounting_entity.rb +290 -0
  687. data/lib/buildium-ruby/models/bank_account_deposit_line_save_message.rb +1 -1
  688. data/lib/buildium-ruby/models/bank_account_deposit_line_save_message_accounting_entity.rb +291 -0
  689. data/lib/buildium-ruby/models/bank_account_message.rb +5 -5
  690. data/lib/buildium-ruby/models/bank_account_message_check_printing_info.rb +401 -0
  691. data/lib/buildium-ruby/models/bank_account_message_electronic_payments.rb +297 -0
  692. data/lib/buildium-ruby/models/bank_account_message_gl_account.rb +427 -0
  693. data/lib/buildium-ruby/models/bank_account_post_message.rb +22 -3
  694. data/lib/buildium-ruby/models/bank_account_post_message_check_printing_info.rb +401 -0
  695. data/lib/buildium-ruby/models/bank_account_put_message.rb +22 -3
  696. data/lib/buildium-ruby/models/bank_account_put_message_check_printing_info.rb +416 -0
  697. data/lib/buildium-ruby/models/bank_account_quick_deposit_message.rb +1 -1
  698. data/lib/buildium-ruby/models/bank_account_quick_deposit_message_accounting_entity.rb +290 -0
  699. data/lib/buildium-ruby/models/bank_account_quick_deposit_save_message.rb +1 -1
  700. data/lib/buildium-ruby/models/bank_account_quick_deposit_save_message_accounting_entity.rb +291 -0
  701. data/lib/buildium-ruby/models/bank_account_reconciliation_balance_message.rb +237 -0
  702. data/lib/buildium-ruby/models/bank_account_reconciliation_balance_message_cleared_balance.rb +257 -0
  703. data/lib/buildium-ruby/models/bank_account_reconciliation_balance_message_statement_balance.rb +257 -0
  704. data/lib/buildium-ruby/models/bank_account_reconciliation_balance_put_message.rb +254 -0
  705. data/lib/buildium-ruby/models/bank_account_reconciliation_message.rb +239 -0
  706. data/lib/buildium-ruby/models/bank_account_reconciliation_transaction_message.rb +357 -0
  707. data/lib/buildium-ruby/models/bank_account_transfer_message.rb +1 -1
  708. data/lib/buildium-ruby/models/bank_account_transfer_message_accounting_entity.rb +290 -0
  709. data/lib/buildium-ruby/models/bank_account_transfer_save_message.rb +1 -1
  710. data/lib/buildium-ruby/models/bank_account_transfer_save_message_accounting_entity.rb +291 -0
  711. data/lib/buildium-ruby/models/bank_account_withdrawal_message.rb +1 -1
  712. data/lib/buildium-ruby/models/bank_account_withdrawal_message_accounting_entity.rb +290 -0
  713. data/lib/buildium-ruby/models/bank_account_withdrawal_save_message.rb +1 -1
  714. data/lib/buildium-ruby/models/bank_account_withdrawal_save_message_accounting_entity.rb +291 -0
  715. data/lib/buildium-ruby/models/bank_lockbox_data_association_owner_message.rb +44 -4
  716. data/lib/buildium-ruby/models/bank_lockbox_data_message.rb +1 -1
  717. data/lib/buildium-ruby/models/bank_lockbox_data_message_association.rb +247 -0
  718. data/lib/buildium-ruby/models/bank_lockbox_data_ownership_account_message.rb +1 -1
  719. data/lib/buildium-ruby/models/bank_lockbox_data_ownership_account_message_unit_address.rb +321 -0
  720. data/lib/buildium-ruby/models/bank_pending_reconciliation_post_message.rb +259 -0
  721. data/lib/buildium-ruby/models/bank_reconciliation_clear_transactions_post_message.rb +226 -0
  722. data/lib/buildium-ruby/models/bank_reconciliation_cleared_balance_message.rb +249 -0
  723. data/lib/buildium-ruby/models/bank_reconciliation_put_message.rb +224 -0
  724. data/lib/buildium-ruby/models/bank_reconciliation_statement_balance_message.rb +249 -0
  725. data/lib/buildium-ruby/models/bank_reconciliation_unclear_transactions_post_message.rb +226 -0
  726. data/lib/buildium-ruby/models/bill_line_item_patch_message.rb +267 -0
  727. data/lib/buildium-ruby/models/bill_line_item_patch_message_accounting_entity.rb +281 -0
  728. data/lib/buildium-ruby/models/bill_line_item_patch_message_markup.rb +271 -0
  729. data/lib/buildium-ruby/models/bill_line_message.rb +3 -3
  730. data/lib/buildium-ruby/models/bill_line_message_accounting_entity.rb +290 -0
  731. data/lib/buildium-ruby/models/bill_line_message_gl_account.rb +427 -0
  732. data/lib/buildium-ruby/models/bill_line_message_markup.rb +271 -0
  733. data/lib/buildium-ruby/models/bill_line_post_message.rb +2 -2
  734. data/lib/buildium-ruby/models/bill_line_post_message_accounting_entity.rb +291 -0
  735. data/lib/buildium-ruby/models/bill_line_post_message_markup.rb +281 -0
  736. data/lib/buildium-ruby/models/bill_line_put_message.rb +2 -2
  737. data/lib/buildium-ruby/models/bill_markup_patch_message.rb +263 -0
  738. data/lib/buildium-ruby/models/bill_patch_message.rb +271 -0
  739. data/lib/buildium-ruby/models/bill_payment_line_message.rb +1 -1
  740. data/lib/buildium-ruby/models/bill_payment_line_message_accounting_entity.rb +281 -0
  741. data/lib/buildium-ruby/models/budget_details_message.rb +1 -1
  742. data/lib/buildium-ruby/models/budget_details_message_monthly_amounts.rb +337 -0
  743. data/lib/buildium-ruby/models/budget_details_save_message.rb +1 -1
  744. data/lib/buildium-ruby/models/budget_details_save_message_monthly_amounts.rb +397 -0
  745. data/lib/buildium-ruby/models/budget_message.rb +1 -1
  746. data/lib/buildium-ruby/models/budget_message_property.rb +281 -0
  747. data/lib/buildium-ruby/models/budget_post_message.rb +19 -0
  748. data/lib/buildium-ruby/models/budget_put_message.rb +19 -0
  749. data/lib/buildium-ruby/models/clear_transactions_request.rb +233 -0
  750. data/lib/buildium-ruby/models/client_lead_message.rb +2 -2
  751. data/lib/buildium-ruby/models/client_lead_message_address.rb +321 -0
  752. data/lib/buildium-ruby/models/client_lead_message_credit_request.rb +303 -0
  753. data/lib/buildium-ruby/models/contact_detail_message.rb +1 -1
  754. data/lib/buildium-ruby/models/contact_detail_message_phone_numbers.rb +247 -0
  755. data/lib/buildium-ruby/models/contact_detail_save_message.rb +20 -1
  756. data/lib/buildium-ruby/models/contact_detail_save_message_phone_numbers.rb +247 -0
  757. data/lib/buildium-ruby/models/contact_info_message.rb +1 -1
  758. data/lib/buildium-ruby/models/contact_info_message_address.rb +321 -0
  759. data/lib/buildium-ruby/models/contact_request_task_message.rb +3 -3
  760. data/lib/buildium-ruby/models/contact_request_task_message_category.rb +256 -0
  761. data/lib/buildium-ruby/models/contact_request_task_message_contact_detail.rb +256 -0
  762. data/lib/buildium-ruby/models/contact_request_task_message_property.rb +281 -0
  763. data/lib/buildium-ruby/models/contact_request_task_post_message.rb +20 -1
  764. data/lib/buildium-ruby/models/contact_request_task_post_message_contact_detail.rb +280 -0
  765. data/lib/buildium-ruby/models/contact_request_task_put_message.rb +20 -1
  766. data/lib/buildium-ruby/models/contact_request_task_put_message_contact_detail.rb +280 -0
  767. data/lib/buildium-ruby/models/cosigner_message.rb +2 -2
  768. data/lib/buildium-ruby/models/cosigner_message_address.rb +321 -0
  769. data/lib/buildium-ruby/models/cosigner_message_alternate_address.rb +321 -0
  770. data/lib/buildium-ruby/models/create_announcement_request.rb +341 -0
  771. data/lib/buildium-ruby/models/create_applicant_group_request.rb +243 -0
  772. data/lib/buildium-ruby/models/create_applicant_request.rb +329 -0
  773. data/lib/buildium-ruby/models/create_architectural_request_async_request.rb +361 -0
  774. data/lib/buildium-ruby/models/create_association_appliance_request.rb +325 -0
  775. data/lib/buildium-ruby/models/create_association_appliance_service_history_request.rb +290 -0
  776. data/lib/buildium-ruby/models/create_association_owner_request.rb +474 -0
  777. data/lib/buildium-ruby/models/create_association_ownership_account_request.rb +354 -0
  778. data/lib/buildium-ruby/models/create_association_request.rb +338 -0
  779. data/lib/buildium-ruby/models/create_association_tenant_request.rb +400 -0
  780. data/lib/buildium-ruby/models/create_association_unit_request.rb +355 -0
  781. data/lib/buildium-ruby/models/create_bank_account_check_request.rb +282 -0
  782. data/lib/buildium-ruby/models/create_bank_account_deposit_request.rb +265 -0
  783. data/lib/buildium-ruby/models/create_bank_account_request.rb +365 -0
  784. data/lib/buildium-ruby/models/create_bank_account_transfer_request.rb +285 -0
  785. data/lib/buildium-ruby/models/create_bill_payment_request.rb +283 -0
  786. data/lib/buildium-ruby/models/create_bill_request.rb +309 -0
  787. data/lib/buildium-ruby/models/create_board_member_request.rb +301 -0
  788. data/lib/buildium-ruby/models/create_budget_async_request.rb +346 -0
  789. data/lib/buildium-ruby/models/create_contact_request_task_request.rb +415 -0
  790. data/lib/buildium-ruby/models/create_email_request.rb +334 -0
  791. data/lib/buildium-ruby/models/create_file_category_request.rb +251 -0
  792. data/lib/buildium-ruby/models/create_general_journal_entry_request.rb +272 -0
  793. data/lib/buildium-ruby/models/create_general_ledger_account_request.rb +395 -0
  794. data/lib/buildium-ruby/models/create_lease_auto_allocated_payment_request.rb +340 -0
  795. data/lib/buildium-ruby/models/create_lease_credit_request.rb +317 -0
  796. data/lib/buildium-ruby/models/create_lease_ledger_charge_request.rb +259 -0
  797. data/lib/buildium-ruby/models/create_lease_ledger_deposit_withholding_request.rb +268 -0
  798. data/lib/buildium-ruby/models/create_lease_ledger_refund_request.rb +314 -0
  799. data/lib/buildium-ruby/models/create_lease_note_request.rb +250 -0
  800. data/lib/buildium-ruby/models/create_lease_renewal_request.rb +386 -0
  801. data/lib/buildium-ruby/models/create_lease_request.rb +406 -0
  802. data/lib/buildium-ruby/models/create_lease_reverse_payment_request.rb +264 -0
  803. data/lib/buildium-ruby/models/create_listing_contact_request.rb +280 -0
  804. data/lib/buildium-ruby/models/create_move_out_data_request.rb +256 -0
  805. data/lib/buildium-ruby/models/create_multiple_bill_payments_request.rb +285 -0
  806. data/lib/buildium-ruby/models/create_ownership_account_auto_allocated_payment_request.rb +340 -0
  807. data/lib/buildium-ruby/models/create_ownership_account_credit_recurring_transaction_request.rb +396 -0
  808. data/lib/buildium-ruby/models/create_ownership_account_credit_request.rb +317 -0
  809. data/lib/buildium-ruby/models/create_ownership_account_deposit_withholding_request.rb +268 -0
  810. data/lib/buildium-ruby/models/create_ownership_account_ledger_charge_request.rb +268 -0
  811. data/lib/buildium-ruby/models/create_ownership_account_ledger_payment_request.rb +343 -0
  812. data/lib/buildium-ruby/models/create_ownership_account_recurring_payment_request.rb +386 -0
  813. data/lib/buildium-ruby/models/create_ownership_account_refund_request.rb +314 -0
  814. data/lib/buildium-ruby/models/create_ownership_accounts_charge_recurring_transaction_request.rb +367 -0
  815. data/lib/buildium-ruby/models/create_payment_request.rb +343 -0
  816. data/lib/buildium-ruby/models/create_pending_reconciliations_request.rb +266 -0
  817. data/lib/buildium-ruby/models/create_phone_log_request.rb +313 -0
  818. data/lib/buildium-ruby/models/create_property_group_request.rb +277 -0
  819. data/lib/buildium-ruby/models/create_quick_deposit_request.rb +285 -0
  820. data/lib/buildium-ruby/models/create_rent_schedule_request.rb +307 -0
  821. data/lib/buildium-ruby/models/create_rental_appliance_request.rb +325 -0
  822. data/lib/buildium-ruby/models/create_rental_appliance_service_history_request.rb +290 -0
  823. data/lib/buildium-ruby/models/create_rental_image_upload_file_request_async_request.rb +275 -0
  824. data/lib/buildium-ruby/models/create_rental_owner_request.rb +371 -0
  825. data/lib/buildium-ruby/models/create_rental_owner_request_task_request.rb +411 -0
  826. data/lib/buildium-ruby/models/create_rental_property_request.rb +392 -0
  827. data/lib/buildium-ruby/models/create_rental_tenant_request.rb +434 -0
  828. data/lib/buildium-ruby/models/create_rental_unit_request.rb +375 -0
  829. data/lib/buildium-ruby/models/create_resource_request.rb +456 -0
  830. data/lib/buildium-ruby/models/create_task_category_request.rb +251 -0
  831. data/lib/buildium-ruby/models/create_to_do_task_request.rb +401 -0
  832. data/lib/buildium-ruby/models/create_upload_file_request_async_request.rb +368 -0
  833. data/lib/buildium-ruby/models/create_upload_file_request_request.rb +250 -0
  834. data/lib/buildium-ruby/models/create_vendor_category_request.rb +250 -0
  835. data/lib/buildium-ruby/models/create_vendor_credit_request.rb +268 -0
  836. data/lib/buildium-ruby/models/create_vendor_refund_request.rb +332 -0
  837. data/lib/buildium-ruby/models/create_vendor_request.rb +372 -0
  838. data/lib/buildium-ruby/models/create_video_link_request_request.rb +265 -0
  839. data/lib/buildium-ruby/models/create_withdrawal_for_bank_account_request.rb +285 -0
  840. data/lib/buildium-ruby/models/create_work_order_request.rb +383 -0
  841. data/lib/buildium-ruby/models/e_pay_settings_message.rb +3 -3
  842. data/lib/buildium-ruby/models/e_pay_settings_message_credit_card_payments.rb +227 -0
  843. data/lib/buildium-ruby/models/e_pay_settings_message_eft_payments.rb +227 -0
  844. data/lib/buildium-ruby/models/e_pay_settings_message_offline_payments.rb +247 -0
  845. data/lib/buildium-ruby/models/e_pay_settings_put_message.rb +3 -3
  846. data/lib/buildium-ruby/models/e_pay_settings_put_message_credit_card_payments.rb +232 -0
  847. data/lib/buildium-ruby/models/e_pay_settings_put_message_eft_payments.rb +232 -0
  848. data/lib/buildium-ruby/models/e_pay_settings_put_message_offline_payments.rb +257 -0
  849. data/lib/buildium-ruby/models/email_message.rb +1 -1
  850. data/lib/buildium-ruby/models/email_message_sender.rb +257 -0
  851. data/lib/buildium-ruby/models/email_post_message.rb +20 -1
  852. data/lib/buildium-ruby/models/file_category_post_message.rb +19 -0
  853. data/lib/buildium-ruby/models/file_category_put_message.rb +19 -0
  854. data/lib/buildium-ruby/models/file_message.rb +1 -1
  855. data/lib/buildium-ruby/models/file_message_file_entity.rb +281 -0
  856. data/lib/buildium-ruby/models/file_name_post_message.rb +19 -0
  857. data/lib/buildium-ruby/models/file_put_message.rb +19 -0
  858. data/lib/buildium-ruby/models/file_sharing_message.rb +12 -12
  859. data/lib/buildium-ruby/models/file_sharing_message_account.rb +271 -0
  860. data/lib/buildium-ruby/models/file_sharing_message_association.rb +237 -0
  861. data/lib/buildium-ruby/models/file_sharing_message_association_owner.rb +227 -0
  862. data/lib/buildium-ruby/models/file_sharing_message_association_unit.rb +237 -0
  863. data/lib/buildium-ruby/models/file_sharing_message_committee.rb +247 -0
  864. data/lib/buildium-ruby/models/file_sharing_message_lease.rb +237 -0
  865. data/lib/buildium-ruby/models/file_sharing_message_ownership_account.rb +237 -0
  866. data/lib/buildium-ruby/models/file_sharing_message_rental.rb +237 -0
  867. data/lib/buildium-ruby/models/file_sharing_message_rental_owner.rb +227 -0
  868. data/lib/buildium-ruby/models/file_sharing_message_rental_unit.rb +237 -0
  869. data/lib/buildium-ruby/models/file_sharing_message_tenant.rb +237 -0
  870. data/lib/buildium-ruby/models/file_sharing_message_vendor.rb +227 -0
  871. data/lib/buildium-ruby/models/file_sharing_put_message.rb +12 -12
  872. data/lib/buildium-ruby/models/file_sharing_put_message_account.rb +271 -0
  873. data/lib/buildium-ruby/models/file_sharing_put_message_association.rb +237 -0
  874. data/lib/buildium-ruby/models/file_sharing_put_message_association_owner.rb +227 -0
  875. data/lib/buildium-ruby/models/file_sharing_put_message_association_unit.rb +237 -0
  876. data/lib/buildium-ruby/models/file_sharing_put_message_committee.rb +247 -0
  877. data/lib/buildium-ruby/models/file_sharing_put_message_lease.rb +237 -0
  878. data/lib/buildium-ruby/models/file_sharing_put_message_ownership_account.rb +237 -0
  879. data/lib/buildium-ruby/models/file_sharing_put_message_rental.rb +237 -0
  880. data/lib/buildium-ruby/models/file_sharing_put_message_rental_owner.rb +227 -0
  881. data/lib/buildium-ruby/models/file_sharing_put_message_rental_unit.rb +237 -0
  882. data/lib/buildium-ruby/models/file_sharing_put_message_tenant.rb +237 -0
  883. data/lib/buildium-ruby/models/file_sharing_put_message_vendor.rb +227 -0
  884. data/lib/buildium-ruby/models/file_upload_post_message.rb +38 -0
  885. data/lib/buildium-ruby/models/general_journal_entry_post_message.rb +1 -1
  886. data/lib/buildium-ruby/models/general_journal_entry_post_message_accounting_entity.rb +291 -0
  887. data/lib/buildium-ruby/models/general_journal_entry_put_message.rb +1 -1
  888. data/lib/buildium-ruby/models/general_ledger_entry_message.rb +1 -1
  889. data/lib/buildium-ruby/models/general_ledger_entry_message_accounting_entity.rb +290 -0
  890. data/lib/buildium-ruby/models/general_ledger_journal_line_message.rb +2 -2
  891. data/lib/buildium-ruby/models/general_ledger_journal_line_message_accounting_entity.rb +290 -0
  892. data/lib/buildium-ruby/models/general_ledger_journal_line_message_gl_account.rb +427 -0
  893. data/lib/buildium-ruby/models/general_ledger_transaction_message.rb +17 -7
  894. data/lib/buildium-ruby/models/general_ledger_transaction_message_deposit_details.rb +239 -0
  895. data/lib/buildium-ruby/models/general_ledger_transaction_message_journal.rb +239 -0
  896. data/lib/buildium-ruby/models/general_ledger_transaction_message_payment_detail.rb +289 -0
  897. data/lib/buildium-ruby/models/general_ledger_transaction_message_unit_agreement.rb +281 -0
  898. data/lib/buildium-ruby/models/gl_account_balance_item_message.rb +1 -1
  899. data/lib/buildium-ruby/models/gl_account_balance_item_message_accounting_entity.rb +290 -0
  900. data/lib/buildium-ruby/models/gl_account_balance_message.rb +1 -1
  901. data/lib/buildium-ruby/models/gl_account_balance_message_gl_account.rb +427 -0
  902. data/lib/buildium-ruby/models/gl_account_post_message.rb +38 -0
  903. data/lib/buildium-ruby/models/gl_account_put_message.rb +19 -0
  904. data/lib/buildium-ruby/models/java_script_encoder.rb +218 -0
  905. data/lib/buildium-ruby/models/journal_line_message.rb +1 -1
  906. data/lib/buildium-ruby/models/lease_charge_line_message.rb +229 -0
  907. data/lib/buildium-ruby/models/lease_charge_message.rb +271 -0
  908. data/lib/buildium-ruby/models/lease_charge_post_message.rb +11 -1
  909. data/lib/buildium-ruby/models/lease_cosigner_post_message.rb +41 -3
  910. data/lib/buildium-ruby/models/lease_cosigner_post_message_address.rb +350 -0
  911. data/lib/buildium-ruby/models/lease_cosigner_post_message_alternate_address.rb +350 -0
  912. data/lib/buildium-ruby/models/lease_cosigner_post_message_phone_numbers.rb +257 -0
  913. data/lib/buildium-ruby/models/lease_ledger_deposit_withholding_line_put_message.rb +239 -0
  914. data/lib/buildium-ruby/models/lease_ledger_deposit_withholding_put_message.rb +261 -0
  915. data/lib/buildium-ruby/models/lease_ledger_payment_put_message.rb +2 -2
  916. data/lib/buildium-ruby/models/lease_ledger_refund_message.rb +1 -1
  917. data/lib/buildium-ruby/models/lease_ledger_refund_message_address.rb +321 -0
  918. data/lib/buildium-ruby/models/lease_ledger_refund_post_message.rb +1 -1
  919. data/lib/buildium-ruby/models/lease_ledger_refund_post_message_address.rb +350 -0
  920. data/lib/buildium-ruby/models/lease_ledger_reverse_payment_post_message.rb +2 -2
  921. data/lib/buildium-ruby/models/lease_ledger_reverse_payment_post_message_bank_fee.rb +247 -0
  922. data/lib/buildium-ruby/models/lease_ledger_reverse_payment_post_message_nsf_charge.rb +247 -0
  923. data/lib/buildium-ruby/models/lease_message.rb +1 -1
  924. data/lib/buildium-ruby/models/lease_message_account_details.rb +237 -0
  925. data/lib/buildium-ruby/models/lease_post_message.rb +2 -2
  926. data/lib/buildium-ruby/models/lease_post_message_rent.rb +283 -0
  927. data/lib/buildium-ruby/models/lease_post_message_security_deposit.rb +247 -0
  928. data/lib/buildium-ruby/models/lease_recurring_payment_message.rb +1 -1
  929. data/lib/buildium-ruby/models/lease_recurring_payment_message_payer.rb +291 -0
  930. data/lib/buildium-ruby/models/lease_renewal_post_message.rb +1 -1
  931. data/lib/buildium-ruby/models/lease_renewal_post_message_rent.rb +283 -0
  932. data/lib/buildium-ruby/models/lease_transaction_message.rb +1 -1
  933. data/lib/buildium-ruby/models/lease_transaction_message_journal.rb +239 -0
  934. data/lib/buildium-ruby/models/listing_contact_save_message.rb +19 -0
  935. data/lib/buildium-ruby/models/listing_entity_file_post_message.rb +19 -0
  936. data/lib/buildium-ruby/models/listing_message.rb +3 -3
  937. data/lib/buildium-ruby/models/listing_message_contact.rb +267 -0
  938. data/lib/buildium-ruby/models/listing_message_property.rb +334 -0
  939. data/lib/buildium-ruby/models/listing_message_unit.rb +366 -0
  940. data/lib/buildium-ruby/models/listing_property_message.rb +1 -1
  941. data/lib/buildium-ruby/models/listing_property_message_address.rb +321 -0
  942. data/lib/buildium-ruby/models/listing_unit_message.rb +1 -1
  943. data/lib/buildium-ruby/models/listing_unit_message_address.rb +321 -0
  944. data/lib/buildium-ruby/models/lock_period_settings_overrides_message.rb +1 -1
  945. data/lib/buildium-ruby/models/lock_period_settings_overrides_message_property.rb +281 -0
  946. data/lib/buildium-ruby/models/note_message.rb +1 -1
  947. data/lib/buildium-ruby/models/note_message_last_updated_by_user.rb +267 -0
  948. data/lib/buildium-ruby/models/note_post_message.rb +19 -0
  949. data/lib/buildium-ruby/models/note_put_message.rb +19 -0
  950. data/lib/buildium-ruby/models/ownership_account_deposit_withholding_line_put_message.rb +239 -0
  951. data/lib/buildium-ruby/models/ownership_account_deposit_withholding_post_message.rb +2 -2
  952. data/lib/buildium-ruby/models/ownership_account_deposit_withholding_put_message.rb +261 -0
  953. data/lib/buildium-ruby/models/ownership_account_ledger_charge_line_message.rb +229 -0
  954. data/lib/buildium-ruby/models/ownership_account_ledger_charge_message.rb +271 -0
  955. data/lib/buildium-ruby/models/ownership_account_ledger_charge_post_message.rb +11 -1
  956. data/lib/buildium-ruby/models/ownership_account_ledger_payment_put_message.rb +2 -2
  957. data/lib/buildium-ruby/models/ownership_account_recurring_payment_message.rb +1 -1
  958. data/lib/buildium-ruby/models/ownership_account_refund_message.rb +1 -1
  959. data/lib/buildium-ruby/models/ownership_account_refund_post_message.rb +1 -1
  960. data/lib/buildium-ruby/models/ownership_account_transaction_message.rb +1 -1
  961. data/lib/buildium-ruby/models/paid_by_message.rb +1 -1
  962. data/lib/buildium-ruby/models/partial_payment_settings_message.rb +219 -0
  963. data/lib/buildium-ruby/models/partial_payment_settings_patch_message.rb +219 -0
  964. data/lib/buildium-ruby/models/participant_message.rb +1 -1
  965. data/lib/buildium-ruby/models/participant_message_unit_agreement.rb +281 -0
  966. data/lib/buildium-ruby/models/patch_bill_request.rb +278 -0
  967. data/lib/buildium-ruby/models/patch_global_partial_payment_settings_request.rb +226 -0
  968. data/lib/buildium-ruby/models/payment_detail_message.rb +2 -2
  969. data/lib/buildium-ruby/models/payment_detail_message_internal_transaction_status.rb +247 -0
  970. data/lib/buildium-ruby/models/payment_detail_message_payee.rb +291 -0
  971. data/lib/buildium-ruby/models/payment_transactions_message.rb +1 -1
  972. data/lib/buildium-ruby/models/payment_transactions_message_accounting_entity.rb +290 -0
  973. data/lib/buildium-ruby/models/phone_log_message.rb +2 -2
  974. data/lib/buildium-ruby/models/phone_log_message_logged_by_staff_user.rb +257 -0
  975. data/lib/buildium-ruby/models/phone_log_message_participant.rb +248 -0
  976. data/lib/buildium-ruby/models/phone_log_participant_post_message.rb +1 -1
  977. data/lib/buildium-ruby/models/phone_log_participant_post_message_unit_agreement.rb +271 -0
  978. data/lib/buildium-ruby/models/phone_log_post_message.rb +39 -1
  979. data/lib/buildium-ruby/models/phone_log_post_message_participant.rb +290 -0
  980. data/lib/buildium-ruby/models/phone_log_put_message.rb +38 -0
  981. data/lib/buildium-ruby/models/property_group_message.rb +1 -1
  982. data/lib/buildium-ruby/models/property_group_message_created_by_user.rb +257 -0
  983. data/lib/buildium-ruby/models/property_group_post_message.rb +19 -0
  984. data/lib/buildium-ruby/models/property_group_put_message.rb +19 -0
  985. data/lib/buildium-ruby/models/recurring_transaction_message.rb +11 -1
  986. data/lib/buildium-ruby/models/rent_schedule_charge_post_message.rb +274 -0
  987. data/lib/buildium-ruby/models/rent_schedule_charge_put_message.rb +274 -0
  988. data/lib/buildium-ruby/models/rent_schedule_post_message.rb +300 -0
  989. data/lib/buildium-ruby/models/rent_schedule_put_message.rb +290 -0
  990. data/lib/buildium-ruby/models/rental_appliance_post_message.rb +19 -0
  991. data/lib/buildium-ruby/models/rental_appliance_put_message.rb +19 -0
  992. data/lib/buildium-ruby/models/rental_message.rb +2 -2
  993. data/lib/buildium-ruby/models/rental_message_rental_manager.rb +299 -0
  994. data/lib/buildium-ruby/models/rental_owner_contribution_data_message.rb +1 -1
  995. data/lib/buildium-ruby/models/rental_owner_contribution_data_message_reminder_settings.rb +237 -0
  996. data/lib/buildium-ruby/models/rental_owner_contribution_data_put_message.rb +1 -1
  997. data/lib/buildium-ruby/models/rental_owner_contribution_data_put_message_reminder_settings.rb +237 -0
  998. data/lib/buildium-ruby/models/rental_owner_message.rb +2 -2
  999. data/lib/buildium-ruby/models/rental_owner_message_address.rb +321 -0
  1000. data/lib/buildium-ruby/models/rental_owner_message_tax_information.rb +310 -0
  1001. data/lib/buildium-ruby/models/rental_owner_post_message.rb +3 -3
  1002. data/lib/buildium-ruby/models/rental_owner_post_message_address.rb +350 -0
  1003. data/lib/buildium-ruby/models/rental_owner_post_message_phone_numbers.rb +257 -0
  1004. data/lib/buildium-ruby/models/rental_owner_post_message_tax_information.rb +300 -0
  1005. data/lib/buildium-ruby/models/rental_owner_put_message.rb +2 -2
  1006. data/lib/buildium-ruby/models/rental_owner_request_task_message.rb +3 -3
  1007. data/lib/buildium-ruby/models/rental_owner_request_task_message_requested_by_user_entity.rb +311 -0
  1008. data/lib/buildium-ruby/models/rental_owner_request_task_post_message.rb +19 -0
  1009. data/lib/buildium-ruby/models/rental_owner_request_task_put_message.rb +19 -0
  1010. data/lib/buildium-ruby/models/rental_owner_tax_information_message.rb +1 -1
  1011. data/lib/buildium-ruby/models/rental_property_post_message.rb +20 -1
  1012. data/lib/buildium-ruby/models/rental_property_post_message_address.rb +350 -0
  1013. data/lib/buildium-ruby/models/rental_property_put_message.rb +20 -1
  1014. data/lib/buildium-ruby/models/rental_property_put_message_address.rb +350 -0
  1015. data/lib/buildium-ruby/models/rental_property_unit_post_message.rb +20 -1
  1016. data/lib/buildium-ruby/models/rental_property_unit_post_message_address.rb +350 -0
  1017. data/lib/buildium-ruby/models/rental_tenant_post_message.rb +42 -4
  1018. data/lib/buildium-ruby/models/rental_tenant_put_message.rb +42 -4
  1019. data/lib/buildium-ruby/models/rental_tenant_renewal_post_message.rb +42 -4
  1020. data/lib/buildium-ruby/models/rental_unit_message.rb +1 -1
  1021. data/lib/buildium-ruby/models/rental_unit_put_message.rb +20 -1
  1022. data/lib/buildium-ruby/models/rental_units_post_message.rb +20 -1
  1023. data/lib/buildium-ruby/models/reorder_rental_images_request.rb +233 -0
  1024. data/lib/buildium-ruby/models/resident_center_user_message.rb +2 -2
  1025. data/lib/buildium-ruby/models/resident_center_user_message_unit_agreement.rb +281 -0
  1026. data/lib/buildium-ruby/models/resident_center_user_message_user.rb +301 -0
  1027. data/lib/buildium-ruby/models/resident_request_task_message.rb +5 -5
  1028. data/lib/buildium-ruby/models/resident_request_task_message_appliance.rb +267 -0
  1029. data/lib/buildium-ruby/models/resident_request_task_message_requested_by_user_entity.rb +311 -0
  1030. data/lib/buildium-ruby/models/resident_request_task_message_unit_agreement.rb +281 -0
  1031. data/lib/buildium-ruby/models/resident_request_task_post_message.rb +21 -2
  1032. data/lib/buildium-ruby/models/resident_request_task_put_message.rb +19 -0
  1033. data/lib/buildium-ruby/models/retail_cash_user_message.rb +4 -4
  1034. data/lib/buildium-ruby/models/retail_cash_user_message_property.rb +291 -0
  1035. data/lib/buildium-ruby/models/retail_cash_user_message_unit.rb +247 -0
  1036. data/lib/buildium-ruby/models/retail_cash_user_message_unit_agreement.rb +281 -0
  1037. data/lib/buildium-ruby/models/retail_cash_user_message_user.rb +321 -0
  1038. data/lib/buildium-ruby/models/save_address_message.rb +21 -2
  1039. data/lib/buildium-ruby/models/task_category_put_message.rb +19 -0
  1040. data/lib/buildium-ruby/models/task_category_response_message.rb +1 -1
  1041. data/lib/buildium-ruby/models/task_category_response_message_sub_category.rb +237 -0
  1042. data/lib/buildium-ruby/models/task_category_save_message.rb +19 -0
  1043. data/lib/buildium-ruby/models/task_history_file_upload_post_message.rb +19 -0
  1044. data/lib/buildium-ruby/models/task_history_message.rb +2 -2
  1045. data/lib/buildium-ruby/models/task_history_message_created_by_user.rb +301 -0
  1046. data/lib/buildium-ruby/models/task_history_message_last_updated_by_user.rb +301 -0
  1047. data/lib/buildium-ruby/models/task_history_put_message.rb +19 -0
  1048. data/lib/buildium-ruby/models/task_history_user_message.rb +48 -4
  1049. data/lib/buildium-ruby/models/tax_information_post_message.rb +1 -1
  1050. data/lib/buildium-ruby/models/tax_information_post_message_address.rb +350 -0
  1051. data/lib/buildium-ruby/models/tax_information_save_message.rb +1 -1
  1052. data/lib/buildium-ruby/models/tenant_message.rb +3 -3
  1053. data/lib/buildium-ruby/models/tenant_message_address.rb +321 -0
  1054. data/lib/buildium-ruby/models/tenant_message_alternate_address.rb +321 -0
  1055. data/lib/buildium-ruby/models/tenant_message_emergency_contact.rb +257 -0
  1056. data/lib/buildium-ruby/models/to_do_task_message.rb +2 -2
  1057. data/lib/buildium-ruby/models/to_do_task_post_message.rb +19 -0
  1058. data/lib/buildium-ruby/models/to_do_task_put_message.rb +19 -0
  1059. data/lib/buildium-ruby/models/unclear_transactions_request.rb +233 -0
  1060. data/lib/buildium-ruby/models/undeposited_funds_message.rb +1 -1
  1061. data/lib/buildium-ruby/models/undeposited_funds_message_general_ledger_transaction.rb +267 -0
  1062. data/lib/buildium-ruby/models/update_applicant_group_request.rb +292 -0
  1063. data/lib/buildium-ruby/models/update_applicant_request.rb +313 -0
  1064. data/lib/buildium-ruby/models/update_application_request.rb +265 -0
  1065. data/lib/buildium-ruby/models/update_association_appliance_request.rb +300 -0
  1066. data/lib/buildium-ruby/models/update_association_owner_occupancy_status_request.rb +231 -0
  1067. data/lib/buildium-ruby/models/update_association_owner_request.rb +409 -0
  1068. data/lib/buildium-ruby/models/update_association_ownership_account_request.rb +231 -0
  1069. data/lib/buildium-ruby/models/update_association_preferred_vendors_request.rb +233 -0
  1070. data/lib/buildium-ruby/models/update_association_request.rb +349 -0
  1071. data/lib/buildium-ruby/models/update_association_tenant_request.rb +375 -0
  1072. data/lib/buildium-ruby/models/update_association_unit_request.rb +340 -0
  1073. data/lib/buildium-ruby/models/update_bank_account_deposit_request.rb +258 -0
  1074. data/lib/buildium-ruby/models/update_bank_account_request.rb +370 -0
  1075. data/lib/buildium-ruby/models/update_bill_request.rb +294 -0
  1076. data/lib/buildium-ruby/models/update_board_member_request.rb +286 -0
  1077. data/lib/buildium-ruby/models/update_budget_request.rb +267 -0
  1078. data/lib/buildium-ruby/models/update_check_for_bank_account_request.rb +282 -0
  1079. data/lib/buildium-ruby/models/update_contact_request_task_request.rb +415 -0
  1080. data/lib/buildium-ruby/models/update_deposit_withholding_request.rb +268 -0
  1081. data/lib/buildium-ruby/models/update_e_pay_settings_for_association_request.rb +258 -0
  1082. data/lib/buildium-ruby/models/update_file_category_request.rb +251 -0
  1083. data/lib/buildium-ruby/models/update_file_request.rb +275 -0
  1084. data/lib/buildium-ruby/models/update_file_sharing_setting_request.rb +324 -0
  1085. data/lib/buildium-ruby/models/update_general_journal_entry_request.rb +272 -0
  1086. data/lib/buildium-ruby/models/update_gl_account_request.rb +371 -0
  1087. data/lib/buildium-ruby/models/update_lease_charge_request.rb +258 -0
  1088. data/lib/buildium-ruby/models/update_lease_ledger_payment_request.rb +327 -0
  1089. data/lib/buildium-ruby/models/update_lease_note_request.rb +250 -0
  1090. data/lib/buildium-ruby/models/update_lease_request.rb +330 -0
  1091. data/lib/buildium-ruby/models/update_ownership_account_charge_request.rb +258 -0
  1092. data/lib/buildium-ruby/models/update_ownership_account_deposit_withholding_request.rb +268 -0
  1093. data/lib/buildium-ruby/models/update_ownership_account_ledger_payment_request.rb +328 -0
  1094. data/lib/buildium-ruby/models/update_phone_log_request.rb +299 -0
  1095. data/lib/buildium-ruby/models/update_property_group_request.rb +277 -0
  1096. data/lib/buildium-ruby/models/update_reconciliation_balances_request.rb +261 -0
  1097. data/lib/buildium-ruby/models/update_reconciliation_request.rb +231 -0
  1098. data/lib/buildium-ruby/models/update_rent_schedule_request.rb +297 -0
  1099. data/lib/buildium-ruby/models/update_rental_appliance_request.rb +300 -0
  1100. data/lib/buildium-ruby/models/update_rental_features_request.rb +262 -0
  1101. data/lib/buildium-ruby/models/update_rental_image_request.rb +241 -0
  1102. data/lib/buildium-ruby/models/update_rental_owner_request.rb +362 -0
  1103. data/lib/buildium-ruby/models/update_rental_owner_request_task_contribution_data_request.rb +237 -0
  1104. data/lib/buildium-ruby/models/update_rental_owner_request_task_request.rb +396 -0
  1105. data/lib/buildium-ruby/models/update_rental_preferred_vendors_request.rb +233 -0
  1106. data/lib/buildium-ruby/models/update_rental_property_request.rb +368 -0
  1107. data/lib/buildium-ruby/models/update_rental_tenant_request.rb +419 -0
  1108. data/lib/buildium-ruby/models/update_rental_unit_features_request.rb +250 -0
  1109. data/lib/buildium-ruby/models/update_rental_unit_image_request.rb +241 -0
  1110. data/lib/buildium-ruby/models/update_rental_unit_request.rb +360 -0
  1111. data/lib/buildium-ruby/models/update_resource_request.rb +376 -0
  1112. data/lib/buildium-ruby/models/update_retail_cash_user_request.rb +231 -0
  1113. data/lib/buildium-ruby/models/update_task_category_request.rb +251 -0
  1114. data/lib/buildium-ruby/models/update_task_history_request.rb +250 -0
  1115. data/lib/buildium-ruby/models/update_to_do_task_request.rb +401 -0
  1116. data/lib/buildium-ruby/models/update_vendor_request.rb +372 -0
  1117. data/lib/buildium-ruby/models/update_work_order_request.rb +364 -0
  1118. data/lib/buildium-ruby/models/upload_task_history_file_request_async_request.rb +250 -0
  1119. data/lib/buildium-ruby/models/upsert_association_meter_reading_details_async_request.rb +297 -0
  1120. data/lib/buildium-ruby/models/upsert_listings_async_request.rb +291 -0
  1121. data/lib/buildium-ruby/models/user_message.rb +1 -1
  1122. data/lib/buildium-ruby/models/user_message_user_role.rb +257 -0
  1123. data/lib/buildium-ruby/models/vendor_category_save_message.rb +19 -0
  1124. data/lib/buildium-ruby/models/vendor_credit_line_item_message.rb +1 -1
  1125. data/lib/buildium-ruby/models/vendor_credit_line_item_message_accounting_entity.rb +290 -0
  1126. data/lib/buildium-ruby/models/vendor_credit_line_item_post_message.rb +1 -1
  1127. data/lib/buildium-ruby/models/vendor_credit_line_item_post_message_accounting_entity.rb +291 -0
  1128. data/lib/buildium-ruby/models/vendor_message.rb +4 -4
  1129. data/lib/buildium-ruby/models/vendor_message_address.rb +321 -0
  1130. data/lib/buildium-ruby/models/vendor_message_category.rb +235 -0
  1131. data/lib/buildium-ruby/models/vendor_message_tax_information.rb +310 -0
  1132. data/lib/buildium-ruby/models/vendor_message_vendor_insurance.rb +247 -0
  1133. data/lib/buildium-ruby/models/vendor_post_message.rb +4 -4
  1134. data/lib/buildium-ruby/models/vendor_post_message_address.rb +350 -0
  1135. data/lib/buildium-ruby/models/vendor_post_message_phone_numbers.rb +257 -0
  1136. data/lib/buildium-ruby/models/vendor_post_message_tax_information.rb +300 -0
  1137. data/lib/buildium-ruby/models/vendor_post_message_vendor_insurance.rb +247 -0
  1138. data/lib/buildium-ruby/models/vendor_put_message.rb +4 -4
  1139. data/lib/buildium-ruby/models/vendor_put_message_tax_information.rb +315 -0
  1140. data/lib/buildium-ruby/models/vendor_refund_line_message.rb +1 -1
  1141. data/lib/buildium-ruby/models/vendor_refund_line_message_accounting_entity.rb +290 -0
  1142. data/lib/buildium-ruby/models/vendor_refund_line_post_message.rb +1 -1
  1143. data/lib/buildium-ruby/models/vendor_refund_line_post_message_accounting_entity.rb +291 -0
  1144. data/lib/buildium-ruby/models/vendor_tax_information_message.rb +1 -1
  1145. data/lib/buildium-ruby/models/video_link_request_post_message.rb +19 -0
  1146. data/lib/buildium-ruby/models/work_order_message.rb +80 -4
  1147. data/lib/buildium-ruby/models/work_order_message_entry_contact.rb +239 -0
  1148. data/lib/buildium-ruby/models/work_order_message_task.rb +354 -0
  1149. data/lib/buildium-ruby/models/work_order_post_message.rb +15 -3
  1150. data/lib/buildium-ruby/models/work_order_post_message_task.rb +372 -0
  1151. data/lib/buildium-ruby/models/work_order_put_message.rb +14 -2
  1152. data/lib/buildium-ruby/models/work_order_task_message.rb +1 -1
  1153. data/lib/buildium-ruby/models/work_order_task_post_message.rb +19 -0
  1154. data/lib/buildium-ruby/version.rb +1 -1
  1155. data/lib/buildium-ruby.rb +366 -58
  1156. metadata +742 -1132
  1157. data/bin/swagger.json= +0 -60753
  1158. data/docs/AnnouncementSearchMessage.md +0 -26
  1159. data/docs/ApplicantGroupSearchMessage.md +0 -26
  1160. data/docs/ApplicantSearchMessage.md +0 -32
  1161. data/docs/AssociationApplianceSearchMessage.md +0 -20
  1162. data/docs/AssociationBoardMemberSearchMessage.md +0 -24
  1163. data/docs/AssociationOwnershipAccountSearchMessage.md +0 -30
  1164. data/docs/AssociationSearchMessage.md +0 -28
  1165. data/docs/AssociationUnitSearchMessage.md +0 -22
  1166. data/docs/AssociationUserSearchMessage.md +0 -34
  1167. data/docs/BankAccountCheckSearchMessage.md +0 -20
  1168. data/docs/BankAccountDepositSearchMessage.md +0 -20
  1169. data/docs/BankAccountQuickDepositSearchMessage.md +0 -20
  1170. data/docs/BankAccountSearchMessage.md +0 -22
  1171. data/docs/BankAccountTransactionSearchMessage.md +0 -24
  1172. data/docs/BankAccountTransferSearchMessage.md +0 -20
  1173. data/docs/BankAccountWithdrawalSearchMessage.md +0 -20
  1174. data/docs/BankLockboxDataSearchMessage.md +0 -18
  1175. data/docs/BillSearchMessage.md +0 -32
  1176. data/docs/BudgetSearchMessage.md +0 -22
  1177. data/docs/CancellationToken.md +0 -22
  1178. data/docs/ClientLeadSearchMessage.md +0 -26
  1179. data/docs/ContactRequestTaskSearchMessage.md +0 -40
  1180. data/docs/EmailSearchMessage.md +0 -26
  1181. data/docs/FileSearchMessage.md +0 -30
  1182. data/docs/GLAccountBalanceSearchMessage.md +0 -26
  1183. data/docs/GLAccountsSearchMessage.md +0 -18
  1184. data/docs/GeneralLedgerSearchMessage.md +0 -28
  1185. data/docs/GeneralLedgerTransactionSearchMessage.md +0 -26
  1186. data/docs/LeaseOutstandingBalanceSearchMessage.md +0 -30
  1187. data/docs/LeaseRenewalSearchMessage.md +0 -22
  1188. data/docs/LeaseSearchMessage.md +0 -40
  1189. data/docs/LeaseTransactionSearchMessage.md +0 -22
  1190. data/docs/ListingSearchMessage.md +0 -20
  1191. data/docs/MeterReadingDetailsDeleteSearchMessage.md +0 -20
  1192. data/docs/MeterReadingDetailsPutSearchMessage.md +0 -20
  1193. data/docs/MeterReadingDetailsSearchMessage.md +0 -20
  1194. data/docs/MeterReadingSearchMessage.md +0 -22
  1195. data/docs/NoteSearchMessage.md +0 -22
  1196. data/docs/OwnershipAccountOutstandingBalanceSearchMessage.md +0 -26
  1197. data/docs/PhoneLogSearchMessage.md +0 -32
  1198. data/docs/PropertyGroupSearchMessage.md +0 -20
  1199. data/docs/RentalApplianceSearchMessage.md +0 -20
  1200. data/docs/RentalOwnerRequestTaskSearchMessage.md +0 -40
  1201. data/docs/RentalOwnersSearchMessage.md +0 -30
  1202. data/docs/RentalSearchMessage.md +0 -32
  1203. data/docs/RentalUnitSearchMessage.md +0 -22
  1204. data/docs/ResidentCenterUserSearchMessage.md +0 -26
  1205. data/docs/ResidentRequestTaskSearchMessage.md +0 -42
  1206. data/docs/RetailCashUsersSearchMessage.md +0 -28
  1207. data/docs/SafeWaitHandle.md +0 -20
  1208. data/docs/TaskSearchMessage.md +0 -44
  1209. data/docs/TenantSearchMessage.md +0 -36
  1210. data/docs/ToDoTaskSearchMessage.md +0 -40
  1211. data/docs/UserSearchMessage.md +0 -26
  1212. data/docs/VendorSearchMessage.md +0 -32
  1213. data/docs/VendorTransactionSearchMessage.md +0 -26
  1214. data/docs/WaitHandle.md +0 -20
  1215. data/docs/WorkOrderSearchMessage.md +0 -54
  1216. data/lib/buildium-ruby/models/announcement_search_message.rb +0 -293
  1217. data/lib/buildium-ruby/models/applicant_group_search_message.rb +0 -297
  1218. data/lib/buildium-ruby/models/applicant_search_message.rb +0 -327
  1219. data/lib/buildium-ruby/models/association_appliance_search_message.rb +0 -233
  1220. data/lib/buildium-ruby/models/association_board_member_search_message.rb +0 -275
  1221. data/lib/buildium-ruby/models/association_ownership_account_search_message.rb +0 -309
  1222. data/lib/buildium-ruby/models/association_search_message.rb +0 -308
  1223. data/lib/buildium-ruby/models/association_unit_search_message.rb +0 -242
  1224. data/lib/buildium-ruby/models/association_user_search_message.rb +0 -325
  1225. data/lib/buildium-ruby/models/bank_account_check_search_message.rb +0 -239
  1226. data/lib/buildium-ruby/models/bank_account_deposit_search_message.rb +0 -239
  1227. data/lib/buildium-ruby/models/bank_account_quick_deposit_search_message.rb +0 -239
  1228. data/lib/buildium-ruby/models/bank_account_search_message.rb +0 -276
  1229. data/lib/buildium-ruby/models/bank_account_transaction_search_message.rb +0 -293
  1230. data/lib/buildium-ruby/models/bank_account_transfer_search_message.rb +0 -239
  1231. data/lib/buildium-ruby/models/bank_account_withdrawal_search_message.rb +0 -239
  1232. data/lib/buildium-ruby/models/bank_lockbox_data_search_message.rb +0 -221
  1233. data/lib/buildium-ruby/models/bill_search_message.rb +0 -337
  1234. data/lib/buildium-ruby/models/budget_search_message.rb +0 -241
  1235. data/lib/buildium-ruby/models/cancellation_token.rb +0 -236
  1236. data/lib/buildium-ruby/models/client_lead_search_message.rb +0 -286
  1237. data/lib/buildium-ruby/models/contact_request_task_search_message.rb +0 -367
  1238. data/lib/buildium-ruby/models/email_search_message.rb +0 -269
  1239. data/lib/buildium-ruby/models/file_search_message.rb +0 -316
  1240. data/lib/buildium-ruby/models/general_ledger_search_message.rb +0 -337
  1241. data/lib/buildium-ruby/models/general_ledger_transaction_search_message.rb +0 -311
  1242. data/lib/buildium-ruby/models/gl_account_balance_search_message.rb +0 -318
  1243. data/lib/buildium-ruby/models/gl_accounts_search_message.rb +0 -244
  1244. data/lib/buildium-ruby/models/lease_outstanding_balance_search_message.rb +0 -346
  1245. data/lib/buildium-ruby/models/lease_renewal_search_message.rb +0 -273
  1246. data/lib/buildium-ruby/models/lease_search_message.rb +0 -360
  1247. data/lib/buildium-ruby/models/lease_transaction_search_message.rb +0 -264
  1248. data/lib/buildium-ruby/models/listing_search_message.rb +0 -263
  1249. data/lib/buildium-ruby/models/meter_reading_details_delete_search_message.rb +0 -273
  1250. data/lib/buildium-ruby/models/meter_reading_details_put_search_message.rb +0 -263
  1251. data/lib/buildium-ruby/models/meter_reading_details_search_message.rb +0 -273
  1252. data/lib/buildium-ruby/models/meter_reading_search_message.rb +0 -273
  1253. data/lib/buildium-ruby/models/note_search_message.rb +0 -239
  1254. data/lib/buildium-ruby/models/ownership_account_outstanding_balance_search_message.rb +0 -309
  1255. data/lib/buildium-ruby/models/phone_log_search_message.rb +0 -337
  1256. data/lib/buildium-ruby/models/property_group_search_message.rb +0 -231
  1257. data/lib/buildium-ruby/models/rental_appliance_search_message.rb +0 -233
  1258. data/lib/buildium-ruby/models/rental_owner_request_task_search_message.rb +0 -367
  1259. data/lib/buildium-ruby/models/rental_owners_search_message.rb +0 -315
  1260. data/lib/buildium-ruby/models/rental_search_message.rb +0 -331
  1261. data/lib/buildium-ruby/models/rental_unit_search_message.rb +0 -241
  1262. data/lib/buildium-ruby/models/resident_center_user_search_message.rb +0 -289
  1263. data/lib/buildium-ruby/models/resident_request_task_search_message.rb +0 -377
  1264. data/lib/buildium-ruby/models/retail_cash_users_search_message.rb +0 -305
  1265. data/lib/buildium-ruby/models/safe_wait_handle.rb +0 -227
  1266. data/lib/buildium-ruby/models/task_search_message.rb +0 -399
  1267. data/lib/buildium-ruby/models/tenant_search_message.rb +0 -340
  1268. data/lib/buildium-ruby/models/to_do_task_search_message.rb +0 -367
  1269. data/lib/buildium-ruby/models/user_search_message.rb +0 -298
  1270. data/lib/buildium-ruby/models/vendor_search_message.rb +0 -335
  1271. data/lib/buildium-ruby/models/vendor_transaction_search_message.rb +0 -293
  1272. data/lib/buildium-ruby/models/wait_handle.rb +0 -227
  1273. data/lib/buildium-ruby/models/work_order_search_message.rb +0 -453
  1274. data/lib/buildium-ruby.rb= +0 -535
  1275. data/spec/api/administration_api_spec.rb +0 -114
  1276. data/spec/api/appliances_api_spec.rb +0 -141
  1277. data/spec/api/applicants_api_spec.rb +0 -294
  1278. data/spec/api/association_meter_readings_api_spec.rb +0 -96
  1279. data/spec/api/association_owners_api_spec.rb +0 -195
  1280. data/spec/api/association_tenants_api_spec.rb +0 -153
  1281. data/spec/api/association_units_api_spec.rb +0 -147
  1282. data/spec/api/associations_api_spec.rb +0 -242
  1283. data/spec/api/bank_accounts_api_spec.rb +0 -493
  1284. data/spec/api/bills_api_spec.rb +0 -214
  1285. data/spec/api/board_members_api_spec.rb +0 -107
  1286. data/spec/api/budgets_api_spec.rb +0 -89
  1287. data/spec/api/client_leads_api_spec.rb +0 -66
  1288. data/spec/api/communications_api_spec.rb +0 -248
  1289. data/spec/api/contact_requests_api_spec.rb +0 -98
  1290. data/spec/api/files_api_spec.rb +0 -181
  1291. data/spec/api/general_ledger_api_spec.rb +0 -182
  1292. data/spec/api/lease_transactions_api_spec.rb +0 -312
  1293. data/spec/api/leases_api_spec.rb +0 -349
  1294. data/spec/api/listings_api_spec.rb +0 -139
  1295. data/spec/api/ownership_account_transactions_api_spec.rb +0 -297
  1296. data/spec/api/ownership_accounts_api_spec.rb +0 -151
  1297. data/spec/api/property_groups_api_spec.rb +0 -88
  1298. data/spec/api/rental_appliances_api_spec.rb +0 -141
  1299. data/spec/api/rental_meter_readings_api_spec.rb +0 -96
  1300. data/spec/api/rental_owner_requests_api_spec.rb +0 -123
  1301. data/spec/api/rental_owners_api_spec.rb +0 -151
  1302. data/spec/api/rental_properties_api_spec.rb +0 -361
  1303. data/spec/api/rental_tenants_api_spec.rb +0 -154
  1304. data/spec/api/rental_units_api_spec.rb +0 -279
  1305. data/spec/api/resident_center_api_spec.rb +0 -101
  1306. data/spec/api/resident_requests_api_spec.rb +0 -99
  1307. data/spec/api/tasks_api_spec.rb +0 -240
  1308. data/spec/api/to_do_requests_api_spec.rb +0 -98
  1309. data/spec/api/vendors_api_spec.rb +0 -275
  1310. data/spec/api/work_orders_api_spec.rb +0 -105
  1311. data/spec/models/account_info_message_spec.rb +0 -58
  1312. data/spec/models/accounting_entity_message_spec.rb +0 -56
  1313. data/spec/models/accounting_entity_save_message_spec.rb +0 -50
  1314. data/spec/models/accounting_lock_period_message_spec.rb +0 -46
  1315. data/spec/models/accounting_settings_message_spec.rb +0 -72
  1316. data/spec/models/address_message_spec.rb +0 -74
  1317. data/spec/models/all_tasks_message_spec.rb +0 -130
  1318. data/spec/models/announcement_message_spec.rb +0 -74
  1319. data/spec/models/announcement_post_message_spec.rb +0 -64
  1320. data/spec/models/announcement_search_message_spec.rb +0 -62
  1321. data/spec/models/announcement_sender_message_spec.rb +0 -46
  1322. data/spec/models/api_error_response_spec.rb +0 -46
  1323. data/spec/models/appliance_message_spec.rb +0 -58
  1324. data/spec/models/applicant_application_message_spec.rb +0 -56
  1325. data/spec/models/applicant_group_message_spec.rb +0 -62
  1326. data/spec/models/applicant_group_post_message_spec.rb +0 -40
  1327. data/spec/models/applicant_group_put_message_spec.rb +0 -50
  1328. data/spec/models/applicant_group_search_message_spec.rb +0 -66
  1329. data/spec/models/applicant_message_spec.rb +0 -98
  1330. data/spec/models/applicant_post_message_spec.rb +0 -64
  1331. data/spec/models/applicant_put_message_spec.rb +0 -58
  1332. data/spec/models/applicant_search_message_spec.rb +0 -84
  1333. data/spec/models/application_message_spec.rb +0 -62
  1334. data/spec/models/application_put_message_spec.rb +0 -38
  1335. data/spec/models/application_response_field_message_spec.rb +0 -60
  1336. data/spec/models/application_response_message_spec.rb +0 -50
  1337. data/spec/models/application_section_response_message_spec.rb +0 -34
  1338. data/spec/models/applied_vendor_credit_message_spec.rb +0 -40
  1339. data/spec/models/association_appliance_message_spec.rb +0 -76
  1340. data/spec/models/association_appliance_post_message_spec.rb +0 -76
  1341. data/spec/models/association_appliance_put_message_spec.rb +0 -64
  1342. data/spec/models/association_appliance_search_message_spec.rb +0 -40
  1343. data/spec/models/association_appliance_service_history_message_spec.rb +0 -56
  1344. data/spec/models/association_appliance_service_history_post_message_spec.rb +0 -50
  1345. data/spec/models/association_board_member_message_spec.rb +0 -92
  1346. data/spec/models/association_board_member_post_message_spec.rb +0 -56
  1347. data/spec/models/association_board_member_put_message_spec.rb +0 -50
  1348. data/spec/models/association_board_member_search_message_spec.rb +0 -60
  1349. data/spec/models/association_message_spec.rb +0 -106
  1350. data/spec/models/association_owner_board_term_message_spec.rb +0 -68
  1351. data/spec/models/association_owner_board_term_post_message_spec.rb +0 -50
  1352. data/spec/models/association_owner_message_spec.rb +0 -144
  1353. data/spec/models/association_owner_post_message_spec.rb +0 -116
  1354. data/spec/models/association_owner_put_message_spec.rb +0 -98
  1355. data/spec/models/association_owner_to_existing_ownership_account_post_message_spec.rb +0 -128
  1356. data/spec/models/association_owner_unit_occupancy_put_message_spec.rb +0 -34
  1357. data/spec/models/association_owner_unit_occupancy_status_message_spec.rb +0 -40
  1358. data/spec/models/association_ownership_account_message_spec.rb +0 -90
  1359. data/spec/models/association_ownership_account_post_message_spec.rb +0 -80
  1360. data/spec/models/association_ownership_account_put_message_spec.rb +0 -34
  1361. data/spec/models/association_ownership_account_search_message_spec.rb +0 -78
  1362. data/spec/models/association_post_message_spec.rb +0 -82
  1363. data/spec/models/association_preferred_vendor_message_spec.rb +0 -82
  1364. data/spec/models/association_preferred_vendor_put_message_spec.rb +0 -34
  1365. data/spec/models/association_put_message_spec.rb +0 -82
  1366. data/spec/models/association_search_message_spec.rb +0 -68
  1367. data/spec/models/association_tax_information_message_spec.rb +0 -62
  1368. data/spec/models/association_tenant_message_spec.rb +0 -112
  1369. data/spec/models/association_tenant_post_message_spec.rb +0 -106
  1370. data/spec/models/association_tenant_put_message_spec.rb +0 -94
  1371. data/spec/models/association_unit_message_spec.rb +0 -84
  1372. data/spec/models/association_unit_put_message_spec.rb +0 -66
  1373. data/spec/models/association_unit_search_message_spec.rb +0 -46
  1374. data/spec/models/association_units_post_message_spec.rb +0 -72
  1375. data/spec/models/association_user_search_message_spec.rb +0 -86
  1376. data/spec/models/bank_account_check_accounting_entity_save_message_spec.rb +0 -50
  1377. data/spec/models/bank_account_check_file_message_spec.rb +0 -64
  1378. data/spec/models/bank_account_check_line_message_spec.rb +0 -64
  1379. data/spec/models/bank_account_check_line_save_message_spec.rb +0 -58
  1380. data/spec/models/bank_account_check_message_spec.rb +0 -70
  1381. data/spec/models/bank_account_check_payee_message_spec.rb +0 -50
  1382. data/spec/models/bank_account_check_payee_save_message_spec.rb +0 -44
  1383. data/spec/models/bank_account_check_post_message_spec.rb +0 -58
  1384. data/spec/models/bank_account_check_put_message_spec.rb +0 -58
  1385. data/spec/models/bank_account_check_search_message_spec.rb +0 -40
  1386. data/spec/models/bank_account_deposit_line_message_spec.rb +0 -64
  1387. data/spec/models/bank_account_deposit_line_save_message_spec.rb +0 -58
  1388. data/spec/models/bank_account_deposit_message_spec.rb +0 -64
  1389. data/spec/models/bank_account_deposit_post_message_spec.rb +0 -52
  1390. data/spec/models/bank_account_deposit_put_message_spec.rb +0 -46
  1391. data/spec/models/bank_account_deposit_search_message_spec.rb +0 -40
  1392. data/spec/models/bank_account_message_spec.rb +0 -110
  1393. data/spec/models/bank_account_post_message_spec.rb +0 -78
  1394. data/spec/models/bank_account_put_message_spec.rb +0 -78
  1395. data/spec/models/bank_account_quick_deposit_message_spec.rb +0 -64
  1396. data/spec/models/bank_account_quick_deposit_save_message_spec.rb +0 -58
  1397. data/spec/models/bank_account_quick_deposit_search_message_spec.rb +0 -40
  1398. data/spec/models/bank_account_search_message_spec.rb +0 -50
  1399. data/spec/models/bank_account_transaction_message_spec.rb +0 -96
  1400. data/spec/models/bank_account_transaction_search_message_spec.rb +0 -56
  1401. data/spec/models/bank_account_transfer_accounting_entity_save_message_spec.rb +0 -50
  1402. data/spec/models/bank_account_transfer_message_spec.rb +0 -64
  1403. data/spec/models/bank_account_transfer_save_message_spec.rb +0 -58
  1404. data/spec/models/bank_account_transfer_search_message_spec.rb +0 -40
  1405. data/spec/models/bank_account_withdrawal_message_spec.rb +0 -64
  1406. data/spec/models/bank_account_withdrawal_save_message_spec.rb +0 -58
  1407. data/spec/models/bank_account_withdrawal_search_message_spec.rb +0 -40
  1408. data/spec/models/bank_lockbox_data_association_message_spec.rb +0 -46
  1409. data/spec/models/bank_lockbox_data_association_owner_message_spec.rb +0 -74
  1410. data/spec/models/bank_lockbox_data_message_spec.rb +0 -40
  1411. data/spec/models/bank_lockbox_data_ownership_account_message_spec.rb +0 -62
  1412. data/spec/models/bank_lockbox_data_search_message_spec.rb +0 -34
  1413. data/spec/models/bill_file_message_spec.rb +0 -64
  1414. data/spec/models/bill_line_message_spec.rb +0 -64
  1415. data/spec/models/bill_line_post_message_spec.rb +0 -58
  1416. data/spec/models/bill_line_put_message_spec.rb +0 -64
  1417. data/spec/models/bill_markup_message_spec.rb +0 -44
  1418. data/spec/models/bill_markup_save_message_spec.rb +0 -44
  1419. data/spec/models/bill_message_spec.rb +0 -92
  1420. data/spec/models/bill_payment_accounting_entity_message_spec.rb +0 -50
  1421. data/spec/models/bill_payment_line_message_spec.rb +0 -46
  1422. data/spec/models/bill_payment_line_post_message_spec.rb +0 -40
  1423. data/spec/models/bill_payment_message_spec.rb +0 -76
  1424. data/spec/models/bill_payment_post_message_spec.rb +0 -58
  1425. data/spec/models/bill_post_message_spec.rb +0 -70
  1426. data/spec/models/bill_put_message_spec.rb +0 -64
  1427. data/spec/models/bill_search_message_spec.rb +0 -88
  1428. data/spec/models/budget_details_message_spec.rb +0 -56
  1429. data/spec/models/budget_details_save_message_spec.rb +0 -40
  1430. data/spec/models/budget_message_spec.rb +0 -64
  1431. data/spec/models/budget_monthly_amounts_message_spec.rb +0 -100
  1432. data/spec/models/budget_monthly_amounts_save_message_spec.rb +0 -100
  1433. data/spec/models/budget_post_message_spec.rb +0 -62
  1434. data/spec/models/budget_put_message_spec.rb +0 -40
  1435. data/spec/models/budget_search_message_spec.rb +0 -46
  1436. data/spec/models/cancellation_token_spec.rb +0 -46
  1437. data/spec/models/cc_payments_message_spec.rb +0 -34
  1438. data/spec/models/cc_payments_put_message_spec.rb +0 -34
  1439. data/spec/models/charge_recurring_transaction_post_message_spec.rb +0 -84
  1440. data/spec/models/charge_recurring_transaction_put_message_spec.rb +0 -90
  1441. data/spec/models/check_printing_info_message_spec.rb +0 -122
  1442. data/spec/models/check_printing_info_post_message_spec.rb +0 -122
  1443. data/spec/models/check_printing_info_put_message_spec.rb +0 -122
  1444. data/spec/models/client_lead_credit_request_message_spec.rb +0 -60
  1445. data/spec/models/client_lead_message_spec.rb +0 -102
  1446. data/spec/models/client_lead_search_message_spec.rb +0 -66
  1447. data/spec/models/contact_detail_message_spec.rb +0 -52
  1448. data/spec/models/contact_detail_phone_message_spec.rb +0 -46
  1449. data/spec/models/contact_detail_save_message_spec.rb +0 -52
  1450. data/spec/models/contact_detail_save_phone_message_spec.rb +0 -46
  1451. data/spec/models/contact_info_message_spec.rb +0 -52
  1452. data/spec/models/contact_request_task_message_spec.rb +0 -114
  1453. data/spec/models/contact_request_task_post_message_spec.rb +0 -102
  1454. data/spec/models/contact_request_task_put_message_spec.rb +0 -102
  1455. data/spec/models/contact_request_task_search_message_spec.rb +0 -112
  1456. data/spec/models/cosigner_message_spec.rb +0 -92
  1457. data/spec/models/created_by_user_message_spec.rb +0 -52
  1458. data/spec/models/credit_recurring_transaction_post_message_spec.rb +0 -100
  1459. data/spec/models/deposit_detail_message_spec.rb +0 -40
  1460. data/spec/models/e_pay_settings_message_spec.rb +0 -46
  1461. data/spec/models/e_pay_settings_put_message_spec.rb +0 -46
  1462. data/spec/models/eft_payments_message_spec.rb +0 -34
  1463. data/spec/models/eft_payments_put_message_spec.rb +0 -34
  1464. data/spec/models/electronic_payments_message_spec.rb +0 -76
  1465. data/spec/models/email_message_spec.rb +0 -52
  1466. data/spec/models/email_post_message_spec.rb +0 -70
  1467. data/spec/models/email_recipient_message_spec.rb +0 -62
  1468. data/spec/models/email_search_message_spec.rb +0 -58
  1469. data/spec/models/email_sender_message_spec.rb +0 -52
  1470. data/spec/models/emergency_contact_message_spec.rb +0 -52
  1471. data/spec/models/file_category_message_spec.rb +0 -46
  1472. data/spec/models/file_category_post_message_spec.rb +0 -34
  1473. data/spec/models/file_category_put_message_spec.rb +0 -34
  1474. data/spec/models/file_download_message_spec.rb +0 -34
  1475. data/spec/models/file_entity_message_spec.rb +0 -50
  1476. data/spec/models/file_message_spec.rb +0 -82
  1477. data/spec/models/file_name_post_message_spec.rb +0 -34
  1478. data/spec/models/file_put_message_spec.rb +0 -46
  1479. data/spec/models/file_search_message_spec.rb +0 -74
  1480. data/spec/models/file_sharing_account_message_spec.rb +0 -58
  1481. data/spec/models/file_sharing_account_put_message_spec.rb +0 -58
  1482. data/spec/models/file_sharing_association_message_spec.rb +0 -40
  1483. data/spec/models/file_sharing_association_owner_message_spec.rb +0 -34
  1484. data/spec/models/file_sharing_association_owner_put_message_spec.rb +0 -34
  1485. data/spec/models/file_sharing_association_put_message_spec.rb +0 -40
  1486. data/spec/models/file_sharing_association_unit_message_spec.rb +0 -40
  1487. data/spec/models/file_sharing_association_unit_put_message_spec.rb +0 -40
  1488. data/spec/models/file_sharing_committee_message_spec.rb +0 -46
  1489. data/spec/models/file_sharing_committee_put_message_spec.rb +0 -46
  1490. data/spec/models/file_sharing_lease_message_spec.rb +0 -40
  1491. data/spec/models/file_sharing_lease_put_message_spec.rb +0 -40
  1492. data/spec/models/file_sharing_message_spec.rb +0 -100
  1493. data/spec/models/file_sharing_ownership_account_message_spec.rb +0 -40
  1494. data/spec/models/file_sharing_ownership_account_put_message_spec.rb +0 -40
  1495. data/spec/models/file_sharing_put_message_spec.rb +0 -100
  1496. data/spec/models/file_sharing_rental_message_spec.rb +0 -40
  1497. data/spec/models/file_sharing_rental_owner_message_spec.rb +0 -34
  1498. data/spec/models/file_sharing_rental_owner_put_message_spec.rb +0 -34
  1499. data/spec/models/file_sharing_rental_put_message_spec.rb +0 -40
  1500. data/spec/models/file_sharing_rental_unit_mesage_spec.rb +0 -40
  1501. data/spec/models/file_sharing_rental_unit_put_mesage_spec.rb +0 -40
  1502. data/spec/models/file_sharing_tenant_message_spec.rb +0 -40
  1503. data/spec/models/file_sharing_tenant_put_message_spec.rb +0 -40
  1504. data/spec/models/file_sharing_vendor_message_spec.rb +0 -34
  1505. data/spec/models/file_sharing_vendor_put_message_spec.rb +0 -34
  1506. data/spec/models/file_upload_post_message_spec.rb +0 -68
  1507. data/spec/models/file_upload_ticket_message_spec.rb +0 -46
  1508. data/spec/models/general_journal_entry_line_save_message_spec.rb +0 -56
  1509. data/spec/models/general_journal_entry_post_message_spec.rb +0 -52
  1510. data/spec/models/general_journal_entry_put_message_spec.rb +0 -52
  1511. data/spec/models/general_ledger_entry_message_spec.rb +0 -74
  1512. data/spec/models/general_ledger_journal_line_message_spec.rb +0 -64
  1513. data/spec/models/general_ledger_journal_message_spec.rb +0 -40
  1514. data/spec/models/general_ledger_message_spec.rb +0 -58
  1515. data/spec/models/general_ledger_search_message_spec.rb +0 -72
  1516. data/spec/models/general_ledger_transaction_message_spec.rb +0 -98
  1517. data/spec/models/general_ledger_transaction_search_message_spec.rb +0 -62
  1518. data/spec/models/gl_account_balance_item_message_spec.rb +0 -40
  1519. data/spec/models/gl_account_balance_message_spec.rb +0 -46
  1520. data/spec/models/gl_account_balance_search_message_spec.rb +0 -66
  1521. data/spec/models/gl_account_message_spec.rb +0 -130
  1522. data/spec/models/gl_account_post_message_spec.rb +0 -84
  1523. data/spec/models/gl_account_put_message_spec.rb +0 -84
  1524. data/spec/models/gl_accounts_search_message_spec.rb +0 -38
  1525. data/spec/models/gl_transaction_message_v1_spec.rb +0 -58
  1526. data/spec/models/image_reorder_request_put_message_spec.rb +0 -34
  1527. data/spec/models/insured_tenant_message_spec.rb +0 -52
  1528. data/spec/models/internal_transaction_status_message_spec.rb +0 -46
  1529. data/spec/models/journal_line_message_spec.rb +0 -70
  1530. data/spec/models/journal_message_spec.rb +0 -40
  1531. data/spec/models/json_patch_operation_spec.rb +0 -52
  1532. data/spec/models/last_updated_by_user_message_spec.rb +0 -58
  1533. data/spec/models/lease_account_detail_message_spec.rb +0 -40
  1534. data/spec/models/lease_auto_allocated_payment_post_message_spec.rb +0 -74
  1535. data/spec/models/lease_charge_line_save_message_spec.rb +0 -46
  1536. data/spec/models/lease_charge_post_message_spec.rb +0 -46
  1537. data/spec/models/lease_charge_put_message_spec.rb +0 -46
  1538. data/spec/models/lease_charge_recurring_transaction_message_spec.rb +0 -108
  1539. data/spec/models/lease_cosigner_post_message_spec.rb +0 -80
  1540. data/spec/models/lease_ledger_credit_line_post_message_spec.rb +0 -40
  1541. data/spec/models/lease_ledger_credit_post_message_spec.rb +0 -62
  1542. data/spec/models/lease_ledger_deposit_withholding_line_post_message_spec.rb +0 -40
  1543. data/spec/models/lease_ledger_deposit_withholding_post_message_spec.rb +0 -52
  1544. data/spec/models/lease_ledger_payment_line_save_message_spec.rb +0 -40
  1545. data/spec/models/lease_ledger_payment_post_message_spec.rb +0 -74
  1546. data/spec/models/lease_ledger_payment_put_message_spec.rb +0 -68
  1547. data/spec/models/lease_ledger_refund_line_message_spec.rb +0 -40
  1548. data/spec/models/lease_ledger_refund_line_post_message_spec.rb +0 -40
  1549. data/spec/models/lease_ledger_refund_message_spec.rb +0 -82
  1550. data/spec/models/lease_ledger_refund_post_message_spec.rb +0 -70
  1551. data/spec/models/lease_ledger_reverse_payment_nsf_charge_post_message_spec.rb +0 -40
  1552. data/spec/models/lease_ledger_reverse_payment_other_bank_charge_post_message_spec.rb +0 -40
  1553. data/spec/models/lease_ledger_reverse_payment_post_message_spec.rb +0 -52
  1554. data/spec/models/lease_message_spec.rb +0 -170
  1555. data/spec/models/lease_move_out_data_message_spec.rb +0 -46
  1556. data/spec/models/lease_move_out_data_post_message_spec.rb +0 -46
  1557. data/spec/models/lease_outstanding_balance_message_spec.rb +0 -100
  1558. data/spec/models/lease_outstanding_balance_search_message_spec.rb +0 -90
  1559. data/spec/models/lease_post_message_spec.rb +0 -110
  1560. data/spec/models/lease_put_message_spec.rb +0 -68
  1561. data/spec/models/lease_recurring_credit_message_spec.rb +0 -124
  1562. data/spec/models/lease_recurring_payment_message_spec.rb +0 -118
  1563. data/spec/models/lease_renewal_message_spec.rb +0 -84
  1564. data/spec/models/lease_renewal_post_message_spec.rb +0 -98
  1565. data/spec/models/lease_renewal_search_message_spec.rb +0 -50
  1566. data/spec/models/lease_rent_charge_message_spec.rb +0 -70
  1567. data/spec/models/lease_rent_charge_post_message_spec.rb +0 -52
  1568. data/spec/models/lease_rent_message_spec.rb +0 -86
  1569. data/spec/models/lease_rent_post_message_spec.rb +0 -44
  1570. data/spec/models/lease_search_message_spec.rb +0 -108
  1571. data/spec/models/lease_security_deposit_post_message_spec.rb +0 -40
  1572. data/spec/models/lease_tenant_message_spec.rb +0 -50
  1573. data/spec/models/lease_transaction_message_spec.rb +0 -92
  1574. data/spec/models/lease_transaction_search_message_spec.rb +0 -50
  1575. data/spec/models/listing_contact_message_spec.rb +0 -58
  1576. data/spec/models/listing_contact_save_message_spec.rb +0 -52
  1577. data/spec/models/listing_entity_file_post_message_spec.rb +0 -46
  1578. data/spec/models/listing_file_message_spec.rb +0 -50
  1579. data/spec/models/listing_message_spec.rb +0 -88
  1580. data/spec/models/listing_property_message_spec.rb +0 -90
  1581. data/spec/models/listing_put_message_spec.rb +0 -64
  1582. data/spec/models/listing_search_message_spec.rb +0 -44
  1583. data/spec/models/listing_unit_message_spec.rb +0 -100
  1584. data/spec/models/lock_period_settings_global_message_spec.rb +0 -34
  1585. data/spec/models/lock_period_settings_overrides_message_spec.rb +0 -40
  1586. data/spec/models/logged_by_staff_user_message_spec.rb +0 -52
  1587. data/spec/models/lookup_message_spec.rb +0 -40
  1588. data/spec/models/mailing_template_message_spec.rb +0 -56
  1589. data/spec/models/meter_reading_detail_message_spec.rb +0 -64
  1590. data/spec/models/meter_reading_detail_put_message_spec.rb +0 -52
  1591. data/spec/models/meter_reading_details_delete_search_message_spec.rb +0 -44
  1592. data/spec/models/meter_reading_details_message_spec.rb +0 -50
  1593. data/spec/models/meter_reading_details_put_message_spec.rb +0 -50
  1594. data/spec/models/meter_reading_details_put_search_message_spec.rb +0 -44
  1595. data/spec/models/meter_reading_details_search_message_spec.rb +0 -44
  1596. data/spec/models/meter_reading_message_spec.rb +0 -62
  1597. data/spec/models/meter_reading_search_message_spec.rb +0 -50
  1598. data/spec/models/multiple_bill_payments_post_message_spec.rb +0 -58
  1599. data/spec/models/note_message_spec.rb +0 -46
  1600. data/spec/models/note_post_message_spec.rb +0 -34
  1601. data/spec/models/note_put_message_spec.rb +0 -34
  1602. data/spec/models/note_search_message_spec.rb +0 -46
  1603. data/spec/models/offline_payments_message_spec.rb +0 -46
  1604. data/spec/models/offline_payments_put_message_spec.rb +0 -46
  1605. data/spec/models/outstanding_balances_line_message_spec.rb +0 -40
  1606. data/spec/models/ownership_account_auto_allocated_payment_post_message_spec.rb +0 -74
  1607. data/spec/models/ownership_account_charge_recurring_transaction_message_spec.rb +0 -108
  1608. data/spec/models/ownership_account_credit_line_post_message_spec.rb +0 -40
  1609. data/spec/models/ownership_account_credit_post_message_spec.rb +0 -62
  1610. data/spec/models/ownership_account_deposit_withholding_line_post_message_spec.rb +0 -40
  1611. data/spec/models/ownership_account_deposit_withholding_post_message_spec.rb +0 -52
  1612. data/spec/models/ownership_account_ledger_charge_lines_put_message_spec.rb +0 -46
  1613. data/spec/models/ownership_account_ledger_charge_lines_save_message_spec.rb +0 -40
  1614. data/spec/models/ownership_account_ledger_charge_post_message_spec.rb +0 -46
  1615. data/spec/models/ownership_account_ledger_charge_put_message_spec.rb +0 -46
  1616. data/spec/models/ownership_account_ledger_payment_line_save_message_spec.rb +0 -40
  1617. data/spec/models/ownership_account_ledger_payment_post_message_spec.rb +0 -74
  1618. data/spec/models/ownership_account_ledger_payment_put_message_spec.rb +0 -68
  1619. data/spec/models/ownership_account_outstanding_balance_message_spec.rb +0 -88
  1620. data/spec/models/ownership_account_outstanding_balance_search_message_spec.rb +0 -70
  1621. data/spec/models/ownership_account_recurring_credit_message_spec.rb +0 -124
  1622. data/spec/models/ownership_account_recurring_payment_message_spec.rb +0 -118
  1623. data/spec/models/ownership_account_refund_line_message_spec.rb +0 -40
  1624. data/spec/models/ownership_account_refund_lines_post_message_spec.rb +0 -40
  1625. data/spec/models/ownership_account_refund_message_spec.rb +0 -82
  1626. data/spec/models/ownership_account_refund_post_message_spec.rb +0 -70
  1627. data/spec/models/ownership_account_transaction_message_spec.rb +0 -92
  1628. data/spec/models/paid_by_message_spec.rb +0 -40
  1629. data/spec/models/participant_message_spec.rb +0 -46
  1630. data/spec/models/participant_resource_message_spec.rb +0 -44
  1631. data/spec/models/payee_message_spec.rb +0 -56
  1632. data/spec/models/payment_detail_message_spec.rb +0 -56
  1633. data/spec/models/payment_recurring_transaction_post_message_spec.rb +0 -94
  1634. data/spec/models/payment_transactions_message_spec.rb +0 -46
  1635. data/spec/models/phone_log_message_spec.rb +0 -64
  1636. data/spec/models/phone_log_participant_post_message_spec.rb +0 -50
  1637. data/spec/models/phone_log_participant_unit_agreement_post_message_spec.rb +0 -44
  1638. data/spec/models/phone_log_post_message_spec.rb +0 -52
  1639. data/spec/models/phone_log_put_message_spec.rb +0 -46
  1640. data/spec/models/phone_log_search_message_spec.rb +0 -84
  1641. data/spec/models/phone_number_message_spec.rb +0 -44
  1642. data/spec/models/phone_numbers_message_spec.rb +0 -52
  1643. data/spec/models/property_group_message_spec.rb +0 -58
  1644. data/spec/models/property_group_post_message_spec.rb +0 -46
  1645. data/spec/models/property_group_put_message_spec.rb +0 -46
  1646. data/spec/models/property_group_search_message_spec.rb +0 -40
  1647. data/spec/models/property_manager_message_spec.rb +0 -76
  1648. data/spec/models/property_message_spec.rb +0 -50
  1649. data/spec/models/recurring_transaction_line_message_spec.rb +0 -40
  1650. data/spec/models/recurring_transaction_line_post_message_spec.rb +0 -40
  1651. data/spec/models/recurring_transaction_message_spec.rb +0 -112
  1652. data/spec/models/rental_appliance_message_spec.rb +0 -76
  1653. data/spec/models/rental_appliance_post_message_spec.rb +0 -76
  1654. data/spec/models/rental_appliance_put_message_spec.rb +0 -64
  1655. data/spec/models/rental_appliance_search_message_spec.rb +0 -40
  1656. data/spec/models/rental_appliance_service_history_message_spec.rb +0 -56
  1657. data/spec/models/rental_appliance_service_history_post_message_spec.rb +0 -50
  1658. data/spec/models/rental_features_message_spec.rb +0 -48
  1659. data/spec/models/rental_features_put_message_spec.rb +0 -48
  1660. data/spec/models/rental_image_message_spec.rb +0 -62
  1661. data/spec/models/rental_image_put_message_spec.rb +0 -40
  1662. data/spec/models/rental_message_spec.rb +0 -108
  1663. data/spec/models/rental_owner_contribution_data_message_spec.rb +0 -40
  1664. data/spec/models/rental_owner_contribution_data_put_message_spec.rb +0 -40
  1665. data/spec/models/rental_owner_contribution_message_spec.rb +0 -40
  1666. data/spec/models/rental_owner_contribution_put_message_spec.rb +0 -40
  1667. data/spec/models/rental_owner_contribution_reminder_message_spec.rb +0 -40
  1668. data/spec/models/rental_owner_contribution_reminder_put_message_spec.rb +0 -40
  1669. data/spec/models/rental_owner_message_spec.rb +0 -118
  1670. data/spec/models/rental_owner_post_message_spec.rb +0 -112
  1671. data/spec/models/rental_owner_put_message_spec.rb +0 -106
  1672. data/spec/models/rental_owner_request_task_message_spec.rb +0 -114
  1673. data/spec/models/rental_owner_request_task_post_message_spec.rb +0 -102
  1674. data/spec/models/rental_owner_request_task_put_message_spec.rb +0 -96
  1675. data/spec/models/rental_owner_request_task_search_message_spec.rb +0 -112
  1676. data/spec/models/rental_owner_tax_information_message_spec.rb +0 -68
  1677. data/spec/models/rental_owners_search_message_spec.rb +0 -74
  1678. data/spec/models/rental_preferred_vendor_message_spec.rb +0 -82
  1679. data/spec/models/rental_preferred_vendor_put_message_spec.rb +0 -34
  1680. data/spec/models/rental_property_post_message_spec.rb +0 -92
  1681. data/spec/models/rental_property_put_message_spec.rb +0 -80
  1682. data/spec/models/rental_property_unit_post_message_spec.rb +0 -78
  1683. data/spec/models/rental_search_message_spec.rb +0 -88
  1684. data/spec/models/rental_tenant_post_message_spec.rb +0 -110
  1685. data/spec/models/rental_tenant_put_message_spec.rb +0 -104
  1686. data/spec/models/rental_tenant_renewal_post_message_spec.rb +0 -104
  1687. data/spec/models/rental_unit_features_message_spec.rb +0 -38
  1688. data/spec/models/rental_unit_features_put_message_spec.rb +0 -38
  1689. data/spec/models/rental_unit_image_message_spec.rb +0 -62
  1690. data/spec/models/rental_unit_image_put_message_spec.rb +0 -40
  1691. data/spec/models/rental_unit_message_spec.rb +0 -108
  1692. data/spec/models/rental_unit_put_message_spec.rb +0 -78
  1693. data/spec/models/rental_unit_search_message_spec.rb +0 -46
  1694. data/spec/models/rental_units_post_message_spec.rb +0 -84
  1695. data/spec/models/renters_insurance_policy_message_spec.rb +0 -80
  1696. data/spec/models/requested_by_user_entity_message_spec.rb +0 -68
  1697. data/spec/models/resident_center_user_message_spec.rb +0 -56
  1698. data/spec/models/resident_center_user_reference_message_spec.rb +0 -62
  1699. data/spec/models/resident_center_user_search_message_spec.rb +0 -66
  1700. data/spec/models/resident_request_task_message_spec.rb +0 -144
  1701. data/spec/models/resident_request_task_post_message_spec.rb +0 -126
  1702. data/spec/models/resident_request_task_put_message_spec.rb +0 -84
  1703. data/spec/models/resident_request_task_search_message_spec.rb +0 -118
  1704. data/spec/models/retail_cash_property_message_spec.rb +0 -56
  1705. data/spec/models/retail_cash_unit_message_spec.rb +0 -46
  1706. data/spec/models/retail_cash_user_data_message_spec.rb +0 -74
  1707. data/spec/models/retail_cash_user_message_spec.rb +0 -70
  1708. data/spec/models/retail_cash_user_put_message_spec.rb +0 -34
  1709. data/spec/models/retail_cash_users_search_message_spec.rb +0 -72
  1710. data/spec/models/safe_wait_handle_spec.rb +0 -40
  1711. data/spec/models/save_address_message_spec.rb +0 -74
  1712. data/spec/models/save_emergency_contact_message_spec.rb +0 -52
  1713. data/spec/models/task_category_message_spec.rb +0 -52
  1714. data/spec/models/task_category_put_message_spec.rb +0 -34
  1715. data/spec/models/task_category_response_message_spec.rb +0 -52
  1716. data/spec/models/task_category_save_message_spec.rb +0 -34
  1717. data/spec/models/task_history_file_message_spec.rb +0 -64
  1718. data/spec/models/task_history_file_upload_post_message_spec.rb +0 -34
  1719. data/spec/models/task_history_message_spec.rb +0 -112
  1720. data/spec/models/task_history_put_message_spec.rb +0 -34
  1721. data/spec/models/task_history_user_message_spec.rb +0 -52
  1722. data/spec/models/task_search_message_spec.rb +0 -128
  1723. data/spec/models/task_sub_category_message_spec.rb +0 -40
  1724. data/spec/models/tax_information_post_message_spec.rb +0 -62
  1725. data/spec/models/tax_information_save_message_spec.rb +0 -68
  1726. data/spec/models/tenant_message_spec.rb +0 -128
  1727. data/spec/models/tenant_search_message_spec.rb +0 -96
  1728. data/spec/models/to_do_task_message_spec.rb +0 -108
  1729. data/spec/models/to_do_task_post_message_spec.rb +0 -96
  1730. data/spec/models/to_do_task_put_message_spec.rb +0 -96
  1731. data/spec/models/to_do_task_search_message_spec.rb +0 -112
  1732. data/spec/models/undeposited_funds_message_spec.rb +0 -34
  1733. data/spec/models/unit_agreement_message_spec.rb +0 -50
  1734. data/spec/models/unit_entity_message_spec.rb +0 -40
  1735. data/spec/models/user_message_spec.rb +0 -104
  1736. data/spec/models/user_role_message_spec.rb +0 -52
  1737. data/spec/models/user_search_message_spec.rb +0 -66
  1738. data/spec/models/vehicle_message_spec.rb +0 -52
  1739. data/spec/models/vendor_category_message_spec.rb +0 -46
  1740. data/spec/models/vendor_category_save_message_spec.rb +0 -34
  1741. data/spec/models/vendor_credit_line_item_message_spec.rb +0 -58
  1742. data/spec/models/vendor_credit_line_item_post_message_spec.rb +0 -52
  1743. data/spec/models/vendor_credit_message_spec.rb +0 -58
  1744. data/spec/models/vendor_credit_post_message_spec.rb +0 -52
  1745. data/spec/models/vendor_insurance_message_spec.rb +0 -46
  1746. data/spec/models/vendor_insurance_save_message_spec.rb +0 -46
  1747. data/spec/models/vendor_message_spec.rb +0 -130
  1748. data/spec/models/vendor_post_message_spec.rb +0 -118
  1749. data/spec/models/vendor_put_message_spec.rb +0 -118
  1750. data/spec/models/vendor_refund_line_message_spec.rb +0 -58
  1751. data/spec/models/vendor_refund_line_post_message_spec.rb +0 -52
  1752. data/spec/models/vendor_refund_message_spec.rb +0 -74
  1753. data/spec/models/vendor_refund_post_message_spec.rb +0 -68
  1754. data/spec/models/vendor_search_message_spec.rb +0 -84
  1755. data/spec/models/vendor_tax_information_message_spec.rb +0 -68
  1756. data/spec/models/vendor_transaction_message_spec.rb +0 -68
  1757. data/spec/models/vendor_transaction_search_message_spec.rb +0 -62
  1758. data/spec/models/video_link_request_post_message_spec.rb +0 -40
  1759. data/spec/models/wait_handle_spec.rb +0 -40
  1760. data/spec/models/work_order_entry_contact_message_spec.rb +0 -40
  1761. data/spec/models/work_order_entry_contact_resource_message_spec.rb +0 -44
  1762. data/spec/models/work_order_line_item_message_spec.rb +0 -52
  1763. data/spec/models/work_order_line_item_save_message_spec.rb +0 -52
  1764. data/spec/models/work_order_message_spec.rb +0 -110
  1765. data/spec/models/work_order_post_message_spec.rb +0 -98
  1766. data/spec/models/work_order_put_message_spec.rb +0 -86
  1767. data/spec/models/work_order_search_message_spec.rb +0 -158
  1768. data/spec/models/work_order_task_message_spec.rb +0 -88
  1769. data/spec/models/work_order_task_post_message_spec.rb +0 -78
@@ -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::BankAccountCheckLineMessage
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Buildium::BankAccountCheckLineMessage do
21
- let(:instance) { Buildium::BankAccountCheckLineMessage.new }
22
-
23
- describe 'test an instance of BankAccountCheckLineMessage' do
24
- it 'should create an instance of BankAccountCheckLineMessage' do
25
- expect(instance).to be_instance_of(Buildium::BankAccountCheckLineMessage)
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 "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 "accounting_entity"' 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 "reference_number"' 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 "amount"' 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::BankAccountCheckLineSaveMessage
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Buildium::BankAccountCheckLineSaveMessage do
21
- let(:instance) { Buildium::BankAccountCheckLineSaveMessage.new }
22
-
23
- describe 'test an instance of BankAccountCheckLineSaveMessage' do
24
- it 'should create an instance of BankAccountCheckLineSaveMessage' do
25
- expect(instance).to be_instance_of(Buildium::BankAccountCheckLineSaveMessage)
26
- end
27
- end
28
- describe 'test attribute "gl_account_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"' 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 "reference_number"' 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 "amount"' 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,70 +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::BankAccountCheckMessage
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Buildium::BankAccountCheckMessage do
21
- let(:instance) { Buildium::BankAccountCheckMessage.new }
22
-
23
- describe 'test an instance of BankAccountCheckMessage' do
24
- it 'should create an instance of BankAccountCheckMessage' do
25
- expect(instance).to be_instance_of(Buildium::BankAccountCheckMessage)
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 "payee"' 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 "check_number"' 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 "entry_date"' 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 "memo"' 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 "total_amount"' 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
- describe 'test attribute "lines"' do
65
- it 'should work' do
66
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
67
- end
68
- end
69
-
70
- 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::BankAccountCheckPayeeMessage
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Buildium::BankAccountCheckPayeeMessage do
21
- let(:instance) { Buildium::BankAccountCheckPayeeMessage.new }
22
-
23
- describe 'test an instance of BankAccountCheckPayeeMessage' do
24
- it 'should create an instance of BankAccountCheckPayeeMessage' do
25
- expect(instance).to be_instance_of(Buildium::BankAccountCheckPayeeMessage)
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 "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', ["Vendor", "RentalOwner"])
38
- # validator.allowable_values.each do |value|
39
- # expect { instance.type = value }.not_to raise_error
40
- # end
41
- end
42
- end
43
-
44
- describe 'test attribute "href"' 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,44 +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::BankAccountCheckPayeeSaveMessage
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Buildium::BankAccountCheckPayeeSaveMessage do
21
- let(:instance) { Buildium::BankAccountCheckPayeeSaveMessage.new }
22
-
23
- describe 'test an instance of BankAccountCheckPayeeSaveMessage' do
24
- it 'should create an instance of BankAccountCheckPayeeSaveMessage' do
25
- expect(instance).to be_instance_of(Buildium::BankAccountCheckPayeeSaveMessage)
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 "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', ["Vendor", "RentalOwner"])
38
- # validator.allowable_values.each do |value|
39
- # expect { instance.type = value }.not_to raise_error
40
- # end
41
- end
42
- end
43
-
44
- 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::BankAccountCheckPostMessage
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Buildium::BankAccountCheckPostMessage do
21
- let(:instance) { Buildium::BankAccountCheckPostMessage.new }
22
-
23
- describe 'test an instance of BankAccountCheckPostMessage' do
24
- it 'should create an instance of BankAccountCheckPostMessage' do
25
- expect(instance).to be_instance_of(Buildium::BankAccountCheckPostMessage)
26
- end
27
- end
28
- describe 'test attribute "payee"' 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 "check_number"' 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 "entry_date"' 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 "lines"' 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,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::BankAccountCheckPutMessage
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Buildium::BankAccountCheckPutMessage do
21
- let(:instance) { Buildium::BankAccountCheckPutMessage.new }
22
-
23
- describe 'test an instance of BankAccountCheckPutMessage' do
24
- it 'should create an instance of BankAccountCheckPutMessage' do
25
- expect(instance).to be_instance_of(Buildium::BankAccountCheckPutMessage)
26
- end
27
- end
28
- describe 'test attribute "payee"' 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 "check_number"' 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 "entry_date"' 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 "lines"' 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::BankAccountCheckSearchMessage
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Buildium::BankAccountCheckSearchMessage do
21
- let(:instance) { Buildium::BankAccountCheckSearchMessage.new }
22
-
23
- describe 'test an instance of BankAccountCheckSearchMessage' do
24
- it 'should create an instance of BankAccountCheckSearchMessage' do
25
- expect(instance).to be_instance_of(Buildium::BankAccountCheckSearchMessage)
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,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::BankAccountDepositLineMessage
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Buildium::BankAccountDepositLineMessage do
21
- let(:instance) { Buildium::BankAccountDepositLineMessage.new }
22
-
23
- describe 'test an instance of BankAccountDepositLineMessage' do
24
- it 'should create an instance of BankAccountDepositLineMessage' do
25
- expect(instance).to be_instance_of(Buildium::BankAccountDepositLineMessage)
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"' 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 "gl_account_id"' 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 "reference_number"' 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 "amount"' 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