buildium-ruby 2.0.1
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.
- checksums.yaml +7 -0
- data/.github/workflows/ci.yml +27 -0
- data/.github/workflows/publish.yml +48 -0
- data/.gitignore +39 -0
- data/.openapi-generator/FILES +1215 -0
- data/.openapi-generator/VERSION +1 -0
- data/.openapi-generator/templates/ruby-client/gemspec.mustache +37 -0
- data/.openapi-generator/templates/ruby-client/partial_model_generic.mustache +371 -0
- data/.openapi-generator/templates/ruby-client/rubocop.mustache +124 -0
- data/.openapi-generator-ignore +26 -0
- data/.rspec +2 -0
- data/.rubocop.yml +124 -0
- data/CUSTOMIZATIONS.md +11 -0
- data/DOCS.md +811 -0
- data/Gemfile +9 -0
- data/Gemfile.lock +75 -0
- data/README.md +118 -0
- data/Rakefile +10 -0
- data/bin/CUSTOMIZATIONS.md +11 -0
- data/bin/README.md +118 -0
- data/bin/config.yml +9 -0
- data/bin/rebuild.sh +49 -0
- data/bin/swagger.json +52218 -0
- data/buildium-ruby.gemspec +39 -0
- data/docs/AccountInfoMessage.md +26 -0
- data/docs/AccountingApi.md +2041 -0
- data/docs/AccountingEntityMessage.md +22 -0
- data/docs/AccountingEntitySaveMessage.md +20 -0
- data/docs/AccountingLockPeriodMessage.md +22 -0
- data/docs/AccountingSettingsMessage.md +28 -0
- data/docs/AddressMessage.md +30 -0
- data/docs/AdministrationApi.md +485 -0
- data/docs/AllTasksMessage.md +46 -0
- data/docs/AnnouncementMessage.md +30 -0
- data/docs/AnnouncementPostMessage.md +28 -0
- data/docs/AnnouncementSearchMessage.md +26 -0
- data/docs/AnnouncementSenderMessage.md +22 -0
- data/docs/ApiError.md +20 -0
- data/docs/ApiErrorResponse.md +22 -0
- data/docs/ApplianceMessage.md +26 -0
- data/docs/ApplicantApplicationMessage.md +24 -0
- data/docs/ApplicantGroupMessage.md +26 -0
- data/docs/ApplicantGroupPostMessage.md +20 -0
- data/docs/ApplicantGroupPutMessage.md +22 -0
- data/docs/ApplicantGroupSearchMessage.md +26 -0
- data/docs/ApplicantMessage.md +36 -0
- data/docs/ApplicantPostMessage.md +28 -0
- data/docs/ApplicantPutMessage.md +26 -0
- data/docs/ApplicantSearchMessage.md +32 -0
- data/docs/ApplicantsApi.md +1489 -0
- data/docs/ApplicationMessage.md +26 -0
- data/docs/ApplicationPutMessage.md +18 -0
- data/docs/ApplicationResponseFieldMessage.md +24 -0
- data/docs/ApplicationResponseMessage.md +22 -0
- data/docs/ApplicationSectionResponseMessage.md +18 -0
- data/docs/AssociationApplianceMessage.md +32 -0
- data/docs/AssociationAppliancePostMessage.md +32 -0
- data/docs/AssociationAppliancePutMessage.md +28 -0
- data/docs/AssociationApplianceSearchMessage.md +20 -0
- data/docs/AssociationApplianceServiceHistoryMessage.md +24 -0
- data/docs/AssociationApplianceServiceHistoryPostMessage.md +22 -0
- data/docs/AssociationAppliancesApi.md +646 -0
- data/docs/AssociationBoardMemberMessage.md +36 -0
- data/docs/AssociationBoardMemberPostMessage.md +24 -0
- data/docs/AssociationBoardMemberPutMessage.md +22 -0
- data/docs/AssociationBoardMemberSearchMessage.md +24 -0
- data/docs/AssociationMessage.md +40 -0
- data/docs/AssociationOwnerBoardTermMessage.md +28 -0
- data/docs/AssociationOwnerBoardTermPostMessage.md +22 -0
- data/docs/AssociationOwnerMessage.md +52 -0
- data/docs/AssociationOwnerPostMessage.md +44 -0
- data/docs/AssociationOwnerPutMessage.md +38 -0
- data/docs/AssociationOwnerToExistingOwnershipAccountPostMessage.md +48 -0
- data/docs/AssociationOwnerUnitOccupancyPutMessage.md +18 -0
- data/docs/AssociationOwnerUnitOccupancyStatusMessage.md +20 -0
- data/docs/AssociationOwnersApi.md +916 -0
- data/docs/AssociationOwnershipAccountMessage.md +34 -0
- data/docs/AssociationOwnershipAccountPostMessage.md +32 -0
- data/docs/AssociationOwnershipAccountPutMessage.md +18 -0
- data/docs/AssociationOwnershipAccountSearchMessage.md +28 -0
- data/docs/AssociationOwnershipAccountsApi.md +2042 -0
- data/docs/AssociationPostMessage.md +32 -0
- data/docs/AssociationPreferredVendorMessage.md +34 -0
- data/docs/AssociationPreferredVendorPutMessage.md +18 -0
- data/docs/AssociationPutMessage.md +34 -0
- data/docs/AssociationSearchMessage.md +24 -0
- data/docs/AssociationTenantMessage.md +44 -0
- data/docs/AssociationTenantPostMessage.md +42 -0
- data/docs/AssociationTenantPutMessage.md +38 -0
- data/docs/AssociationTenantsApi.md +671 -0
- data/docs/AssociationUnitMessage.md +32 -0
- data/docs/AssociationUnitPutMessage.md +26 -0
- data/docs/AssociationUnitSearchMessage.md +22 -0
- data/docs/AssociationUnitsApi.md +659 -0
- data/docs/AssociationUnitsPostMessage.md +28 -0
- data/docs/AssociationUserSearchMessage.md +34 -0
- data/docs/AssociationsApi.md +1235 -0
- data/docs/BankAccountCheckAccountingEntitySaveMessage.md +20 -0
- data/docs/BankAccountCheckLineMessage.md +28 -0
- data/docs/BankAccountCheckLineSaveMessage.md +26 -0
- data/docs/BankAccountCheckMessage.md +30 -0
- data/docs/BankAccountCheckPayeeMessage.md +22 -0
- data/docs/BankAccountCheckPayeeSaveMessage.md +20 -0
- data/docs/BankAccountCheckPostMessage.md +26 -0
- data/docs/BankAccountCheckPutMessage.md +26 -0
- data/docs/BankAccountCheckSearchMessage.md +20 -0
- data/docs/BankAccountDepositLineMessage.md +28 -0
- data/docs/BankAccountDepositLineSaveMessage.md +26 -0
- data/docs/BankAccountDepositMessage.md +28 -0
- data/docs/BankAccountDepositPostMessage.md +24 -0
- data/docs/BankAccountDepositPutMessage.md +22 -0
- data/docs/BankAccountDepositSearchMessage.md +20 -0
- data/docs/BankAccountMessage.md +40 -0
- data/docs/BankAccountPostMessage.md +30 -0
- data/docs/BankAccountPutMessage.md +30 -0
- data/docs/BankAccountQuickDepositMessage.md +28 -0
- data/docs/BankAccountQuickDepositSaveMessage.md +26 -0
- data/docs/BankAccountQuickDepositSearchMessage.md +20 -0
- data/docs/BankAccountSearchMessage.md +20 -0
- data/docs/BankAccountTransactionMessage.md +36 -0
- data/docs/BankAccountTransactionSearchMessage.md +24 -0
- data/docs/BankAccountTransferAccountingEntitySaveMessage.md +20 -0
- data/docs/BankAccountTransferMessage.md +28 -0
- data/docs/BankAccountTransferSaveMessage.md +26 -0
- data/docs/BankAccountTransferSearchMessage.md +20 -0
- data/docs/BankAccountWithdrawalMessage.md +28 -0
- data/docs/BankAccountWithdrawalSaveMessage.md +26 -0
- data/docs/BankAccountWithdrawalSearchMessage.md +20 -0
- data/docs/BankAccountsApi.md +2224 -0
- data/docs/BillFileMessage.md +28 -0
- data/docs/BillLineMessage.md +28 -0
- data/docs/BillLinePostMessage.md +26 -0
- data/docs/BillLinePutMessage.md +28 -0
- data/docs/BillMarkupMessage.md +20 -0
- data/docs/BillMarkupSaveMessage.md +20 -0
- data/docs/BillMessage.md +36 -0
- data/docs/BillPaymentAccountingEntityMessage.md +20 -0
- data/docs/BillPaymentLineMessage.md +22 -0
- data/docs/BillPaymentLinePostMessage.md +20 -0
- data/docs/BillPaymentMessage.md +28 -0
- data/docs/BillPaymentPostMessage.md +26 -0
- data/docs/BillPostMessage.md +30 -0
- data/docs/BillPutMessage.md +28 -0
- data/docs/BillSearchMessage.md +32 -0
- data/docs/BudgetDetailsMessage.md +24 -0
- data/docs/BudgetDetailsSaveMessage.md +20 -0
- data/docs/BudgetMessage.md +28 -0
- data/docs/BudgetMonthlyAmountsMessage.md +40 -0
- data/docs/BudgetMonthlyAmountsSaveMessage.md +40 -0
- data/docs/BudgetPostMessage.md +26 -0
- data/docs/BudgetPutMessage.md +20 -0
- data/docs/BudgetSearchMessage.md +22 -0
- data/docs/ChargeRecurringTransactionPostMessage.md +32 -0
- data/docs/ChargeRecurringTransactionPutMessage.md +34 -0
- data/docs/CheckPrintingInfoMessage.md +46 -0
- data/docs/CheckPrintingInfoPostMessage.md +46 -0
- data/docs/CheckPrintingInfoPutMessage.md +46 -0
- data/docs/ClientLeadCreditRequestMessage.md +24 -0
- data/docs/ClientLeadMessage.md +38 -0
- data/docs/ClientLeadSearchMessage.md +26 -0
- data/docs/ClientLeadsApi.md +177 -0
- data/docs/CommunicationsApi.md +1238 -0
- data/docs/ContactDetailMessage.md +24 -0
- data/docs/ContactDetailPhoneMessage.md +22 -0
- data/docs/ContactDetailSaveMessage.md +24 -0
- data/docs/ContactDetailSavePhoneMessage.md +22 -0
- data/docs/ContactInfoMessage.md +24 -0
- data/docs/ContactRequestTaskMessage.md +42 -0
- data/docs/ContactRequestTaskPostMessage.md +38 -0
- data/docs/ContactRequestTaskPutMessage.md +38 -0
- data/docs/ContactRequestTaskSearchMessage.md +40 -0
- data/docs/CosignerMessage.md +36 -0
- data/docs/CreatedByUserMessage.md +24 -0
- data/docs/CreditRecurringTransactionPostMessage.md +36 -0
- data/docs/DepositDetailMessage.md +20 -0
- data/docs/ElectronicPaymentsMessage.md +32 -0
- data/docs/EmailMessage.md +24 -0
- data/docs/EmailPostMessage.md +30 -0
- data/docs/EmailRecipientMessage.md +26 -0
- data/docs/EmailSearchMessage.md +26 -0
- data/docs/EmailSenderMessage.md +24 -0
- data/docs/EmergencyContactMessage.md +24 -0
- data/docs/FileCategoryMessage.md +22 -0
- data/docs/FileCategoryPostMessage.md +18 -0
- data/docs/FileCategoryPutMessage.md +18 -0
- data/docs/FileDownloadMessage.md +18 -0
- data/docs/FileEntityMessage.md +22 -0
- data/docs/FileMessage.md +34 -0
- data/docs/FileNamePostMessage.md +18 -0
- data/docs/FilePutMessage.md +22 -0
- data/docs/FileSearchMessage.md +30 -0
- data/docs/FileUploadPostMessage.md +28 -0
- data/docs/FileUploadTicketMessage.md +22 -0
- data/docs/FilesApi.md +730 -0
- data/docs/GLAccountBalanceItemMessage.md +20 -0
- data/docs/GLAccountBalanceMessage.md +22 -0
- data/docs/GLAccountBalanceSearchMessage.md +26 -0
- data/docs/GLAccountMessage.md +46 -0
- data/docs/GLAccountPostMessage.md +32 -0
- data/docs/GLAccountPutMessage.md +32 -0
- data/docs/GLAccountsSearchMessage.md +18 -0
- data/docs/GLTransactionMessageV1.md +26 -0
- data/docs/GeneralJournalEntryLineSaveMessage.md +24 -0
- data/docs/GeneralJournalEntryPostMessage.md +24 -0
- data/docs/GeneralJournalEntryPutMessage.md +24 -0
- data/docs/GeneralLedgerJournalLineMessage.md +28 -0
- data/docs/GeneralLedgerJournalMessage.md +20 -0
- data/docs/GeneralLedgerTransactionMessage.md +38 -0
- data/docs/GeneralLedgerTransactionSearchMessage.md +26 -0
- data/docs/InternalTransactionStatusMessage.md +22 -0
- data/docs/JournalLineMessage.md +28 -0
- data/docs/JournalMessage.md +20 -0
- data/docs/LastUpdatedByUserMessage.md +26 -0
- data/docs/LeaseAccountDetailMessage.md +20 -0
- data/docs/LeaseChargeLineSaveMessage.md +22 -0
- data/docs/LeaseChargePostMessage.md +22 -0
- data/docs/LeaseChargePutMessage.md +22 -0
- data/docs/LeaseChargeRecurringTransactionMessage.md +40 -0
- data/docs/LeaseCosignerPostMessage.md +32 -0
- data/docs/LeaseLedgerCreditLinePostMessage.md +20 -0
- data/docs/LeaseLedgerCreditPostMessage.md +26 -0
- data/docs/LeaseLedgerDepositWithholdingLinePostMessage.md +20 -0
- data/docs/LeaseLedgerDepositWithholdingPostMessage.md +24 -0
- data/docs/LeaseLedgerPaymentLineSaveMessage.md +20 -0
- data/docs/LeaseLedgerPaymentPostMessage.md +30 -0
- data/docs/LeaseLedgerRefundLineMessage.md +20 -0
- data/docs/LeaseLedgerRefundLinePostMessage.md +20 -0
- data/docs/LeaseLedgerRefundMessage.md +34 -0
- data/docs/LeaseLedgerRefundPostMessage.md +30 -0
- data/docs/LeaseLedgerReversePaymentNSFChargePostMessage.md +20 -0
- data/docs/LeaseLedgerReversePaymentOtherBankChargePostMessage.md +20 -0
- data/docs/LeaseLedgerReversePaymentPostMessage.md +24 -0
- data/docs/LeaseMessage.md +58 -0
- data/docs/LeaseMoveOutDataMessage.md +22 -0
- data/docs/LeaseMoveOutDataPostMessage.md +22 -0
- data/docs/LeaseOutstandingBalanceMessage.md +40 -0
- data/docs/LeaseOutstandingBalanceSearchMessage.md +30 -0
- data/docs/LeasePostMessage.md +38 -0
- data/docs/LeasePutMessage.md +28 -0
- data/docs/LeaseRecurringCreditMessage.md +44 -0
- data/docs/LeaseRecurringPaymentMessage.md +42 -0
- data/docs/LeaseRenewalMessage.md +32 -0
- data/docs/LeaseRenewalPostMessage.md +38 -0
- data/docs/LeaseRentChargeMessage.md +30 -0
- data/docs/LeaseRentChargePostMessage.md +24 -0
- data/docs/LeaseRentMessage.md +34 -0
- data/docs/LeaseRentPostMessage.md +20 -0
- data/docs/LeaseSearchMessage.md +40 -0
- data/docs/LeaseSecurityDepositPostMessage.md +20 -0
- data/docs/LeaseTenantMessage.md +20 -0
- data/docs/LeaseTransactionMessage.md +34 -0
- data/docs/LeaseTransactionSearchMessage.md +22 -0
- data/docs/LeasesApi.md +2865 -0
- data/docs/ListingContactMessage.md +26 -0
- data/docs/ListingContactSaveMessage.md +24 -0
- data/docs/ListingFileMessage.md +22 -0
- data/docs/ListingMessage.md +36 -0
- data/docs/ListingPropertyMessage.md +34 -0
- data/docs/ListingPutMessage.md +28 -0
- data/docs/ListingSearchMessage.md +20 -0
- data/docs/ListingUnitMessage.md +36 -0
- data/docs/ListingsApi.md +642 -0
- data/docs/LockPeriodSettingsGlobalMessage.md +18 -0
- data/docs/LockPeriodSettingsOverridesMessage.md +20 -0
- data/docs/LoggedByStaffUserMessage.md +24 -0
- data/docs/LookupMessage.md +20 -0
- data/docs/MailingTemplateMessage.md +24 -0
- data/docs/NoteMessage.md +22 -0
- data/docs/NotePostMessage.md +18 -0
- data/docs/NotePutMessage.md +18 -0
- data/docs/NoteSearchMessage.md +22 -0
- data/docs/OutstandingBalancesLineMessage.md +20 -0
- data/docs/OwnershipAccountChargeRecurringTransactionMessage.md +40 -0
- data/docs/OwnershipAccountCreditLinePostMessage.md +20 -0
- data/docs/OwnershipAccountCreditPostMessage.md +26 -0
- data/docs/OwnershipAccountDepositWithholdingLinePostMessage.md +20 -0
- data/docs/OwnershipAccountDepositWithholdingPostMessage.md +24 -0
- data/docs/OwnershipAccountLedgerChargeLinesPutMessage.md +22 -0
- data/docs/OwnershipAccountLedgerChargeLinesSaveMessage.md +20 -0
- data/docs/OwnershipAccountLedgerChargePostMessage.md +22 -0
- data/docs/OwnershipAccountLedgerChargePutMessage.md +22 -0
- data/docs/OwnershipAccountLedgerPaymentLineSaveMessage.md +20 -0
- data/docs/OwnershipAccountLedgerPaymentPostMessage.md +30 -0
- data/docs/OwnershipAccountOutstandingBalanceMessage.md +36 -0
- data/docs/OwnershipAccountOutstandingBalanceSearchMessage.md +26 -0
- data/docs/OwnershipAccountRecurringCreditMessage.md +44 -0
- data/docs/OwnershipAccountRecurringPaymentMessage.md +42 -0
- data/docs/OwnershipAccountRefundLineMessage.md +20 -0
- data/docs/OwnershipAccountRefundLinesPostMessage.md +20 -0
- data/docs/OwnershipAccountRefundMessage.md +34 -0
- data/docs/OwnershipAccountRefundPostMessage.md +30 -0
- data/docs/OwnershipAccountTransactionMessage.md +34 -0
- data/docs/PaidByMessage.md +20 -0
- data/docs/ParticipantMessage.md +22 -0
- data/docs/ParticipantResourceMessage.md +20 -0
- data/docs/PayeeMessage.md +24 -0
- data/docs/PaymentDetailMessage.md +24 -0
- data/docs/PaymentRecurringTransactionPostMessage.md +34 -0
- data/docs/PaymentTransactionsMessage.md +22 -0
- data/docs/PhoneLogMessage.md +28 -0
- data/docs/PhoneLogParticipantPostMessage.md +22 -0
- data/docs/PhoneLogParticipantUnitAgreementPostMessage.md +20 -0
- data/docs/PhoneLogPostMessage.md +24 -0
- data/docs/PhoneLogPutMessage.md +22 -0
- data/docs/PhoneLogSearchMessage.md +32 -0
- data/docs/PhoneNumberMessage.md +20 -0
- data/docs/PhoneNumbersMessage.md +24 -0
- data/docs/PropertyGroupMessage.md +26 -0
- data/docs/PropertyGroupPostMessage.md +22 -0
- data/docs/PropertyGroupPutMessage.md +22 -0
- data/docs/PropertyGroupSearchMessage.md +20 -0
- data/docs/PropertyGroupsApi.md +327 -0
- data/docs/PropertyManagerMessage.md +32 -0
- data/docs/PropertyMessage.md +22 -0
- data/docs/RecurringTransactionLineMessage.md +20 -0
- data/docs/RecurringTransactionLinePostMessage.md +20 -0
- data/docs/RecurringTransactionMessage.md +40 -0
- data/docs/RentalApplianceMessage.md +32 -0
- data/docs/RentalAppliancePostMessage.md +32 -0
- data/docs/RentalAppliancePutMessage.md +28 -0
- data/docs/RentalApplianceSearchMessage.md +20 -0
- data/docs/RentalApplianceServiceHistoryMessage.md +24 -0
- data/docs/RentalApplianceServiceHistoryPostMessage.md +22 -0
- data/docs/RentalAppliancesApi.md +646 -0
- data/docs/RentalFeaturesMessage.md +20 -0
- data/docs/RentalFeaturesPutMessage.md +20 -0
- data/docs/RentalMessage.md +40 -0
- data/docs/RentalOwnerMessage.md +46 -0
- data/docs/RentalOwnerPostMessage.md +44 -0
- data/docs/RentalOwnerPutMessage.md +42 -0
- data/docs/RentalOwnerRequestTaskMessage.md +42 -0
- data/docs/RentalOwnerRequestTaskPostMessage.md +38 -0
- data/docs/RentalOwnerRequestTaskPutMessage.md +36 -0
- data/docs/RentalOwnerRequestTaskSearchMessage.md +40 -0
- data/docs/RentalOwnerTaxInformationMessage.md +28 -0
- data/docs/RentalOwnersApi.md +667 -0
- data/docs/RentalOwnersSearchMessage.md +30 -0
- data/docs/RentalPreferredVendorMessage.md +34 -0
- data/docs/RentalPreferredVendorPutMessage.md +18 -0
- data/docs/RentalPropertiesApi.md +989 -0
- data/docs/RentalPropertyPostMessage.md +36 -0
- data/docs/RentalPropertyPutMessage.md +32 -0
- data/docs/RentalPropertyUnitPostMessage.md +30 -0
- data/docs/RentalSearchMessage.md +32 -0
- data/docs/RentalTenantPostMessage.md +42 -0
- data/docs/RentalTenantPutMessage.md +40 -0
- data/docs/RentalTenantRenewalPostMessage.md +40 -0
- data/docs/RentalTenantsApi.md +673 -0
- data/docs/RentalUnitFeaturesMessage.md +18 -0
- data/docs/RentalUnitFeaturesPutMessage.md +18 -0
- data/docs/RentalUnitMessage.md +40 -0
- data/docs/RentalUnitPutMessage.md +30 -0
- data/docs/RentalUnitSearchMessage.md +22 -0
- data/docs/RentalUnitsApi.md +815 -0
- data/docs/RentalUnitsPostMessage.md +32 -0
- data/docs/RequestedByUserEntityMessage.md +28 -0
- data/docs/ResidentCenterApi.md +100 -0
- data/docs/ResidentCenterUserMessage.md +24 -0
- data/docs/ResidentCenterUserReferenceMessage.md +26 -0
- data/docs/ResidentCenterUserSearchMessage.md +26 -0
- data/docs/ResidentRequestTaskMessage.md +52 -0
- data/docs/ResidentRequestTaskPostMessage.md +42 -0
- data/docs/ResidentRequestTaskPutMessage.md +32 -0
- data/docs/ResidentRequestTaskSearchMessage.md +42 -0
- data/docs/SaveAddressMessage.md +30 -0
- data/docs/SaveEmergencyContactMessage.md +24 -0
- data/docs/TaskCategoryMessage.md +24 -0
- data/docs/TaskCategoryPutMessage.md +18 -0
- data/docs/TaskCategoryResponseMessage.md +24 -0
- data/docs/TaskCategorySaveMessage.md +18 -0
- data/docs/TaskHistoryFileMessage.md +28 -0
- data/docs/TaskHistoryFileUploadPostMessage.md +18 -0
- data/docs/TaskHistoryMessage.md +40 -0
- data/docs/TaskHistoryPutMessage.md +18 -0
- data/docs/TaskHistoryUserMessage.md +24 -0
- data/docs/TaskSearchMessage.md +44 -0
- data/docs/TaskSubCategoryMessage.md +20 -0
- data/docs/TasksApi.md +2528 -0
- data/docs/TaxInformationPostMessage.md +26 -0
- data/docs/TaxInformationSaveMessage.md +28 -0
- data/docs/TenantMessage.md +48 -0
- data/docs/TenantSearchMessage.md +36 -0
- data/docs/ToDoTaskMessage.md +40 -0
- data/docs/ToDoTaskPostMessage.md +36 -0
- data/docs/ToDoTaskPutMessage.md +36 -0
- data/docs/ToDoTaskSearchMessage.md +40 -0
- data/docs/UndepositedFundsMessage.md +18 -0
- data/docs/UnitAgreementMessage.md +22 -0
- data/docs/UserMessage.md +40 -0
- data/docs/UserRoleMessage.md +24 -0
- data/docs/UserSearchMessage.md +26 -0
- data/docs/VehicleMessage.md +24 -0
- data/docs/VendorCategoryMessage.md +22 -0
- data/docs/VendorCategorySaveMessage.md +18 -0
- data/docs/VendorCreditLineItemMessage.md +26 -0
- data/docs/VendorCreditLineItemPostMessage.md +24 -0
- data/docs/VendorCreditMessage.md +26 -0
- data/docs/VendorCreditPostMessage.md +24 -0
- data/docs/VendorInsuranceMessage.md +22 -0
- data/docs/VendorInsuranceSaveMessage.md +22 -0
- data/docs/VendorMessage.md +50 -0
- data/docs/VendorPostMessage.md +46 -0
- data/docs/VendorPutMessage.md +46 -0
- data/docs/VendorRefundLineMessage.md +26 -0
- data/docs/VendorRefundLinePostMessage.md +24 -0
- data/docs/VendorRefundMessage.md +30 -0
- data/docs/VendorRefundPostMessage.md +28 -0
- data/docs/VendorSearchMessage.md +32 -0
- data/docs/VendorTaxInformationMessage.md +28 -0
- data/docs/VendorTransactionMessage.md +28 -0
- data/docs/VendorTransactionSearchMessage.md +26 -0
- data/docs/VendorsApi.md +1396 -0
- data/docs/WorkOrderEntryContactMessage.md +20 -0
- data/docs/WorkOrderEntryContactResourceMessage.md +20 -0
- data/docs/WorkOrderLineItemMessage.md +24 -0
- data/docs/WorkOrderLineItemSaveMessage.md +24 -0
- data/docs/WorkOrderMessage.md +42 -0
- data/docs/WorkOrderPostMessage.md +38 -0
- data/docs/WorkOrderPutMessage.md +34 -0
- data/docs/WorkOrderSearchMessage.md +54 -0
- data/docs/WorkOrderTaskMessage.md +32 -0
- data/docs/WorkOrderTaskPostMessage.md +30 -0
- data/docs/WorkOrdersApi.md +361 -0
- data/lib/buildium-ruby/api/accounting_api.rb +1855 -0
- data/lib/buildium-ruby/api/administration_api.rb +417 -0
- data/lib/buildium-ruby/api/applicants_api.rb +1368 -0
- data/lib/buildium-ruby/api/association_appliances_api.rb +577 -0
- data/lib/buildium-ruby/api/association_owners_api.rb +849 -0
- data/lib/buildium-ruby/api/association_ownership_accounts_api.rb +1890 -0
- data/lib/buildium-ruby/api/association_tenants_api.rb +628 -0
- data/lib/buildium-ruby/api/association_units_api.rb +606 -0
- data/lib/buildium-ruby/api/associations_api.rb +1143 -0
- data/lib/buildium-ruby/api/bank_accounts_api.rb +2085 -0
- data/lib/buildium-ruby/api/client_leads_api.rb +174 -0
- data/lib/buildium-ruby/api/communications_api.rb +1097 -0
- data/lib/buildium-ruby/api/files_api.rb +652 -0
- data/lib/buildium-ruby/api/leases_api.rb +2636 -0
- data/lib/buildium-ruby/api/listings_api.rb +569 -0
- data/lib/buildium-ruby/api/property_groups_api.rb +299 -0
- data/lib/buildium-ruby/api/rental_appliances_api.rb +577 -0
- data/lib/buildium-ruby/api/rental_owners_api.rb +622 -0
- data/lib/buildium-ruby/api/rental_properties_api.rb +916 -0
- data/lib/buildium-ruby/api/rental_tenants_api.rb +635 -0
- data/lib/buildium-ruby/api/rental_units_api.rb +743 -0
- data/lib/buildium-ruby/api/resident_center_api.rb +111 -0
- data/lib/buildium-ruby/api/tasks_api.rb +2363 -0
- data/lib/buildium-ruby/api/vendors_api.rb +1285 -0
- data/lib/buildium-ruby/api/work_orders_api.rb +366 -0
- data/lib/buildium-ruby/api_client.rb +426 -0
- data/lib/buildium-ruby/api_error.rb +57 -0
- data/lib/buildium-ruby/configuration.rb +319 -0
- data/lib/buildium-ruby/models/account_info_message.rb +257 -0
- data/lib/buildium-ruby/models/accounting_entity_message.rb +273 -0
- data/lib/buildium-ruby/models/accounting_entity_save_message.rb +273 -0
- data/lib/buildium-ruby/models/accounting_lock_period_message.rb +242 -0
- data/lib/buildium-ruby/models/accounting_settings_message.rb +314 -0
- data/lib/buildium-ruby/models/address_message.rb +313 -0
- data/lib/buildium-ruby/models/all_tasks_message.rb +413 -0
- data/lib/buildium-ruby/models/announcement_message.rb +301 -0
- data/lib/buildium-ruby/models/announcement_post_message.rb +295 -0
- data/lib/buildium-ruby/models/announcement_search_message.rb +292 -0
- data/lib/buildium-ruby/models/announcement_sender_message.rb +239 -0
- data/lib/buildium-ruby/models/api_error_response.rb +237 -0
- data/lib/buildium-ruby/models/appliance_message.rb +259 -0
- data/lib/buildium-ruby/models/applicant_application_message.rb +282 -0
- data/lib/buildium-ruby/models/applicant_group_message.rb +294 -0
- data/lib/buildium-ruby/models/applicant_group_post_message.rb +235 -0
- data/lib/buildium-ruby/models/applicant_group_put_message.rb +284 -0
- data/lib/buildium-ruby/models/applicant_group_search_message.rb +296 -0
- data/lib/buildium-ruby/models/applicant_message.rb +312 -0
- data/lib/buildium-ruby/models/applicant_post_message.rb +283 -0
- data/lib/buildium-ruby/models/applicant_put_message.rb +267 -0
- data/lib/buildium-ruby/models/applicant_search_message.rb +326 -0
- data/lib/buildium-ruby/models/application_message.rb +294 -0
- data/lib/buildium-ruby/models/application_put_message.rb +257 -0
- data/lib/buildium-ruby/models/application_response_field_message.rb +294 -0
- data/lib/buildium-ruby/models/application_response_message.rb +274 -0
- data/lib/buildium-ruby/models/application_section_response_message.rb +219 -0
- data/lib/buildium-ruby/models/association_appliance_message.rb +288 -0
- data/lib/buildium-ruby/models/association_appliance_post_message.rb +298 -0
- data/lib/buildium-ruby/models/association_appliance_put_message.rb +273 -0
- data/lib/buildium-ruby/models/association_appliance_search_message.rb +232 -0
- data/lib/buildium-ruby/models/association_appliance_service_history_message.rb +282 -0
- data/lib/buildium-ruby/models/association_appliance_service_history_post_message.rb +282 -0
- data/lib/buildium-ruby/models/association_board_member_message.rb +344 -0
- data/lib/buildium-ruby/models/association_board_member_post_message.rb +293 -0
- data/lib/buildium-ruby/models/association_board_member_put_message.rb +278 -0
- data/lib/buildium-ruby/models/association_board_member_search_message.rb +274 -0
- data/lib/buildium-ruby/models/association_message.rb +327 -0
- data/lib/buildium-ruby/models/association_owner_board_term_message.rb +303 -0
- data/lib/buildium-ruby/models/association_owner_board_term_post_message.rb +278 -0
- data/lib/buildium-ruby/models/association_owner_message.rb +440 -0
- data/lib/buildium-ruby/models/association_owner_post_message.rb +398 -0
- data/lib/buildium-ruby/models/association_owner_put_message.rb +363 -0
- data/lib/buildium-ruby/models/association_owner_to_existing_ownership_account_post_message.rb +428 -0
- data/lib/buildium-ruby/models/association_owner_unit_occupancy_put_message.rb +223 -0
- data/lib/buildium-ruby/models/association_owner_unit_occupancy_status_message.rb +228 -0
- data/lib/buildium-ruby/models/association_ownership_account_message.rb +347 -0
- data/lib/buildium-ruby/models/association_ownership_account_post_message.rb +346 -0
- data/lib/buildium-ruby/models/association_ownership_account_put_message.rb +223 -0
- data/lib/buildium-ruby/models/association_ownership_account_search_message.rb +296 -0
- data/lib/buildium-ruby/models/association_post_message.rb +302 -0
- data/lib/buildium-ruby/models/association_preferred_vendor_message.rb +300 -0
- data/lib/buildium-ruby/models/association_preferred_vendor_put_message.rb +225 -0
- data/lib/buildium-ruby/models/association_put_message.rb +322 -0
- data/lib/buildium-ruby/models/association_search_message.rb +283 -0
- data/lib/buildium-ruby/models/association_tenant_message.rb +350 -0
- data/lib/buildium-ruby/models/association_tenant_post_message.rb +354 -0
- data/lib/buildium-ruby/models/association_tenant_put_message.rb +329 -0
- data/lib/buildium-ruby/models/association_unit_message.rb +334 -0
- data/lib/buildium-ruby/models/association_unit_put_message.rb +313 -0
- data/lib/buildium-ruby/models/association_unit_search_message.rb +241 -0
- data/lib/buildium-ruby/models/association_units_post_message.rb +328 -0
- data/lib/buildium-ruby/models/association_user_search_message.rb +324 -0
- data/lib/buildium-ruby/models/bank_account_check_accounting_entity_save_message.rb +272 -0
- data/lib/buildium-ruby/models/bank_account_check_line_message.rb +267 -0
- data/lib/buildium-ruby/models/bank_account_check_line_save_message.rb +272 -0
- data/lib/buildium-ruby/models/bank_account_check_message.rb +279 -0
- data/lib/buildium-ruby/models/bank_account_check_payee_message.rb +272 -0
- data/lib/buildium-ruby/models/bank_account_check_payee_save_message.rb +272 -0
- data/lib/buildium-ruby/models/bank_account_check_post_message.rb +274 -0
- data/lib/buildium-ruby/models/bank_account_check_put_message.rb +274 -0
- data/lib/buildium-ruby/models/bank_account_check_search_message.rb +238 -0
- data/lib/buildium-ruby/models/bank_account_deposit_line_message.rb +267 -0
- data/lib/buildium-ruby/models/bank_account_deposit_line_save_message.rb +257 -0
- data/lib/buildium-ruby/models/bank_account_deposit_message.rb +272 -0
- data/lib/buildium-ruby/models/bank_account_deposit_post_message.rb +257 -0
- data/lib/buildium-ruby/models/bank_account_deposit_put_message.rb +250 -0
- data/lib/buildium-ruby/models/bank_account_deposit_search_message.rb +238 -0
- data/lib/buildium-ruby/models/bank_account_message.rb +360 -0
- data/lib/buildium-ruby/models/bank_account_post_message.rb +338 -0
- data/lib/buildium-ruby/models/bank_account_put_message.rb +343 -0
- data/lib/buildium-ruby/models/bank_account_quick_deposit_message.rb +267 -0
- data/lib/buildium-ruby/models/bank_account_quick_deposit_save_message.rb +277 -0
- data/lib/buildium-ruby/models/bank_account_quick_deposit_search_message.rb +238 -0
- data/lib/buildium-ruby/models/bank_account_search_message.rb +263 -0
- data/lib/buildium-ruby/models/bank_account_transaction_message.rb +359 -0
- data/lib/buildium-ruby/models/bank_account_transaction_search_message.rb +292 -0
- data/lib/buildium-ruby/models/bank_account_transfer_accounting_entity_save_message.rb +272 -0
- data/lib/buildium-ruby/models/bank_account_transfer_message.rb +267 -0
- data/lib/buildium-ruby/models/bank_account_transfer_save_message.rb +277 -0
- data/lib/buildium-ruby/models/bank_account_transfer_search_message.rb +238 -0
- data/lib/buildium-ruby/models/bank_account_withdrawal_message.rb +267 -0
- data/lib/buildium-ruby/models/bank_account_withdrawal_save_message.rb +277 -0
- data/lib/buildium-ruby/models/bank_account_withdrawal_search_message.rb +238 -0
- data/lib/buildium-ruby/models/bill_file_message.rb +268 -0
- data/lib/buildium-ruby/models/bill_line_message.rb +266 -0
- data/lib/buildium-ruby/models/bill_line_post_message.rb +272 -0
- data/lib/buildium-ruby/models/bill_line_put_message.rb +282 -0
- data/lib/buildium-ruby/models/bill_markup_message.rb +263 -0
- data/lib/buildium-ruby/models/bill_markup_save_message.rb +273 -0
- data/lib/buildium-ruby/models/bill_message.rb +344 -0
- data/lib/buildium-ruby/models/bill_payment_accounting_entity_message.rb +263 -0
- data/lib/buildium-ruby/models/bill_payment_line_message.rb +238 -0
- data/lib/buildium-ruby/models/bill_payment_line_post_message.rb +238 -0
- data/lib/buildium-ruby/models/bill_payment_message.rb +270 -0
- data/lib/buildium-ruby/models/bill_payment_post_message.rb +275 -0
- data/lib/buildium-ruby/models/bill_post_message.rb +301 -0
- data/lib/buildium-ruby/models/bill_put_message.rb +286 -0
- data/lib/buildium-ruby/models/bill_search_message.rb +336 -0
- data/lib/buildium-ruby/models/budget_details_message.rb +281 -0
- data/lib/buildium-ruby/models/budget_details_save_message.rb +237 -0
- data/lib/buildium-ruby/models/budget_message.rb +269 -0
- data/lib/buildium-ruby/models/budget_monthly_amounts_message.rb +328 -0
- data/lib/buildium-ruby/models/budget_monthly_amounts_save_message.rb +388 -0
- data/lib/buildium-ruby/models/budget_post_message.rb +319 -0
- data/lib/buildium-ruby/models/budget_put_message.rb +240 -0
- data/lib/buildium-ruby/models/budget_search_message.rb +240 -0
- data/lib/buildium-ruby/models/charge_recurring_transaction_post_message.rb +359 -0
- data/lib/buildium-ruby/models/charge_recurring_transaction_put_message.rb +374 -0
- data/lib/buildium-ruby/models/check_printing_info_message.rb +392 -0
- data/lib/buildium-ruby/models/check_printing_info_post_message.rb +392 -0
- data/lib/buildium-ruby/models/check_printing_info_put_message.rb +407 -0
- data/lib/buildium-ruby/models/client_lead_credit_request_message.rb +295 -0
- data/lib/buildium-ruby/models/client_lead_message.rb +363 -0
- data/lib/buildium-ruby/models/client_lead_search_message.rb +285 -0
- data/lib/buildium-ruby/models/contact_detail_message.rb +248 -0
- data/lib/buildium-ruby/models/contact_detail_phone_message.rb +239 -0
- data/lib/buildium-ruby/models/contact_detail_save_message.rb +253 -0
- data/lib/buildium-ruby/models/contact_detail_save_phone_message.rb +239 -0
- data/lib/buildium-ruby/models/contact_info_message.rb +248 -0
- data/lib/buildium-ruby/models/contact_request_task_message.rb +381 -0
- data/lib/buildium-ruby/models/contact_request_task_post_message.rb +388 -0
- data/lib/buildium-ruby/models/contact_request_task_put_message.rb +388 -0
- data/lib/buildium-ruby/models/contact_request_task_search_message.rb +366 -0
- data/lib/buildium-ruby/models/cosigner_message.rb +343 -0
- data/lib/buildium-ruby/models/created_by_user_message.rb +248 -0
- data/lib/buildium-ruby/models/credit_recurring_transaction_post_message.rb +388 -0
- data/lib/buildium-ruby/models/deposit_detail_message.rb +231 -0
- data/lib/buildium-ruby/models/electronic_payments_message.rb +288 -0
- data/lib/buildium-ruby/models/email_message.rb +247 -0
- data/lib/buildium-ruby/models/email_post_message.rb +307 -0
- data/lib/buildium-ruby/models/email_recipient_message.rb +292 -0
- data/lib/buildium-ruby/models/email_search_message.rb +268 -0
- data/lib/buildium-ruby/models/email_sender_message.rb +248 -0
- data/lib/buildium-ruby/models/emergency_contact_message.rb +249 -0
- data/lib/buildium-ruby/models/file_category_message.rb +239 -0
- data/lib/buildium-ruby/models/file_category_post_message.rb +224 -0
- data/lib/buildium-ruby/models/file_category_put_message.rb +224 -0
- data/lib/buildium-ruby/models/file_download_message.rb +218 -0
- data/lib/buildium-ruby/models/file_entity_message.rb +273 -0
- data/lib/buildium-ruby/models/file_message.rb +297 -0
- data/lib/buildium-ruby/models/file_name_post_message.rb +223 -0
- data/lib/buildium-ruby/models/file_put_message.rb +248 -0
- data/lib/buildium-ruby/models/file_search_message.rb +315 -0
- data/lib/buildium-ruby/models/file_upload_post_message.rb +322 -0
- data/lib/buildium-ruby/models/file_upload_ticket_message.rb +240 -0
- data/lib/buildium-ruby/models/general_journal_entry_line_save_message.rb +297 -0
- data/lib/buildium-ruby/models/general_journal_entry_post_message.rb +264 -0
- data/lib/buildium-ruby/models/general_journal_entry_put_message.rb +264 -0
- data/lib/buildium-ruby/models/general_ledger_journal_line_message.rb +267 -0
- data/lib/buildium-ruby/models/general_ledger_journal_message.rb +230 -0
- data/lib/buildium-ruby/models/general_ledger_transaction_message.rb +349 -0
- data/lib/buildium-ruby/models/general_ledger_transaction_search_message.rb +310 -0
- data/lib/buildium-ruby/models/gl_account_balance_item_message.rb +228 -0
- data/lib/buildium-ruby/models/gl_account_balance_message.rb +240 -0
- data/lib/buildium-ruby/models/gl_account_balance_search_message.rb +317 -0
- data/lib/buildium-ruby/models/gl_account_message.rb +419 -0
- data/lib/buildium-ruby/models/gl_account_post_message.rb +349 -0
- data/lib/buildium-ruby/models/gl_account_put_message.rb +344 -0
- data/lib/buildium-ruby/models/gl_accounts_search_message.rb +243 -0
- data/lib/buildium-ruby/models/gl_transaction_message_v1.rb +258 -0
- data/lib/buildium-ruby/models/internal_transaction_status_message.rb +239 -0
- data/lib/buildium-ruby/models/journal_line_message.rb +268 -0
- data/lib/buildium-ruby/models/journal_message.rb +230 -0
- data/lib/buildium-ruby/models/last_updated_by_user_message.rb +259 -0
- data/lib/buildium-ruby/models/lease_account_detail_message.rb +229 -0
- data/lib/buildium-ruby/models/lease_charge_line_save_message.rb +249 -0
- data/lib/buildium-ruby/models/lease_charge_post_message.rb +241 -0
- data/lib/buildium-ruby/models/lease_charge_put_message.rb +250 -0
- data/lib/buildium-ruby/models/lease_charge_recurring_transaction_message.rb +374 -0
- data/lib/buildium-ruby/models/lease_cosigner_post_message.rb +330 -0
- data/lib/buildium-ruby/models/lease_ledger_credit_line_post_message.rb +239 -0
- data/lib/buildium-ruby/models/lease_ledger_credit_post_message.rb +309 -0
- data/lib/buildium-ruby/models/lease_ledger_deposit_withholding_line_post_message.rb +238 -0
- data/lib/buildium-ruby/models/lease_ledger_deposit_withholding_post_message.rb +260 -0
- data/lib/buildium-ruby/models/lease_ledger_payment_line_save_message.rb +239 -0
- data/lib/buildium-ruby/models/lease_ledger_payment_post_message.rb +335 -0
- data/lib/buildium-ruby/models/lease_ledger_refund_line_message.rb +228 -0
- data/lib/buildium-ruby/models/lease_ledger_refund_line_post_message.rb +238 -0
- data/lib/buildium-ruby/models/lease_ledger_refund_message.rb +301 -0
- data/lib/buildium-ruby/models/lease_ledger_refund_post_message.rb +306 -0
- data/lib/buildium-ruby/models/lease_ledger_reverse_payment_nsf_charge_post_message.rb +239 -0
- data/lib/buildium-ruby/models/lease_ledger_reverse_payment_other_bank_charge_post_message.rb +239 -0
- data/lib/buildium-ruby/models/lease_ledger_reverse_payment_post_message.rb +256 -0
- data/lib/buildium-ruby/models/lease_message.rb +496 -0
- data/lib/buildium-ruby/models/lease_move_out_data_message.rb +238 -0
- data/lib/buildium-ruby/models/lease_move_out_data_post_message.rb +248 -0
- data/lib/buildium-ruby/models/lease_outstanding_balance_message.rb +330 -0
- data/lib/buildium-ruby/models/lease_outstanding_balance_search_message.rb +345 -0
- data/lib/buildium-ruby/models/lease_post_message.rb +379 -0
- data/lib/buildium-ruby/models/lease_put_message.rb +322 -0
- data/lib/buildium-ruby/models/lease_recurring_credit_message.rb +408 -0
- data/lib/buildium-ruby/models/lease_recurring_payment_message.rb +397 -0
- data/lib/buildium-ruby/models/lease_renewal_message.rb +336 -0
- data/lib/buildium-ruby/models/lease_renewal_post_message.rb +378 -0
- data/lib/buildium-ruby/models/lease_rent_charge_message.rb +278 -0
- data/lib/buildium-ruby/models/lease_rent_charge_post_message.rb +263 -0
- data/lib/buildium-ruby/models/lease_rent_message.rb +334 -0
- data/lib/buildium-ruby/models/lease_rent_post_message.rb +275 -0
- data/lib/buildium-ruby/models/lease_search_message.rb +359 -0
- data/lib/buildium-ruby/models/lease_security_deposit_post_message.rb +239 -0
- data/lib/buildium-ruby/models/lease_tenant_message.rb +262 -0
- data/lib/buildium-ruby/models/lease_transaction_message.rb +298 -0
- data/lib/buildium-ruby/models/lease_transaction_search_message.rb +263 -0
- data/lib/buildium-ruby/models/listing_contact_message.rb +259 -0
- data/lib/buildium-ruby/models/listing_contact_save_message.rb +253 -0
- data/lib/buildium-ruby/models/listing_file_message.rb +272 -0
- data/lib/buildium-ruby/models/listing_message.rb +305 -0
- data/lib/buildium-ruby/models/listing_property_message.rb +326 -0
- data/lib/buildium-ruby/models/listing_put_message.rb +283 -0
- data/lib/buildium-ruby/models/listing_search_message.rb +262 -0
- data/lib/buildium-ruby/models/listing_unit_message.rb +358 -0
- data/lib/buildium-ruby/models/lock_period_settings_global_message.rb +218 -0
- data/lib/buildium-ruby/models/lock_period_settings_overrides_message.rb +227 -0
- data/lib/buildium-ruby/models/logged_by_staff_user_message.rb +249 -0
- data/lib/buildium-ruby/models/lookup_message.rb +226 -0
- data/lib/buildium-ruby/models/mailing_template_message.rb +282 -0
- data/lib/buildium-ruby/models/note_message.rb +237 -0
- data/lib/buildium-ruby/models/note_post_message.rb +223 -0
- data/lib/buildium-ruby/models/note_put_message.rb +223 -0
- data/lib/buildium-ruby/models/note_search_message.rb +238 -0
- data/lib/buildium-ruby/models/outstanding_balances_line_message.rb +228 -0
- data/lib/buildium-ruby/models/ownership_account_charge_recurring_transaction_message.rb +374 -0
- data/lib/buildium-ruby/models/ownership_account_credit_line_post_message.rb +238 -0
- data/lib/buildium-ruby/models/ownership_account_credit_post_message.rb +309 -0
- data/lib/buildium-ruby/models/ownership_account_deposit_withholding_line_post_message.rb +238 -0
- data/lib/buildium-ruby/models/ownership_account_deposit_withholding_post_message.rb +260 -0
- data/lib/buildium-ruby/models/ownership_account_ledger_charge_lines_put_message.rb +248 -0
- data/lib/buildium-ruby/models/ownership_account_ledger_charge_lines_save_message.rb +238 -0
- data/lib/buildium-ruby/models/ownership_account_ledger_charge_post_message.rb +250 -0
- data/lib/buildium-ruby/models/ownership_account_ledger_charge_put_message.rb +250 -0
- data/lib/buildium-ruby/models/ownership_account_ledger_payment_line_save_message.rb +239 -0
- data/lib/buildium-ruby/models/ownership_account_ledger_payment_post_message.rb +335 -0
- data/lib/buildium-ruby/models/ownership_account_outstanding_balance_message.rb +310 -0
- data/lib/buildium-ruby/models/ownership_account_outstanding_balance_search_message.rb +308 -0
- data/lib/buildium-ruby/models/ownership_account_recurring_credit_message.rb +408 -0
- data/lib/buildium-ruby/models/ownership_account_recurring_payment_message.rb +397 -0
- data/lib/buildium-ruby/models/ownership_account_refund_line_message.rb +228 -0
- data/lib/buildium-ruby/models/ownership_account_refund_lines_post_message.rb +238 -0
- data/lib/buildium-ruby/models/ownership_account_refund_message.rb +301 -0
- data/lib/buildium-ruby/models/ownership_account_refund_post_message.rb +306 -0
- data/lib/buildium-ruby/models/ownership_account_transaction_message.rb +298 -0
- data/lib/buildium-ruby/models/paid_by_message.rb +228 -0
- data/lib/buildium-ruby/models/participant_message.rb +240 -0
- data/lib/buildium-ruby/models/participant_resource_message.rb +263 -0
- data/lib/buildium-ruby/models/payee_message.rb +283 -0
- data/lib/buildium-ruby/models/payment_detail_message.rb +281 -0
- data/lib/buildium-ruby/models/payment_recurring_transaction_post_message.rb +378 -0
- data/lib/buildium-ruby/models/payment_transactions_message.rb +237 -0
- data/lib/buildium-ruby/models/phone_log_message.rb +266 -0
- data/lib/buildium-ruby/models/phone_log_participant_post_message.rb +282 -0
- data/lib/buildium-ruby/models/phone_log_participant_unit_agreement_post_message.rb +263 -0
- data/lib/buildium-ruby/models/phone_log_post_message.rb +267 -0
- data/lib/buildium-ruby/models/phone_log_put_message.rb +253 -0
- data/lib/buildium-ruby/models/phone_log_search_message.rb +336 -0
- data/lib/buildium-ruby/models/phone_number_message.rb +263 -0
- data/lib/buildium-ruby/models/phone_numbers_message.rb +249 -0
- data/lib/buildium-ruby/models/property_group_message.rb +259 -0
- data/lib/buildium-ruby/models/property_group_post_message.rb +250 -0
- data/lib/buildium-ruby/models/property_group_put_message.rb +250 -0
- data/lib/buildium-ruby/models/property_group_search_message.rb +230 -0
- data/lib/buildium-ruby/models/property_manager_message.rb +291 -0
- data/lib/buildium-ruby/models/property_message.rb +273 -0
- data/lib/buildium-ruby/models/recurring_transaction_line_message.rb +228 -0
- data/lib/buildium-ruby/models/recurring_transaction_line_post_message.rb +238 -0
- data/lib/buildium-ruby/models/recurring_transaction_message.rb +388 -0
- data/lib/buildium-ruby/models/rental_appliance_message.rb +288 -0
- data/lib/buildium-ruby/models/rental_appliance_post_message.rb +298 -0
- data/lib/buildium-ruby/models/rental_appliance_put_message.rb +273 -0
- data/lib/buildium-ruby/models/rental_appliance_search_message.rb +232 -0
- data/lib/buildium-ruby/models/rental_appliance_service_history_message.rb +282 -0
- data/lib/buildium-ruby/models/rental_appliance_service_history_post_message.rb +282 -0
- data/lib/buildium-ruby/models/rental_features_message.rb +255 -0
- data/lib/buildium-ruby/models/rental_features_put_message.rb +254 -0
- data/lib/buildium-ruby/models/rental_message.rb +373 -0
- data/lib/buildium-ruby/models/rental_owner_message.rb +361 -0
- data/lib/buildium-ruby/models/rental_owner_post_message.rb +363 -0
- data/lib/buildium-ruby/models/rental_owner_put_message.rb +354 -0
- data/lib/buildium-ruby/models/rental_owner_request_task_message.rb +381 -0
- data/lib/buildium-ruby/models/rental_owner_request_task_post_message.rb +384 -0
- data/lib/buildium-ruby/models/rental_owner_request_task_put_message.rb +369 -0
- data/lib/buildium-ruby/models/rental_owner_request_task_search_message.rb +366 -0
- data/lib/buildium-ruby/models/rental_owner_tax_information_message.rb +302 -0
- data/lib/buildium-ruby/models/rental_owners_search_message.rb +314 -0
- data/lib/buildium-ruby/models/rental_preferred_vendor_message.rb +300 -0
- data/lib/buildium-ruby/models/rental_preferred_vendor_put_message.rb +225 -0
- data/lib/buildium-ruby/models/rental_property_post_message.rb +365 -0
- data/lib/buildium-ruby/models/rental_property_put_message.rb +341 -0
- data/lib/buildium-ruby/models/rental_property_unit_post_message.rb +333 -0
- data/lib/buildium-ruby/models/rental_search_message.rb +330 -0
- data/lib/buildium-ruby/models/rental_tenant_post_message.rb +388 -0
- data/lib/buildium-ruby/models/rental_tenant_put_message.rb +373 -0
- data/lib/buildium-ruby/models/rental_tenant_renewal_post_message.rb +373 -0
- data/lib/buildium-ruby/models/rental_unit_features_message.rb +243 -0
- data/lib/buildium-ruby/models/rental_unit_features_put_message.rb +242 -0
- data/lib/buildium-ruby/models/rental_unit_message.rb +374 -0
- data/lib/buildium-ruby/models/rental_unit_put_message.rb +333 -0
- data/lib/buildium-ruby/models/rental_unit_search_message.rb +240 -0
- data/lib/buildium-ruby/models/rental_units_post_message.rb +348 -0
- data/lib/buildium-ruby/models/requested_by_user_entity_message.rb +303 -0
- data/lib/buildium-ruby/models/resident_center_user_message.rb +280 -0
- data/lib/buildium-ruby/models/resident_center_user_reference_message.rb +292 -0
- data/lib/buildium-ruby/models/resident_center_user_search_message.rb +288 -0
- data/lib/buildium-ruby/models/resident_request_task_message.rb +429 -0
- data/lib/buildium-ruby/models/resident_request_task_post_message.rb +409 -0
- data/lib/buildium-ruby/models/resident_request_task_put_message.rb +349 -0
- data/lib/buildium-ruby/models/resident_request_task_search_message.rb +376 -0
- data/lib/buildium-ruby/models/save_address_message.rb +323 -0
- data/lib/buildium-ruby/models/save_emergency_contact_message.rb +248 -0
- data/lib/buildium-ruby/models/task_category_message.rb +251 -0
- data/lib/buildium-ruby/models/task_category_put_message.rb +224 -0
- data/lib/buildium-ruby/models/task_category_response_message.rb +248 -0
- data/lib/buildium-ruby/models/task_category_save_message.rb +224 -0
- data/lib/buildium-ruby/models/task_history_file_message.rb +268 -0
- data/lib/buildium-ruby/models/task_history_file_upload_post_message.rb +223 -0
- data/lib/buildium-ruby/models/task_history_message.rb +376 -0
- data/lib/buildium-ruby/models/task_history_put_message.rb +223 -0
- data/lib/buildium-ruby/models/task_history_user_message.rb +249 -0
- data/lib/buildium-ruby/models/task_search_message.rb +398 -0
- data/lib/buildium-ruby/models/task_sub_category_message.rb +229 -0
- data/lib/buildium-ruby/models/tax_information_post_message.rb +292 -0
- data/lib/buildium-ruby/models/tax_information_save_message.rb +307 -0
- data/lib/buildium-ruby/models/tenant_message.rb +404 -0
- data/lib/buildium-ruby/models/tenant_search_message.rb +339 -0
- data/lib/buildium-ruby/models/to_do_task_message.rb +372 -0
- data/lib/buildium-ruby/models/to_do_task_post_message.rb +374 -0
- data/lib/buildium-ruby/models/to_do_task_put_message.rb +374 -0
- data/lib/buildium-ruby/models/to_do_task_search_message.rb +366 -0
- data/lib/buildium-ruby/models/undeposited_funds_message.rb +217 -0
- data/lib/buildium-ruby/models/unit_agreement_message.rb +273 -0
- data/lib/buildium-ruby/models/user_message.rb +354 -0
- data/lib/buildium-ruby/models/user_role_message.rb +249 -0
- data/lib/buildium-ruby/models/user_search_message.rb +297 -0
- data/lib/buildium-ruby/models/vehicle_message.rb +249 -0
- data/lib/buildium-ruby/models/vendor_category_message.rb +239 -0
- data/lib/buildium-ruby/models/vendor_category_save_message.rb +223 -0
- data/lib/buildium-ruby/models/vendor_credit_line_item_message.rb +257 -0
- data/lib/buildium-ruby/models/vendor_credit_line_item_post_message.rb +262 -0
- data/lib/buildium-ruby/models/vendor_credit_message.rb +260 -0
- data/lib/buildium-ruby/models/vendor_credit_post_message.rb +260 -0
- data/lib/buildium-ruby/models/vendor_insurance_message.rb +239 -0
- data/lib/buildium-ruby/models/vendor_insurance_save_message.rb +239 -0
- data/lib/buildium-ruby/models/vendor_message.rb +377 -0
- data/lib/buildium-ruby/models/vendor_post_message.rb +364 -0
- data/lib/buildium-ruby/models/vendor_put_message.rb +364 -0
- data/lib/buildium-ruby/models/vendor_refund_line_message.rb +257 -0
- data/lib/buildium-ruby/models/vendor_refund_line_post_message.rb +262 -0
- data/lib/buildium-ruby/models/vendor_refund_message.rb +314 -0
- data/lib/buildium-ruby/models/vendor_refund_post_message.rb +324 -0
- data/lib/buildium-ruby/models/vendor_search_message.rb +334 -0
- data/lib/buildium-ruby/models/vendor_tax_information_message.rb +302 -0
- data/lib/buildium-ruby/models/vendor_transaction_message.rb +302 -0
- data/lib/buildium-ruby/models/vendor_transaction_search_message.rb +292 -0
- data/lib/buildium-ruby/models/work_order_entry_contact_message.rb +231 -0
- data/lib/buildium-ruby/models/work_order_entry_contact_resource_message.rb +263 -0
- data/lib/buildium-ruby/models/work_order_line_item_message.rb +249 -0
- data/lib/buildium-ruby/models/work_order_line_item_save_message.rb +258 -0
- data/lib/buildium-ruby/models/work_order_message.rb +372 -0
- data/lib/buildium-ruby/models/work_order_post_message.rb +363 -0
- data/lib/buildium-ruby/models/work_order_put_message.rb +344 -0
- data/lib/buildium-ruby/models/work_order_search_message.rb +452 -0
- data/lib/buildium-ruby/models/work_order_task_message.rb +346 -0
- data/lib/buildium-ruby/models/work_order_task_post_message.rb +345 -0
- data/lib/buildium-ruby/version.rb +15 -0
- data/lib/buildium-ruby.rb +438 -0
- data/openapitools.json +7 -0
- data/spec/api/accounting_api_spec.rb +383 -0
- data/spec/api/administration_api_spec.rb +114 -0
- data/spec/api/applicants_api_spec.rb +294 -0
- data/spec/api/association_appliances_api_spec.rb +141 -0
- data/spec/api/association_owners_api_spec.rb +195 -0
- data/spec/api/association_ownership_accounts_api_spec.rb +385 -0
- data/spec/api/association_tenants_api_spec.rb +153 -0
- data/spec/api/association_units_api_spec.rb +147 -0
- data/spec/api/associations_api_spec.rb +248 -0
- data/spec/api/bank_accounts_api_spec.rb +420 -0
- data/spec/api/client_leads_api_spec.rb +66 -0
- data/spec/api/communications_api_spec.rb +248 -0
- data/spec/api/files_api_spec.rb +156 -0
- data/spec/api/leases_api_spec.rb +529 -0
- data/spec/api/listings_api_spec.rb +139 -0
- data/spec/api/property_groups_api_spec.rb +88 -0
- data/spec/api/rental_appliances_api_spec.rb +141 -0
- data/spec/api/rental_owners_api_spec.rb +151 -0
- data/spec/api/rental_properties_api_spec.rb +205 -0
- data/spec/api/rental_tenants_api_spec.rb +154 -0
- data/spec/api/rental_units_api_spec.rb +172 -0
- data/spec/api/resident_center_api_spec.rb +54 -0
- data/spec/api/tasks_api_spec.rb +493 -0
- data/spec/api/vendors_api_spec.rb +275 -0
- data/spec/api/work_orders_api_spec.rb +105 -0
- data/spec/api_client_spec.rb +188 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/models/account_info_message_spec.rb +58 -0
- data/spec/models/accounting_entity_message_spec.rb +50 -0
- data/spec/models/accounting_entity_save_message_spec.rb +44 -0
- data/spec/models/accounting_lock_period_message_spec.rb +46 -0
- data/spec/models/accounting_settings_message_spec.rb +72 -0
- data/spec/models/address_message_spec.rb +74 -0
- data/spec/models/all_tasks_message_spec.rb +130 -0
- data/spec/models/announcement_message_spec.rb +74 -0
- data/spec/models/announcement_post_message_spec.rb +64 -0
- data/spec/models/announcement_search_message_spec.rb +62 -0
- data/spec/models/announcement_sender_message_spec.rb +46 -0
- data/spec/models/api_error_response_spec.rb +46 -0
- data/spec/models/appliance_message_spec.rb +58 -0
- data/spec/models/applicant_application_message_spec.rb +56 -0
- data/spec/models/applicant_group_message_spec.rb +62 -0
- data/spec/models/applicant_group_post_message_spec.rb +40 -0
- data/spec/models/applicant_group_put_message_spec.rb +50 -0
- data/spec/models/applicant_group_search_message_spec.rb +66 -0
- data/spec/models/applicant_message_spec.rb +88 -0
- data/spec/models/applicant_post_message_spec.rb +64 -0
- data/spec/models/applicant_put_message_spec.rb +58 -0
- data/spec/models/applicant_search_message_spec.rb +84 -0
- data/spec/models/application_message_spec.rb +62 -0
- data/spec/models/application_put_message_spec.rb +38 -0
- data/spec/models/application_response_field_message_spec.rb +60 -0
- data/spec/models/application_response_message_spec.rb +50 -0
- data/spec/models/application_section_response_message_spec.rb +34 -0
- data/spec/models/association_appliance_message_spec.rb +76 -0
- data/spec/models/association_appliance_post_message_spec.rb +76 -0
- data/spec/models/association_appliance_put_message_spec.rb +64 -0
- data/spec/models/association_appliance_search_message_spec.rb +40 -0
- data/spec/models/association_appliance_service_history_message_spec.rb +56 -0
- data/spec/models/association_appliance_service_history_post_message_spec.rb +50 -0
- data/spec/models/association_board_member_message_spec.rb +92 -0
- data/spec/models/association_board_member_post_message_spec.rb +56 -0
- data/spec/models/association_board_member_put_message_spec.rb +50 -0
- data/spec/models/association_board_member_search_message_spec.rb +60 -0
- data/spec/models/association_message_spec.rb +100 -0
- data/spec/models/association_owner_board_term_message_spec.rb +68 -0
- data/spec/models/association_owner_board_term_post_message_spec.rb +50 -0
- data/spec/models/association_owner_message_spec.rb +144 -0
- data/spec/models/association_owner_post_message_spec.rb +116 -0
- data/spec/models/association_owner_put_message_spec.rb +98 -0
- data/spec/models/association_owner_to_existing_ownership_account_post_message_spec.rb +128 -0
- data/spec/models/association_owner_unit_occupancy_put_message_spec.rb +34 -0
- data/spec/models/association_owner_unit_occupancy_status_message_spec.rb +40 -0
- data/spec/models/association_ownership_account_message_spec.rb +90 -0
- data/spec/models/association_ownership_account_post_message_spec.rb +80 -0
- data/spec/models/association_ownership_account_put_message_spec.rb +34 -0
- data/spec/models/association_ownership_account_search_message_spec.rb +72 -0
- data/spec/models/association_post_message_spec.rb +76 -0
- data/spec/models/association_preferred_vendor_message_spec.rb +82 -0
- data/spec/models/association_preferred_vendor_put_message_spec.rb +34 -0
- data/spec/models/association_put_message_spec.rb +82 -0
- data/spec/models/association_search_message_spec.rb +56 -0
- data/spec/models/association_tenant_message_spec.rb +112 -0
- data/spec/models/association_tenant_post_message_spec.rb +106 -0
- data/spec/models/association_tenant_put_message_spec.rb +94 -0
- data/spec/models/association_unit_message_spec.rb +84 -0
- data/spec/models/association_unit_put_message_spec.rb +66 -0
- data/spec/models/association_unit_search_message_spec.rb +46 -0
- data/spec/models/association_units_post_message_spec.rb +72 -0
- data/spec/models/association_user_search_message_spec.rb +86 -0
- data/spec/models/bank_account_check_accounting_entity_save_message_spec.rb +44 -0
- data/spec/models/bank_account_check_line_message_spec.rb +64 -0
- data/spec/models/bank_account_check_line_save_message_spec.rb +58 -0
- data/spec/models/bank_account_check_message_spec.rb +70 -0
- data/spec/models/bank_account_check_payee_message_spec.rb +50 -0
- data/spec/models/bank_account_check_payee_save_message_spec.rb +44 -0
- data/spec/models/bank_account_check_post_message_spec.rb +58 -0
- data/spec/models/bank_account_check_put_message_spec.rb +58 -0
- data/spec/models/bank_account_check_search_message_spec.rb +40 -0
- data/spec/models/bank_account_deposit_line_message_spec.rb +64 -0
- data/spec/models/bank_account_deposit_line_save_message_spec.rb +58 -0
- data/spec/models/bank_account_deposit_message_spec.rb +64 -0
- data/spec/models/bank_account_deposit_post_message_spec.rb +52 -0
- data/spec/models/bank_account_deposit_put_message_spec.rb +46 -0
- data/spec/models/bank_account_deposit_search_message_spec.rb +40 -0
- data/spec/models/bank_account_message_spec.rb +104 -0
- data/spec/models/bank_account_post_message_spec.rb +78 -0
- data/spec/models/bank_account_put_message_spec.rb +78 -0
- data/spec/models/bank_account_quick_deposit_message_spec.rb +64 -0
- data/spec/models/bank_account_quick_deposit_save_message_spec.rb +58 -0
- data/spec/models/bank_account_quick_deposit_search_message_spec.rb +40 -0
- data/spec/models/bank_account_search_message_spec.rb +44 -0
- data/spec/models/bank_account_transaction_message_spec.rb +96 -0
- data/spec/models/bank_account_transaction_search_message_spec.rb +56 -0
- data/spec/models/bank_account_transfer_accounting_entity_save_message_spec.rb +44 -0
- data/spec/models/bank_account_transfer_message_spec.rb +64 -0
- data/spec/models/bank_account_transfer_save_message_spec.rb +58 -0
- data/spec/models/bank_account_transfer_search_message_spec.rb +40 -0
- data/spec/models/bank_account_withdrawal_message_spec.rb +64 -0
- data/spec/models/bank_account_withdrawal_save_message_spec.rb +58 -0
- data/spec/models/bank_account_withdrawal_search_message_spec.rb +40 -0
- data/spec/models/bill_file_message_spec.rb +64 -0
- data/spec/models/bill_line_message_spec.rb +64 -0
- data/spec/models/bill_line_post_message_spec.rb +58 -0
- data/spec/models/bill_line_put_message_spec.rb +64 -0
- data/spec/models/bill_markup_message_spec.rb +44 -0
- data/spec/models/bill_markup_save_message_spec.rb +44 -0
- data/spec/models/bill_message_spec.rb +92 -0
- data/spec/models/bill_payment_accounting_entity_message_spec.rb +44 -0
- data/spec/models/bill_payment_line_message_spec.rb +46 -0
- data/spec/models/bill_payment_line_post_message_spec.rb +40 -0
- data/spec/models/bill_payment_message_spec.rb +64 -0
- data/spec/models/bill_payment_post_message_spec.rb +58 -0
- data/spec/models/bill_post_message_spec.rb +70 -0
- data/spec/models/bill_put_message_spec.rb +64 -0
- data/spec/models/bill_search_message_spec.rb +88 -0
- data/spec/models/budget_details_message_spec.rb +56 -0
- data/spec/models/budget_details_save_message_spec.rb +40 -0
- data/spec/models/budget_message_spec.rb +64 -0
- data/spec/models/budget_monthly_amounts_message_spec.rb +100 -0
- data/spec/models/budget_monthly_amounts_save_message_spec.rb +100 -0
- data/spec/models/budget_post_message_spec.rb +62 -0
- data/spec/models/budget_put_message_spec.rb +40 -0
- data/spec/models/budget_search_message_spec.rb +46 -0
- data/spec/models/charge_recurring_transaction_post_message_spec.rb +84 -0
- data/spec/models/charge_recurring_transaction_put_message_spec.rb +90 -0
- data/spec/models/check_printing_info_message_spec.rb +122 -0
- data/spec/models/check_printing_info_post_message_spec.rb +122 -0
- data/spec/models/check_printing_info_put_message_spec.rb +122 -0
- data/spec/models/client_lead_credit_request_message_spec.rb +60 -0
- data/spec/models/client_lead_message_spec.rb +102 -0
- data/spec/models/client_lead_search_message_spec.rb +66 -0
- data/spec/models/contact_detail_message_spec.rb +52 -0
- data/spec/models/contact_detail_phone_message_spec.rb +46 -0
- data/spec/models/contact_detail_save_message_spec.rb +52 -0
- data/spec/models/contact_detail_save_phone_message_spec.rb +46 -0
- data/spec/models/contact_info_message_spec.rb +52 -0
- data/spec/models/contact_request_task_message_spec.rb +114 -0
- data/spec/models/contact_request_task_post_message_spec.rb +102 -0
- data/spec/models/contact_request_task_put_message_spec.rb +102 -0
- data/spec/models/contact_request_task_search_message_spec.rb +112 -0
- data/spec/models/cosigner_message_spec.rb +92 -0
- data/spec/models/created_by_user_message_spec.rb +52 -0
- data/spec/models/credit_recurring_transaction_post_message_spec.rb +100 -0
- data/spec/models/deposit_detail_message_spec.rb +40 -0
- data/spec/models/electronic_payments_message_spec.rb +76 -0
- data/spec/models/email_message_spec.rb +52 -0
- data/spec/models/email_post_message_spec.rb +70 -0
- data/spec/models/email_recipient_message_spec.rb +62 -0
- data/spec/models/email_search_message_spec.rb +58 -0
- data/spec/models/email_sender_message_spec.rb +52 -0
- data/spec/models/emergency_contact_message_spec.rb +52 -0
- data/spec/models/file_category_message_spec.rb +46 -0
- data/spec/models/file_category_post_message_spec.rb +34 -0
- data/spec/models/file_category_put_message_spec.rb +34 -0
- data/spec/models/file_download_message_spec.rb +34 -0
- data/spec/models/file_entity_message_spec.rb +50 -0
- data/spec/models/file_message_spec.rb +82 -0
- data/spec/models/file_name_post_message_spec.rb +34 -0
- data/spec/models/file_put_message_spec.rb +46 -0
- data/spec/models/file_search_message_spec.rb +74 -0
- data/spec/models/file_upload_post_message_spec.rb +68 -0
- data/spec/models/file_upload_ticket_message_spec.rb +46 -0
- data/spec/models/general_journal_entry_line_save_message_spec.rb +56 -0
- data/spec/models/general_journal_entry_post_message_spec.rb +52 -0
- data/spec/models/general_journal_entry_put_message_spec.rb +52 -0
- data/spec/models/general_ledger_journal_line_message_spec.rb +64 -0
- data/spec/models/general_ledger_journal_message_spec.rb +40 -0
- data/spec/models/general_ledger_transaction_message_spec.rb +98 -0
- data/spec/models/general_ledger_transaction_search_message_spec.rb +62 -0
- data/spec/models/gl_account_balance_item_message_spec.rb +40 -0
- data/spec/models/gl_account_balance_message_spec.rb +46 -0
- data/spec/models/gl_account_balance_search_message_spec.rb +66 -0
- data/spec/models/gl_account_message_spec.rb +130 -0
- data/spec/models/gl_account_post_message_spec.rb +84 -0
- data/spec/models/gl_account_put_message_spec.rb +84 -0
- data/spec/models/gl_accounts_search_message_spec.rb +38 -0
- data/spec/models/gl_transaction_message_v1_spec.rb +58 -0
- data/spec/models/internal_transaction_status_message_spec.rb +46 -0
- data/spec/models/journal_line_message_spec.rb +64 -0
- data/spec/models/journal_message_spec.rb +40 -0
- data/spec/models/last_updated_by_user_message_spec.rb +58 -0
- data/spec/models/lease_account_detail_message_spec.rb +40 -0
- data/spec/models/lease_charge_line_save_message_spec.rb +46 -0
- data/spec/models/lease_charge_post_message_spec.rb +46 -0
- data/spec/models/lease_charge_put_message_spec.rb +46 -0
- data/spec/models/lease_charge_recurring_transaction_message_spec.rb +108 -0
- data/spec/models/lease_cosigner_post_message_spec.rb +80 -0
- data/spec/models/lease_ledger_credit_line_post_message_spec.rb +40 -0
- data/spec/models/lease_ledger_credit_post_message_spec.rb +62 -0
- data/spec/models/lease_ledger_deposit_withholding_line_post_message_spec.rb +40 -0
- data/spec/models/lease_ledger_deposit_withholding_post_message_spec.rb +52 -0
- data/spec/models/lease_ledger_payment_line_save_message_spec.rb +40 -0
- data/spec/models/lease_ledger_payment_post_message_spec.rb +74 -0
- data/spec/models/lease_ledger_refund_line_message_spec.rb +40 -0
- data/spec/models/lease_ledger_refund_line_post_message_spec.rb +40 -0
- data/spec/models/lease_ledger_refund_message_spec.rb +82 -0
- data/spec/models/lease_ledger_refund_post_message_spec.rb +70 -0
- data/spec/models/lease_ledger_reverse_payment_nsf_charge_post_message_spec.rb +40 -0
- data/spec/models/lease_ledger_reverse_payment_other_bank_charge_post_message_spec.rb +40 -0
- data/spec/models/lease_ledger_reverse_payment_post_message_spec.rb +52 -0
- data/spec/models/lease_message_spec.rb +170 -0
- data/spec/models/lease_move_out_data_message_spec.rb +46 -0
- data/spec/models/lease_move_out_data_post_message_spec.rb +46 -0
- data/spec/models/lease_outstanding_balance_message_spec.rb +100 -0
- data/spec/models/lease_outstanding_balance_search_message_spec.rb +90 -0
- data/spec/models/lease_post_message_spec.rb +98 -0
- data/spec/models/lease_put_message_spec.rb +68 -0
- data/spec/models/lease_recurring_credit_message_spec.rb +124 -0
- data/spec/models/lease_recurring_payment_message_spec.rb +118 -0
- data/spec/models/lease_renewal_message_spec.rb +84 -0
- data/spec/models/lease_renewal_post_message_spec.rb +98 -0
- data/spec/models/lease_rent_charge_message_spec.rb +70 -0
- data/spec/models/lease_rent_charge_post_message_spec.rb +52 -0
- data/spec/models/lease_rent_message_spec.rb +86 -0
- data/spec/models/lease_rent_post_message_spec.rb +44 -0
- data/spec/models/lease_search_message_spec.rb +108 -0
- data/spec/models/lease_security_deposit_post_message_spec.rb +40 -0
- data/spec/models/lease_tenant_message_spec.rb +44 -0
- data/spec/models/lease_transaction_message_spec.rb +82 -0
- data/spec/models/lease_transaction_search_message_spec.rb +50 -0
- data/spec/models/listing_contact_message_spec.rb +58 -0
- data/spec/models/listing_contact_save_message_spec.rb +52 -0
- data/spec/models/listing_file_message_spec.rb +50 -0
- data/spec/models/listing_message_spec.rb +88 -0
- data/spec/models/listing_property_message_spec.rb +90 -0
- data/spec/models/listing_put_message_spec.rb +64 -0
- data/spec/models/listing_search_message_spec.rb +44 -0
- data/spec/models/listing_unit_message_spec.rb +100 -0
- data/spec/models/lock_period_settings_global_message_spec.rb +34 -0
- data/spec/models/lock_period_settings_overrides_message_spec.rb +40 -0
- data/spec/models/logged_by_staff_user_message_spec.rb +52 -0
- data/spec/models/lookup_message_spec.rb +40 -0
- data/spec/models/mailing_template_message_spec.rb +56 -0
- data/spec/models/note_message_spec.rb +46 -0
- data/spec/models/note_post_message_spec.rb +34 -0
- data/spec/models/note_put_message_spec.rb +34 -0
- data/spec/models/note_search_message_spec.rb +46 -0
- data/spec/models/outstanding_balances_line_message_spec.rb +40 -0
- data/spec/models/ownership_account_charge_recurring_transaction_message_spec.rb +108 -0
- data/spec/models/ownership_account_credit_line_post_message_spec.rb +40 -0
- data/spec/models/ownership_account_credit_post_message_spec.rb +62 -0
- data/spec/models/ownership_account_deposit_withholding_line_post_message_spec.rb +40 -0
- data/spec/models/ownership_account_deposit_withholding_post_message_spec.rb +52 -0
- data/spec/models/ownership_account_ledger_charge_lines_put_message_spec.rb +46 -0
- data/spec/models/ownership_account_ledger_charge_lines_save_message_spec.rb +40 -0
- data/spec/models/ownership_account_ledger_charge_post_message_spec.rb +46 -0
- data/spec/models/ownership_account_ledger_charge_put_message_spec.rb +46 -0
- data/spec/models/ownership_account_ledger_payment_line_save_message_spec.rb +40 -0
- data/spec/models/ownership_account_ledger_payment_post_message_spec.rb +74 -0
- data/spec/models/ownership_account_outstanding_balance_message_spec.rb +88 -0
- data/spec/models/ownership_account_outstanding_balance_search_message_spec.rb +70 -0
- data/spec/models/ownership_account_recurring_credit_message_spec.rb +124 -0
- data/spec/models/ownership_account_recurring_payment_message_spec.rb +118 -0
- data/spec/models/ownership_account_refund_line_message_spec.rb +40 -0
- data/spec/models/ownership_account_refund_lines_post_message_spec.rb +40 -0
- data/spec/models/ownership_account_refund_message_spec.rb +82 -0
- data/spec/models/ownership_account_refund_post_message_spec.rb +70 -0
- data/spec/models/ownership_account_transaction_message_spec.rb +82 -0
- data/spec/models/paid_by_message_spec.rb +40 -0
- data/spec/models/participant_message_spec.rb +46 -0
- data/spec/models/participant_resource_message_spec.rb +44 -0
- data/spec/models/payee_message_spec.rb +56 -0
- data/spec/models/payment_detail_message_spec.rb +56 -0
- data/spec/models/payment_recurring_transaction_post_message_spec.rb +94 -0
- data/spec/models/payment_transactions_message_spec.rb +46 -0
- data/spec/models/phone_log_message_spec.rb +64 -0
- data/spec/models/phone_log_participant_post_message_spec.rb +50 -0
- data/spec/models/phone_log_participant_unit_agreement_post_message_spec.rb +44 -0
- data/spec/models/phone_log_post_message_spec.rb +52 -0
- data/spec/models/phone_log_put_message_spec.rb +46 -0
- data/spec/models/phone_log_search_message_spec.rb +84 -0
- data/spec/models/phone_number_message_spec.rb +44 -0
- data/spec/models/phone_numbers_message_spec.rb +52 -0
- data/spec/models/property_group_message_spec.rb +58 -0
- data/spec/models/property_group_post_message_spec.rb +46 -0
- data/spec/models/property_group_put_message_spec.rb +46 -0
- data/spec/models/property_group_search_message_spec.rb +40 -0
- data/spec/models/property_manager_message_spec.rb +76 -0
- data/spec/models/property_message_spec.rb +50 -0
- data/spec/models/recurring_transaction_line_message_spec.rb +40 -0
- data/spec/models/recurring_transaction_line_post_message_spec.rb +40 -0
- data/spec/models/recurring_transaction_message_spec.rb +112 -0
- data/spec/models/rental_appliance_message_spec.rb +76 -0
- data/spec/models/rental_appliance_post_message_spec.rb +76 -0
- data/spec/models/rental_appliance_put_message_spec.rb +64 -0
- data/spec/models/rental_appliance_search_message_spec.rb +40 -0
- data/spec/models/rental_appliance_service_history_message_spec.rb +56 -0
- data/spec/models/rental_appliance_service_history_post_message_spec.rb +50 -0
- data/spec/models/rental_features_message_spec.rb +48 -0
- data/spec/models/rental_features_put_message_spec.rb +48 -0
- data/spec/models/rental_message_spec.rb +108 -0
- data/spec/models/rental_owner_message_spec.rb +118 -0
- data/spec/models/rental_owner_post_message_spec.rb +112 -0
- data/spec/models/rental_owner_put_message_spec.rb +106 -0
- data/spec/models/rental_owner_request_task_message_spec.rb +114 -0
- data/spec/models/rental_owner_request_task_post_message_spec.rb +102 -0
- data/spec/models/rental_owner_request_task_put_message_spec.rb +96 -0
- data/spec/models/rental_owner_request_task_search_message_spec.rb +112 -0
- data/spec/models/rental_owner_tax_information_message_spec.rb +68 -0
- data/spec/models/rental_owners_search_message_spec.rb +74 -0
- data/spec/models/rental_preferred_vendor_message_spec.rb +82 -0
- data/spec/models/rental_preferred_vendor_put_message_spec.rb +34 -0
- data/spec/models/rental_property_post_message_spec.rb +92 -0
- data/spec/models/rental_property_put_message_spec.rb +80 -0
- data/spec/models/rental_property_unit_post_message_spec.rb +78 -0
- data/spec/models/rental_search_message_spec.rb +88 -0
- data/spec/models/rental_tenant_post_message_spec.rb +110 -0
- data/spec/models/rental_tenant_put_message_spec.rb +104 -0
- data/spec/models/rental_tenant_renewal_post_message_spec.rb +104 -0
- data/spec/models/rental_unit_features_message_spec.rb +38 -0
- data/spec/models/rental_unit_features_put_message_spec.rb +38 -0
- data/spec/models/rental_unit_message_spec.rb +108 -0
- data/spec/models/rental_unit_put_message_spec.rb +78 -0
- data/spec/models/rental_unit_search_message_spec.rb +46 -0
- data/spec/models/rental_units_post_message_spec.rb +84 -0
- data/spec/models/requested_by_user_entity_message_spec.rb +68 -0
- data/spec/models/resident_center_user_message_spec.rb +56 -0
- data/spec/models/resident_center_user_reference_message_spec.rb +62 -0
- data/spec/models/resident_center_user_search_message_spec.rb +66 -0
- data/spec/models/resident_request_task_message_spec.rb +144 -0
- data/spec/models/resident_request_task_post_message_spec.rb +114 -0
- data/spec/models/resident_request_task_put_message_spec.rb +84 -0
- data/spec/models/resident_request_task_search_message_spec.rb +118 -0
- data/spec/models/save_address_message_spec.rb +74 -0
- data/spec/models/save_emergency_contact_message_spec.rb +52 -0
- data/spec/models/task_category_message_spec.rb +52 -0
- data/spec/models/task_category_put_message_spec.rb +34 -0
- data/spec/models/task_category_response_message_spec.rb +52 -0
- data/spec/models/task_category_save_message_spec.rb +34 -0
- data/spec/models/task_history_file_message_spec.rb +64 -0
- data/spec/models/task_history_file_upload_post_message_spec.rb +34 -0
- data/spec/models/task_history_message_spec.rb +112 -0
- data/spec/models/task_history_put_message_spec.rb +34 -0
- data/spec/models/task_history_user_message_spec.rb +52 -0
- data/spec/models/task_search_message_spec.rb +128 -0
- data/spec/models/task_sub_category_message_spec.rb +40 -0
- data/spec/models/tax_information_post_message_spec.rb +62 -0
- data/spec/models/tax_information_save_message_spec.rb +68 -0
- data/spec/models/tenant_message_spec.rb +128 -0
- data/spec/models/tenant_search_message_spec.rb +96 -0
- data/spec/models/to_do_task_message_spec.rb +108 -0
- data/spec/models/to_do_task_post_message_spec.rb +96 -0
- data/spec/models/to_do_task_put_message_spec.rb +96 -0
- data/spec/models/to_do_task_search_message_spec.rb +112 -0
- data/spec/models/undeposited_funds_message_spec.rb +34 -0
- data/spec/models/unit_agreement_message_spec.rb +50 -0
- data/spec/models/user_message_spec.rb +104 -0
- data/spec/models/user_role_message_spec.rb +52 -0
- data/spec/models/user_search_message_spec.rb +66 -0
- data/spec/models/vehicle_message_spec.rb +52 -0
- data/spec/models/vendor_category_message_spec.rb +46 -0
- data/spec/models/vendor_category_save_message_spec.rb +34 -0
- data/spec/models/vendor_credit_line_item_message_spec.rb +58 -0
- data/spec/models/vendor_credit_line_item_post_message_spec.rb +52 -0
- data/spec/models/vendor_credit_message_spec.rb +58 -0
- data/spec/models/vendor_credit_post_message_spec.rb +52 -0
- data/spec/models/vendor_insurance_message_spec.rb +46 -0
- data/spec/models/vendor_insurance_save_message_spec.rb +46 -0
- data/spec/models/vendor_message_spec.rb +130 -0
- data/spec/models/vendor_post_message_spec.rb +118 -0
- data/spec/models/vendor_put_message_spec.rb +118 -0
- data/spec/models/vendor_refund_line_message_spec.rb +58 -0
- data/spec/models/vendor_refund_line_post_message_spec.rb +52 -0
- data/spec/models/vendor_refund_message_spec.rb +74 -0
- data/spec/models/vendor_refund_post_message_spec.rb +68 -0
- data/spec/models/vendor_search_message_spec.rb +84 -0
- data/spec/models/vendor_tax_information_message_spec.rb +68 -0
- data/spec/models/vendor_transaction_message_spec.rb +68 -0
- data/spec/models/vendor_transaction_search_message_spec.rb +62 -0
- data/spec/models/work_order_entry_contact_message_spec.rb +40 -0
- data/spec/models/work_order_entry_contact_resource_message_spec.rb +44 -0
- data/spec/models/work_order_line_item_message_spec.rb +52 -0
- data/spec/models/work_order_line_item_save_message_spec.rb +52 -0
- data/spec/models/work_order_message_spec.rb +110 -0
- data/spec/models/work_order_post_message_spec.rb +98 -0
- data/spec/models/work_order_put_message_spec.rb +86 -0
- data/spec/models/work_order_search_message_spec.rb +158 -0
- data/spec/models/work_order_task_message_spec.rb +88 -0
- data/spec/models/work_order_task_post_message_spec.rb +78 -0
- data/spec/spec_helper.rb +111 -0
- metadata +1725 -0
|
@@ -0,0 +1,1489 @@
|
|
|
1
|
+
# Buildium::ApplicantsApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://api.buildium.com*
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
| ------ | ------------ | ----------- |
|
|
7
|
+
| [**create_applicant**](ApplicantsApi.md#create_applicant) | **POST** /v1/applicants | Create an applicant |
|
|
8
|
+
| [**create_applicant_group**](ApplicantsApi.md#create_applicant_group) | **POST** /v1/applicants/groups | Create an applicant group |
|
|
9
|
+
| [**create_applicant_note**](ApplicantsApi.md#create_applicant_note) | **POST** /v1/applicants/{applicantId}/notes | Create an applicant note |
|
|
10
|
+
| [**create_application_group_note**](ApplicantsApi.md#create_application_group_note) | **POST** /v1/applicants/groups/{applicantGroupId}/notes | Create an applicant group note |
|
|
11
|
+
| [**get_all_applicant_notes**](ApplicantsApi.md#get_all_applicant_notes) | **GET** /v1/applicants/{applicantId}/notes | Retrieve all applicant notes |
|
|
12
|
+
| [**get_applicant_by_id**](ApplicantsApi.md#get_applicant_by_id) | **GET** /v1/applicants/{applicantId} | Retrieve an applicant |
|
|
13
|
+
| [**get_applicant_group_by_id**](ApplicantsApi.md#get_applicant_group_by_id) | **GET** /v1/applicants/groups/{applicantGroupId} | Retrieve an applicant group |
|
|
14
|
+
| [**get_applicant_group_note_by_note_id**](ApplicantsApi.md#get_applicant_group_note_by_note_id) | **GET** /v1/applicants/groups/{applicantGroupId}/notes/{noteId} | Retrieve an applicant group note |
|
|
15
|
+
| [**get_applicant_group_notes**](ApplicantsApi.md#get_applicant_group_notes) | **GET** /v1/applicants/groups/{applicantGroupId}/notes | Retrieve all applicant group notes |
|
|
16
|
+
| [**get_applicant_groups**](ApplicantsApi.md#get_applicant_groups) | **GET** /v1/applicants/groups | Retrieve all applicant groups |
|
|
17
|
+
| [**get_applicant_note_by_id**](ApplicantsApi.md#get_applicant_note_by_id) | **GET** /v1/applicants/{applicantId}/notes/{noteId} | Retrieve an applicant note |
|
|
18
|
+
| [**get_applicants**](ApplicantsApi.md#get_applicants) | **GET** /v1/applicants | Retrieve all applicants |
|
|
19
|
+
| [**get_application_for_applicant_by_id**](ApplicantsApi.md#get_application_for_applicant_by_id) | **GET** /v1/applicants/{applicantId}/applications/{applicationId} | Retrieve an application |
|
|
20
|
+
| [**get_applications_for_applicant**](ApplicantsApi.md#get_applications_for_applicant) | **GET** /v1/applicants/{applicantId}/applications | Retrieve all applications |
|
|
21
|
+
| [**update_applicant**](ApplicantsApi.md#update_applicant) | **PUT** /v1/applicants/{applicantId} | Update an applicant |
|
|
22
|
+
| [**update_applicant_group**](ApplicantsApi.md#update_applicant_group) | **PUT** /v1/applicants/groups/{applicantGroupId} | Update an applicant group |
|
|
23
|
+
| [**update_application**](ApplicantsApi.md#update_application) | **PUT** /v1/applicants/{applicantId}/applications/{applicationId} | Update an application |
|
|
24
|
+
| [**update_application_group_note**](ApplicantsApi.md#update_application_group_note) | **PUT** /v1/applicants/groups/{applicantGroupId}/notes/{noteId} | Update an applicant group note |
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## create_applicant
|
|
28
|
+
|
|
29
|
+
> <ApplicantMessage> create_applicant(applicant_post_message)
|
|
30
|
+
|
|
31
|
+
Create an applicant
|
|
32
|
+
|
|
33
|
+
Creates an applicant. <br /><br /><h4>Required permission(s):</h4><span class=\"permissionBlock\">Rentals > Applicants</span> - `View` `Edit`
|
|
34
|
+
|
|
35
|
+
### Examples
|
|
36
|
+
|
|
37
|
+
```ruby
|
|
38
|
+
require 'time'
|
|
39
|
+
require 'buildium-ruby'
|
|
40
|
+
# setup authorization
|
|
41
|
+
Buildium.configure do |config|
|
|
42
|
+
# Configure API key authorization: clientId
|
|
43
|
+
config.api_key['clientId'] = 'YOUR API KEY'
|
|
44
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
45
|
+
# config.api_key_prefix['clientId'] = 'Bearer'
|
|
46
|
+
|
|
47
|
+
# Configure API key authorization: clientSecret
|
|
48
|
+
config.api_key['clientSecret'] = 'YOUR API KEY'
|
|
49
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
50
|
+
# config.api_key_prefix['clientSecret'] = 'Bearer'
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
api_instance = Buildium::ApplicantsApi.new
|
|
54
|
+
applicant_post_message = Buildium::ApplicantPostMessage.new({first_name: 'first_name_example', last_name: 'last_name_example', send_rental_application_email: false}) # ApplicantPostMessage |
|
|
55
|
+
|
|
56
|
+
begin
|
|
57
|
+
# Create an applicant
|
|
58
|
+
result = api_instance.create_applicant(applicant_post_message)
|
|
59
|
+
p result
|
|
60
|
+
rescue Buildium::ApiError => e
|
|
61
|
+
puts "Error when calling ApplicantsApi->create_applicant: #{e}"
|
|
62
|
+
end
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
#### Using the create_applicant_with_http_info variant
|
|
66
|
+
|
|
67
|
+
This returns an Array which contains the response data, status code and headers.
|
|
68
|
+
|
|
69
|
+
> <Array(<ApplicantMessage>, Integer, Hash)> create_applicant_with_http_info(applicant_post_message)
|
|
70
|
+
|
|
71
|
+
```ruby
|
|
72
|
+
begin
|
|
73
|
+
# Create an applicant
|
|
74
|
+
data, status_code, headers = api_instance.create_applicant_with_http_info(applicant_post_message)
|
|
75
|
+
p status_code # => 2xx
|
|
76
|
+
p headers # => { ... }
|
|
77
|
+
p data # => <ApplicantMessage>
|
|
78
|
+
rescue Buildium::ApiError => e
|
|
79
|
+
puts "Error when calling ApplicantsApi->create_applicant_with_http_info: #{e}"
|
|
80
|
+
end
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
### Parameters
|
|
84
|
+
|
|
85
|
+
| Name | Type | Description | Notes |
|
|
86
|
+
| ---- | ---- | ----------- | ----- |
|
|
87
|
+
| **applicant_post_message** | [**ApplicantPostMessage**](ApplicantPostMessage.md) | | |
|
|
88
|
+
|
|
89
|
+
### Return type
|
|
90
|
+
|
|
91
|
+
[**ApplicantMessage**](ApplicantMessage.md)
|
|
92
|
+
|
|
93
|
+
### Authorization
|
|
94
|
+
|
|
95
|
+
[clientId](../README.md#clientId), [clientSecret](../README.md#clientSecret)
|
|
96
|
+
|
|
97
|
+
### HTTP request headers
|
|
98
|
+
|
|
99
|
+
- **Content-Type**: application/json
|
|
100
|
+
- **Accept**: application/json
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
## create_applicant_group
|
|
104
|
+
|
|
105
|
+
> <ApplicantGroupMessage> create_applicant_group(applicant_group_post_message)
|
|
106
|
+
|
|
107
|
+
Create an applicant group
|
|
108
|
+
|
|
109
|
+
Creates an applicant group. <br /><br /><h4>Required permission(s):</h4><span class=\"permissionBlock\">Rentals > Applicants</span> - `View` `Edit`
|
|
110
|
+
|
|
111
|
+
### Examples
|
|
112
|
+
|
|
113
|
+
```ruby
|
|
114
|
+
require 'time'
|
|
115
|
+
require 'buildium-ruby'
|
|
116
|
+
# setup authorization
|
|
117
|
+
Buildium.configure do |config|
|
|
118
|
+
# Configure API key authorization: clientId
|
|
119
|
+
config.api_key['clientId'] = 'YOUR API KEY'
|
|
120
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
121
|
+
# config.api_key_prefix['clientId'] = 'Bearer'
|
|
122
|
+
|
|
123
|
+
# Configure API key authorization: clientSecret
|
|
124
|
+
config.api_key['clientSecret'] = 'YOUR API KEY'
|
|
125
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
126
|
+
# config.api_key_prefix['clientSecret'] = 'Bearer'
|
|
127
|
+
end
|
|
128
|
+
|
|
129
|
+
api_instance = Buildium::ApplicantsApi.new
|
|
130
|
+
applicant_group_post_message = Buildium::ApplicantGroupPostMessage.new({applicant_ids: [37]}) # ApplicantGroupPostMessage |
|
|
131
|
+
|
|
132
|
+
begin
|
|
133
|
+
# Create an applicant group
|
|
134
|
+
result = api_instance.create_applicant_group(applicant_group_post_message)
|
|
135
|
+
p result
|
|
136
|
+
rescue Buildium::ApiError => e
|
|
137
|
+
puts "Error when calling ApplicantsApi->create_applicant_group: #{e}"
|
|
138
|
+
end
|
|
139
|
+
```
|
|
140
|
+
|
|
141
|
+
#### Using the create_applicant_group_with_http_info variant
|
|
142
|
+
|
|
143
|
+
This returns an Array which contains the response data, status code and headers.
|
|
144
|
+
|
|
145
|
+
> <Array(<ApplicantGroupMessage>, Integer, Hash)> create_applicant_group_with_http_info(applicant_group_post_message)
|
|
146
|
+
|
|
147
|
+
```ruby
|
|
148
|
+
begin
|
|
149
|
+
# Create an applicant group
|
|
150
|
+
data, status_code, headers = api_instance.create_applicant_group_with_http_info(applicant_group_post_message)
|
|
151
|
+
p status_code # => 2xx
|
|
152
|
+
p headers # => { ... }
|
|
153
|
+
p data # => <ApplicantGroupMessage>
|
|
154
|
+
rescue Buildium::ApiError => e
|
|
155
|
+
puts "Error when calling ApplicantsApi->create_applicant_group_with_http_info: #{e}"
|
|
156
|
+
end
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
### Parameters
|
|
160
|
+
|
|
161
|
+
| Name | Type | Description | Notes |
|
|
162
|
+
| ---- | ---- | ----------- | ----- |
|
|
163
|
+
| **applicant_group_post_message** | [**ApplicantGroupPostMessage**](ApplicantGroupPostMessage.md) | | |
|
|
164
|
+
|
|
165
|
+
### Return type
|
|
166
|
+
|
|
167
|
+
[**ApplicantGroupMessage**](ApplicantGroupMessage.md)
|
|
168
|
+
|
|
169
|
+
### Authorization
|
|
170
|
+
|
|
171
|
+
[clientId](../README.md#clientId), [clientSecret](../README.md#clientSecret)
|
|
172
|
+
|
|
173
|
+
### HTTP request headers
|
|
174
|
+
|
|
175
|
+
- **Content-Type**: application/json
|
|
176
|
+
- **Accept**: application/json
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
## create_applicant_note
|
|
180
|
+
|
|
181
|
+
> <NoteMessage> create_applicant_note(applicant_id, note_post_message)
|
|
182
|
+
|
|
183
|
+
Create an applicant note
|
|
184
|
+
|
|
185
|
+
Creates an applicant note. <br /><br /><h4>Required permission(s):</h4><span class=\"permissionBlock\">Rentals > Applicants</span> - `View` `Edit`
|
|
186
|
+
|
|
187
|
+
### Examples
|
|
188
|
+
|
|
189
|
+
```ruby
|
|
190
|
+
require 'time'
|
|
191
|
+
require 'buildium-ruby'
|
|
192
|
+
# setup authorization
|
|
193
|
+
Buildium.configure do |config|
|
|
194
|
+
# Configure API key authorization: clientId
|
|
195
|
+
config.api_key['clientId'] = 'YOUR API KEY'
|
|
196
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
197
|
+
# config.api_key_prefix['clientId'] = 'Bearer'
|
|
198
|
+
|
|
199
|
+
# Configure API key authorization: clientSecret
|
|
200
|
+
config.api_key['clientSecret'] = 'YOUR API KEY'
|
|
201
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
202
|
+
# config.api_key_prefix['clientSecret'] = 'Bearer'
|
|
203
|
+
end
|
|
204
|
+
|
|
205
|
+
api_instance = Buildium::ApplicantsApi.new
|
|
206
|
+
applicant_id = 56 # Integer |
|
|
207
|
+
note_post_message = Buildium::NotePostMessage.new({note: 'note_example'}) # NotePostMessage |
|
|
208
|
+
|
|
209
|
+
begin
|
|
210
|
+
# Create an applicant note
|
|
211
|
+
result = api_instance.create_applicant_note(applicant_id, note_post_message)
|
|
212
|
+
p result
|
|
213
|
+
rescue Buildium::ApiError => e
|
|
214
|
+
puts "Error when calling ApplicantsApi->create_applicant_note: #{e}"
|
|
215
|
+
end
|
|
216
|
+
```
|
|
217
|
+
|
|
218
|
+
#### Using the create_applicant_note_with_http_info variant
|
|
219
|
+
|
|
220
|
+
This returns an Array which contains the response data, status code and headers.
|
|
221
|
+
|
|
222
|
+
> <Array(<NoteMessage>, Integer, Hash)> create_applicant_note_with_http_info(applicant_id, note_post_message)
|
|
223
|
+
|
|
224
|
+
```ruby
|
|
225
|
+
begin
|
|
226
|
+
# Create an applicant note
|
|
227
|
+
data, status_code, headers = api_instance.create_applicant_note_with_http_info(applicant_id, note_post_message)
|
|
228
|
+
p status_code # => 2xx
|
|
229
|
+
p headers # => { ... }
|
|
230
|
+
p data # => <NoteMessage>
|
|
231
|
+
rescue Buildium::ApiError => e
|
|
232
|
+
puts "Error when calling ApplicantsApi->create_applicant_note_with_http_info: #{e}"
|
|
233
|
+
end
|
|
234
|
+
```
|
|
235
|
+
|
|
236
|
+
### Parameters
|
|
237
|
+
|
|
238
|
+
| Name | Type | Description | Notes |
|
|
239
|
+
| ---- | ---- | ----------- | ----- |
|
|
240
|
+
| **applicant_id** | **Integer** | | |
|
|
241
|
+
| **note_post_message** | [**NotePostMessage**](NotePostMessage.md) | | |
|
|
242
|
+
|
|
243
|
+
### Return type
|
|
244
|
+
|
|
245
|
+
[**NoteMessage**](NoteMessage.md)
|
|
246
|
+
|
|
247
|
+
### Authorization
|
|
248
|
+
|
|
249
|
+
[clientId](../README.md#clientId), [clientSecret](../README.md#clientSecret)
|
|
250
|
+
|
|
251
|
+
### HTTP request headers
|
|
252
|
+
|
|
253
|
+
- **Content-Type**: application/json
|
|
254
|
+
- **Accept**: application/json
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
## create_application_group_note
|
|
258
|
+
|
|
259
|
+
> <NoteMessage> create_application_group_note(applicant_group_id, note_post_message)
|
|
260
|
+
|
|
261
|
+
Create an applicant group note
|
|
262
|
+
|
|
263
|
+
Creates an applicant group note. <br /><br /><h4>Required permission(s):</h4><span class=\"permissionBlock\">Rentals > Applicants</span> - `View` `Edit`
|
|
264
|
+
|
|
265
|
+
### Examples
|
|
266
|
+
|
|
267
|
+
```ruby
|
|
268
|
+
require 'time'
|
|
269
|
+
require 'buildium-ruby'
|
|
270
|
+
# setup authorization
|
|
271
|
+
Buildium.configure do |config|
|
|
272
|
+
# Configure API key authorization: clientId
|
|
273
|
+
config.api_key['clientId'] = 'YOUR API KEY'
|
|
274
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
275
|
+
# config.api_key_prefix['clientId'] = 'Bearer'
|
|
276
|
+
|
|
277
|
+
# Configure API key authorization: clientSecret
|
|
278
|
+
config.api_key['clientSecret'] = 'YOUR API KEY'
|
|
279
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
280
|
+
# config.api_key_prefix['clientSecret'] = 'Bearer'
|
|
281
|
+
end
|
|
282
|
+
|
|
283
|
+
api_instance = Buildium::ApplicantsApi.new
|
|
284
|
+
applicant_group_id = 56 # Integer |
|
|
285
|
+
note_post_message = Buildium::NotePostMessage.new({note: 'note_example'}) # NotePostMessage |
|
|
286
|
+
|
|
287
|
+
begin
|
|
288
|
+
# Create an applicant group note
|
|
289
|
+
result = api_instance.create_application_group_note(applicant_group_id, note_post_message)
|
|
290
|
+
p result
|
|
291
|
+
rescue Buildium::ApiError => e
|
|
292
|
+
puts "Error when calling ApplicantsApi->create_application_group_note: #{e}"
|
|
293
|
+
end
|
|
294
|
+
```
|
|
295
|
+
|
|
296
|
+
#### Using the create_application_group_note_with_http_info variant
|
|
297
|
+
|
|
298
|
+
This returns an Array which contains the response data, status code and headers.
|
|
299
|
+
|
|
300
|
+
> <Array(<NoteMessage>, Integer, Hash)> create_application_group_note_with_http_info(applicant_group_id, note_post_message)
|
|
301
|
+
|
|
302
|
+
```ruby
|
|
303
|
+
begin
|
|
304
|
+
# Create an applicant group note
|
|
305
|
+
data, status_code, headers = api_instance.create_application_group_note_with_http_info(applicant_group_id, note_post_message)
|
|
306
|
+
p status_code # => 2xx
|
|
307
|
+
p headers # => { ... }
|
|
308
|
+
p data # => <NoteMessage>
|
|
309
|
+
rescue Buildium::ApiError => e
|
|
310
|
+
puts "Error when calling ApplicantsApi->create_application_group_note_with_http_info: #{e}"
|
|
311
|
+
end
|
|
312
|
+
```
|
|
313
|
+
|
|
314
|
+
### Parameters
|
|
315
|
+
|
|
316
|
+
| Name | Type | Description | Notes |
|
|
317
|
+
| ---- | ---- | ----------- | ----- |
|
|
318
|
+
| **applicant_group_id** | **Integer** | | |
|
|
319
|
+
| **note_post_message** | [**NotePostMessage**](NotePostMessage.md) | | |
|
|
320
|
+
|
|
321
|
+
### Return type
|
|
322
|
+
|
|
323
|
+
[**NoteMessage**](NoteMessage.md)
|
|
324
|
+
|
|
325
|
+
### Authorization
|
|
326
|
+
|
|
327
|
+
[clientId](../README.md#clientId), [clientSecret](../README.md#clientSecret)
|
|
328
|
+
|
|
329
|
+
### HTTP request headers
|
|
330
|
+
|
|
331
|
+
- **Content-Type**: application/json
|
|
332
|
+
- **Accept**: application/json
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
## get_all_applicant_notes
|
|
336
|
+
|
|
337
|
+
> <Array<NoteMessage>> get_all_applicant_notes(applicant_id, opts)
|
|
338
|
+
|
|
339
|
+
Retrieve all applicant notes
|
|
340
|
+
|
|
341
|
+
Retrieves all applicant notes. <br /><br /><h4>Required permission(s):</h4><span class=\"permissionBlock\">Rentals > Applicants</span> - `View`
|
|
342
|
+
|
|
343
|
+
### Examples
|
|
344
|
+
|
|
345
|
+
```ruby
|
|
346
|
+
require 'time'
|
|
347
|
+
require 'buildium-ruby'
|
|
348
|
+
# setup authorization
|
|
349
|
+
Buildium.configure do |config|
|
|
350
|
+
# Configure API key authorization: clientId
|
|
351
|
+
config.api_key['clientId'] = 'YOUR API KEY'
|
|
352
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
353
|
+
# config.api_key_prefix['clientId'] = 'Bearer'
|
|
354
|
+
|
|
355
|
+
# Configure API key authorization: clientSecret
|
|
356
|
+
config.api_key['clientSecret'] = 'YOUR API KEY'
|
|
357
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
358
|
+
# config.api_key_prefix['clientSecret'] = 'Bearer'
|
|
359
|
+
end
|
|
360
|
+
|
|
361
|
+
api_instance = Buildium::ApplicantsApi.new
|
|
362
|
+
applicant_id = 56 # Integer |
|
|
363
|
+
opts = {
|
|
364
|
+
updateddatetimefrom: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filters results to any note whose updated date and time are greater than or equal to the specified value. The value must be formatted as YYYY-MM-DD HH:MM:SS.
|
|
365
|
+
updateddatetimeto: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filters results to any note whose updated date and time are less than or equal to the specified value. The value must be formatted as YYYY-MM-DD HH:MM:SS.
|
|
366
|
+
lastupdatedbyuserid: 56, # Integer | Filters results to only notes that were last updated by the specified user identifier.
|
|
367
|
+
orderby: 'orderby_example', # String | `orderby` indicates the field(s) and direction to sort the results in the response. See <a href=\"#section/API-Overview/Bulk-Request-Options\">Bulk Request Options</a> for more information.
|
|
368
|
+
offset: 56, # Integer | `offset` indicates the position of the first record to return. The `offset` is zero-based and the default is 0.
|
|
369
|
+
limit: 56 # Integer | `limit` indicates the maximum number of results to be returned in the response. `limit` can range between 1 and 1000 and the default is 50.
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
begin
|
|
373
|
+
# Retrieve all applicant notes
|
|
374
|
+
result = api_instance.get_all_applicant_notes(applicant_id, opts)
|
|
375
|
+
p result
|
|
376
|
+
rescue Buildium::ApiError => e
|
|
377
|
+
puts "Error when calling ApplicantsApi->get_all_applicant_notes: #{e}"
|
|
378
|
+
end
|
|
379
|
+
```
|
|
380
|
+
|
|
381
|
+
#### Using the get_all_applicant_notes_with_http_info variant
|
|
382
|
+
|
|
383
|
+
This returns an Array which contains the response data, status code and headers.
|
|
384
|
+
|
|
385
|
+
> <Array(<Array<NoteMessage>>, Integer, Hash)> get_all_applicant_notes_with_http_info(applicant_id, opts)
|
|
386
|
+
|
|
387
|
+
```ruby
|
|
388
|
+
begin
|
|
389
|
+
# Retrieve all applicant notes
|
|
390
|
+
data, status_code, headers = api_instance.get_all_applicant_notes_with_http_info(applicant_id, opts)
|
|
391
|
+
p status_code # => 2xx
|
|
392
|
+
p headers # => { ... }
|
|
393
|
+
p data # => <Array<NoteMessage>>
|
|
394
|
+
rescue Buildium::ApiError => e
|
|
395
|
+
puts "Error when calling ApplicantsApi->get_all_applicant_notes_with_http_info: #{e}"
|
|
396
|
+
end
|
|
397
|
+
```
|
|
398
|
+
|
|
399
|
+
### Parameters
|
|
400
|
+
|
|
401
|
+
| Name | Type | Description | Notes |
|
|
402
|
+
| ---- | ---- | ----------- | ----- |
|
|
403
|
+
| **applicant_id** | **Integer** | | |
|
|
404
|
+
| **updateddatetimefrom** | **Time** | Filters results to any note whose updated date and time are greater than or equal to the specified value. The value must be formatted as YYYY-MM-DD HH:MM:SS. | [optional] |
|
|
405
|
+
| **updateddatetimeto** | **Time** | Filters results to any note whose updated date and time are less than or equal to the specified value. The value must be formatted as YYYY-MM-DD HH:MM:SS. | [optional] |
|
|
406
|
+
| **lastupdatedbyuserid** | **Integer** | Filters results to only notes that were last updated by the specified user identifier. | [optional] |
|
|
407
|
+
| **orderby** | **String** | `orderby` indicates the field(s) and direction to sort the results in the response. See <a href=\"#section/API-Overview/Bulk-Request-Options\">Bulk Request Options</a> for more information. | [optional] |
|
|
408
|
+
| **offset** | **Integer** | `offset` indicates the position of the first record to return. The `offset` is zero-based and the default is 0. | [optional] |
|
|
409
|
+
| **limit** | **Integer** | `limit` indicates the maximum number of results to be returned in the response. `limit` can range between 1 and 1000 and the default is 50. | [optional] |
|
|
410
|
+
|
|
411
|
+
### Return type
|
|
412
|
+
|
|
413
|
+
[**Array<NoteMessage>**](NoteMessage.md)
|
|
414
|
+
|
|
415
|
+
### Authorization
|
|
416
|
+
|
|
417
|
+
[clientId](../README.md#clientId), [clientSecret](../README.md#clientSecret)
|
|
418
|
+
|
|
419
|
+
### HTTP request headers
|
|
420
|
+
|
|
421
|
+
- **Content-Type**: Not defined
|
|
422
|
+
- **Accept**: application/json
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
## get_applicant_by_id
|
|
426
|
+
|
|
427
|
+
> <ApplicantMessage> get_applicant_by_id(applicant_id)
|
|
428
|
+
|
|
429
|
+
Retrieve an applicant
|
|
430
|
+
|
|
431
|
+
Retrieves an applicant. <br /><br /><h4>Required permission(s):</h4><span class=\"permissionBlock\">Rentals > Applicants</span> - `View`
|
|
432
|
+
|
|
433
|
+
### Examples
|
|
434
|
+
|
|
435
|
+
```ruby
|
|
436
|
+
require 'time'
|
|
437
|
+
require 'buildium-ruby'
|
|
438
|
+
# setup authorization
|
|
439
|
+
Buildium.configure do |config|
|
|
440
|
+
# Configure API key authorization: clientId
|
|
441
|
+
config.api_key['clientId'] = 'YOUR API KEY'
|
|
442
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
443
|
+
# config.api_key_prefix['clientId'] = 'Bearer'
|
|
444
|
+
|
|
445
|
+
# Configure API key authorization: clientSecret
|
|
446
|
+
config.api_key['clientSecret'] = 'YOUR API KEY'
|
|
447
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
448
|
+
# config.api_key_prefix['clientSecret'] = 'Bearer'
|
|
449
|
+
end
|
|
450
|
+
|
|
451
|
+
api_instance = Buildium::ApplicantsApi.new
|
|
452
|
+
applicant_id = 56 # Integer |
|
|
453
|
+
|
|
454
|
+
begin
|
|
455
|
+
# Retrieve an applicant
|
|
456
|
+
result = api_instance.get_applicant_by_id(applicant_id)
|
|
457
|
+
p result
|
|
458
|
+
rescue Buildium::ApiError => e
|
|
459
|
+
puts "Error when calling ApplicantsApi->get_applicant_by_id: #{e}"
|
|
460
|
+
end
|
|
461
|
+
```
|
|
462
|
+
|
|
463
|
+
#### Using the get_applicant_by_id_with_http_info variant
|
|
464
|
+
|
|
465
|
+
This returns an Array which contains the response data, status code and headers.
|
|
466
|
+
|
|
467
|
+
> <Array(<ApplicantMessage>, Integer, Hash)> get_applicant_by_id_with_http_info(applicant_id)
|
|
468
|
+
|
|
469
|
+
```ruby
|
|
470
|
+
begin
|
|
471
|
+
# Retrieve an applicant
|
|
472
|
+
data, status_code, headers = api_instance.get_applicant_by_id_with_http_info(applicant_id)
|
|
473
|
+
p status_code # => 2xx
|
|
474
|
+
p headers # => { ... }
|
|
475
|
+
p data # => <ApplicantMessage>
|
|
476
|
+
rescue Buildium::ApiError => e
|
|
477
|
+
puts "Error when calling ApplicantsApi->get_applicant_by_id_with_http_info: #{e}"
|
|
478
|
+
end
|
|
479
|
+
```
|
|
480
|
+
|
|
481
|
+
### Parameters
|
|
482
|
+
|
|
483
|
+
| Name | Type | Description | Notes |
|
|
484
|
+
| ---- | ---- | ----------- | ----- |
|
|
485
|
+
| **applicant_id** | **Integer** | | |
|
|
486
|
+
|
|
487
|
+
### Return type
|
|
488
|
+
|
|
489
|
+
[**ApplicantMessage**](ApplicantMessage.md)
|
|
490
|
+
|
|
491
|
+
### Authorization
|
|
492
|
+
|
|
493
|
+
[clientId](../README.md#clientId), [clientSecret](../README.md#clientSecret)
|
|
494
|
+
|
|
495
|
+
### HTTP request headers
|
|
496
|
+
|
|
497
|
+
- **Content-Type**: Not defined
|
|
498
|
+
- **Accept**: application/json
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
## get_applicant_group_by_id
|
|
502
|
+
|
|
503
|
+
> <ApplicantGroupMessage> get_applicant_group_by_id(applicant_group_id)
|
|
504
|
+
|
|
505
|
+
Retrieve an applicant group
|
|
506
|
+
|
|
507
|
+
Retrieves an applicant group. <br /><br /><h4>Required permission(s):</h4><span class=\"permissionBlock\">Rentals > Applicants</span> - `View`
|
|
508
|
+
|
|
509
|
+
### Examples
|
|
510
|
+
|
|
511
|
+
```ruby
|
|
512
|
+
require 'time'
|
|
513
|
+
require 'buildium-ruby'
|
|
514
|
+
# setup authorization
|
|
515
|
+
Buildium.configure do |config|
|
|
516
|
+
# Configure API key authorization: clientId
|
|
517
|
+
config.api_key['clientId'] = 'YOUR API KEY'
|
|
518
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
519
|
+
# config.api_key_prefix['clientId'] = 'Bearer'
|
|
520
|
+
|
|
521
|
+
# Configure API key authorization: clientSecret
|
|
522
|
+
config.api_key['clientSecret'] = 'YOUR API KEY'
|
|
523
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
524
|
+
# config.api_key_prefix['clientSecret'] = 'Bearer'
|
|
525
|
+
end
|
|
526
|
+
|
|
527
|
+
api_instance = Buildium::ApplicantsApi.new
|
|
528
|
+
applicant_group_id = 56 # Integer |
|
|
529
|
+
|
|
530
|
+
begin
|
|
531
|
+
# Retrieve an applicant group
|
|
532
|
+
result = api_instance.get_applicant_group_by_id(applicant_group_id)
|
|
533
|
+
p result
|
|
534
|
+
rescue Buildium::ApiError => e
|
|
535
|
+
puts "Error when calling ApplicantsApi->get_applicant_group_by_id: #{e}"
|
|
536
|
+
end
|
|
537
|
+
```
|
|
538
|
+
|
|
539
|
+
#### Using the get_applicant_group_by_id_with_http_info variant
|
|
540
|
+
|
|
541
|
+
This returns an Array which contains the response data, status code and headers.
|
|
542
|
+
|
|
543
|
+
> <Array(<ApplicantGroupMessage>, Integer, Hash)> get_applicant_group_by_id_with_http_info(applicant_group_id)
|
|
544
|
+
|
|
545
|
+
```ruby
|
|
546
|
+
begin
|
|
547
|
+
# Retrieve an applicant group
|
|
548
|
+
data, status_code, headers = api_instance.get_applicant_group_by_id_with_http_info(applicant_group_id)
|
|
549
|
+
p status_code # => 2xx
|
|
550
|
+
p headers # => { ... }
|
|
551
|
+
p data # => <ApplicantGroupMessage>
|
|
552
|
+
rescue Buildium::ApiError => e
|
|
553
|
+
puts "Error when calling ApplicantsApi->get_applicant_group_by_id_with_http_info: #{e}"
|
|
554
|
+
end
|
|
555
|
+
```
|
|
556
|
+
|
|
557
|
+
### Parameters
|
|
558
|
+
|
|
559
|
+
| Name | Type | Description | Notes |
|
|
560
|
+
| ---- | ---- | ----------- | ----- |
|
|
561
|
+
| **applicant_group_id** | **Integer** | | |
|
|
562
|
+
|
|
563
|
+
### Return type
|
|
564
|
+
|
|
565
|
+
[**ApplicantGroupMessage**](ApplicantGroupMessage.md)
|
|
566
|
+
|
|
567
|
+
### Authorization
|
|
568
|
+
|
|
569
|
+
[clientId](../README.md#clientId), [clientSecret](../README.md#clientSecret)
|
|
570
|
+
|
|
571
|
+
### HTTP request headers
|
|
572
|
+
|
|
573
|
+
- **Content-Type**: Not defined
|
|
574
|
+
- **Accept**: application/json
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
## get_applicant_group_note_by_note_id
|
|
578
|
+
|
|
579
|
+
> <NoteMessage> get_applicant_group_note_by_note_id(applicant_group_id, note_id)
|
|
580
|
+
|
|
581
|
+
Retrieve an applicant group note
|
|
582
|
+
|
|
583
|
+
Retrieves an applicant group note. <br /><br /><h4>Required permission(s):</h4><span class=\"permissionBlock\">Rentals > Applicants</span> - `View`
|
|
584
|
+
|
|
585
|
+
### Examples
|
|
586
|
+
|
|
587
|
+
```ruby
|
|
588
|
+
require 'time'
|
|
589
|
+
require 'buildium-ruby'
|
|
590
|
+
# setup authorization
|
|
591
|
+
Buildium.configure do |config|
|
|
592
|
+
# Configure API key authorization: clientId
|
|
593
|
+
config.api_key['clientId'] = 'YOUR API KEY'
|
|
594
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
595
|
+
# config.api_key_prefix['clientId'] = 'Bearer'
|
|
596
|
+
|
|
597
|
+
# Configure API key authorization: clientSecret
|
|
598
|
+
config.api_key['clientSecret'] = 'YOUR API KEY'
|
|
599
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
600
|
+
# config.api_key_prefix['clientSecret'] = 'Bearer'
|
|
601
|
+
end
|
|
602
|
+
|
|
603
|
+
api_instance = Buildium::ApplicantsApi.new
|
|
604
|
+
applicant_group_id = 56 # Integer |
|
|
605
|
+
note_id = 56 # Integer |
|
|
606
|
+
|
|
607
|
+
begin
|
|
608
|
+
# Retrieve an applicant group note
|
|
609
|
+
result = api_instance.get_applicant_group_note_by_note_id(applicant_group_id, note_id)
|
|
610
|
+
p result
|
|
611
|
+
rescue Buildium::ApiError => e
|
|
612
|
+
puts "Error when calling ApplicantsApi->get_applicant_group_note_by_note_id: #{e}"
|
|
613
|
+
end
|
|
614
|
+
```
|
|
615
|
+
|
|
616
|
+
#### Using the get_applicant_group_note_by_note_id_with_http_info variant
|
|
617
|
+
|
|
618
|
+
This returns an Array which contains the response data, status code and headers.
|
|
619
|
+
|
|
620
|
+
> <Array(<NoteMessage>, Integer, Hash)> get_applicant_group_note_by_note_id_with_http_info(applicant_group_id, note_id)
|
|
621
|
+
|
|
622
|
+
```ruby
|
|
623
|
+
begin
|
|
624
|
+
# Retrieve an applicant group note
|
|
625
|
+
data, status_code, headers = api_instance.get_applicant_group_note_by_note_id_with_http_info(applicant_group_id, note_id)
|
|
626
|
+
p status_code # => 2xx
|
|
627
|
+
p headers # => { ... }
|
|
628
|
+
p data # => <NoteMessage>
|
|
629
|
+
rescue Buildium::ApiError => e
|
|
630
|
+
puts "Error when calling ApplicantsApi->get_applicant_group_note_by_note_id_with_http_info: #{e}"
|
|
631
|
+
end
|
|
632
|
+
```
|
|
633
|
+
|
|
634
|
+
### Parameters
|
|
635
|
+
|
|
636
|
+
| Name | Type | Description | Notes |
|
|
637
|
+
| ---- | ---- | ----------- | ----- |
|
|
638
|
+
| **applicant_group_id** | **Integer** | | |
|
|
639
|
+
| **note_id** | **Integer** | | |
|
|
640
|
+
|
|
641
|
+
### Return type
|
|
642
|
+
|
|
643
|
+
[**NoteMessage**](NoteMessage.md)
|
|
644
|
+
|
|
645
|
+
### Authorization
|
|
646
|
+
|
|
647
|
+
[clientId](../README.md#clientId), [clientSecret](../README.md#clientSecret)
|
|
648
|
+
|
|
649
|
+
### HTTP request headers
|
|
650
|
+
|
|
651
|
+
- **Content-Type**: Not defined
|
|
652
|
+
- **Accept**: application/json
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
## get_applicant_group_notes
|
|
656
|
+
|
|
657
|
+
> <Array<NoteMessage>> get_applicant_group_notes(applicant_group_id, opts)
|
|
658
|
+
|
|
659
|
+
Retrieve all applicant group notes
|
|
660
|
+
|
|
661
|
+
Retrieves all applicant group notes. <br /><br /><h4>Required permission(s):</h4><span class=\"permissionBlock\">Rentals > Applicants</span> - `View`
|
|
662
|
+
|
|
663
|
+
### Examples
|
|
664
|
+
|
|
665
|
+
```ruby
|
|
666
|
+
require 'time'
|
|
667
|
+
require 'buildium-ruby'
|
|
668
|
+
# setup authorization
|
|
669
|
+
Buildium.configure do |config|
|
|
670
|
+
# Configure API key authorization: clientId
|
|
671
|
+
config.api_key['clientId'] = 'YOUR API KEY'
|
|
672
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
673
|
+
# config.api_key_prefix['clientId'] = 'Bearer'
|
|
674
|
+
|
|
675
|
+
# Configure API key authorization: clientSecret
|
|
676
|
+
config.api_key['clientSecret'] = 'YOUR API KEY'
|
|
677
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
678
|
+
# config.api_key_prefix['clientSecret'] = 'Bearer'
|
|
679
|
+
end
|
|
680
|
+
|
|
681
|
+
api_instance = Buildium::ApplicantsApi.new
|
|
682
|
+
applicant_group_id = 56 # Integer |
|
|
683
|
+
opts = {
|
|
684
|
+
updateddatetimefrom: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filters results to any note whose updated date and time are greater than or equal to the specified value. The value must be formatted as YYYY-MM-DD HH:MM:SS.
|
|
685
|
+
updateddatetimeto: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filters results to any note whose updated date and time are less than or equal to the specified value. The value must be formatted as YYYY-MM-DD HH:MM:SS.
|
|
686
|
+
lastupdatedbyuserid: 56, # Integer | Filters results to only notes that were last updated by the specified user identifier.
|
|
687
|
+
orderby: 'orderby_example', # String | `orderby` indicates the field(s) and direction to sort the results in the response. See <a href=\"#section/API-Overview/Bulk-Request-Options\">Bulk Request Options</a> for more information.
|
|
688
|
+
offset: 56, # Integer | `offset` indicates the position of the first record to return. The `offset` is zero-based and the default is 0.
|
|
689
|
+
limit: 56 # Integer | `limit` indicates the maximum number of results to be returned in the response. `limit` can range between 1 and 1000 and the default is 50.
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
begin
|
|
693
|
+
# Retrieve all applicant group notes
|
|
694
|
+
result = api_instance.get_applicant_group_notes(applicant_group_id, opts)
|
|
695
|
+
p result
|
|
696
|
+
rescue Buildium::ApiError => e
|
|
697
|
+
puts "Error when calling ApplicantsApi->get_applicant_group_notes: #{e}"
|
|
698
|
+
end
|
|
699
|
+
```
|
|
700
|
+
|
|
701
|
+
#### Using the get_applicant_group_notes_with_http_info variant
|
|
702
|
+
|
|
703
|
+
This returns an Array which contains the response data, status code and headers.
|
|
704
|
+
|
|
705
|
+
> <Array(<Array<NoteMessage>>, Integer, Hash)> get_applicant_group_notes_with_http_info(applicant_group_id, opts)
|
|
706
|
+
|
|
707
|
+
```ruby
|
|
708
|
+
begin
|
|
709
|
+
# Retrieve all applicant group notes
|
|
710
|
+
data, status_code, headers = api_instance.get_applicant_group_notes_with_http_info(applicant_group_id, opts)
|
|
711
|
+
p status_code # => 2xx
|
|
712
|
+
p headers # => { ... }
|
|
713
|
+
p data # => <Array<NoteMessage>>
|
|
714
|
+
rescue Buildium::ApiError => e
|
|
715
|
+
puts "Error when calling ApplicantsApi->get_applicant_group_notes_with_http_info: #{e}"
|
|
716
|
+
end
|
|
717
|
+
```
|
|
718
|
+
|
|
719
|
+
### Parameters
|
|
720
|
+
|
|
721
|
+
| Name | Type | Description | Notes |
|
|
722
|
+
| ---- | ---- | ----------- | ----- |
|
|
723
|
+
| **applicant_group_id** | **Integer** | | |
|
|
724
|
+
| **updateddatetimefrom** | **Time** | Filters results to any note whose updated date and time are greater than or equal to the specified value. The value must be formatted as YYYY-MM-DD HH:MM:SS. | [optional] |
|
|
725
|
+
| **updateddatetimeto** | **Time** | Filters results to any note whose updated date and time are less than or equal to the specified value. The value must be formatted as YYYY-MM-DD HH:MM:SS. | [optional] |
|
|
726
|
+
| **lastupdatedbyuserid** | **Integer** | Filters results to only notes that were last updated by the specified user identifier. | [optional] |
|
|
727
|
+
| **orderby** | **String** | `orderby` indicates the field(s) and direction to sort the results in the response. See <a href=\"#section/API-Overview/Bulk-Request-Options\">Bulk Request Options</a> for more information. | [optional] |
|
|
728
|
+
| **offset** | **Integer** | `offset` indicates the position of the first record to return. The `offset` is zero-based and the default is 0. | [optional] |
|
|
729
|
+
| **limit** | **Integer** | `limit` indicates the maximum number of results to be returned in the response. `limit` can range between 1 and 1000 and the default is 50. | [optional] |
|
|
730
|
+
|
|
731
|
+
### Return type
|
|
732
|
+
|
|
733
|
+
[**Array<NoteMessage>**](NoteMessage.md)
|
|
734
|
+
|
|
735
|
+
### Authorization
|
|
736
|
+
|
|
737
|
+
[clientId](../README.md#clientId), [clientSecret](../README.md#clientSecret)
|
|
738
|
+
|
|
739
|
+
### HTTP request headers
|
|
740
|
+
|
|
741
|
+
- **Content-Type**: Not defined
|
|
742
|
+
- **Accept**: application/json
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
## get_applicant_groups
|
|
746
|
+
|
|
747
|
+
> <Array<ApplicantGroupMessage>> get_applicant_groups(opts)
|
|
748
|
+
|
|
749
|
+
Retrieve all applicant groups
|
|
750
|
+
|
|
751
|
+
Retrieves all applicant groups. <br /><br /><h4>Required permission(s):</h4><span class=\"permissionBlock\">Rentals > Applicants</span> - `View`
|
|
752
|
+
|
|
753
|
+
### Examples
|
|
754
|
+
|
|
755
|
+
```ruby
|
|
756
|
+
require 'time'
|
|
757
|
+
require 'buildium-ruby'
|
|
758
|
+
# setup authorization
|
|
759
|
+
Buildium.configure do |config|
|
|
760
|
+
# Configure API key authorization: clientId
|
|
761
|
+
config.api_key['clientId'] = 'YOUR API KEY'
|
|
762
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
763
|
+
# config.api_key_prefix['clientId'] = 'Bearer'
|
|
764
|
+
|
|
765
|
+
# Configure API key authorization: clientSecret
|
|
766
|
+
config.api_key['clientSecret'] = 'YOUR API KEY'
|
|
767
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
768
|
+
# config.api_key_prefix['clientSecret'] = 'Bearer'
|
|
769
|
+
end
|
|
770
|
+
|
|
771
|
+
api_instance = Buildium::ApplicantsApi.new
|
|
772
|
+
opts = {
|
|
773
|
+
entitytype: 'Rental', # String | Filters results to any applicant groups associated with the specified entity identifier. This filter is used in conjunction with the `EntityType` field which must be set to the type of entity this identifier references.
|
|
774
|
+
entityid: 56, # Integer | Specifies the type of entity that `EntityId` refers to. This field is required if `EntityId` is specified.
|
|
775
|
+
applicationgroupstatuses: ['Undecided'], # Array<String> | Filters results by the applicant group status. If no status is specified, applicant groups in any status will be returned.
|
|
776
|
+
unitids: [37], # Array<Integer> | Filters results to applicant groups associated to any of the specified rental property unit identifiers.
|
|
777
|
+
name: 'name_example', # String | Filters results to applicant groups that includes applicants whose name *contains* the specified value.
|
|
778
|
+
orderby: 'orderby_example', # String | `orderby` indicates the field(s) and direction to sort the results in the response. See <a href=\"#section/API-Overview/Bulk-Request-Options\">Bulk Request Options</a> for more information.
|
|
779
|
+
offset: 56, # Integer | `offset` indicates the position of the first record to return. The `offset` is zero-based and the default is 0.
|
|
780
|
+
limit: 56 # Integer | `limit` indicates the maximum number of results to be returned in the response. `limit` can range between 1 and 1000 and the default is 50.
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
begin
|
|
784
|
+
# Retrieve all applicant groups
|
|
785
|
+
result = api_instance.get_applicant_groups(opts)
|
|
786
|
+
p result
|
|
787
|
+
rescue Buildium::ApiError => e
|
|
788
|
+
puts "Error when calling ApplicantsApi->get_applicant_groups: #{e}"
|
|
789
|
+
end
|
|
790
|
+
```
|
|
791
|
+
|
|
792
|
+
#### Using the get_applicant_groups_with_http_info variant
|
|
793
|
+
|
|
794
|
+
This returns an Array which contains the response data, status code and headers.
|
|
795
|
+
|
|
796
|
+
> <Array(<Array<ApplicantGroupMessage>>, Integer, Hash)> get_applicant_groups_with_http_info(opts)
|
|
797
|
+
|
|
798
|
+
```ruby
|
|
799
|
+
begin
|
|
800
|
+
# Retrieve all applicant groups
|
|
801
|
+
data, status_code, headers = api_instance.get_applicant_groups_with_http_info(opts)
|
|
802
|
+
p status_code # => 2xx
|
|
803
|
+
p headers # => { ... }
|
|
804
|
+
p data # => <Array<ApplicantGroupMessage>>
|
|
805
|
+
rescue Buildium::ApiError => e
|
|
806
|
+
puts "Error when calling ApplicantsApi->get_applicant_groups_with_http_info: #{e}"
|
|
807
|
+
end
|
|
808
|
+
```
|
|
809
|
+
|
|
810
|
+
### Parameters
|
|
811
|
+
|
|
812
|
+
| Name | Type | Description | Notes |
|
|
813
|
+
| ---- | ---- | ----------- | ----- |
|
|
814
|
+
| **entitytype** | **String** | Filters results to any applicant groups associated with the specified entity identifier. This filter is used in conjunction with the `EntityType` field which must be set to the type of entity this identifier references. | [optional] |
|
|
815
|
+
| **entityid** | **Integer** | Specifies the type of entity that `EntityId` refers to. This field is required if `EntityId` is specified. | [optional] |
|
|
816
|
+
| **applicationgroupstatuses** | [**Array<String>**](String.md) | Filters results by the applicant group status. If no status is specified, applicant groups in any status will be returned. | [optional] |
|
|
817
|
+
| **unitids** | [**Array<Integer>**](Integer.md) | Filters results to applicant groups associated to any of the specified rental property unit identifiers. | [optional] |
|
|
818
|
+
| **name** | **String** | Filters results to applicant groups that includes applicants whose name *contains* the specified value. | [optional] |
|
|
819
|
+
| **orderby** | **String** | `orderby` indicates the field(s) and direction to sort the results in the response. See <a href=\"#section/API-Overview/Bulk-Request-Options\">Bulk Request Options</a> for more information. | [optional] |
|
|
820
|
+
| **offset** | **Integer** | `offset` indicates the position of the first record to return. The `offset` is zero-based and the default is 0. | [optional] |
|
|
821
|
+
| **limit** | **Integer** | `limit` indicates the maximum number of results to be returned in the response. `limit` can range between 1 and 1000 and the default is 50. | [optional] |
|
|
822
|
+
|
|
823
|
+
### Return type
|
|
824
|
+
|
|
825
|
+
[**Array<ApplicantGroupMessage>**](ApplicantGroupMessage.md)
|
|
826
|
+
|
|
827
|
+
### Authorization
|
|
828
|
+
|
|
829
|
+
[clientId](../README.md#clientId), [clientSecret](../README.md#clientSecret)
|
|
830
|
+
|
|
831
|
+
### HTTP request headers
|
|
832
|
+
|
|
833
|
+
- **Content-Type**: Not defined
|
|
834
|
+
- **Accept**: application/json
|
|
835
|
+
|
|
836
|
+
|
|
837
|
+
## get_applicant_note_by_id
|
|
838
|
+
|
|
839
|
+
> <NoteMessage> get_applicant_note_by_id(applicant_id, note_id)
|
|
840
|
+
|
|
841
|
+
Retrieve an applicant note
|
|
842
|
+
|
|
843
|
+
Retrieves an applicant note. <br /><br /><h4>Required permission(s):</h4><span class=\"permissionBlock\">Rentals > Applicants</span> - `View`
|
|
844
|
+
|
|
845
|
+
### Examples
|
|
846
|
+
|
|
847
|
+
```ruby
|
|
848
|
+
require 'time'
|
|
849
|
+
require 'buildium-ruby'
|
|
850
|
+
# setup authorization
|
|
851
|
+
Buildium.configure do |config|
|
|
852
|
+
# Configure API key authorization: clientId
|
|
853
|
+
config.api_key['clientId'] = 'YOUR API KEY'
|
|
854
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
855
|
+
# config.api_key_prefix['clientId'] = 'Bearer'
|
|
856
|
+
|
|
857
|
+
# Configure API key authorization: clientSecret
|
|
858
|
+
config.api_key['clientSecret'] = 'YOUR API KEY'
|
|
859
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
860
|
+
# config.api_key_prefix['clientSecret'] = 'Bearer'
|
|
861
|
+
end
|
|
862
|
+
|
|
863
|
+
api_instance = Buildium::ApplicantsApi.new
|
|
864
|
+
applicant_id = 56 # Integer |
|
|
865
|
+
note_id = 56 # Integer |
|
|
866
|
+
|
|
867
|
+
begin
|
|
868
|
+
# Retrieve an applicant note
|
|
869
|
+
result = api_instance.get_applicant_note_by_id(applicant_id, note_id)
|
|
870
|
+
p result
|
|
871
|
+
rescue Buildium::ApiError => e
|
|
872
|
+
puts "Error when calling ApplicantsApi->get_applicant_note_by_id: #{e}"
|
|
873
|
+
end
|
|
874
|
+
```
|
|
875
|
+
|
|
876
|
+
#### Using the get_applicant_note_by_id_with_http_info variant
|
|
877
|
+
|
|
878
|
+
This returns an Array which contains the response data, status code and headers.
|
|
879
|
+
|
|
880
|
+
> <Array(<NoteMessage>, Integer, Hash)> get_applicant_note_by_id_with_http_info(applicant_id, note_id)
|
|
881
|
+
|
|
882
|
+
```ruby
|
|
883
|
+
begin
|
|
884
|
+
# Retrieve an applicant note
|
|
885
|
+
data, status_code, headers = api_instance.get_applicant_note_by_id_with_http_info(applicant_id, note_id)
|
|
886
|
+
p status_code # => 2xx
|
|
887
|
+
p headers # => { ... }
|
|
888
|
+
p data # => <NoteMessage>
|
|
889
|
+
rescue Buildium::ApiError => e
|
|
890
|
+
puts "Error when calling ApplicantsApi->get_applicant_note_by_id_with_http_info: #{e}"
|
|
891
|
+
end
|
|
892
|
+
```
|
|
893
|
+
|
|
894
|
+
### Parameters
|
|
895
|
+
|
|
896
|
+
| Name | Type | Description | Notes |
|
|
897
|
+
| ---- | ---- | ----------- | ----- |
|
|
898
|
+
| **applicant_id** | **Integer** | | |
|
|
899
|
+
| **note_id** | **Integer** | | |
|
|
900
|
+
|
|
901
|
+
### Return type
|
|
902
|
+
|
|
903
|
+
[**NoteMessage**](NoteMessage.md)
|
|
904
|
+
|
|
905
|
+
### Authorization
|
|
906
|
+
|
|
907
|
+
[clientId](../README.md#clientId), [clientSecret](../README.md#clientSecret)
|
|
908
|
+
|
|
909
|
+
### HTTP request headers
|
|
910
|
+
|
|
911
|
+
- **Content-Type**: Not defined
|
|
912
|
+
- **Accept**: application/json
|
|
913
|
+
|
|
914
|
+
|
|
915
|
+
## get_applicants
|
|
916
|
+
|
|
917
|
+
> <Array<ApplicantMessage>> get_applicants(opts)
|
|
918
|
+
|
|
919
|
+
Retrieve all applicants
|
|
920
|
+
|
|
921
|
+
Retrieves all applicants. <br /><br /><h4>Required permission(s):</h4><span class=\"permissionBlock\">Rentals > Applicants</span> - `View`
|
|
922
|
+
|
|
923
|
+
### Examples
|
|
924
|
+
|
|
925
|
+
```ruby
|
|
926
|
+
require 'time'
|
|
927
|
+
require 'buildium-ruby'
|
|
928
|
+
# setup authorization
|
|
929
|
+
Buildium.configure do |config|
|
|
930
|
+
# Configure API key authorization: clientId
|
|
931
|
+
config.api_key['clientId'] = 'YOUR API KEY'
|
|
932
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
933
|
+
# config.api_key_prefix['clientId'] = 'Bearer'
|
|
934
|
+
|
|
935
|
+
# Configure API key authorization: clientSecret
|
|
936
|
+
config.api_key['clientSecret'] = 'YOUR API KEY'
|
|
937
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
938
|
+
# config.api_key_prefix['clientSecret'] = 'Bearer'
|
|
939
|
+
end
|
|
940
|
+
|
|
941
|
+
api_instance = Buildium::ApplicantsApi.new
|
|
942
|
+
opts = {
|
|
943
|
+
entityid: 56, # Integer | Filters results to any applicant associated with the specified entity identifier. This filter is used in conjunction with the `EntityType` field which must be set to the type of entity this identifier references.
|
|
944
|
+
entitytype: 'Rental', # String | Specifies the type of entity that `EntityId` refers to. This field is required if `EntityId` is specified.
|
|
945
|
+
applicationstatuses: ['Undecided'], # Array<String> | Filters results by the applicant application status. If no status is specified, applicants with an application in any status will be returned.
|
|
946
|
+
unitids: [37], # Array<Integer> | Filters results to applicants associated to any of the specified rental property unit identifiers.
|
|
947
|
+
name: 'name_example', # String | Filters results to applicants whose name *contains* the specified value.
|
|
948
|
+
email: 'email_example', # String | Filters results to applicants whose email *contains* the specified value
|
|
949
|
+
applicationsubmittedstartdate: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filters results to any applicant who submitted an application on or after the date specified.
|
|
950
|
+
applicationsubmittedenddate: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filters results to any applicant who submitted an application on or prior to the date specified.
|
|
951
|
+
orderby: 'orderby_example', # String | `orderby` indicates the field(s) and direction to sort the results in the response. See <a href=\"#section/API-Overview/Bulk-Request-Options\">Bulk Request Options</a> for more information.
|
|
952
|
+
offset: 56, # Integer | `offset` indicates the position of the first record to return. The `offset` is zero-based and the default is 0.
|
|
953
|
+
limit: 56 # Integer | `limit` indicates the maximum number of results to be returned in the response. `limit` can range between 1 and 1000 and the default is 50.
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
begin
|
|
957
|
+
# Retrieve all applicants
|
|
958
|
+
result = api_instance.get_applicants(opts)
|
|
959
|
+
p result
|
|
960
|
+
rescue Buildium::ApiError => e
|
|
961
|
+
puts "Error when calling ApplicantsApi->get_applicants: #{e}"
|
|
962
|
+
end
|
|
963
|
+
```
|
|
964
|
+
|
|
965
|
+
#### Using the get_applicants_with_http_info variant
|
|
966
|
+
|
|
967
|
+
This returns an Array which contains the response data, status code and headers.
|
|
968
|
+
|
|
969
|
+
> <Array(<Array<ApplicantMessage>>, Integer, Hash)> get_applicants_with_http_info(opts)
|
|
970
|
+
|
|
971
|
+
```ruby
|
|
972
|
+
begin
|
|
973
|
+
# Retrieve all applicants
|
|
974
|
+
data, status_code, headers = api_instance.get_applicants_with_http_info(opts)
|
|
975
|
+
p status_code # => 2xx
|
|
976
|
+
p headers # => { ... }
|
|
977
|
+
p data # => <Array<ApplicantMessage>>
|
|
978
|
+
rescue Buildium::ApiError => e
|
|
979
|
+
puts "Error when calling ApplicantsApi->get_applicants_with_http_info: #{e}"
|
|
980
|
+
end
|
|
981
|
+
```
|
|
982
|
+
|
|
983
|
+
### Parameters
|
|
984
|
+
|
|
985
|
+
| Name | Type | Description | Notes |
|
|
986
|
+
| ---- | ---- | ----------- | ----- |
|
|
987
|
+
| **entityid** | **Integer** | Filters results to any applicant associated with the specified entity identifier. This filter is used in conjunction with the `EntityType` field which must be set to the type of entity this identifier references. | [optional] |
|
|
988
|
+
| **entitytype** | **String** | Specifies the type of entity that `EntityId` refers to. This field is required if `EntityId` is specified. | [optional] |
|
|
989
|
+
| **applicationstatuses** | [**Array<String>**](String.md) | Filters results by the applicant application status. If no status is specified, applicants with an application in any status will be returned. | [optional] |
|
|
990
|
+
| **unitids** | [**Array<Integer>**](Integer.md) | Filters results to applicants associated to any of the specified rental property unit identifiers. | [optional] |
|
|
991
|
+
| **name** | **String** | Filters results to applicants whose name *contains* the specified value. | [optional] |
|
|
992
|
+
| **email** | **String** | Filters results to applicants whose email *contains* the specified value | [optional] |
|
|
993
|
+
| **applicationsubmittedstartdate** | **Time** | Filters results to any applicant who submitted an application on or after the date specified. | [optional] |
|
|
994
|
+
| **applicationsubmittedenddate** | **Time** | Filters results to any applicant who submitted an application on or prior to the date specified. | [optional] |
|
|
995
|
+
| **orderby** | **String** | `orderby` indicates the field(s) and direction to sort the results in the response. See <a href=\"#section/API-Overview/Bulk-Request-Options\">Bulk Request Options</a> for more information. | [optional] |
|
|
996
|
+
| **offset** | **Integer** | `offset` indicates the position of the first record to return. The `offset` is zero-based and the default is 0. | [optional] |
|
|
997
|
+
| **limit** | **Integer** | `limit` indicates the maximum number of results to be returned in the response. `limit` can range between 1 and 1000 and the default is 50. | [optional] |
|
|
998
|
+
|
|
999
|
+
### Return type
|
|
1000
|
+
|
|
1001
|
+
[**Array<ApplicantMessage>**](ApplicantMessage.md)
|
|
1002
|
+
|
|
1003
|
+
### Authorization
|
|
1004
|
+
|
|
1005
|
+
[clientId](../README.md#clientId), [clientSecret](../README.md#clientSecret)
|
|
1006
|
+
|
|
1007
|
+
### HTTP request headers
|
|
1008
|
+
|
|
1009
|
+
- **Content-Type**: Not defined
|
|
1010
|
+
- **Accept**: application/json
|
|
1011
|
+
|
|
1012
|
+
|
|
1013
|
+
## get_application_for_applicant_by_id
|
|
1014
|
+
|
|
1015
|
+
> <ApplicationMessage> get_application_for_applicant_by_id(applicant_id, application_id)
|
|
1016
|
+
|
|
1017
|
+
Retrieve an application
|
|
1018
|
+
|
|
1019
|
+
Retrieves an application. <br /><br /><h4>Required permission(s):</h4><span class=\"permissionBlock\">Rentals > Applicants</span> - `View`
|
|
1020
|
+
|
|
1021
|
+
### Examples
|
|
1022
|
+
|
|
1023
|
+
```ruby
|
|
1024
|
+
require 'time'
|
|
1025
|
+
require 'buildium-ruby'
|
|
1026
|
+
# setup authorization
|
|
1027
|
+
Buildium.configure do |config|
|
|
1028
|
+
# Configure API key authorization: clientId
|
|
1029
|
+
config.api_key['clientId'] = 'YOUR API KEY'
|
|
1030
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1031
|
+
# config.api_key_prefix['clientId'] = 'Bearer'
|
|
1032
|
+
|
|
1033
|
+
# Configure API key authorization: clientSecret
|
|
1034
|
+
config.api_key['clientSecret'] = 'YOUR API KEY'
|
|
1035
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1036
|
+
# config.api_key_prefix['clientSecret'] = 'Bearer'
|
|
1037
|
+
end
|
|
1038
|
+
|
|
1039
|
+
api_instance = Buildium::ApplicantsApi.new
|
|
1040
|
+
applicant_id = 56 # Integer |
|
|
1041
|
+
application_id = 56 # Integer |
|
|
1042
|
+
|
|
1043
|
+
begin
|
|
1044
|
+
# Retrieve an application
|
|
1045
|
+
result = api_instance.get_application_for_applicant_by_id(applicant_id, application_id)
|
|
1046
|
+
p result
|
|
1047
|
+
rescue Buildium::ApiError => e
|
|
1048
|
+
puts "Error when calling ApplicantsApi->get_application_for_applicant_by_id: #{e}"
|
|
1049
|
+
end
|
|
1050
|
+
```
|
|
1051
|
+
|
|
1052
|
+
#### Using the get_application_for_applicant_by_id_with_http_info variant
|
|
1053
|
+
|
|
1054
|
+
This returns an Array which contains the response data, status code and headers.
|
|
1055
|
+
|
|
1056
|
+
> <Array(<ApplicationMessage>, Integer, Hash)> get_application_for_applicant_by_id_with_http_info(applicant_id, application_id)
|
|
1057
|
+
|
|
1058
|
+
```ruby
|
|
1059
|
+
begin
|
|
1060
|
+
# Retrieve an application
|
|
1061
|
+
data, status_code, headers = api_instance.get_application_for_applicant_by_id_with_http_info(applicant_id, application_id)
|
|
1062
|
+
p status_code # => 2xx
|
|
1063
|
+
p headers # => { ... }
|
|
1064
|
+
p data # => <ApplicationMessage>
|
|
1065
|
+
rescue Buildium::ApiError => e
|
|
1066
|
+
puts "Error when calling ApplicantsApi->get_application_for_applicant_by_id_with_http_info: #{e}"
|
|
1067
|
+
end
|
|
1068
|
+
```
|
|
1069
|
+
|
|
1070
|
+
### Parameters
|
|
1071
|
+
|
|
1072
|
+
| Name | Type | Description | Notes |
|
|
1073
|
+
| ---- | ---- | ----------- | ----- |
|
|
1074
|
+
| **applicant_id** | **Integer** | | |
|
|
1075
|
+
| **application_id** | **Integer** | | |
|
|
1076
|
+
|
|
1077
|
+
### Return type
|
|
1078
|
+
|
|
1079
|
+
[**ApplicationMessage**](ApplicationMessage.md)
|
|
1080
|
+
|
|
1081
|
+
### Authorization
|
|
1082
|
+
|
|
1083
|
+
[clientId](../README.md#clientId), [clientSecret](../README.md#clientSecret)
|
|
1084
|
+
|
|
1085
|
+
### HTTP request headers
|
|
1086
|
+
|
|
1087
|
+
- **Content-Type**: Not defined
|
|
1088
|
+
- **Accept**: application/json
|
|
1089
|
+
|
|
1090
|
+
|
|
1091
|
+
## get_applications_for_applicant
|
|
1092
|
+
|
|
1093
|
+
> <Array<ApplicationMessage>> get_applications_for_applicant(applicant_id, opts)
|
|
1094
|
+
|
|
1095
|
+
Retrieve all applications
|
|
1096
|
+
|
|
1097
|
+
Retrieves all the applications for a given applicant. <br /><br /><h4>Required permission(s):</h4><span class=\"permissionBlock\">Rentals > Applicants</span> - `View`
|
|
1098
|
+
|
|
1099
|
+
### Examples
|
|
1100
|
+
|
|
1101
|
+
```ruby
|
|
1102
|
+
require 'time'
|
|
1103
|
+
require 'buildium-ruby'
|
|
1104
|
+
# setup authorization
|
|
1105
|
+
Buildium.configure do |config|
|
|
1106
|
+
# Configure API key authorization: clientId
|
|
1107
|
+
config.api_key['clientId'] = 'YOUR API KEY'
|
|
1108
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1109
|
+
# config.api_key_prefix['clientId'] = 'Bearer'
|
|
1110
|
+
|
|
1111
|
+
# Configure API key authorization: clientSecret
|
|
1112
|
+
config.api_key['clientSecret'] = 'YOUR API KEY'
|
|
1113
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1114
|
+
# config.api_key_prefix['clientSecret'] = 'Bearer'
|
|
1115
|
+
end
|
|
1116
|
+
|
|
1117
|
+
api_instance = Buildium::ApplicantsApi.new
|
|
1118
|
+
applicant_id = 56 # Integer |
|
|
1119
|
+
opts = {
|
|
1120
|
+
orderby: 'orderby_example', # String | `orderby` indicates the field(s) and direction to sort the results in the response. See <a href=\"#section/API-Overview/Bulk-Request-Options\">Bulk Request Options</a> for more information.
|
|
1121
|
+
offset: 56, # Integer | `offset` indicates the position of the first record to return. The `offset` is zero-based and the default is 0.
|
|
1122
|
+
limit: 56 # Integer | `limit` indicates the maximum number of results to be returned in the response. `limit` can range between 1 and 1000 and the default is 50.
|
|
1123
|
+
}
|
|
1124
|
+
|
|
1125
|
+
begin
|
|
1126
|
+
# Retrieve all applications
|
|
1127
|
+
result = api_instance.get_applications_for_applicant(applicant_id, opts)
|
|
1128
|
+
p result
|
|
1129
|
+
rescue Buildium::ApiError => e
|
|
1130
|
+
puts "Error when calling ApplicantsApi->get_applications_for_applicant: #{e}"
|
|
1131
|
+
end
|
|
1132
|
+
```
|
|
1133
|
+
|
|
1134
|
+
#### Using the get_applications_for_applicant_with_http_info variant
|
|
1135
|
+
|
|
1136
|
+
This returns an Array which contains the response data, status code and headers.
|
|
1137
|
+
|
|
1138
|
+
> <Array(<Array<ApplicationMessage>>, Integer, Hash)> get_applications_for_applicant_with_http_info(applicant_id, opts)
|
|
1139
|
+
|
|
1140
|
+
```ruby
|
|
1141
|
+
begin
|
|
1142
|
+
# Retrieve all applications
|
|
1143
|
+
data, status_code, headers = api_instance.get_applications_for_applicant_with_http_info(applicant_id, opts)
|
|
1144
|
+
p status_code # => 2xx
|
|
1145
|
+
p headers # => { ... }
|
|
1146
|
+
p data # => <Array<ApplicationMessage>>
|
|
1147
|
+
rescue Buildium::ApiError => e
|
|
1148
|
+
puts "Error when calling ApplicantsApi->get_applications_for_applicant_with_http_info: #{e}"
|
|
1149
|
+
end
|
|
1150
|
+
```
|
|
1151
|
+
|
|
1152
|
+
### Parameters
|
|
1153
|
+
|
|
1154
|
+
| Name | Type | Description | Notes |
|
|
1155
|
+
| ---- | ---- | ----------- | ----- |
|
|
1156
|
+
| **applicant_id** | **Integer** | | |
|
|
1157
|
+
| **orderby** | **String** | `orderby` indicates the field(s) and direction to sort the results in the response. See <a href=\"#section/API-Overview/Bulk-Request-Options\">Bulk Request Options</a> for more information. | [optional] |
|
|
1158
|
+
| **offset** | **Integer** | `offset` indicates the position of the first record to return. The `offset` is zero-based and the default is 0. | [optional] |
|
|
1159
|
+
| **limit** | **Integer** | `limit` indicates the maximum number of results to be returned in the response. `limit` can range between 1 and 1000 and the default is 50. | [optional] |
|
|
1160
|
+
|
|
1161
|
+
### Return type
|
|
1162
|
+
|
|
1163
|
+
[**Array<ApplicationMessage>**](ApplicationMessage.md)
|
|
1164
|
+
|
|
1165
|
+
### Authorization
|
|
1166
|
+
|
|
1167
|
+
[clientId](../README.md#clientId), [clientSecret](../README.md#clientSecret)
|
|
1168
|
+
|
|
1169
|
+
### HTTP request headers
|
|
1170
|
+
|
|
1171
|
+
- **Content-Type**: Not defined
|
|
1172
|
+
- **Accept**: application/json
|
|
1173
|
+
|
|
1174
|
+
|
|
1175
|
+
## update_applicant
|
|
1176
|
+
|
|
1177
|
+
> <ApplicantMessage> update_applicant(applicant_id, applicant_put_message)
|
|
1178
|
+
|
|
1179
|
+
Update an applicant
|
|
1180
|
+
|
|
1181
|
+
Updates an applicant. <br /><br /><strong>NOTE:</strong> Any field not included in the update request will be set to either an empty string or `null` in the database depending on the field definition. <br />The recommended workflow to ensure no data is inadvertently overwritten is to execute a `GET` request for the resource you're about to update and then use this response to fill any of the fields that are not being updated. <br /><br /><h4>Required permission(s):</h4><span class=\"permissionBlock\">Rentals > Applicants</span> - `View` `Edit`
|
|
1182
|
+
|
|
1183
|
+
### Examples
|
|
1184
|
+
|
|
1185
|
+
```ruby
|
|
1186
|
+
require 'time'
|
|
1187
|
+
require 'buildium-ruby'
|
|
1188
|
+
# setup authorization
|
|
1189
|
+
Buildium.configure do |config|
|
|
1190
|
+
# Configure API key authorization: clientId
|
|
1191
|
+
config.api_key['clientId'] = 'YOUR API KEY'
|
|
1192
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1193
|
+
# config.api_key_prefix['clientId'] = 'Bearer'
|
|
1194
|
+
|
|
1195
|
+
# Configure API key authorization: clientSecret
|
|
1196
|
+
config.api_key['clientSecret'] = 'YOUR API KEY'
|
|
1197
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1198
|
+
# config.api_key_prefix['clientSecret'] = 'Bearer'
|
|
1199
|
+
end
|
|
1200
|
+
|
|
1201
|
+
api_instance = Buildium::ApplicantsApi.new
|
|
1202
|
+
applicant_id = 56 # Integer |
|
|
1203
|
+
applicant_put_message = Buildium::ApplicantPutMessage.new({first_name: 'first_name_example', last_name: 'last_name_example'}) # ApplicantPutMessage |
|
|
1204
|
+
|
|
1205
|
+
begin
|
|
1206
|
+
# Update an applicant
|
|
1207
|
+
result = api_instance.update_applicant(applicant_id, applicant_put_message)
|
|
1208
|
+
p result
|
|
1209
|
+
rescue Buildium::ApiError => e
|
|
1210
|
+
puts "Error when calling ApplicantsApi->update_applicant: #{e}"
|
|
1211
|
+
end
|
|
1212
|
+
```
|
|
1213
|
+
|
|
1214
|
+
#### Using the update_applicant_with_http_info variant
|
|
1215
|
+
|
|
1216
|
+
This returns an Array which contains the response data, status code and headers.
|
|
1217
|
+
|
|
1218
|
+
> <Array(<ApplicantMessage>, Integer, Hash)> update_applicant_with_http_info(applicant_id, applicant_put_message)
|
|
1219
|
+
|
|
1220
|
+
```ruby
|
|
1221
|
+
begin
|
|
1222
|
+
# Update an applicant
|
|
1223
|
+
data, status_code, headers = api_instance.update_applicant_with_http_info(applicant_id, applicant_put_message)
|
|
1224
|
+
p status_code # => 2xx
|
|
1225
|
+
p headers # => { ... }
|
|
1226
|
+
p data # => <ApplicantMessage>
|
|
1227
|
+
rescue Buildium::ApiError => e
|
|
1228
|
+
puts "Error when calling ApplicantsApi->update_applicant_with_http_info: #{e}"
|
|
1229
|
+
end
|
|
1230
|
+
```
|
|
1231
|
+
|
|
1232
|
+
### Parameters
|
|
1233
|
+
|
|
1234
|
+
| Name | Type | Description | Notes |
|
|
1235
|
+
| ---- | ---- | ----------- | ----- |
|
|
1236
|
+
| **applicant_id** | **Integer** | | |
|
|
1237
|
+
| **applicant_put_message** | [**ApplicantPutMessage**](ApplicantPutMessage.md) | | |
|
|
1238
|
+
|
|
1239
|
+
### Return type
|
|
1240
|
+
|
|
1241
|
+
[**ApplicantMessage**](ApplicantMessage.md)
|
|
1242
|
+
|
|
1243
|
+
### Authorization
|
|
1244
|
+
|
|
1245
|
+
[clientId](../README.md#clientId), [clientSecret](../README.md#clientSecret)
|
|
1246
|
+
|
|
1247
|
+
### HTTP request headers
|
|
1248
|
+
|
|
1249
|
+
- **Content-Type**: application/json
|
|
1250
|
+
- **Accept**: application/json
|
|
1251
|
+
|
|
1252
|
+
|
|
1253
|
+
## update_applicant_group
|
|
1254
|
+
|
|
1255
|
+
> <ApplicantGroupMessage> update_applicant_group(applicant_group_id, applicant_group_put_message)
|
|
1256
|
+
|
|
1257
|
+
Update an applicant group
|
|
1258
|
+
|
|
1259
|
+
Updates an applicant group. <br /><br /><strong>NOTE:</strong> Any field not included in the update request will be set to either an empty string or `null` in the database depending on the field definition. <br />The recommended workflow to ensure no data is inadvertently overwritten is to execute a `GET` request for the resource you're about to update and then use this response to fill any of the fields that are not being updated. <br /><br /><h4>Required permission(s):</h4><span class=\"permissionBlock\">Rentals > Applicants</span> - `View` `Edit`
|
|
1260
|
+
|
|
1261
|
+
### Examples
|
|
1262
|
+
|
|
1263
|
+
```ruby
|
|
1264
|
+
require 'time'
|
|
1265
|
+
require 'buildium-ruby'
|
|
1266
|
+
# setup authorization
|
|
1267
|
+
Buildium.configure do |config|
|
|
1268
|
+
# Configure API key authorization: clientId
|
|
1269
|
+
config.api_key['clientId'] = 'YOUR API KEY'
|
|
1270
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1271
|
+
# config.api_key_prefix['clientId'] = 'Bearer'
|
|
1272
|
+
|
|
1273
|
+
# Configure API key authorization: clientSecret
|
|
1274
|
+
config.api_key['clientSecret'] = 'YOUR API KEY'
|
|
1275
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1276
|
+
# config.api_key_prefix['clientSecret'] = 'Bearer'
|
|
1277
|
+
end
|
|
1278
|
+
|
|
1279
|
+
api_instance = Buildium::ApplicantsApi.new
|
|
1280
|
+
applicant_group_id = 56 # Integer |
|
|
1281
|
+
applicant_group_put_message = Buildium::ApplicantGroupPutMessage.new({applicant_group_status: 'Undecided', applicant_ids: [37]}) # ApplicantGroupPutMessage |
|
|
1282
|
+
|
|
1283
|
+
begin
|
|
1284
|
+
# Update an applicant group
|
|
1285
|
+
result = api_instance.update_applicant_group(applicant_group_id, applicant_group_put_message)
|
|
1286
|
+
p result
|
|
1287
|
+
rescue Buildium::ApiError => e
|
|
1288
|
+
puts "Error when calling ApplicantsApi->update_applicant_group: #{e}"
|
|
1289
|
+
end
|
|
1290
|
+
```
|
|
1291
|
+
|
|
1292
|
+
#### Using the update_applicant_group_with_http_info variant
|
|
1293
|
+
|
|
1294
|
+
This returns an Array which contains the response data, status code and headers.
|
|
1295
|
+
|
|
1296
|
+
> <Array(<ApplicantGroupMessage>, Integer, Hash)> update_applicant_group_with_http_info(applicant_group_id, applicant_group_put_message)
|
|
1297
|
+
|
|
1298
|
+
```ruby
|
|
1299
|
+
begin
|
|
1300
|
+
# Update an applicant group
|
|
1301
|
+
data, status_code, headers = api_instance.update_applicant_group_with_http_info(applicant_group_id, applicant_group_put_message)
|
|
1302
|
+
p status_code # => 2xx
|
|
1303
|
+
p headers # => { ... }
|
|
1304
|
+
p data # => <ApplicantGroupMessage>
|
|
1305
|
+
rescue Buildium::ApiError => e
|
|
1306
|
+
puts "Error when calling ApplicantsApi->update_applicant_group_with_http_info: #{e}"
|
|
1307
|
+
end
|
|
1308
|
+
```
|
|
1309
|
+
|
|
1310
|
+
### Parameters
|
|
1311
|
+
|
|
1312
|
+
| Name | Type | Description | Notes |
|
|
1313
|
+
| ---- | ---- | ----------- | ----- |
|
|
1314
|
+
| **applicant_group_id** | **Integer** | | |
|
|
1315
|
+
| **applicant_group_put_message** | [**ApplicantGroupPutMessage**](ApplicantGroupPutMessage.md) | | |
|
|
1316
|
+
|
|
1317
|
+
### Return type
|
|
1318
|
+
|
|
1319
|
+
[**ApplicantGroupMessage**](ApplicantGroupMessage.md)
|
|
1320
|
+
|
|
1321
|
+
### Authorization
|
|
1322
|
+
|
|
1323
|
+
[clientId](../README.md#clientId), [clientSecret](../README.md#clientSecret)
|
|
1324
|
+
|
|
1325
|
+
### HTTP request headers
|
|
1326
|
+
|
|
1327
|
+
- **Content-Type**: application/json
|
|
1328
|
+
- **Accept**: application/json
|
|
1329
|
+
|
|
1330
|
+
|
|
1331
|
+
## update_application
|
|
1332
|
+
|
|
1333
|
+
> <ApplicationMessage> update_application(applicant_id, application_id, application_put_message)
|
|
1334
|
+
|
|
1335
|
+
Update an application
|
|
1336
|
+
|
|
1337
|
+
Updates a rental application. <br /><br /><strong>NOTE:</strong> Any field not included in the update request will be set to either an empty string or `null` in the database depending on the field definition. <br />The recommended workflow to ensure no data is inadvertently overwritten is to execute a `GET` request for the resource you're about to update and then use this response to fill any of the fields that are not being updated. <br /><br /><h4>Required permission(s):</h4><span class=\"permissionBlock\">Rentals > Applicants</span> - `View` `Edit`
|
|
1338
|
+
|
|
1339
|
+
### Examples
|
|
1340
|
+
|
|
1341
|
+
```ruby
|
|
1342
|
+
require 'time'
|
|
1343
|
+
require 'buildium-ruby'
|
|
1344
|
+
# setup authorization
|
|
1345
|
+
Buildium.configure do |config|
|
|
1346
|
+
# Configure API key authorization: clientId
|
|
1347
|
+
config.api_key['clientId'] = 'YOUR API KEY'
|
|
1348
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1349
|
+
# config.api_key_prefix['clientId'] = 'Bearer'
|
|
1350
|
+
|
|
1351
|
+
# Configure API key authorization: clientSecret
|
|
1352
|
+
config.api_key['clientSecret'] = 'YOUR API KEY'
|
|
1353
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1354
|
+
# config.api_key_prefix['clientSecret'] = 'Bearer'
|
|
1355
|
+
end
|
|
1356
|
+
|
|
1357
|
+
api_instance = Buildium::ApplicantsApi.new
|
|
1358
|
+
applicant_id = 56 # Integer |
|
|
1359
|
+
application_id = 56 # Integer |
|
|
1360
|
+
application_put_message = Buildium::ApplicationPutMessage.new({application_status: 'Undecided'}) # ApplicationPutMessage |
|
|
1361
|
+
|
|
1362
|
+
begin
|
|
1363
|
+
# Update an application
|
|
1364
|
+
result = api_instance.update_application(applicant_id, application_id, application_put_message)
|
|
1365
|
+
p result
|
|
1366
|
+
rescue Buildium::ApiError => e
|
|
1367
|
+
puts "Error when calling ApplicantsApi->update_application: #{e}"
|
|
1368
|
+
end
|
|
1369
|
+
```
|
|
1370
|
+
|
|
1371
|
+
#### Using the update_application_with_http_info variant
|
|
1372
|
+
|
|
1373
|
+
This returns an Array which contains the response data, status code and headers.
|
|
1374
|
+
|
|
1375
|
+
> <Array(<ApplicationMessage>, Integer, Hash)> update_application_with_http_info(applicant_id, application_id, application_put_message)
|
|
1376
|
+
|
|
1377
|
+
```ruby
|
|
1378
|
+
begin
|
|
1379
|
+
# Update an application
|
|
1380
|
+
data, status_code, headers = api_instance.update_application_with_http_info(applicant_id, application_id, application_put_message)
|
|
1381
|
+
p status_code # => 2xx
|
|
1382
|
+
p headers # => { ... }
|
|
1383
|
+
p data # => <ApplicationMessage>
|
|
1384
|
+
rescue Buildium::ApiError => e
|
|
1385
|
+
puts "Error when calling ApplicantsApi->update_application_with_http_info: #{e}"
|
|
1386
|
+
end
|
|
1387
|
+
```
|
|
1388
|
+
|
|
1389
|
+
### Parameters
|
|
1390
|
+
|
|
1391
|
+
| Name | Type | Description | Notes |
|
|
1392
|
+
| ---- | ---- | ----------- | ----- |
|
|
1393
|
+
| **applicant_id** | **Integer** | | |
|
|
1394
|
+
| **application_id** | **Integer** | | |
|
|
1395
|
+
| **application_put_message** | [**ApplicationPutMessage**](ApplicationPutMessage.md) | | |
|
|
1396
|
+
|
|
1397
|
+
### Return type
|
|
1398
|
+
|
|
1399
|
+
[**ApplicationMessage**](ApplicationMessage.md)
|
|
1400
|
+
|
|
1401
|
+
### Authorization
|
|
1402
|
+
|
|
1403
|
+
[clientId](../README.md#clientId), [clientSecret](../README.md#clientSecret)
|
|
1404
|
+
|
|
1405
|
+
### HTTP request headers
|
|
1406
|
+
|
|
1407
|
+
- **Content-Type**: application/json
|
|
1408
|
+
- **Accept**: application/json
|
|
1409
|
+
|
|
1410
|
+
|
|
1411
|
+
## update_application_group_note
|
|
1412
|
+
|
|
1413
|
+
> <NoteMessage> update_application_group_note(applicant_group_id, note_id, note_put_message)
|
|
1414
|
+
|
|
1415
|
+
Update an applicant group note
|
|
1416
|
+
|
|
1417
|
+
Updates an applicant group note. <br /><br /><strong>NOTE:</strong> Any field not included in the update request will be set to either an empty string or `null` in the database depending on the field definition. <br />The recommended workflow to ensure no data is inadvertently overwritten is to execute a `GET` request for the resource you're about to update and then use this response to fill any of the fields that are not being updated. <br /><br /><h4>Required permission(s):</h4><span class=\"permissionBlock\">Rentals > Applicants</span> - `View` `Edit`
|
|
1418
|
+
|
|
1419
|
+
### Examples
|
|
1420
|
+
|
|
1421
|
+
```ruby
|
|
1422
|
+
require 'time'
|
|
1423
|
+
require 'buildium-ruby'
|
|
1424
|
+
# setup authorization
|
|
1425
|
+
Buildium.configure do |config|
|
|
1426
|
+
# Configure API key authorization: clientId
|
|
1427
|
+
config.api_key['clientId'] = 'YOUR API KEY'
|
|
1428
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1429
|
+
# config.api_key_prefix['clientId'] = 'Bearer'
|
|
1430
|
+
|
|
1431
|
+
# Configure API key authorization: clientSecret
|
|
1432
|
+
config.api_key['clientSecret'] = 'YOUR API KEY'
|
|
1433
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1434
|
+
# config.api_key_prefix['clientSecret'] = 'Bearer'
|
|
1435
|
+
end
|
|
1436
|
+
|
|
1437
|
+
api_instance = Buildium::ApplicantsApi.new
|
|
1438
|
+
applicant_group_id = 56 # Integer |
|
|
1439
|
+
note_id = 56 # Integer |
|
|
1440
|
+
note_put_message = Buildium::NotePutMessage.new({note: 'note_example'}) # NotePutMessage |
|
|
1441
|
+
|
|
1442
|
+
begin
|
|
1443
|
+
# Update an applicant group note
|
|
1444
|
+
result = api_instance.update_application_group_note(applicant_group_id, note_id, note_put_message)
|
|
1445
|
+
p result
|
|
1446
|
+
rescue Buildium::ApiError => e
|
|
1447
|
+
puts "Error when calling ApplicantsApi->update_application_group_note: #{e}"
|
|
1448
|
+
end
|
|
1449
|
+
```
|
|
1450
|
+
|
|
1451
|
+
#### Using the update_application_group_note_with_http_info variant
|
|
1452
|
+
|
|
1453
|
+
This returns an Array which contains the response data, status code and headers.
|
|
1454
|
+
|
|
1455
|
+
> <Array(<NoteMessage>, Integer, Hash)> update_application_group_note_with_http_info(applicant_group_id, note_id, note_put_message)
|
|
1456
|
+
|
|
1457
|
+
```ruby
|
|
1458
|
+
begin
|
|
1459
|
+
# Update an applicant group note
|
|
1460
|
+
data, status_code, headers = api_instance.update_application_group_note_with_http_info(applicant_group_id, note_id, note_put_message)
|
|
1461
|
+
p status_code # => 2xx
|
|
1462
|
+
p headers # => { ... }
|
|
1463
|
+
p data # => <NoteMessage>
|
|
1464
|
+
rescue Buildium::ApiError => e
|
|
1465
|
+
puts "Error when calling ApplicantsApi->update_application_group_note_with_http_info: #{e}"
|
|
1466
|
+
end
|
|
1467
|
+
```
|
|
1468
|
+
|
|
1469
|
+
### Parameters
|
|
1470
|
+
|
|
1471
|
+
| Name | Type | Description | Notes |
|
|
1472
|
+
| ---- | ---- | ----------- | ----- |
|
|
1473
|
+
| **applicant_group_id** | **Integer** | | |
|
|
1474
|
+
| **note_id** | **Integer** | | |
|
|
1475
|
+
| **note_put_message** | [**NotePutMessage**](NotePutMessage.md) | | |
|
|
1476
|
+
|
|
1477
|
+
### Return type
|
|
1478
|
+
|
|
1479
|
+
[**NoteMessage**](NoteMessage.md)
|
|
1480
|
+
|
|
1481
|
+
### Authorization
|
|
1482
|
+
|
|
1483
|
+
[clientId](../README.md#clientId), [clientSecret](../README.md#clientSecret)
|
|
1484
|
+
|
|
1485
|
+
### HTTP request headers
|
|
1486
|
+
|
|
1487
|
+
- **Content-Type**: application/json
|
|
1488
|
+
- **Accept**: application/json
|
|
1489
|
+
|