propertyware 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (392) hide show
  1. checksums.yaml +7 -0
  2. data/.github/workflows/ci.yml +27 -0
  3. data/.github/workflows/publish.yml +48 -0
  4. data/.gitignore +39 -0
  5. data/.openapi-generator/FILES +375 -0
  6. data/.openapi-generator/VERSION +1 -0
  7. data/.openapi-generator/templates/ruby-client/gemspec.mustache +37 -0
  8. data/.openapi-generator/templates/ruby-client/partial_model_generic.mustache +371 -0
  9. data/.openapi-generator/templates/ruby-client/rubocop.mustache +124 -0
  10. data/.openapi-generator-ignore +23 -0
  11. data/.rspec +2 -0
  12. data/.rubocop.yml +124 -0
  13. data/CUSTOMIZATIONS.md +11 -0
  14. data/DOCS.md +673 -0
  15. data/Gemfile +9 -0
  16. data/Gemfile.lock +76 -0
  17. data/README.md +93 -0
  18. data/Rakefile +10 -0
  19. data/bin/CUSTOMIZATIONS.md +11 -0
  20. data/bin/README.md +93 -0
  21. data/bin/config.yml +7 -0
  22. data/bin/fix_json.rb +59 -0
  23. data/bin/propertyware.json +1 -0
  24. data/bin/rebuild.sh +31 -0
  25. data/docs/Account.md +84 -0
  26. data/docs/AccountingApi.md +1235 -0
  27. data/docs/Address.md +28 -0
  28. data/docs/Amenity.md +24 -0
  29. data/docs/AutoJournalEntry.md +46 -0
  30. data/docs/AutoPayment.md +42 -0
  31. data/docs/Bank.md +52 -0
  32. data/docs/BankDeposit.md +32 -0
  33. data/docs/BasicVendor.md +40 -0
  34. data/docs/Bill.md +54 -0
  35. data/docs/BillPaid.md +24 -0
  36. data/docs/BillPay.md +20 -0
  37. data/docs/BillPayment.md +46 -0
  38. data/docs/BillSplit.md +42 -0
  39. data/docs/BillsApi.md +1391 -0
  40. data/docs/Building.md +116 -0
  41. data/docs/BuildingsApi.md +1037 -0
  42. data/docs/Campaign.md +60 -0
  43. data/docs/CampaignSource.md +26 -0
  44. data/docs/Charge.md +36 -0
  45. data/docs/ChargeTx.md +52 -0
  46. data/docs/Check.md +48 -0
  47. data/docs/CheckSplit.md +30 -0
  48. data/docs/Comment.md +28 -0
  49. data/docs/Contact.md +74 -0
  50. data/docs/ContactsApi.md +783 -0
  51. data/docs/Conversation.md +36 -0
  52. data/docs/CreditCardAccount.md +18 -0
  53. data/docs/CurrentAsset.md +30 -0
  54. data/docs/CurrentLiability.md +30 -0
  55. data/docs/CustomField.md +24 -0
  56. data/docs/Discount.md +40 -0
  57. data/docs/Document.md +40 -0
  58. data/docs/DocumentsApi.md +267 -0
  59. data/docs/Entry.md +34 -0
  60. data/docs/Equity.md +32 -0
  61. data/docs/ErrorResponse.md +22 -0
  62. data/docs/Expense.md +32 -0
  63. data/docs/GLItem.md +40 -0
  64. data/docs/HealthCheckApi.md +86 -0
  65. data/docs/Income.md +34 -0
  66. data/docs/Inspection.md +46 -0
  67. data/docs/InspectionArea.md +22 -0
  68. data/docs/InspectionItem.md +24 -0
  69. data/docs/InspectionsApi.md +193 -0
  70. data/docs/JournalEntry.md +36 -0
  71. data/docs/JournalEntrySplit.md +24 -0
  72. data/docs/JournalEntrySplitResponse.md +24 -0
  73. data/docs/LateFeeRule.md +26 -0
  74. data/docs/Lease.md +76 -0
  75. data/docs/LeaseClause.md +22 -0
  76. data/docs/LeaseContact.md +36 -0
  77. data/docs/LeasesApi.md +3319 -0
  78. data/docs/ManagementFee.md +30 -0
  79. data/docs/ManagementSettings.md +26 -0
  80. data/docs/Marketing.md +62 -0
  81. data/docs/NonCurrentAsset.md +26 -0
  82. data/docs/NonCurrentLiability.md +30 -0
  83. data/docs/NonOperatingExpense.md +32 -0
  84. data/docs/NonOperatingInome.md +32 -0
  85. data/docs/Note.md +28 -0
  86. data/docs/Owner.md +38 -0
  87. data/docs/OwnerContribution.md +44 -0
  88. data/docs/OwnerDraw.md +44 -0
  89. data/docs/Payment.md +50 -0
  90. data/docs/PaymentCharge.md +36 -0
  91. data/docs/Portfolio.md +60 -0
  92. data/docs/PortfoliosApi.md +701 -0
  93. data/docs/PropertyManager.md +26 -0
  94. data/docs/Prospect.md +114 -0
  95. data/docs/ProspectsApi.md +789 -0
  96. data/docs/RESTAPIBulkErrorResponse.md +22 -0
  97. data/docs/RESTAPIBulkSuccessResponse.md +18 -0
  98. data/docs/RESTAPIError.md +20 -0
  99. data/docs/Refund.md +44 -0
  100. data/docs/ResponseEntity.md +20 -0
  101. data/docs/SaveAccount.md +52 -0
  102. data/docs/SaveAddress.md +28 -0
  103. data/docs/SaveAdjustment.md +26 -0
  104. data/docs/SaveAutoCharge.md +28 -0
  105. data/docs/SaveBankDeposit.md +20 -0
  106. data/docs/SaveBill.md +42 -0
  107. data/docs/SaveBillPayment.md +30 -0
  108. data/docs/SaveBillSplit.md +36 -0
  109. data/docs/SaveBuilding.md +84 -0
  110. data/docs/SaveCharge.md +28 -0
  111. data/docs/SaveCheck.md +30 -0
  112. data/docs/SaveCheckSplit.md +30 -0
  113. data/docs/SaveComment.md +18 -0
  114. data/docs/SaveContact.md +60 -0
  115. data/docs/SaveConversation.md +20 -0
  116. data/docs/SaveCredit.md +26 -0
  117. data/docs/SaveDiscount.md +28 -0
  118. data/docs/SaveJournalEntrySplit.md +22 -0
  119. data/docs/SaveLease.md +50 -0
  120. data/docs/SaveLeaseJournalEntry.md +26 -0
  121. data/docs/SaveOwner.md +36 -0
  122. data/docs/SaveOwnerContribution.md +34 -0
  123. data/docs/SaveOwnerDraw.md +34 -0
  124. data/docs/SavePayment.md +34 -0
  125. data/docs/SavePortfolio.md +38 -0
  126. data/docs/SaveProspect.md +76 -0
  127. data/docs/SaveProspectContact.md +36 -0
  128. data/docs/SaveRefund.md +34 -0
  129. data/docs/SaveUnit.md +60 -0
  130. data/docs/SaveVendor.md +46 -0
  131. data/docs/SaveWorkOrder.md +36 -0
  132. data/docs/SaveWorkOrderTask.md +30 -0
  133. data/docs/SplitPaid.md +34 -0
  134. data/docs/SplitPay.md +20 -0
  135. data/docs/Task.md +42 -0
  136. data/docs/Transaction.md +54 -0
  137. data/docs/Unit.md +96 -0
  138. data/docs/UnitsApi.md +875 -0
  139. data/docs/UpdateLeaseJournalEntry.md +26 -0
  140. data/docs/Vendor.md +76 -0
  141. data/docs/VendorsApi.md +617 -0
  142. data/docs/WorkOrder.md +78 -0
  143. data/docs/WorkOrdersApi.md +883 -0
  144. data/lib/propertyware/api/accounting_api.rb +1041 -0
  145. data/lib/propertyware/api/bills_api.rb +1182 -0
  146. data/lib/propertyware/api/buildings_api.rb +863 -0
  147. data/lib/propertyware/api/contacts_api.rb +666 -0
  148. data/lib/propertyware/api/documents_api.rb +235 -0
  149. data/lib/propertyware/api/health_check_api.rb +79 -0
  150. data/lib/propertyware/api/inspections_api.rb +172 -0
  151. data/lib/propertyware/api/leases_api.rb +2787 -0
  152. data/lib/propertyware/api/portfolios_api.rb +599 -0
  153. data/lib/propertyware/api/prospects_api.rb +671 -0
  154. data/lib/propertyware/api/units_api.rb +740 -0
  155. data/lib/propertyware/api/vendors_api.rb +522 -0
  156. data/lib/propertyware/api/work_orders_api.rb +763 -0
  157. data/lib/propertyware/api_client.rb +428 -0
  158. data/lib/propertyware/api_error.rb +58 -0
  159. data/lib/propertyware/configuration.rb +392 -0
  160. data/lib/propertyware/models/account.rb +549 -0
  161. data/lib/propertyware/models/address.rb +269 -0
  162. data/lib/propertyware/models/amenity.rb +249 -0
  163. data/lib/propertyware/models/auto_journal_entry.rb +358 -0
  164. data/lib/propertyware/models/auto_payment.rb +338 -0
  165. data/lib/propertyware/models/bank.rb +389 -0
  166. data/lib/propertyware/models/bank_deposit.rb +289 -0
  167. data/lib/propertyware/models/basic_vendor.rb +330 -0
  168. data/lib/propertyware/models/bill.rb +401 -0
  169. data/lib/propertyware/models/bill_paid.rb +250 -0
  170. data/lib/propertyware/models/bill_pay.rb +230 -0
  171. data/lib/propertyware/models/bill_payment.rb +361 -0
  172. data/lib/propertyware/models/bill_split.rb +339 -0
  173. data/lib/propertyware/models/building.rb +782 -0
  174. data/lib/propertyware/models/campaign.rb +430 -0
  175. data/lib/propertyware/models/campaign_source.rb +258 -0
  176. data/lib/propertyware/models/charge.rb +318 -0
  177. data/lib/propertyware/models/charge_tx.rb +401 -0
  178. data/lib/propertyware/models/check.rb +425 -0
  179. data/lib/propertyware/models/check_split.rb +284 -0
  180. data/lib/propertyware/models/comment.rb +269 -0
  181. data/lib/propertyware/models/contact.rb +546 -0
  182. data/lib/propertyware/models/conversation.rb +345 -0
  183. data/lib/propertyware/models/credit_card_account.rb +219 -0
  184. data/lib/propertyware/models/current_asset.rb +279 -0
  185. data/lib/propertyware/models/current_liability.rb +279 -0
  186. data/lib/propertyware/models/custom_field.rb +249 -0
  187. data/lib/propertyware/models/discount.rb +339 -0
  188. data/lib/propertyware/models/document.rb +362 -0
  189. data/lib/propertyware/models/entry.rb +297 -0
  190. data/lib/propertyware/models/equity.rb +289 -0
  191. data/lib/propertyware/models/error_response.rb +237 -0
  192. data/lib/propertyware/models/expense.rb +289 -0
  193. data/lib/propertyware/models/gl_item.rb +330 -0
  194. data/lib/propertyware/models/income.rb +299 -0
  195. data/lib/propertyware/models/inspection.rb +361 -0
  196. data/lib/propertyware/models/inspection_area.rb +241 -0
  197. data/lib/propertyware/models/inspection_item.rb +249 -0
  198. data/lib/propertyware/models/journal_entry.rb +311 -0
  199. data/lib/propertyware/models/journal_entry_split.rb +264 -0
  200. data/lib/propertyware/models/journal_entry_split_response.rb +263 -0
  201. data/lib/propertyware/models/late_fee_rule.rb +258 -0
  202. data/lib/propertyware/models/lease.rb +515 -0
  203. data/lib/propertyware/models/lease_clause.rb +238 -0
  204. data/lib/propertyware/models/lease_contact.rb +309 -0
  205. data/lib/propertyware/models/management_fee.rb +279 -0
  206. data/lib/propertyware/models/management_settings.rb +261 -0
  207. data/lib/propertyware/models/marketing.rb +439 -0
  208. data/lib/propertyware/models/non_current_asset.rb +259 -0
  209. data/lib/propertyware/models/non_current_liability.rb +279 -0
  210. data/lib/propertyware/models/non_operating_expense.rb +289 -0
  211. data/lib/propertyware/models/non_operating_inome.rb +289 -0
  212. data/lib/propertyware/models/note.rb +267 -0
  213. data/lib/propertyware/models/owner.rb +318 -0
  214. data/lib/propertyware/models/owner_contribution.rb +418 -0
  215. data/lib/propertyware/models/owner_draw.rb +398 -0
  216. data/lib/propertyware/models/payment.rb +423 -0
  217. data/lib/propertyware/models/payment_charge.rb +358 -0
  218. data/lib/propertyware/models/portfolio.rb +479 -0
  219. data/lib/propertyware/models/property_manager.rb +259 -0
  220. data/lib/propertyware/models/prospect.rb +701 -0
  221. data/lib/propertyware/models/refund.rb +384 -0
  222. data/lib/propertyware/models/response_entity.rb +260 -0
  223. data/lib/propertyware/models/restapi_bulk_error_response.rb +237 -0
  224. data/lib/propertyware/models/restapi_bulk_success_response.rb +217 -0
  225. data/lib/propertyware/models/restapi_error.rb +226 -0
  226. data/lib/propertyware/models/save_account.rb +398 -0
  227. data/lib/propertyware/models/save_address.rb +274 -0
  228. data/lib/propertyware/models/save_adjustment.rb +269 -0
  229. data/lib/propertyware/models/save_auto_charge.rb +328 -0
  230. data/lib/propertyware/models/save_bank_deposit.rb +239 -0
  231. data/lib/propertyware/models/save_bill.rb +356 -0
  232. data/lib/propertyware/models/save_bill_payment.rb +314 -0
  233. data/lib/propertyware/models/save_bill_split.rb +319 -0
  234. data/lib/propertyware/models/save_building.rb +653 -0
  235. data/lib/propertyware/models/save_charge.rb +289 -0
  236. data/lib/propertyware/models/save_check.rb +291 -0
  237. data/lib/propertyware/models/save_check_split.rb +289 -0
  238. data/lib/propertyware/models/save_comment.rb +224 -0
  239. data/lib/propertyware/models/save_contact.rb +472 -0
  240. data/lib/propertyware/models/save_conversation.rb +273 -0
  241. data/lib/propertyware/models/save_credit.rb +271 -0
  242. data/lib/propertyware/models/save_discount.rb +289 -0
  243. data/lib/propertyware/models/save_journal_entry_split.rb +254 -0
  244. data/lib/propertyware/models/save_lease.rb +444 -0
  245. data/lib/propertyware/models/save_lease_journal_entry.rb +276 -0
  246. data/lib/propertyware/models/save_owner.rb +318 -0
  247. data/lib/propertyware/models/save_owner_contribution.rb +373 -0
  248. data/lib/propertyware/models/save_owner_draw.rb +334 -0
  249. data/lib/propertyware/models/save_payment.rb +373 -0
  250. data/lib/propertyware/models/save_portfolio.rb +379 -0
  251. data/lib/propertyware/models/save_prospect.rb +511 -0
  252. data/lib/propertyware/models/save_prospect_contact.rb +318 -0
  253. data/lib/propertyware/models/save_refund.rb +334 -0
  254. data/lib/propertyware/models/save_unit.rb +492 -0
  255. data/lib/propertyware/models/save_vendor.rb +379 -0
  256. data/lib/propertyware/models/save_work_order.rb +345 -0
  257. data/lib/propertyware/models/save_work_order_task.rb +284 -0
  258. data/lib/propertyware/models/split_paid.rb +298 -0
  259. data/lib/propertyware/models/split_pay.rb +228 -0
  260. data/lib/propertyware/models/task.rb +339 -0
  261. data/lib/propertyware/models/transaction.rb +433 -0
  262. data/lib/propertyware/models/unit.rb +670 -0
  263. data/lib/propertyware/models/update_lease_journal_entry.rb +276 -0
  264. data/lib/propertyware/models/vendor.rb +511 -0
  265. data/lib/propertyware/models/work_order.rb +557 -0
  266. data/lib/propertyware/version.rb +15 -0
  267. data/lib/propertyware.rb +158 -0
  268. data/openapitools.json +7 -0
  269. data/propertyware.gemspec +39 -0
  270. data/spec/api/accounting_api_spec.rb +239 -0
  271. data/spec/api/bills_api_spec.rb +260 -0
  272. data/spec/api/buildings_api_spec.rb +199 -0
  273. data/spec/api/contacts_api_spec.rb +159 -0
  274. data/spec/api/documents_api_spec.rb +77 -0
  275. data/spec/api/health_check_api_spec.rb +46 -0
  276. data/spec/api/inspections_api_spec.rb +68 -0
  277. data/spec/api/leases_api_spec.rb +579 -0
  278. data/spec/api/portfolios_api_spec.rb +147 -0
  279. data/spec/api/prospects_api_spec.rb +162 -0
  280. data/spec/api/units_api_spec.rb +176 -0
  281. data/spec/api/vendors_api_spec.rb +134 -0
  282. data/spec/api/work_orders_api_spec.rb +180 -0
  283. data/spec/api_client_spec.rb +223 -0
  284. data/spec/configuration_spec.rb +82 -0
  285. data/spec/models/account_spec.rb +232 -0
  286. data/spec/models/address_spec.rb +64 -0
  287. data/spec/models/amenity_spec.rb +52 -0
  288. data/spec/models/auto_journal_entry_spec.rb +118 -0
  289. data/spec/models/auto_payment_spec.rb +106 -0
  290. data/spec/models/bank_deposit_spec.rb +76 -0
  291. data/spec/models/bank_spec.rb +136 -0
  292. data/spec/models/basic_vendor_spec.rb +100 -0
  293. data/spec/models/bill_paid_spec.rb +52 -0
  294. data/spec/models/bill_pay_spec.rb +40 -0
  295. data/spec/models/bill_payment_spec.rb +118 -0
  296. data/spec/models/bill_spec.rb +142 -0
  297. data/spec/models/bill_split_spec.rb +106 -0
  298. data/spec/models/building_spec.rb +344 -0
  299. data/spec/models/campaign_source_spec.rb +58 -0
  300. data/spec/models/campaign_spec.rb +160 -0
  301. data/spec/models/charge_spec.rb +88 -0
  302. data/spec/models/charge_tx_spec.rb +136 -0
  303. data/spec/models/check_spec.rb +128 -0
  304. data/spec/models/check_split_spec.rb +70 -0
  305. data/spec/models/comment_spec.rb +64 -0
  306. data/spec/models/contact_spec.rb +210 -0
  307. data/spec/models/conversation_spec.rb +92 -0
  308. data/spec/models/credit_card_account_spec.rb +34 -0
  309. data/spec/models/current_asset_spec.rb +70 -0
  310. data/spec/models/current_liability_spec.rb +70 -0
  311. data/spec/models/custom_field_spec.rb +52 -0
  312. data/spec/models/discount_spec.rb +100 -0
  313. data/spec/models/document_spec.rb +104 -0
  314. data/spec/models/entry_spec.rb +82 -0
  315. data/spec/models/equity_spec.rb +76 -0
  316. data/spec/models/error_response_spec.rb +46 -0
  317. data/spec/models/expense_spec.rb +76 -0
  318. data/spec/models/gl_item_spec.rb +100 -0
  319. data/spec/models/income_spec.rb +82 -0
  320. data/spec/models/inspection_area_spec.rb +46 -0
  321. data/spec/models/inspection_item_spec.rb +52 -0
  322. data/spec/models/inspection_spec.rb +118 -0
  323. data/spec/models/journal_entry_spec.rb +88 -0
  324. data/spec/models/journal_entry_split_response_spec.rb +52 -0
  325. data/spec/models/journal_entry_split_spec.rb +52 -0
  326. data/spec/models/late_fee_rule_spec.rb +58 -0
  327. data/spec/models/lease_clause_spec.rb +46 -0
  328. data/spec/models/lease_contact_spec.rb +88 -0
  329. data/spec/models/lease_spec.rb +208 -0
  330. data/spec/models/management_fee_spec.rb +70 -0
  331. data/spec/models/management_settings_spec.rb +58 -0
  332. data/spec/models/marketing_spec.rb +166 -0
  333. data/spec/models/non_current_asset_spec.rb +58 -0
  334. data/spec/models/non_current_liability_spec.rb +70 -0
  335. data/spec/models/non_operating_expense_spec.rb +76 -0
  336. data/spec/models/non_operating_inome_spec.rb +76 -0
  337. data/spec/models/note_spec.rb +64 -0
  338. data/spec/models/owner_contribution_spec.rb +116 -0
  339. data/spec/models/owner_draw_spec.rb +116 -0
  340. data/spec/models/owner_spec.rb +94 -0
  341. data/spec/models/payment_charge_spec.rb +92 -0
  342. data/spec/models/payment_spec.rb +134 -0
  343. data/spec/models/portfolio_spec.rb +168 -0
  344. data/spec/models/property_manager_spec.rb +58 -0
  345. data/spec/models/prospect_spec.rb +322 -0
  346. data/spec/models/refund_spec.rb +112 -0
  347. data/spec/models/response_entity_spec.rb +44 -0
  348. data/spec/models/restapi_bulk_error_response_spec.rb +46 -0
  349. data/spec/models/restapi_bulk_success_response_spec.rb +34 -0
  350. data/spec/models/restapi_error_spec.rb +40 -0
  351. data/spec/models/save_account_spec.rb +136 -0
  352. data/spec/models/save_address_spec.rb +64 -0
  353. data/spec/models/save_adjustment_spec.rb +58 -0
  354. data/spec/models/save_auto_charge_spec.rb +68 -0
  355. data/spec/models/save_bank_deposit_spec.rb +40 -0
  356. data/spec/models/save_bill_payment_spec.rb +74 -0
  357. data/spec/models/save_bill_spec.rb +106 -0
  358. data/spec/models/save_bill_split_spec.rb +88 -0
  359. data/spec/models/save_building_spec.rb +248 -0
  360. data/spec/models/save_charge_spec.rb +64 -0
  361. data/spec/models/save_check_spec.rb +70 -0
  362. data/spec/models/save_check_split_spec.rb +70 -0
  363. data/spec/models/save_comment_spec.rb +34 -0
  364. data/spec/models/save_contact_spec.rb +164 -0
  365. data/spec/models/save_conversation_spec.rb +44 -0
  366. data/spec/models/save_credit_spec.rb +58 -0
  367. data/spec/models/save_discount_spec.rb +64 -0
  368. data/spec/models/save_journal_entry_split_spec.rb +46 -0
  369. data/spec/models/save_lease_journal_entry_spec.rb +58 -0
  370. data/spec/models/save_lease_spec.rb +134 -0
  371. data/spec/models/save_owner_contribution_spec.rb +86 -0
  372. data/spec/models/save_owner_draw_spec.rb +82 -0
  373. data/spec/models/save_owner_spec.rb +88 -0
  374. data/spec/models/save_payment_spec.rb +86 -0
  375. data/spec/models/save_portfolio_spec.rb +102 -0
  376. data/spec/models/save_prospect_contact_spec.rb +88 -0
  377. data/spec/models/save_prospect_spec.rb +208 -0
  378. data/spec/models/save_refund_spec.rb +82 -0
  379. data/spec/models/save_unit_spec.rb +164 -0
  380. data/spec/models/save_vendor_spec.rb +118 -0
  381. data/spec/models/save_work_order_spec.rb +92 -0
  382. data/spec/models/save_work_order_task_spec.rb +70 -0
  383. data/spec/models/split_paid_spec.rb +82 -0
  384. data/spec/models/split_pay_spec.rb +40 -0
  385. data/spec/models/task_spec.rb +106 -0
  386. data/spec/models/transaction_spec.rb +146 -0
  387. data/spec/models/unit_spec.rb +280 -0
  388. data/spec/models/update_lease_journal_entry_spec.rb +58 -0
  389. data/spec/models/vendor_spec.rb +208 -0
  390. data/spec/models/work_order_spec.rb +218 -0
  391. data/spec/spec_helper.rb +111 -0
  392. metadata +609 -0
@@ -0,0 +1,26 @@
1
+ # Propertyware::SaveCredit
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **bill_date** | **Date** | Credit Date. | |
8
+ | **bill_splits** | [**Array<SaveBillSplit>**](SaveBillSplit.md) | Splits list. | [optional] |
9
+ | **comments** | **String** | Description. | [optional] |
10
+ | **ref_no** | **String** | Reference number. | [optional] |
11
+ | **vendor_id** | **Integer** | Related vendor ID. | |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'propertyware'
17
+
18
+ instance = Propertyware::SaveCredit.new(
19
+ bill_date: null,
20
+ bill_splits: null,
21
+ comments: null,
22
+ ref_no: null,
23
+ vendor_id: null
24
+ )
25
+ ```
26
+
@@ -0,0 +1,28 @@
1
+ # Propertyware::SaveDiscount
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **amount** | **Float** | Amount, should be negative. | |
8
+ | **comments** | **String** | Comments. | [optional] |
9
+ | **date** | **Date** | Date. | |
10
+ | **discount_account_id** | **Integer** | Discount GL Account ID. | |
11
+ | **lease_id** | **Integer** | Lease id. | |
12
+ | **ref_no** | **String** | Ref No. | [optional] |
13
+
14
+ ## Example
15
+
16
+ ```ruby
17
+ require 'propertyware'
18
+
19
+ instance = Propertyware::SaveDiscount.new(
20
+ amount: null,
21
+ comments: null,
22
+ date: null,
23
+ discount_account_id: null,
24
+ lease_id: null,
25
+ ref_no: null
26
+ )
27
+ ```
28
+
@@ -0,0 +1,22 @@
1
+ # Propertyware::SaveJournalEntrySplit
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **credit_amount** | **Float** | Credit Amount. | |
8
+ | **debit_amount** | **Float** | Debit Amount. | |
9
+ | **gl_account_id** | **Integer** | GL Account ID. | |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'propertyware'
15
+
16
+ instance = Propertyware::SaveJournalEntrySplit.new(
17
+ credit_amount: null,
18
+ debit_amount: null,
19
+ gl_account_id: null
20
+ )
21
+ ```
22
+
data/docs/SaveLease.md ADDED
@@ -0,0 +1,50 @@
1
+ # Propertyware::SaveLease
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **comments** | **String** | Comments. | [optional] |
8
+ | **end_date** | **Date** | End Date. | |
9
+ | **leasing_fee_amount** | **Float** | Move in leasing fee amount. | [optional] |
10
+ | **leasing_fee_date** | **Date** | Move in leasing fee post date. | [optional] |
11
+ | **leasing_fee_ref_no** | **String** | Move in leasing fee reference number. | [optional] |
12
+ | **move_in_date** | **Date** | Move In Date. | |
13
+ | **move_out_date** | **Date** | Move Out Date. | [optional] |
14
+ | **post_first_charge** | **Boolean** | Indicates how to post first rent charge while move in. | [optional] |
15
+ | **primary_contact_id** | **Integer** | Primary contact ID, Should be one of Tenant IDs. | |
16
+ | **prorate_month** | **String** | Indicates how to post first rent charge while move in. | [optional] |
17
+ | **rent_auto_charge** | [**SaveAutoCharge**](SaveAutoCharge.md) | | [optional] |
18
+ | **sec_dep_amount** | **Float** | Move in security deposit amount. | [optional] |
19
+ | **sec_dep_charge_date** | **Date** | Move in security deposit charge date. | [optional] |
20
+ | **start_date** | **Date** | Start Date. | |
21
+ | **status** | **String** | Lease Status. | [optional] |
22
+ | **tenant_ids** | **Array<Integer>** | Tenant IDs. | |
23
+ | **unit_id** | **Integer** | Unit/Building ID. | |
24
+
25
+ ## Example
26
+
27
+ ```ruby
28
+ require 'propertyware'
29
+
30
+ instance = Propertyware::SaveLease.new(
31
+ comments: null,
32
+ end_date: null,
33
+ leasing_fee_amount: null,
34
+ leasing_fee_date: null,
35
+ leasing_fee_ref_no: null,
36
+ move_in_date: null,
37
+ move_out_date: null,
38
+ post_first_charge: false,
39
+ primary_contact_id: null,
40
+ prorate_month: null,
41
+ rent_auto_charge: null,
42
+ sec_dep_amount: null,
43
+ sec_dep_charge_date: null,
44
+ start_date: null,
45
+ status: null,
46
+ tenant_ids: null,
47
+ unit_id: null
48
+ )
49
+ ```
50
+
@@ -0,0 +1,26 @@
1
+ # Propertyware::SaveLeaseJournalEntry
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **comments** | **String** | Comments. | |
8
+ | **date** | **Date** | Journal entry date. | |
9
+ | **journal_entry_split** | [**Array<SaveJournalEntrySplit>**](SaveJournalEntrySplit.md) | Journal Entry Splits. | [optional] |
10
+ | **lease_id** | **Integer** | Lease id to apply journal entry. | |
11
+ | **ref_no** | **String** | Journal entry reference number. | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'propertyware'
17
+
18
+ instance = Propertyware::SaveLeaseJournalEntry.new(
19
+ comments: null,
20
+ date: null,
21
+ journal_entry_split: null,
22
+ lease_id: null,
23
+ ref_no: null
24
+ )
25
+ ```
26
+
data/docs/SaveOwner.md ADDED
@@ -0,0 +1,36 @@
1
+ # Propertyware::SaveOwner
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **address** | [**SaveAddress**](SaveAddress.md) | | [optional] |
8
+ | **email** | **String** | Owner EMail. | [optional] |
9
+ | **first_name** | **String** | Owner First Name. | |
10
+ | **home_phone** | **String** | Owner Home Phone. | [optional] |
11
+ | **id** | **Integer** | Unique identifier. | [optional] |
12
+ | **last_name** | **String** | Owner Last Name. | |
13
+ | **mobile_phone** | **String** | Owner Mobile Phone. | [optional] |
14
+ | **other_phone** | **String** | Owner Other Phone. | [optional] |
15
+ | **percentage_ownership** | **Float** | Ownership percentage. | [optional] |
16
+ | **work_phone** | **String** | Owner Work Phone. | [optional] |
17
+
18
+ ## Example
19
+
20
+ ```ruby
21
+ require 'propertyware'
22
+
23
+ instance = Propertyware::SaveOwner.new(
24
+ address: null,
25
+ email: null,
26
+ first_name: null,
27
+ home_phone: null,
28
+ id: null,
29
+ last_name: null,
30
+ mobile_phone: null,
31
+ other_phone: null,
32
+ percentage_ownership: null,
33
+ work_phone: null
34
+ )
35
+ ```
36
+
@@ -0,0 +1,34 @@
1
+ # Propertyware::SaveOwnerContribution
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **amount** | **Float** | Amount. | |
8
+ | **comments** | **String** | Comments. | [optional] |
9
+ | **contact_id** | **Integer** | Owner Contact ID. | |
10
+ | **date** | **Date** | Post Date. | |
11
+ | **destination_account_id** | **Integer** | Bank Account ID to Deposit. | |
12
+ | **gl_account_id** | **Integer** | GL Account ID. | |
13
+ | **payment_type** | **String** | Payment Type. | |
14
+ | **portfolio_id** | **Integer** | Portfolio id to apply payment. | |
15
+ | **ref_no** | **String** | Charge Ref No. | |
16
+
17
+ ## Example
18
+
19
+ ```ruby
20
+ require 'propertyware'
21
+
22
+ instance = Propertyware::SaveOwnerContribution.new(
23
+ amount: null,
24
+ comments: null,
25
+ contact_id: null,
26
+ date: null,
27
+ destination_account_id: null,
28
+ gl_account_id: null,
29
+ payment_type: null,
30
+ portfolio_id: null,
31
+ ref_no: null
32
+ )
33
+ ```
34
+
@@ -0,0 +1,34 @@
1
+ # Propertyware::SaveOwnerDraw
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **amount** | **Float** | Amount. | |
8
+ | **comments** | **String** | Comments. | [optional] |
9
+ | **contact_id** | **Integer** | Owner Contact ID. | |
10
+ | **date** | **Date** | Post Date. | |
11
+ | **destination_account_id** | **Integer** | Bank Account ID to Pay From. | |
12
+ | **gl_account_id** | **Integer** | GL Account id. | |
13
+ | **portfolio_id** | **Integer** | Portfolio ID. | |
14
+ | **ref_no** | **String** | Check no required when payment method is Hand written check . | [optional] |
15
+ | **to_be_printed** | **Boolean** | Indicates if Check is to be printed. | |
16
+
17
+ ## Example
18
+
19
+ ```ruby
20
+ require 'propertyware'
21
+
22
+ instance = Propertyware::SaveOwnerDraw.new(
23
+ amount: null,
24
+ comments: null,
25
+ contact_id: null,
26
+ date: null,
27
+ destination_account_id: null,
28
+ gl_account_id: null,
29
+ portfolio_id: null,
30
+ ref_no: null,
31
+ to_be_printed: false
32
+ )
33
+ ```
34
+
@@ -0,0 +1,34 @@
1
+ # Propertyware::SavePayment
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **amount** | **Float** | Amount. | |
8
+ | **comments** | **String** | Comments. | [optional] |
9
+ | **contact_id** | **Integer** | Payer contact ID. | |
10
+ | **date** | **Date** | Post Date. | |
11
+ | **deposit_date** | **Date** | Payment Deposit Date. | |
12
+ | **destination_account_id** | **Integer** | Bank Account ID to Deposit. | |
13
+ | **lease_id** | **Integer** | Lease ID to apply payment. | |
14
+ | **payment_type** | **String** | Payment Type. | |
15
+ | **ref_no** | **String** | Payment Ref No. | |
16
+
17
+ ## Example
18
+
19
+ ```ruby
20
+ require 'propertyware'
21
+
22
+ instance = Propertyware::SavePayment.new(
23
+ amount: null,
24
+ comments: null,
25
+ contact_id: null,
26
+ date: null,
27
+ deposit_date: null,
28
+ destination_account_id: null,
29
+ lease_id: null,
30
+ payment_type: null,
31
+ ref_no: null
32
+ )
33
+ ```
34
+
@@ -0,0 +1,38 @@
1
+ # Propertyware::SavePortfolio
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **abbreviation** | **String** | Abbreviated name assigned to the portfolio. | |
8
+ | **cash_accrual** | **String** | Cash or accrual accounting basis. | [optional] |
9
+ | **closing_date** | **Date** | Date when the accounting period for the portfolio will close. | [optional] |
10
+ | **do_not_pay_owner_draw** | **Boolean** | Indicates that the owner should not be paid owner draws. | [optional] |
11
+ | **maintenance_spending_limit** | **Float** | Monthly or yearly Maintenance Spending Limit set for the portfolio for maintenance bills created by work orders. | [optional] |
12
+ | **maintenance_spending_limit_time** | **String** | Monthly or Yearly Maintenance Spending Limit Time set for the portfolio for maintenance bills created by work orders. | [optional] |
13
+ | **name** | **String** | Name of the portfolio. | |
14
+ | **owner_ids** | **Array<Integer>** | Portfolio owner Ids | [optional] |
15
+ | **owners** | [**Array<SaveOwner>**](SaveOwner.md) | Portfolio owners. | [optional] |
16
+ | **sticky_note** | **String** | Sticky notes. Maximum 500 characters. | [optional] |
17
+ | **target_operating_reserve** | **Float** | Minimum balance to be maintained within the portfolio at all times. | [optional] |
18
+
19
+ ## Example
20
+
21
+ ```ruby
22
+ require 'propertyware'
23
+
24
+ instance = Propertyware::SavePortfolio.new(
25
+ abbreviation: null,
26
+ cash_accrual: null,
27
+ closing_date: null,
28
+ do_not_pay_owner_draw: false,
29
+ maintenance_spending_limit: null,
30
+ maintenance_spending_limit_time: null,
31
+ name: null,
32
+ owner_ids: null,
33
+ owners: null,
34
+ sticky_note: null,
35
+ target_operating_reserve: null
36
+ )
37
+ ```
38
+
@@ -0,0 +1,76 @@
1
+ # Propertyware::SaveProspect
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **building_id** | **Integer** | Unique identifier of the building associated with the prospect. | [optional] |
8
+ | **comments** | **String** | This is a description of the Prospect. | [optional] |
9
+ | **contacts** | [**Array<SaveProspectContact>**](SaveProspectContact.md) | Prospect contacts. | [optional] |
10
+ | **current_home_type** | **String** | Prospect Current Home Type. | [optional] |
11
+ | **current_rent_mortgage** | **Float** | Prospect Current Home Mortgage. | [optional] |
12
+ | **has_pets** | **Boolean** | Prospect Has Pets. | [optional] |
13
+ | **move_in_date** | **Date** | Prospect Move In Date. | [optional] |
14
+ | **neighborhood_desired** | **String** | Prospect Neighborhood Desired. | [optional] |
15
+ | **number_bathrooms** | **Float** | Prospect Number Of Bathrooms. | [optional] |
16
+ | **number_bedrooms** | **Integer** | Prospect Number Of Bedrooms. | [optional] |
17
+ | **number_of_pets** | **Integer** | Prospect Number Of Pets. | [optional] |
18
+ | **pet_type** | **String** | Prospect Pet Type. | [optional] |
19
+ | **pet_weights** | **String** | Prospect Pet Weights. | [optional] |
20
+ | **preferred_contact_method** | **String** | Prospect Preferred Contact Method. | [optional] |
21
+ | **property_address** | **String** | Property Address. | [optional] |
22
+ | **property_address2** | **String** | Property Address Continued. | [optional] |
23
+ | **property_city** | **String** | Property City. | [optional] |
24
+ | **property_country** | **String** | Property Country. | [optional] |
25
+ | **property_number_bathrooms** | **Float** | Property Number Of Bath rooms. | [optional] |
26
+ | **property_number_bedrooms** | **Integer** | Property Number Of Bedrooms. | [optional] |
27
+ | **property_state** | **String** | Property State. | [optional] |
28
+ | **property_zip** | **String** | Property Zip. | [optional] |
29
+ | **reason_for_moving** | **String** | Prospect Reason For Moving. | [optional] |
30
+ | **rent_max** | **Float** | Prospect Rent Maximum. | [optional] |
31
+ | **rent_min** | **Float** | Prospect Rent Minimum. | [optional] |
32
+ | **source** | **String** | Prospect Source. | [optional] |
33
+ | **status** | **String** | Prospect Status. | [optional] |
34
+ | **time_at_current_residence** | **String** | Prospect Time At Current Residence. | [optional] |
35
+ | **type** | **String** | Prospect Type. | [optional] |
36
+ | **type_of_inquiry** | **String** | Prospect Type Of Inquiry. | [optional] |
37
+
38
+ ## Example
39
+
40
+ ```ruby
41
+ require 'propertyware'
42
+
43
+ instance = Propertyware::SaveProspect.new(
44
+ building_id: null,
45
+ comments: null,
46
+ contacts: null,
47
+ current_home_type: null,
48
+ current_rent_mortgage: null,
49
+ has_pets: false,
50
+ move_in_date: null,
51
+ neighborhood_desired: null,
52
+ number_bathrooms: null,
53
+ number_bedrooms: null,
54
+ number_of_pets: null,
55
+ pet_type: null,
56
+ pet_weights: null,
57
+ preferred_contact_method: null,
58
+ property_address: null,
59
+ property_address2: null,
60
+ property_city: null,
61
+ property_country: null,
62
+ property_number_bathrooms: null,
63
+ property_number_bedrooms: null,
64
+ property_state: null,
65
+ property_zip: null,
66
+ reason_for_moving: null,
67
+ rent_max: null,
68
+ rent_min: null,
69
+ source: null,
70
+ status: null,
71
+ time_at_current_residence: null,
72
+ type: null,
73
+ type_of_inquiry: null
74
+ )
75
+ ```
76
+
@@ -0,0 +1,36 @@
1
+ # Propertyware::SaveProspectContact
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **address** | [**SaveAddress**](SaveAddress.md) | | [optional] |
8
+ | **email** | **String** | EMail. | [optional] |
9
+ | **first_name** | **String** | First Name. | |
10
+ | **home_phone** | **String** | Home Phone. | [optional] |
11
+ | **id** | **Integer** | Unique identifier. | [optional] |
12
+ | **last_name** | **String** | Last Name. | |
13
+ | **mobile_phone** | **String** | Mobile Phone. | [optional] |
14
+ | **other_phone** | **String** | Other Phone. | [optional] |
15
+ | **percentageship** | **Float** | ship percentage. | [optional] |
16
+ | **work_phone** | **String** | Work Phone. | [optional] |
17
+
18
+ ## Example
19
+
20
+ ```ruby
21
+ require 'propertyware'
22
+
23
+ instance = Propertyware::SaveProspectContact.new(
24
+ address: null,
25
+ email: null,
26
+ first_name: null,
27
+ home_phone: null,
28
+ id: null,
29
+ last_name: null,
30
+ mobile_phone: null,
31
+ other_phone: null,
32
+ percentageship: null,
33
+ work_phone: null
34
+ )
35
+ ```
36
+
@@ -0,0 +1,34 @@
1
+ # Propertyware::SaveRefund
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **amount** | **Float** | Amount. | |
8
+ | **comments** | **String** | Comments. | [optional] |
9
+ | **date** | **Date** | Post Date. | |
10
+ | **destination_account_id** | **Integer** | Bank GL Account to pay from. | |
11
+ | **gl_account_id** | **Integer** | Refund GL Account. | |
12
+ | **lease_id** | **Integer** | Lease id to apply payment. | |
13
+ | **ref_no** | **String** | Payment Ref No. | [optional] |
14
+ | **to_be_printed** | **Boolean** | Bank GL Account to pay from. | |
15
+ | **to_primary_tenant** | **Boolean** | Bank GL Account to pay from. | |
16
+
17
+ ## Example
18
+
19
+ ```ruby
20
+ require 'propertyware'
21
+
22
+ instance = Propertyware::SaveRefund.new(
23
+ amount: null,
24
+ comments: null,
25
+ date: null,
26
+ destination_account_id: null,
27
+ gl_account_id: null,
28
+ lease_id: null,
29
+ ref_no: null,
30
+ to_be_printed: false,
31
+ to_primary_tenant: false
32
+ )
33
+ ```
34
+
data/docs/SaveUnit.md ADDED
@@ -0,0 +1,60 @@
1
+ # Propertyware::SaveUnit
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **abbreviation** | **String** | Unit abbreviation. | |
8
+ | **address** | [**SaveAddress**](SaveAddress.md) | | [optional] |
9
+ | **available_date** | **Date** | Unit Available date to lease. | [optional] |
10
+ | **building_id** | **Integer** | Id of the building associated with this unit. | |
11
+ | **category** | **String** | Unit Category. | |
12
+ | **county** | **String** | Unit region of a state. | [optional] |
13
+ | **description** | **String** | Marketing Description. | [optional] |
14
+ | **floor_number** | **Integer** | Floor number. | [optional] |
15
+ | **name** | **String** | Name of the unit. | |
16
+ | **neighborhood** | **String** | Neighborhood. | [optional] |
17
+ | **number_bathrooms** | **Float** | Number of bathrooms in the unit. | [optional] |
18
+ | **number_bedrooms** | **Integer** | Number of bedrooms in the unit. | [optional] |
19
+ | **other_unit_country** | **String** | Other Unit country is required only if unit outside of USA or Canada. | [optional] |
20
+ | **portfolio_id** | **Integer** | Id of the portfolio associated with this unit. | |
21
+ | **ready** | **Boolean** | Indicates if property is ready to be leased. | [optional] |
22
+ | **reason_for_property_lost** | **String** | Reason for property lost. | [optional] |
23
+ | **residential** | **Boolean** | Is Unit is Residential or Commercial. | [optional] |
24
+ | **search_tag** | **String** | SearchTag. | [optional] |
25
+ | **target_deposit** | **String** | Target Deposit. | [optional] |
26
+ | **target_rent** | **Float** | Market rent for the unit. | [optional] |
27
+ | **total_area** | **Float** | Unit Area. | [optional] |
28
+ | **type** | **String** | Unit Type. | |
29
+
30
+ ## Example
31
+
32
+ ```ruby
33
+ require 'propertyware'
34
+
35
+ instance = Propertyware::SaveUnit.new(
36
+ abbreviation: null,
37
+ address: null,
38
+ available_date: null,
39
+ building_id: null,
40
+ category: null,
41
+ county: null,
42
+ description: null,
43
+ floor_number: null,
44
+ name: null,
45
+ neighborhood: null,
46
+ number_bathrooms: null,
47
+ number_bedrooms: null,
48
+ other_unit_country: null,
49
+ portfolio_id: null,
50
+ ready: false,
51
+ reason_for_property_lost: null,
52
+ residential: false,
53
+ search_tag: null,
54
+ target_deposit: null,
55
+ target_rent: null,
56
+ total_area: null,
57
+ type: null
58
+ )
59
+ ```
60
+
@@ -0,0 +1,46 @@
1
+ # Propertyware::SaveVendor
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **account_number** | **String** | Account Number | [optional] |
8
+ | **address** | **String** | Address | [optional] |
9
+ | **address2** | **String** | Address2 | [optional] |
10
+ | **city** | **String** | City | [optional] |
11
+ | **company_name** | **String** | Vendor Company Name | |
12
+ | **country** | **String** | Country | [optional] |
13
+ | **email** | **String** | EMail | [optional] |
14
+ | **fax** | **String** | Fax | [optional] |
15
+ | **name** | **String** | Vendor Name | |
16
+ | **name_on_check** | **String** | Vendor Name On Check | |
17
+ | **phone** | **String** | Phone | [optional] |
18
+ | **state** | **String** | State | [optional] |
19
+ | **tax_id** | **String** | Tax ID | [optional] |
20
+ | **vendor_type** | **String** | Vendor Type | |
21
+ | **zip** | **String** | Zip | [optional] |
22
+
23
+ ## Example
24
+
25
+ ```ruby
26
+ require 'propertyware'
27
+
28
+ instance = Propertyware::SaveVendor.new(
29
+ account_number: null,
30
+ address: null,
31
+ address2: null,
32
+ city: null,
33
+ company_name: null,
34
+ country: null,
35
+ email: null,
36
+ fax: null,
37
+ name: null,
38
+ name_on_check: null,
39
+ phone: null,
40
+ state: null,
41
+ tax_id: null,
42
+ vendor_type: null,
43
+ zip: null
44
+ )
45
+ ```
46
+
@@ -0,0 +1,36 @@
1
+ # Propertyware::SaveWorkOrder
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **building_id** | **Integer** | Id of the building associated with this work order. | [optional] |
8
+ | **category** | **String** | Category of the work order. | [optional] |
9
+ | **description** | **String** | Description of the work order. | [optional] |
10
+ | **hour_estimate** | **Float** | Estimated number of hours to complete the work order. | [optional] |
11
+ | **priority** | **String** | Priority of the work order. | [optional] |
12
+ | **requested_by** | **Integer** | Id of the person that reported the problem, typically the tenant or owner associated with the buildings or units. | [optional] |
13
+ | **scheduled_end_date** | **Date** | Date on which the work is scheduled to be completed. | [optional] |
14
+ | **start_date** | **Date** | Date on which the work was started. | [optional] |
15
+ | **type** | **String** | This classifies the work order into one of the following types: General, Service Request, Turnover, Inspection, Estimate etc. | [optional] |
16
+ | **unit_ids** | **Array<Integer>** | List of unit Ids that are attached to the building. | [optional] |
17
+
18
+ ## Example
19
+
20
+ ```ruby
21
+ require 'propertyware'
22
+
23
+ instance = Propertyware::SaveWorkOrder.new(
24
+ building_id: null,
25
+ category: null,
26
+ description: null,
27
+ hour_estimate: null,
28
+ priority: null,
29
+ requested_by: null,
30
+ scheduled_end_date: null,
31
+ start_date: null,
32
+ type: null,
33
+ unit_ids: null
34
+ )
35
+ ```
36
+
@@ -0,0 +1,30 @@
1
+ # Propertyware::SaveWorkOrderTask
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **completed** | **Boolean** | Indicates if the task is completed. | [optional] |
8
+ | **delegates** | **String** | Comma separated list of user ids to delegate the task to. | [optional] |
9
+ | **description** | **String** | Task description. | |
10
+ | **due_date** | **Date** | Task due date. | [optional] |
11
+ | **is_private** | **Boolean** | Indicates if the task is private. | [optional] |
12
+ | **starred** | **Boolean** | Indicates if the task is starred. | [optional] |
13
+ | **tags** | **String** | Comma separated task tags. | [optional] |
14
+
15
+ ## Example
16
+
17
+ ```ruby
18
+ require 'propertyware'
19
+
20
+ instance = Propertyware::SaveWorkOrderTask.new(
21
+ completed: false,
22
+ delegates: null,
23
+ description: null,
24
+ due_date: null,
25
+ is_private: false,
26
+ starred: false,
27
+ tags: null
28
+ )
29
+ ```
30
+