propertyware 1.0.5
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 +375 -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 +23 -0
- data/.rspec +2 -0
- data/.rubocop.yml +124 -0
- data/CUSTOMIZATIONS.md +11 -0
- data/DOCS.md +673 -0
- data/Gemfile +9 -0
- data/Gemfile.lock +76 -0
- data/README.md +93 -0
- data/Rakefile +10 -0
- data/bin/CUSTOMIZATIONS.md +11 -0
- data/bin/README.md +93 -0
- data/bin/config.yml +7 -0
- data/bin/fix_json.rb +59 -0
- data/bin/propertyware.json +1 -0
- data/bin/rebuild.sh +31 -0
- data/docs/Account.md +84 -0
- data/docs/AccountingApi.md +1235 -0
- data/docs/Address.md +28 -0
- data/docs/Amenity.md +24 -0
- data/docs/AutoJournalEntry.md +46 -0
- data/docs/AutoPayment.md +42 -0
- data/docs/Bank.md +52 -0
- data/docs/BankDeposit.md +32 -0
- data/docs/BasicVendor.md +40 -0
- data/docs/Bill.md +54 -0
- data/docs/BillPaid.md +24 -0
- data/docs/BillPay.md +20 -0
- data/docs/BillPayment.md +46 -0
- data/docs/BillSplit.md +42 -0
- data/docs/BillsApi.md +1391 -0
- data/docs/Building.md +116 -0
- data/docs/BuildingsApi.md +1037 -0
- data/docs/Campaign.md +60 -0
- data/docs/CampaignSource.md +26 -0
- data/docs/Charge.md +36 -0
- data/docs/ChargeTx.md +52 -0
- data/docs/Check.md +48 -0
- data/docs/CheckSplit.md +30 -0
- data/docs/Comment.md +28 -0
- data/docs/Contact.md +74 -0
- data/docs/ContactsApi.md +783 -0
- data/docs/Conversation.md +36 -0
- data/docs/CreditCardAccount.md +18 -0
- data/docs/CurrentAsset.md +30 -0
- data/docs/CurrentLiability.md +30 -0
- data/docs/CustomField.md +24 -0
- data/docs/Discount.md +40 -0
- data/docs/Document.md +40 -0
- data/docs/DocumentsApi.md +267 -0
- data/docs/Entry.md +34 -0
- data/docs/Equity.md +32 -0
- data/docs/ErrorResponse.md +22 -0
- data/docs/Expense.md +32 -0
- data/docs/GLItem.md +40 -0
- data/docs/HealthCheckApi.md +86 -0
- data/docs/Income.md +34 -0
- data/docs/Inspection.md +46 -0
- data/docs/InspectionArea.md +22 -0
- data/docs/InspectionItem.md +24 -0
- data/docs/InspectionsApi.md +193 -0
- data/docs/JournalEntry.md +36 -0
- data/docs/JournalEntrySplit.md +24 -0
- data/docs/JournalEntrySplitResponse.md +24 -0
- data/docs/LateFeeRule.md +26 -0
- data/docs/Lease.md +76 -0
- data/docs/LeaseClause.md +22 -0
- data/docs/LeaseContact.md +36 -0
- data/docs/LeasesApi.md +3319 -0
- data/docs/ManagementFee.md +30 -0
- data/docs/ManagementSettings.md +26 -0
- data/docs/Marketing.md +62 -0
- data/docs/NonCurrentAsset.md +26 -0
- data/docs/NonCurrentLiability.md +30 -0
- data/docs/NonOperatingExpense.md +32 -0
- data/docs/NonOperatingInome.md +32 -0
- data/docs/Note.md +28 -0
- data/docs/Owner.md +38 -0
- data/docs/OwnerContribution.md +44 -0
- data/docs/OwnerDraw.md +44 -0
- data/docs/Payment.md +50 -0
- data/docs/PaymentCharge.md +36 -0
- data/docs/Portfolio.md +60 -0
- data/docs/PortfoliosApi.md +701 -0
- data/docs/PropertyManager.md +26 -0
- data/docs/Prospect.md +114 -0
- data/docs/ProspectsApi.md +789 -0
- data/docs/RESTAPIBulkErrorResponse.md +22 -0
- data/docs/RESTAPIBulkSuccessResponse.md +18 -0
- data/docs/RESTAPIError.md +20 -0
- data/docs/Refund.md +44 -0
- data/docs/ResponseEntity.md +20 -0
- data/docs/SaveAccount.md +52 -0
- data/docs/SaveAddress.md +28 -0
- data/docs/SaveAdjustment.md +26 -0
- data/docs/SaveAutoCharge.md +28 -0
- data/docs/SaveBankDeposit.md +20 -0
- data/docs/SaveBill.md +42 -0
- data/docs/SaveBillPayment.md +30 -0
- data/docs/SaveBillSplit.md +36 -0
- data/docs/SaveBuilding.md +84 -0
- data/docs/SaveCharge.md +28 -0
- data/docs/SaveCheck.md +30 -0
- data/docs/SaveCheckSplit.md +30 -0
- data/docs/SaveComment.md +18 -0
- data/docs/SaveContact.md +60 -0
- data/docs/SaveConversation.md +20 -0
- data/docs/SaveCredit.md +26 -0
- data/docs/SaveDiscount.md +28 -0
- data/docs/SaveJournalEntrySplit.md +22 -0
- data/docs/SaveLease.md +50 -0
- data/docs/SaveLeaseJournalEntry.md +26 -0
- data/docs/SaveOwner.md +36 -0
- data/docs/SaveOwnerContribution.md +34 -0
- data/docs/SaveOwnerDraw.md +34 -0
- data/docs/SavePayment.md +34 -0
- data/docs/SavePortfolio.md +38 -0
- data/docs/SaveProspect.md +76 -0
- data/docs/SaveProspectContact.md +36 -0
- data/docs/SaveRefund.md +34 -0
- data/docs/SaveUnit.md +60 -0
- data/docs/SaveVendor.md +46 -0
- data/docs/SaveWorkOrder.md +36 -0
- data/docs/SaveWorkOrderTask.md +30 -0
- data/docs/SplitPaid.md +34 -0
- data/docs/SplitPay.md +20 -0
- data/docs/Task.md +42 -0
- data/docs/Transaction.md +54 -0
- data/docs/Unit.md +96 -0
- data/docs/UnitsApi.md +875 -0
- data/docs/UpdateLeaseJournalEntry.md +26 -0
- data/docs/Vendor.md +76 -0
- data/docs/VendorsApi.md +617 -0
- data/docs/WorkOrder.md +78 -0
- data/docs/WorkOrdersApi.md +883 -0
- data/lib/propertyware/api/accounting_api.rb +1041 -0
- data/lib/propertyware/api/bills_api.rb +1182 -0
- data/lib/propertyware/api/buildings_api.rb +863 -0
- data/lib/propertyware/api/contacts_api.rb +666 -0
- data/lib/propertyware/api/documents_api.rb +235 -0
- data/lib/propertyware/api/health_check_api.rb +79 -0
- data/lib/propertyware/api/inspections_api.rb +172 -0
- data/lib/propertyware/api/leases_api.rb +2787 -0
- data/lib/propertyware/api/portfolios_api.rb +599 -0
- data/lib/propertyware/api/prospects_api.rb +671 -0
- data/lib/propertyware/api/units_api.rb +740 -0
- data/lib/propertyware/api/vendors_api.rb +522 -0
- data/lib/propertyware/api/work_orders_api.rb +763 -0
- data/lib/propertyware/api_client.rb +428 -0
- data/lib/propertyware/api_error.rb +58 -0
- data/lib/propertyware/configuration.rb +392 -0
- data/lib/propertyware/models/account.rb +549 -0
- data/lib/propertyware/models/address.rb +269 -0
- data/lib/propertyware/models/amenity.rb +249 -0
- data/lib/propertyware/models/auto_journal_entry.rb +358 -0
- data/lib/propertyware/models/auto_payment.rb +338 -0
- data/lib/propertyware/models/bank.rb +389 -0
- data/lib/propertyware/models/bank_deposit.rb +289 -0
- data/lib/propertyware/models/basic_vendor.rb +330 -0
- data/lib/propertyware/models/bill.rb +401 -0
- data/lib/propertyware/models/bill_paid.rb +250 -0
- data/lib/propertyware/models/bill_pay.rb +230 -0
- data/lib/propertyware/models/bill_payment.rb +361 -0
- data/lib/propertyware/models/bill_split.rb +339 -0
- data/lib/propertyware/models/building.rb +782 -0
- data/lib/propertyware/models/campaign.rb +430 -0
- data/lib/propertyware/models/campaign_source.rb +258 -0
- data/lib/propertyware/models/charge.rb +318 -0
- data/lib/propertyware/models/charge_tx.rb +401 -0
- data/lib/propertyware/models/check.rb +425 -0
- data/lib/propertyware/models/check_split.rb +284 -0
- data/lib/propertyware/models/comment.rb +269 -0
- data/lib/propertyware/models/contact.rb +546 -0
- data/lib/propertyware/models/conversation.rb +345 -0
- data/lib/propertyware/models/credit_card_account.rb +219 -0
- data/lib/propertyware/models/current_asset.rb +279 -0
- data/lib/propertyware/models/current_liability.rb +279 -0
- data/lib/propertyware/models/custom_field.rb +249 -0
- data/lib/propertyware/models/discount.rb +339 -0
- data/lib/propertyware/models/document.rb +362 -0
- data/lib/propertyware/models/entry.rb +297 -0
- data/lib/propertyware/models/equity.rb +289 -0
- data/lib/propertyware/models/error_response.rb +237 -0
- data/lib/propertyware/models/expense.rb +289 -0
- data/lib/propertyware/models/gl_item.rb +330 -0
- data/lib/propertyware/models/income.rb +299 -0
- data/lib/propertyware/models/inspection.rb +361 -0
- data/lib/propertyware/models/inspection_area.rb +241 -0
- data/lib/propertyware/models/inspection_item.rb +249 -0
- data/lib/propertyware/models/journal_entry.rb +311 -0
- data/lib/propertyware/models/journal_entry_split.rb +264 -0
- data/lib/propertyware/models/journal_entry_split_response.rb +263 -0
- data/lib/propertyware/models/late_fee_rule.rb +258 -0
- data/lib/propertyware/models/lease.rb +515 -0
- data/lib/propertyware/models/lease_clause.rb +238 -0
- data/lib/propertyware/models/lease_contact.rb +309 -0
- data/lib/propertyware/models/management_fee.rb +279 -0
- data/lib/propertyware/models/management_settings.rb +261 -0
- data/lib/propertyware/models/marketing.rb +439 -0
- data/lib/propertyware/models/non_current_asset.rb +259 -0
- data/lib/propertyware/models/non_current_liability.rb +279 -0
- data/lib/propertyware/models/non_operating_expense.rb +289 -0
- data/lib/propertyware/models/non_operating_inome.rb +289 -0
- data/lib/propertyware/models/note.rb +267 -0
- data/lib/propertyware/models/owner.rb +318 -0
- data/lib/propertyware/models/owner_contribution.rb +418 -0
- data/lib/propertyware/models/owner_draw.rb +398 -0
- data/lib/propertyware/models/payment.rb +423 -0
- data/lib/propertyware/models/payment_charge.rb +358 -0
- data/lib/propertyware/models/portfolio.rb +479 -0
- data/lib/propertyware/models/property_manager.rb +259 -0
- data/lib/propertyware/models/prospect.rb +701 -0
- data/lib/propertyware/models/refund.rb +384 -0
- data/lib/propertyware/models/response_entity.rb +260 -0
- data/lib/propertyware/models/restapi_bulk_error_response.rb +237 -0
- data/lib/propertyware/models/restapi_bulk_success_response.rb +217 -0
- data/lib/propertyware/models/restapi_error.rb +226 -0
- data/lib/propertyware/models/save_account.rb +398 -0
- data/lib/propertyware/models/save_address.rb +274 -0
- data/lib/propertyware/models/save_adjustment.rb +269 -0
- data/lib/propertyware/models/save_auto_charge.rb +328 -0
- data/lib/propertyware/models/save_bank_deposit.rb +239 -0
- data/lib/propertyware/models/save_bill.rb +356 -0
- data/lib/propertyware/models/save_bill_payment.rb +314 -0
- data/lib/propertyware/models/save_bill_split.rb +319 -0
- data/lib/propertyware/models/save_building.rb +653 -0
- data/lib/propertyware/models/save_charge.rb +289 -0
- data/lib/propertyware/models/save_check.rb +291 -0
- data/lib/propertyware/models/save_check_split.rb +289 -0
- data/lib/propertyware/models/save_comment.rb +224 -0
- data/lib/propertyware/models/save_contact.rb +472 -0
- data/lib/propertyware/models/save_conversation.rb +273 -0
- data/lib/propertyware/models/save_credit.rb +271 -0
- data/lib/propertyware/models/save_discount.rb +289 -0
- data/lib/propertyware/models/save_journal_entry_split.rb +254 -0
- data/lib/propertyware/models/save_lease.rb +444 -0
- data/lib/propertyware/models/save_lease_journal_entry.rb +276 -0
- data/lib/propertyware/models/save_owner.rb +318 -0
- data/lib/propertyware/models/save_owner_contribution.rb +373 -0
- data/lib/propertyware/models/save_owner_draw.rb +334 -0
- data/lib/propertyware/models/save_payment.rb +373 -0
- data/lib/propertyware/models/save_portfolio.rb +379 -0
- data/lib/propertyware/models/save_prospect.rb +511 -0
- data/lib/propertyware/models/save_prospect_contact.rb +318 -0
- data/lib/propertyware/models/save_refund.rb +334 -0
- data/lib/propertyware/models/save_unit.rb +492 -0
- data/lib/propertyware/models/save_vendor.rb +379 -0
- data/lib/propertyware/models/save_work_order.rb +345 -0
- data/lib/propertyware/models/save_work_order_task.rb +284 -0
- data/lib/propertyware/models/split_paid.rb +298 -0
- data/lib/propertyware/models/split_pay.rb +228 -0
- data/lib/propertyware/models/task.rb +339 -0
- data/lib/propertyware/models/transaction.rb +433 -0
- data/lib/propertyware/models/unit.rb +670 -0
- data/lib/propertyware/models/update_lease_journal_entry.rb +276 -0
- data/lib/propertyware/models/vendor.rb +511 -0
- data/lib/propertyware/models/work_order.rb +557 -0
- data/lib/propertyware/version.rb +15 -0
- data/lib/propertyware.rb +158 -0
- data/openapitools.json +7 -0
- data/propertyware.gemspec +39 -0
- data/spec/api/accounting_api_spec.rb +239 -0
- data/spec/api/bills_api_spec.rb +260 -0
- data/spec/api/buildings_api_spec.rb +199 -0
- data/spec/api/contacts_api_spec.rb +159 -0
- data/spec/api/documents_api_spec.rb +77 -0
- data/spec/api/health_check_api_spec.rb +46 -0
- data/spec/api/inspections_api_spec.rb +68 -0
- data/spec/api/leases_api_spec.rb +579 -0
- data/spec/api/portfolios_api_spec.rb +147 -0
- data/spec/api/prospects_api_spec.rb +162 -0
- data/spec/api/units_api_spec.rb +176 -0
- data/spec/api/vendors_api_spec.rb +134 -0
- data/spec/api/work_orders_api_spec.rb +180 -0
- data/spec/api_client_spec.rb +223 -0
- data/spec/configuration_spec.rb +82 -0
- data/spec/models/account_spec.rb +232 -0
- data/spec/models/address_spec.rb +64 -0
- data/spec/models/amenity_spec.rb +52 -0
- data/spec/models/auto_journal_entry_spec.rb +118 -0
- data/spec/models/auto_payment_spec.rb +106 -0
- data/spec/models/bank_deposit_spec.rb +76 -0
- data/spec/models/bank_spec.rb +136 -0
- data/spec/models/basic_vendor_spec.rb +100 -0
- data/spec/models/bill_paid_spec.rb +52 -0
- data/spec/models/bill_pay_spec.rb +40 -0
- data/spec/models/bill_payment_spec.rb +118 -0
- data/spec/models/bill_spec.rb +142 -0
- data/spec/models/bill_split_spec.rb +106 -0
- data/spec/models/building_spec.rb +344 -0
- data/spec/models/campaign_source_spec.rb +58 -0
- data/spec/models/campaign_spec.rb +160 -0
- data/spec/models/charge_spec.rb +88 -0
- data/spec/models/charge_tx_spec.rb +136 -0
- data/spec/models/check_spec.rb +128 -0
- data/spec/models/check_split_spec.rb +70 -0
- data/spec/models/comment_spec.rb +64 -0
- data/spec/models/contact_spec.rb +210 -0
- data/spec/models/conversation_spec.rb +92 -0
- data/spec/models/credit_card_account_spec.rb +34 -0
- data/spec/models/current_asset_spec.rb +70 -0
- data/spec/models/current_liability_spec.rb +70 -0
- data/spec/models/custom_field_spec.rb +52 -0
- data/spec/models/discount_spec.rb +100 -0
- data/spec/models/document_spec.rb +104 -0
- data/spec/models/entry_spec.rb +82 -0
- data/spec/models/equity_spec.rb +76 -0
- data/spec/models/error_response_spec.rb +46 -0
- data/spec/models/expense_spec.rb +76 -0
- data/spec/models/gl_item_spec.rb +100 -0
- data/spec/models/income_spec.rb +82 -0
- data/spec/models/inspection_area_spec.rb +46 -0
- data/spec/models/inspection_item_spec.rb +52 -0
- data/spec/models/inspection_spec.rb +118 -0
- data/spec/models/journal_entry_spec.rb +88 -0
- data/spec/models/journal_entry_split_response_spec.rb +52 -0
- data/spec/models/journal_entry_split_spec.rb +52 -0
- data/spec/models/late_fee_rule_spec.rb +58 -0
- data/spec/models/lease_clause_spec.rb +46 -0
- data/spec/models/lease_contact_spec.rb +88 -0
- data/spec/models/lease_spec.rb +208 -0
- data/spec/models/management_fee_spec.rb +70 -0
- data/spec/models/management_settings_spec.rb +58 -0
- data/spec/models/marketing_spec.rb +166 -0
- data/spec/models/non_current_asset_spec.rb +58 -0
- data/spec/models/non_current_liability_spec.rb +70 -0
- data/spec/models/non_operating_expense_spec.rb +76 -0
- data/spec/models/non_operating_inome_spec.rb +76 -0
- data/spec/models/note_spec.rb +64 -0
- data/spec/models/owner_contribution_spec.rb +116 -0
- data/spec/models/owner_draw_spec.rb +116 -0
- data/spec/models/owner_spec.rb +94 -0
- data/spec/models/payment_charge_spec.rb +92 -0
- data/spec/models/payment_spec.rb +134 -0
- data/spec/models/portfolio_spec.rb +168 -0
- data/spec/models/property_manager_spec.rb +58 -0
- data/spec/models/prospect_spec.rb +322 -0
- data/spec/models/refund_spec.rb +112 -0
- data/spec/models/response_entity_spec.rb +44 -0
- data/spec/models/restapi_bulk_error_response_spec.rb +46 -0
- data/spec/models/restapi_bulk_success_response_spec.rb +34 -0
- data/spec/models/restapi_error_spec.rb +40 -0
- data/spec/models/save_account_spec.rb +136 -0
- data/spec/models/save_address_spec.rb +64 -0
- data/spec/models/save_adjustment_spec.rb +58 -0
- data/spec/models/save_auto_charge_spec.rb +68 -0
- data/spec/models/save_bank_deposit_spec.rb +40 -0
- data/spec/models/save_bill_payment_spec.rb +74 -0
- data/spec/models/save_bill_spec.rb +106 -0
- data/spec/models/save_bill_split_spec.rb +88 -0
- data/spec/models/save_building_spec.rb +248 -0
- data/spec/models/save_charge_spec.rb +64 -0
- data/spec/models/save_check_spec.rb +70 -0
- data/spec/models/save_check_split_spec.rb +70 -0
- data/spec/models/save_comment_spec.rb +34 -0
- data/spec/models/save_contact_spec.rb +164 -0
- data/spec/models/save_conversation_spec.rb +44 -0
- data/spec/models/save_credit_spec.rb +58 -0
- data/spec/models/save_discount_spec.rb +64 -0
- data/spec/models/save_journal_entry_split_spec.rb +46 -0
- data/spec/models/save_lease_journal_entry_spec.rb +58 -0
- data/spec/models/save_lease_spec.rb +134 -0
- data/spec/models/save_owner_contribution_spec.rb +86 -0
- data/spec/models/save_owner_draw_spec.rb +82 -0
- data/spec/models/save_owner_spec.rb +88 -0
- data/spec/models/save_payment_spec.rb +86 -0
- data/spec/models/save_portfolio_spec.rb +102 -0
- data/spec/models/save_prospect_contact_spec.rb +88 -0
- data/spec/models/save_prospect_spec.rb +208 -0
- data/spec/models/save_refund_spec.rb +82 -0
- data/spec/models/save_unit_spec.rb +164 -0
- data/spec/models/save_vendor_spec.rb +118 -0
- data/spec/models/save_work_order_spec.rb +92 -0
- data/spec/models/save_work_order_task_spec.rb +70 -0
- data/spec/models/split_paid_spec.rb +82 -0
- data/spec/models/split_pay_spec.rb +40 -0
- data/spec/models/task_spec.rb +106 -0
- data/spec/models/transaction_spec.rb +146 -0
- data/spec/models/unit_spec.rb +280 -0
- data/spec/models/update_lease_journal_entry_spec.rb +58 -0
- data/spec/models/vendor_spec.rb +208 -0
- data/spec/models/work_order_spec.rb +218 -0
- data/spec/spec_helper.rb +111 -0
- metadata +609 -0
@@ -0,0 +1,36 @@
|
|
1
|
+
# Propertyware::Conversation
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **comments** | [**Array<Comment>**](Comment.md) | List of comments in the conversation. | [optional] |
|
8
|
+
| **created_by** | **String** | User who created the record. | [optional] |
|
9
|
+
| **created_date_time** | **Time** | Date and time the record was created. (Timezone: UTC) | [optional] |
|
10
|
+
| **entity_id** | **Integer** | Id of the entity related to this conversation. | [optional] |
|
11
|
+
| **entity_type** | **String** | Type of the entity related to this conversation. | [optional] |
|
12
|
+
| **id** | **Integer** | Unique identifier. | [optional] |
|
13
|
+
| **last_modified_by** | **String** | User who last modified the record. | [optional] |
|
14
|
+
| **last_modified_date_time** | **Time** | Date and time the record was last modified. (Timezone: UTC) | [optional] |
|
15
|
+
| **subject** | **String** | Conversation subject. | [optional] |
|
16
|
+
| **type** | **String** | Conversation type. | [optional] |
|
17
|
+
|
18
|
+
## Example
|
19
|
+
|
20
|
+
```ruby
|
21
|
+
require 'propertyware'
|
22
|
+
|
23
|
+
instance = Propertyware::Conversation.new(
|
24
|
+
comments: null,
|
25
|
+
created_by: null,
|
26
|
+
created_date_time: null,
|
27
|
+
entity_id: null,
|
28
|
+
entity_type: null,
|
29
|
+
id: null,
|
30
|
+
last_modified_by: null,
|
31
|
+
last_modified_date_time: null,
|
32
|
+
subject: null,
|
33
|
+
type: null
|
34
|
+
)
|
35
|
+
```
|
36
|
+
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# Propertyware::CreditCardAccount
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **credit_card_number** | **String** | Credit card number. | [optional] |
|
8
|
+
|
9
|
+
## Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'propertyware'
|
13
|
+
|
14
|
+
instance = Propertyware::CreditCardAccount.new(
|
15
|
+
credit_card_number: null
|
16
|
+
)
|
17
|
+
```
|
18
|
+
|
@@ -0,0 +1,30 @@
|
|
1
|
+
# Propertyware::CurrentAsset
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **discount_account** | **Boolean** | Indicates if the account is a discount account. | [optional] |
|
8
|
+
| **escrow_account** | **Boolean** | Indicates if the account is a escrow account. | [optional] |
|
9
|
+
| **exclude_from1099** | **Boolean** | Indicates if the account is excluded from 1099 tax forms. | [optional] |
|
10
|
+
| **exclude_from_pay_in_full** | **Boolean** | Indicates if the account is a tax account. | [optional] |
|
11
|
+
| **exclude_late_fee** | **Boolean** | Indicates if excluded from late fees. | [optional] |
|
12
|
+
| **rent_account** | **Boolean** | Indicates if the account is a rent account. | [optional] |
|
13
|
+
| **tax_account** | **Boolean** | Indicates if the account is a tax account. | [optional] |
|
14
|
+
|
15
|
+
## Example
|
16
|
+
|
17
|
+
```ruby
|
18
|
+
require 'propertyware'
|
19
|
+
|
20
|
+
instance = Propertyware::CurrentAsset.new(
|
21
|
+
discount_account: false,
|
22
|
+
escrow_account: false,
|
23
|
+
exclude_from1099: false,
|
24
|
+
exclude_from_pay_in_full: false,
|
25
|
+
exclude_late_fee: false,
|
26
|
+
rent_account: false,
|
27
|
+
tax_account: false
|
28
|
+
)
|
29
|
+
```
|
30
|
+
|
@@ -0,0 +1,30 @@
|
|
1
|
+
# Propertyware::CurrentLiability
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **discount_account** | **Boolean** | Indicates if the account is a discount account. | [optional] |
|
8
|
+
| **escrow_account** | **Boolean** | Indicates if the account is a escrow account. | [optional] |
|
9
|
+
| **exclude_from1099** | **Boolean** | Indicates if the account is excluded from 1099 tax forms. | [optional] |
|
10
|
+
| **exclude_from_pay_in_full** | **Boolean** | Indicates if the account is excluded from paying in full. | [optional] |
|
11
|
+
| **exclude_late_fee** | **Boolean** | Indicates if the account is excluded from late fees. | [optional] |
|
12
|
+
| **rent_account** | **Boolean** | Indicates if the account is a rent account. | [optional] |
|
13
|
+
| **tax_account** | **Boolean** | Indicates if the account is a tax account. | [optional] |
|
14
|
+
|
15
|
+
## Example
|
16
|
+
|
17
|
+
```ruby
|
18
|
+
require 'propertyware'
|
19
|
+
|
20
|
+
instance = Propertyware::CurrentLiability.new(
|
21
|
+
discount_account: false,
|
22
|
+
escrow_account: false,
|
23
|
+
exclude_from1099: false,
|
24
|
+
exclude_from_pay_in_full: false,
|
25
|
+
exclude_late_fee: false,
|
26
|
+
rent_account: false,
|
27
|
+
tax_account: false
|
28
|
+
)
|
29
|
+
```
|
30
|
+
|
data/docs/CustomField.md
ADDED
@@ -0,0 +1,24 @@
|
|
1
|
+
# Propertyware::CustomField
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **data_type** | **String** | Data type of the custom field. | [optional] |
|
8
|
+
| **definition_id** | **Integer** | Id of the custom field definition. | [optional] |
|
9
|
+
| **field_name** | **String** | Name of the custom field. | [optional] |
|
10
|
+
| **value** | **String** | Value of the custom field. | [optional] |
|
11
|
+
|
12
|
+
## Example
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'propertyware'
|
16
|
+
|
17
|
+
instance = Propertyware::CustomField.new(
|
18
|
+
data_type: null,
|
19
|
+
definition_id: null,
|
20
|
+
field_name: null,
|
21
|
+
value: null
|
22
|
+
)
|
23
|
+
```
|
24
|
+
|
data/docs/Discount.md
ADDED
@@ -0,0 +1,40 @@
|
|
1
|
+
# Propertyware::Discount
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **amount** | **Float** | Amount. | |
|
8
|
+
| **comments** | **String** | Comments. | [optional] |
|
9
|
+
| **created_by** | **String** | User who created the record. | [optional] |
|
10
|
+
| **created_date_time** | **Time** | Date and time the record was created. (Timezone: UTC) | [optional] |
|
11
|
+
| **date** | **Date** | Post date. | |
|
12
|
+
| **gl_account_id** | **Integer** | Id of the general ledger account associated with this discount. | [optional] |
|
13
|
+
| **id** | **Integer** | Unique identifier. | [optional] |
|
14
|
+
| **last_modified_by** | **String** | User who last modified the record. | [optional] |
|
15
|
+
| **last_modified_date_time** | **Time** | Date and time the record was last modified. (Timezone: UTC) | [optional] |
|
16
|
+
| **lease_id** | **Integer** | Id of the lease associated with this discount. | [optional] |
|
17
|
+
| **portfolio_id** | **Integer** | Id of the portfolio associated with this transaction. | [optional] |
|
18
|
+
| **ref_no** | **String** | Reference number. | [optional] |
|
19
|
+
|
20
|
+
## Example
|
21
|
+
|
22
|
+
```ruby
|
23
|
+
require 'propertyware'
|
24
|
+
|
25
|
+
instance = Propertyware::Discount.new(
|
26
|
+
amount: null,
|
27
|
+
comments: null,
|
28
|
+
created_by: null,
|
29
|
+
created_date_time: null,
|
30
|
+
date: null,
|
31
|
+
gl_account_id: null,
|
32
|
+
id: null,
|
33
|
+
last_modified_by: null,
|
34
|
+
last_modified_date_time: null,
|
35
|
+
lease_id: null,
|
36
|
+
portfolio_id: null,
|
37
|
+
ref_no: null
|
38
|
+
)
|
39
|
+
```
|
40
|
+
|
data/docs/Document.md
ADDED
@@ -0,0 +1,40 @@
|
|
1
|
+
# Propertyware::Document
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **created_by** | **String** | User who created the record. | [optional] |
|
8
|
+
| **created_date_time** | **Time** | Date and time the record was created. (Timezone: UTC) | [optional] |
|
9
|
+
| **description** | **String** | Description of a document. | [optional] |
|
10
|
+
| **entity_id** | **Integer** | Unique identifier of an entity document is attached to. | [optional] |
|
11
|
+
| **entity_type** | **String** | Type of an entity document is attached to. | [optional] |
|
12
|
+
| **file_type** | **String** | File type. | [optional] |
|
13
|
+
| **filename** | **String** | File name. | [optional] |
|
14
|
+
| **id** | **Integer** | Unique identifier. | [optional] |
|
15
|
+
| **indicates_if_publish_to_owner_portal** | **Boolean** | Indicates if the document is published to the owner portal. | [optional] |
|
16
|
+
| **indicates_if_publish_to_tenant_portal** | **Boolean** | Indicates if the document is published to the tenant portal. | [optional] |
|
17
|
+
| **last_modified_by** | **String** | User who last modified the record. | [optional] |
|
18
|
+
| **last_modified_date_time** | **Time** | Date and time the record was last modified. (Timezone: UTC) | [optional] |
|
19
|
+
|
20
|
+
## Example
|
21
|
+
|
22
|
+
```ruby
|
23
|
+
require 'propertyware'
|
24
|
+
|
25
|
+
instance = Propertyware::Document.new(
|
26
|
+
created_by: null,
|
27
|
+
created_date_time: null,
|
28
|
+
description: null,
|
29
|
+
entity_id: null,
|
30
|
+
entity_type: null,
|
31
|
+
file_type: null,
|
32
|
+
filename: null,
|
33
|
+
id: null,
|
34
|
+
indicates_if_publish_to_owner_portal: false,
|
35
|
+
indicates_if_publish_to_tenant_portal: false,
|
36
|
+
last_modified_by: null,
|
37
|
+
last_modified_date_time: null
|
38
|
+
)
|
39
|
+
```
|
40
|
+
|
@@ -0,0 +1,267 @@
|
|
1
|
+
# Propertyware::DocumentsApi
|
2
|
+
|
3
|
+
All URIs are relative to *https://api.propertyware.com/pw/api/rest/v1*
|
4
|
+
|
5
|
+
| Method | HTTP request | Description |
|
6
|
+
| ------ | ------------ | ----------- |
|
7
|
+
| [**download_document**](DocumentsApi.md#download_document) | **GET** /docs/{documentId}/download | Download a document |
|
8
|
+
| [**retrieve_all_documents**](DocumentsApi.md#retrieve_all_documents) | **GET** /docs | Retrieve all documents |
|
9
|
+
| [**retrieve_document**](DocumentsApi.md#retrieve_document) | **GET** /docs/{documentId} | Retrieve a document |
|
10
|
+
|
11
|
+
|
12
|
+
## download_document
|
13
|
+
|
14
|
+
> <ResponseEntity> download_document(document_id)
|
15
|
+
|
16
|
+
Download a document
|
17
|
+
|
18
|
+
Retrieve a temporary download URL for a specific document.<br/><br/><b>Required permission:</b><br/><span class=\"permissionBlock\">DOCUMENTS</span> - <code>Read</code>
|
19
|
+
|
20
|
+
### Examples
|
21
|
+
|
22
|
+
```ruby
|
23
|
+
require 'time'
|
24
|
+
require 'propertyware'
|
25
|
+
# setup authorization
|
26
|
+
Propertyware.configure do |config|
|
27
|
+
# Configure API key authorization: organizationId
|
28
|
+
config.api_key['organizationId'] = 'YOUR API KEY'
|
29
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
30
|
+
# config.api_key_prefix['organizationId'] = 'Bearer'
|
31
|
+
|
32
|
+
# Configure API key authorization: clientId
|
33
|
+
config.api_key['clientId'] = 'YOUR API KEY'
|
34
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
35
|
+
# config.api_key_prefix['clientId'] = 'Bearer'
|
36
|
+
|
37
|
+
# Configure API key authorization: clientSecret
|
38
|
+
config.api_key['clientSecret'] = 'YOUR API KEY'
|
39
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
40
|
+
# config.api_key_prefix['clientSecret'] = 'Bearer'
|
41
|
+
end
|
42
|
+
|
43
|
+
api_instance = Propertyware::DocumentsApi.new
|
44
|
+
document_id = 789 # Integer | ID of the document to download
|
45
|
+
|
46
|
+
begin
|
47
|
+
# Download a document
|
48
|
+
result = api_instance.download_document(document_id)
|
49
|
+
p result
|
50
|
+
rescue Propertyware::ApiError => e
|
51
|
+
puts "Error when calling DocumentsApi->download_document: #{e}"
|
52
|
+
end
|
53
|
+
```
|
54
|
+
|
55
|
+
#### Using the download_document_with_http_info variant
|
56
|
+
|
57
|
+
This returns an Array which contains the response data, status code and headers.
|
58
|
+
|
59
|
+
> <Array(<ResponseEntity>, Integer, Hash)> download_document_with_http_info(document_id)
|
60
|
+
|
61
|
+
```ruby
|
62
|
+
begin
|
63
|
+
# Download a document
|
64
|
+
data, status_code, headers = api_instance.download_document_with_http_info(document_id)
|
65
|
+
p status_code # => 2xx
|
66
|
+
p headers # => { ... }
|
67
|
+
p data # => <ResponseEntity>
|
68
|
+
rescue Propertyware::ApiError => e
|
69
|
+
puts "Error when calling DocumentsApi->download_document_with_http_info: #{e}"
|
70
|
+
end
|
71
|
+
```
|
72
|
+
|
73
|
+
### Parameters
|
74
|
+
|
75
|
+
| Name | Type | Description | Notes |
|
76
|
+
| ---- | ---- | ----------- | ----- |
|
77
|
+
| **document_id** | **Integer** | ID of the document to download | |
|
78
|
+
|
79
|
+
### Return type
|
80
|
+
|
81
|
+
[**ResponseEntity**](ResponseEntity.md)
|
82
|
+
|
83
|
+
### Authorization
|
84
|
+
|
85
|
+
[organizationId](../README.md#organizationId), [clientId](../README.md#clientId), [clientSecret](../README.md#clientSecret)
|
86
|
+
|
87
|
+
### HTTP request headers
|
88
|
+
|
89
|
+
- **Content-Type**: Not defined
|
90
|
+
- **Accept**: application/octet-stream, application/json
|
91
|
+
|
92
|
+
|
93
|
+
## retrieve_all_documents
|
94
|
+
|
95
|
+
> <Array<Document>> retrieve_all_documents(entity_type, opts)
|
96
|
+
|
97
|
+
Retrieve all documents
|
98
|
+
|
99
|
+
Retrieves a list of documents associated with a specific entity.<br/><br/><b>Required permission:</b><br/><span class=\"permissionBlock\">DOCUMENTS</span> - <code>Read</code> <br/><br/><b>Sortable by:</b> <code>createddate</code>, <code>lastmodifieddatetime</code>, <code>id</code>
|
100
|
+
|
101
|
+
### Examples
|
102
|
+
|
103
|
+
```ruby
|
104
|
+
require 'time'
|
105
|
+
require 'propertyware'
|
106
|
+
# setup authorization
|
107
|
+
Propertyware.configure do |config|
|
108
|
+
# Configure API key authorization: organizationId
|
109
|
+
config.api_key['organizationId'] = 'YOUR API KEY'
|
110
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
111
|
+
# config.api_key_prefix['organizationId'] = 'Bearer'
|
112
|
+
|
113
|
+
# Configure API key authorization: clientId
|
114
|
+
config.api_key['clientId'] = 'YOUR API KEY'
|
115
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
116
|
+
# config.api_key_prefix['clientId'] = 'Bearer'
|
117
|
+
|
118
|
+
# Configure API key authorization: clientSecret
|
119
|
+
config.api_key['clientSecret'] = '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['clientSecret'] = 'Bearer'
|
122
|
+
end
|
123
|
+
|
124
|
+
api_instance = Propertyware::DocumentsApi.new
|
125
|
+
entity_type = 'APPOINTMENT' # String | Filters results to documents associated with a specific entity type.
|
126
|
+
opts = {
|
127
|
+
offset: 56, # Integer | `offset` indicates the position of the first record to return. The offset is zero-based and the default is 0.
|
128
|
+
limit: 56, # Integer | `limit` indicates the maximum number of results to be returned in the response. `limit` can range between 1 and 500 and the default is 100.
|
129
|
+
last_modified_date_time_start: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filters results to any item modified on or after the date time specified.
|
130
|
+
last_modified_date_time_end: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filters results to any item modified on or prior to the date time specified.
|
131
|
+
orderby: 'orderby_example', # String | Indicates the field(s) and direction to sort the results in the response.
|
132
|
+
entity_id: 789 # Integer | Filters results to documents associated with a specific entity id.
|
133
|
+
}
|
134
|
+
|
135
|
+
begin
|
136
|
+
# Retrieve all documents
|
137
|
+
result = api_instance.retrieve_all_documents(entity_type, opts)
|
138
|
+
p result
|
139
|
+
rescue Propertyware::ApiError => e
|
140
|
+
puts "Error when calling DocumentsApi->retrieve_all_documents: #{e}"
|
141
|
+
end
|
142
|
+
```
|
143
|
+
|
144
|
+
#### Using the retrieve_all_documents_with_http_info variant
|
145
|
+
|
146
|
+
This returns an Array which contains the response data, status code and headers.
|
147
|
+
|
148
|
+
> <Array(<Array<Document>>, Integer, Hash)> retrieve_all_documents_with_http_info(entity_type, opts)
|
149
|
+
|
150
|
+
```ruby
|
151
|
+
begin
|
152
|
+
# Retrieve all documents
|
153
|
+
data, status_code, headers = api_instance.retrieve_all_documents_with_http_info(entity_type, opts)
|
154
|
+
p status_code # => 2xx
|
155
|
+
p headers # => { ... }
|
156
|
+
p data # => <Array<Document>>
|
157
|
+
rescue Propertyware::ApiError => e
|
158
|
+
puts "Error when calling DocumentsApi->retrieve_all_documents_with_http_info: #{e}"
|
159
|
+
end
|
160
|
+
```
|
161
|
+
|
162
|
+
### Parameters
|
163
|
+
|
164
|
+
| Name | Type | Description | Notes |
|
165
|
+
| ---- | ---- | ----------- | ----- |
|
166
|
+
| **entity_type** | **String** | Filters results to documents associated with a specific entity type. | |
|
167
|
+
| **offset** | **Integer** | `offset` indicates the position of the first record to return. The offset is zero-based and the default is 0. | [optional] |
|
168
|
+
| **limit** | **Integer** | `limit` indicates the maximum number of results to be returned in the response. `limit` can range between 1 and 500 and the default is 100. | [optional][default to 100] |
|
169
|
+
| **last_modified_date_time_start** | **Time** | Filters results to any item modified on or after the date time specified. | [optional] |
|
170
|
+
| **last_modified_date_time_end** | **Time** | Filters results to any item modified on or prior to the date time specified. | [optional] |
|
171
|
+
| **orderby** | **String** | Indicates the field(s) and direction to sort the results in the response. | [optional] |
|
172
|
+
| **entity_id** | **Integer** | Filters results to documents associated with a specific entity id. | [optional] |
|
173
|
+
|
174
|
+
### Return type
|
175
|
+
|
176
|
+
[**Array<Document>**](Document.md)
|
177
|
+
|
178
|
+
### Authorization
|
179
|
+
|
180
|
+
[organizationId](../README.md#organizationId), [clientId](../README.md#clientId), [clientSecret](../README.md#clientSecret)
|
181
|
+
|
182
|
+
### HTTP request headers
|
183
|
+
|
184
|
+
- **Content-Type**: Not defined
|
185
|
+
- **Accept**: application/json
|
186
|
+
|
187
|
+
|
188
|
+
## retrieve_document
|
189
|
+
|
190
|
+
> <Document> retrieve_document(document_id)
|
191
|
+
|
192
|
+
Retrieve a document
|
193
|
+
|
194
|
+
Retrieves the metadata of a specific document.<br/><br/><b>Required permission:</b><br/><span class=\"permissionBlock\">DOCUMENTS</span> - <code>Read</code>
|
195
|
+
|
196
|
+
### Examples
|
197
|
+
|
198
|
+
```ruby
|
199
|
+
require 'time'
|
200
|
+
require 'propertyware'
|
201
|
+
# setup authorization
|
202
|
+
Propertyware.configure do |config|
|
203
|
+
# Configure API key authorization: organizationId
|
204
|
+
config.api_key['organizationId'] = 'YOUR API KEY'
|
205
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
206
|
+
# config.api_key_prefix['organizationId'] = 'Bearer'
|
207
|
+
|
208
|
+
# Configure API key authorization: clientId
|
209
|
+
config.api_key['clientId'] = 'YOUR API KEY'
|
210
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
211
|
+
# config.api_key_prefix['clientId'] = 'Bearer'
|
212
|
+
|
213
|
+
# Configure API key authorization: clientSecret
|
214
|
+
config.api_key['clientSecret'] = 'YOUR API KEY'
|
215
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
216
|
+
# config.api_key_prefix['clientSecret'] = 'Bearer'
|
217
|
+
end
|
218
|
+
|
219
|
+
api_instance = Propertyware::DocumentsApi.new
|
220
|
+
document_id = 789 # Integer | ID of the document to retrieve
|
221
|
+
|
222
|
+
begin
|
223
|
+
# Retrieve a document
|
224
|
+
result = api_instance.retrieve_document(document_id)
|
225
|
+
p result
|
226
|
+
rescue Propertyware::ApiError => e
|
227
|
+
puts "Error when calling DocumentsApi->retrieve_document: #{e}"
|
228
|
+
end
|
229
|
+
```
|
230
|
+
|
231
|
+
#### Using the retrieve_document_with_http_info variant
|
232
|
+
|
233
|
+
This returns an Array which contains the response data, status code and headers.
|
234
|
+
|
235
|
+
> <Array(<Document>, Integer, Hash)> retrieve_document_with_http_info(document_id)
|
236
|
+
|
237
|
+
```ruby
|
238
|
+
begin
|
239
|
+
# Retrieve a document
|
240
|
+
data, status_code, headers = api_instance.retrieve_document_with_http_info(document_id)
|
241
|
+
p status_code # => 2xx
|
242
|
+
p headers # => { ... }
|
243
|
+
p data # => <Document>
|
244
|
+
rescue Propertyware::ApiError => e
|
245
|
+
puts "Error when calling DocumentsApi->retrieve_document_with_http_info: #{e}"
|
246
|
+
end
|
247
|
+
```
|
248
|
+
|
249
|
+
### Parameters
|
250
|
+
|
251
|
+
| Name | Type | Description | Notes |
|
252
|
+
| ---- | ---- | ----------- | ----- |
|
253
|
+
| **document_id** | **Integer** | ID of the document to retrieve | |
|
254
|
+
|
255
|
+
### Return type
|
256
|
+
|
257
|
+
[**Document**](Document.md)
|
258
|
+
|
259
|
+
### Authorization
|
260
|
+
|
261
|
+
[organizationId](../README.md#organizationId), [clientId](../README.md#clientId), [clientSecret](../README.md#clientSecret)
|
262
|
+
|
263
|
+
### HTTP request headers
|
264
|
+
|
265
|
+
- **Content-Type**: Not defined
|
266
|
+
- **Accept**: application/json
|
267
|
+
|
data/docs/Entry.md
ADDED
@@ -0,0 +1,34 @@
|
|
1
|
+
# Propertyware::Entry
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **building_id** | **Integer** | Id of the building associated with this entry. | [optional] |
|
8
|
+
| **comment** | **String** | Transaction comment. | [optional] |
|
9
|
+
| **credit** | **Float** | Credit amount. | [optional] |
|
10
|
+
| **debit** | **Float** | Debit amount. | [optional] |
|
11
|
+
| **glaccount_code** | **String** | | [optional] |
|
12
|
+
| **glaccount_id** | **Integer** | | [optional] |
|
13
|
+
| **id** | **Integer** | Unique identifier. | [optional] |
|
14
|
+
| **portfolio_id** | **Integer** | Id of the portfolio associated with this entry. | [optional] |
|
15
|
+
| **unit_id** | **Integer** | Id of the unit associated with this entry. | [optional] |
|
16
|
+
|
17
|
+
## Example
|
18
|
+
|
19
|
+
```ruby
|
20
|
+
require 'propertyware'
|
21
|
+
|
22
|
+
instance = Propertyware::Entry.new(
|
23
|
+
building_id: null,
|
24
|
+
comment: null,
|
25
|
+
credit: null,
|
26
|
+
debit: null,
|
27
|
+
glaccount_code: null,
|
28
|
+
glaccount_id: null,
|
29
|
+
id: null,
|
30
|
+
portfolio_id: null,
|
31
|
+
unit_id: null
|
32
|
+
)
|
33
|
+
```
|
34
|
+
|
data/docs/Equity.md
ADDED
@@ -0,0 +1,32 @@
|
|
1
|
+
# Propertyware::Equity
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **discount_account** | **Boolean** | Indicates if account is a discount account. | [optional] |
|
8
|
+
| **escrow_account** | **Boolean** | Indicates if account is a escrow account. | [optional] |
|
9
|
+
| **exclude_from1099** | **Boolean** | Indicates if account is excluded from Form1099. | [optional] |
|
10
|
+
| **exclude_from_pay_in_full** | **Boolean** | Indicates if account is excluded from paying in full. | [optional] |
|
11
|
+
| **exclude_late_fee** | **Boolean** | Indicates if excluding from late fees. | [optional] |
|
12
|
+
| **rent_account** | **Boolean** | Indicates if account is a rent account. | [optional] |
|
13
|
+
| **tax_account** | **Boolean** | Indicates if account is a tax account. | [optional] |
|
14
|
+
| **transfer_balance_to_retained_earnings** | **Boolean** | Indicates if Transfer balance at year end to Retained earnings. | [optional] |
|
15
|
+
|
16
|
+
## Example
|
17
|
+
|
18
|
+
```ruby
|
19
|
+
require 'propertyware'
|
20
|
+
|
21
|
+
instance = Propertyware::Equity.new(
|
22
|
+
discount_account: false,
|
23
|
+
escrow_account: false,
|
24
|
+
exclude_from1099: false,
|
25
|
+
exclude_from_pay_in_full: false,
|
26
|
+
exclude_late_fee: false,
|
27
|
+
rent_account: false,
|
28
|
+
tax_account: false,
|
29
|
+
transfer_balance_to_retained_earnings: false
|
30
|
+
)
|
31
|
+
```
|
32
|
+
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# Propertyware::ErrorResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **error_code** | **String** | | [optional] |
|
8
|
+
| **errors** | [**Array<RESTAPIError>**](RESTAPIError.md) | | [optional] |
|
9
|
+
| **user_message** | **String** | | [optional] |
|
10
|
+
|
11
|
+
## Example
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'propertyware'
|
15
|
+
|
16
|
+
instance = Propertyware::ErrorResponse.new(
|
17
|
+
error_code: null,
|
18
|
+
errors: null,
|
19
|
+
user_message: null
|
20
|
+
)
|
21
|
+
```
|
22
|
+
|
data/docs/Expense.md
ADDED
@@ -0,0 +1,32 @@
|
|
1
|
+
# Propertyware::Expense
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **cam_recovery_account** | **Boolean** | Indicates if account is a CAM recovery account. | [optional] |
|
8
|
+
| **discount_account** | **Boolean** | Indicates if account is a discount account. | [optional] |
|
9
|
+
| **escrow_account** | **Boolean** | Indicates if account is a escrow account. | [optional] |
|
10
|
+
| **exclude_from1099** | **Boolean** | Indicates if account is excluded from Form1099. | [optional] |
|
11
|
+
| **exclude_from_pay_in_full** | **Boolean** | Indicates if account is excluded from paying in full. | [optional] |
|
12
|
+
| **exclude_late_fee** | **Boolean** | Indicates if excluding from late fees. | [optional] |
|
13
|
+
| **rent_account** | **Boolean** | Indicates if account is a rent account. | [optional] |
|
14
|
+
| **tax_account** | **Boolean** | Indicates if account is a tax account. | [optional] |
|
15
|
+
|
16
|
+
## Example
|
17
|
+
|
18
|
+
```ruby
|
19
|
+
require 'propertyware'
|
20
|
+
|
21
|
+
instance = Propertyware::Expense.new(
|
22
|
+
cam_recovery_account: false,
|
23
|
+
discount_account: false,
|
24
|
+
escrow_account: false,
|
25
|
+
exclude_from1099: false,
|
26
|
+
exclude_from_pay_in_full: false,
|
27
|
+
exclude_late_fee: false,
|
28
|
+
rent_account: false,
|
29
|
+
tax_account: false
|
30
|
+
)
|
31
|
+
```
|
32
|
+
|
data/docs/GLItem.md
ADDED
@@ -0,0 +1,40 @@
|
|
1
|
+
# Propertyware::GLItem
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **comment** | **String** | Comments. | [optional] |
|
8
|
+
| **created_by** | **String** | User who created the record. | [optional] |
|
9
|
+
| **created_date_time** | **Time** | Date and time the record was created. (Timezone: UTC) | [optional] |
|
10
|
+
| **glentries** | [**Array<Entry>**](Entry.md) | | [optional] |
|
11
|
+
| **id** | **Integer** | Unique identifier. | [optional] |
|
12
|
+
| **last_modified_by** | **String** | User who last modified the record. | [optional] |
|
13
|
+
| **last_modified_date_time** | **Time** | Date and time the record was last modified. (Timezone: UTC) | [optional] |
|
14
|
+
| **lease_id** | **Integer** | Id of the lease associated with this transaction. | [optional] |
|
15
|
+
| **owner_id** | **Integer** | Id of the owner associated with this transaction. | [optional] |
|
16
|
+
| **transaction_type** | **String** | Transaction type. | [optional] |
|
17
|
+
| **tx_date** | **Date** | Transaction date. | [optional] |
|
18
|
+
| **vendor_id** | **Integer** | Id of the vendor associated with this transaction. | [optional] |
|
19
|
+
|
20
|
+
## Example
|
21
|
+
|
22
|
+
```ruby
|
23
|
+
require 'propertyware'
|
24
|
+
|
25
|
+
instance = Propertyware::GLItem.new(
|
26
|
+
comment: null,
|
27
|
+
created_by: null,
|
28
|
+
created_date_time: null,
|
29
|
+
glentries: null,
|
30
|
+
id: null,
|
31
|
+
last_modified_by: null,
|
32
|
+
last_modified_date_time: null,
|
33
|
+
lease_id: null,
|
34
|
+
owner_id: null,
|
35
|
+
transaction_type: null,
|
36
|
+
tx_date: null,
|
37
|
+
vendor_id: null
|
38
|
+
)
|
39
|
+
```
|
40
|
+
|