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,22 @@
1
+ # Propertyware::RESTAPIBulkErrorResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **error** | [**Array<RESTAPIError>**](RESTAPIError.md) | | [optional] |
8
+ | **index** | **Integer** | | [optional] |
9
+ | **success** | **Boolean** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'propertyware'
15
+
16
+ instance = Propertyware::RESTAPIBulkErrorResponse.new(
17
+ error: null,
18
+ index: null,
19
+ success: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,18 @@
1
+ # Propertyware::RESTAPIBulkSuccessResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'propertyware'
13
+
14
+ instance = Propertyware::RESTAPIBulkSuccessResponse.new(
15
+ id: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,20 @@
1
+ # Propertyware::RESTAPIError
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **key** | **String** | | [optional] |
8
+ | **message** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'propertyware'
14
+
15
+ instance = Propertyware::RESTAPIError.new(
16
+ key: null,
17
+ message: null
18
+ )
19
+ ```
20
+
data/docs/Refund.md ADDED
@@ -0,0 +1,44 @@
1
+ # Propertyware::Refund
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **amount** | **Float** | Amount. | |
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
+ | **date** | **Date** | Post date. | |
11
+ | **destination_account_id** | **Integer** | Id of the bank account to send the refund to. | |
12
+ | **gl_account_id** | **Integer** | Id of the general ledger associated with the refund. | |
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 the refund. | |
17
+ | **payee_payer** | **String** | Name of the payee. | |
18
+ | **portfolio_id** | **Integer** | Id of the portfolio associated with the refund. | [optional] |
19
+ | **ref_no** | **String** | Reference number. | [optional] |
20
+ | **to_be_printed** | **Boolean** | Indicates if the check is to be printed. | |
21
+
22
+ ## Example
23
+
24
+ ```ruby
25
+ require 'propertyware'
26
+
27
+ instance = Propertyware::Refund.new(
28
+ amount: null,
29
+ created_by: null,
30
+ created_date_time: null,
31
+ date: null,
32
+ destination_account_id: null,
33
+ gl_account_id: null,
34
+ id: null,
35
+ last_modified_by: null,
36
+ last_modified_date_time: null,
37
+ lease_id: null,
38
+ payee_payer: null,
39
+ portfolio_id: null,
40
+ ref_no: null,
41
+ to_be_printed: false
42
+ )
43
+ ```
44
+
@@ -0,0 +1,20 @@
1
+ # Propertyware::ResponseEntity
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **body** | **Object** | | [optional] |
8
+ | **status_code** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'propertyware'
14
+
15
+ instance = Propertyware::ResponseEntity.new(
16
+ body: null,
17
+ status_code: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,52 @@
1
+ # Propertyware::SaveAccount
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **account_number** | **String** | Account number. | |
8
+ | **account_type** | **Integer** | Valid account types - 1:Bank, 2:Credit Card, 5:Current Asset, 12:Non-Current Asset, 6:Current Liability, 13:Non-Current Liability, 7:Equity, 8:Income, 9:Expense, 10:Non-Operating Income, 11:Non-Operating Expense. | |
9
+ | **auto_apply_prepayment** | **Boolean** | Indicates if prepayments should be auto applied. | [optional] |
10
+ | **bank** | [**Bank**](Bank.md) | | [optional] |
11
+ | **code** | **String** | Account code. | |
12
+ | **credit_card** | [**CreditCardAccount**](CreditCardAccount.md) | | [optional] |
13
+ | **current_asset** | [**CurrentAsset**](CurrentAsset.md) | | [optional] |
14
+ | **current_liability** | [**CurrentLiability**](CurrentLiability.md) | | [optional] |
15
+ | **description** | **String** | Description. | |
16
+ | **equity** | [**Equity**](Equity.md) | | [optional] |
17
+ | **expense** | [**Expense**](Expense.md) | | [optional] |
18
+ | **income** | [**Income**](Income.md) | | [optional] |
19
+ | **non_current_asset** | [**NonCurrentAsset**](NonCurrentAsset.md) | | [optional] |
20
+ | **non_current_liability** | [**NonCurrentLiability**](NonCurrentLiability.md) | | [optional] |
21
+ | **non_operating_expense** | [**NonOperatingExpense**](NonOperatingExpense.md) | | [optional] |
22
+ | **non_operating_inome** | [**NonOperatingInome**](NonOperatingInome.md) | | [optional] |
23
+ | **parent_gl_account_id** | **Integer** | Parent account ID. | [optional] |
24
+ | **taxable** | **Boolean** | Indicates if the account is taxable. | [optional] |
25
+
26
+ ## Example
27
+
28
+ ```ruby
29
+ require 'propertyware'
30
+
31
+ instance = Propertyware::SaveAccount.new(
32
+ account_number: null,
33
+ account_type: null,
34
+ auto_apply_prepayment: false,
35
+ bank: null,
36
+ code: null,
37
+ credit_card: null,
38
+ current_asset: null,
39
+ current_liability: null,
40
+ description: null,
41
+ equity: null,
42
+ expense: null,
43
+ income: null,
44
+ non_current_asset: null,
45
+ non_current_liability: null,
46
+ non_operating_expense: null,
47
+ non_operating_inome: null,
48
+ parent_gl_account_id: null,
49
+ taxable: false
50
+ )
51
+ ```
52
+
@@ -0,0 +1,28 @@
1
+ # Propertyware::SaveAddress
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **address** | **String** | Primary street and/or unit address. Required only if country is USA or Canada. | [optional] |
8
+ | **address_cont** | **String** | Address continuation. | [optional] |
9
+ | **city** | **String** | City. Required only if Country is United States / Canada. | [optional] |
10
+ | **country** | **String** | Country. For US addresses, this value should be \"United States\". For other countries, this should be the full country name (Canada, United Kingdom, ...) | |
11
+ | **postal_code** | **String** | Zip. Required only if Country is United States / Canada. | [optional] |
12
+ | **state_region** | **String** | State. Required only if Country is United States / Canada. | [optional] |
13
+
14
+ ## Example
15
+
16
+ ```ruby
17
+ require 'propertyware'
18
+
19
+ instance = Propertyware::SaveAddress.new(
20
+ address: null,
21
+ address_cont: null,
22
+ city: null,
23
+ country: null,
24
+ postal_code: null,
25
+ state_region: null
26
+ )
27
+ ```
28
+
@@ -0,0 +1,26 @@
1
+ # Propertyware::SaveAdjustment
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** | Lease Adjustment date. | [optional] |
10
+ | **lease_id** | **Integer** | Lease id. | |
11
+ | **ref_no** | **String** | Ref No. | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'propertyware'
17
+
18
+ instance = Propertyware::SaveAdjustment.new(
19
+ amount: null,
20
+ comments: null,
21
+ date: null,
22
+ lease_id: null,
23
+ ref_no: null
24
+ )
25
+ ```
26
+
@@ -0,0 +1,28 @@
1
+ # Propertyware::SaveAutoCharge
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **amount** | **Float** | Auto charge amount. | |
8
+ | **due_day** | **Integer** | Charge due day. | |
9
+ | **end_date** | **Date** | Auto charge end date. | [optional] |
10
+ | **frequency** | **String** | Charge frequency. | |
11
+ | **gl_account_id** | **Integer** | GL Account ID. | |
12
+ | **start_date** | **Date** | Auto charge start date. | |
13
+
14
+ ## Example
15
+
16
+ ```ruby
17
+ require 'propertyware'
18
+
19
+ instance = Propertyware::SaveAutoCharge.new(
20
+ amount: null,
21
+ due_day: null,
22
+ end_date: null,
23
+ frequency: null,
24
+ gl_account_id: null,
25
+ start_date: null
26
+ )
27
+ ```
28
+
@@ -0,0 +1,20 @@
1
+ # Propertyware::SaveBankDeposit
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **bank_gl_account_id** | **Integer** | Bank Account Number. | |
8
+ | **list_of_tx_ids** | **String** | Comma separated list of Transaction IDs. | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'propertyware'
14
+
15
+ instance = Propertyware::SaveBankDeposit.new(
16
+ bank_gl_account_id: null,
17
+ list_of_tx_ids: null
18
+ )
19
+ ```
20
+
data/docs/SaveBill.md ADDED
@@ -0,0 +1,42 @@
1
+ # Propertyware::SaveBill
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **bill_date** | **Date** | Bill date. | |
8
+ | **bill_number** | **Integer** | Bill number. | [optional] |
9
+ | **bill_splits** | [**Array<SaveBillSplit>**](SaveBillSplit.md) | Splits list. | [optional] |
10
+ | **comments** | **String** | Description. | [optional] |
11
+ | **due_date** | **Date** | Bill Due date. | |
12
+ | **markup_account_id** | **Integer** | Markup account ID. | [optional] |
13
+ | **markup_percentage** | **Float** | Markup percentage. | [optional] |
14
+ | **owner_draw** | **Boolean** | Indicates if it is a owner draw. | [optional] |
15
+ | **payment_date** | **Date** | Payment Date. | [optional] |
16
+ | **ref_no** | **String** | Reference number. | [optional] |
17
+ | **terms** | **String** | Bill terms. | [optional] |
18
+ | **vendor_id** | **Integer** | Related vendor ID. | |
19
+ | **work_order_id** | **Integer** | WorkOrder ID. | [optional] |
20
+
21
+ ## Example
22
+
23
+ ```ruby
24
+ require 'propertyware'
25
+
26
+ instance = Propertyware::SaveBill.new(
27
+ bill_date: null,
28
+ bill_number: null,
29
+ bill_splits: null,
30
+ comments: null,
31
+ due_date: null,
32
+ markup_account_id: null,
33
+ markup_percentage: null,
34
+ owner_draw: false,
35
+ payment_date: null,
36
+ ref_no: null,
37
+ terms: null,
38
+ vendor_id: null,
39
+ work_order_id: null
40
+ )
41
+ ```
42
+
@@ -0,0 +1,30 @@
1
+ # Propertyware::SaveBillPayment
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **bills** | [**Array<BillPay>**](BillPay.md) | Bills to pay. | [optional] |
8
+ | **check_number** | **String** | Payment check number. | [optional] |
9
+ | **memo** | **String** | Memo. | [optional] |
10
+ | **payment_account_id** | **Integer** | Bank Account to pay from. | [optional] |
11
+ | **payment_date** | **Date** | Payment Date. | [optional] |
12
+ | **payment_method** | **String** | Payment method. | [optional] |
13
+ | **vendor_id** | **Integer** | Vendor ID to Pay. | [optional] |
14
+
15
+ ## Example
16
+
17
+ ```ruby
18
+ require 'propertyware'
19
+
20
+ instance = Propertyware::SaveBillPayment.new(
21
+ bills: null,
22
+ check_number: null,
23
+ memo: null,
24
+ payment_account_id: null,
25
+ payment_date: null,
26
+ payment_method: null,
27
+ vendor_id: null
28
+ )
29
+ ```
30
+
@@ -0,0 +1,36 @@
1
+ # Propertyware::SaveBillSplit
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **amount** | **Float** | Split amount. | |
8
+ | **amount_paid** | **Float** | Split amount paid. | [optional] |
9
+ | **building_id** | **Integer** | Location Building ID. | [optional] |
10
+ | **comments** | **String** | Split comments. | [optional] |
11
+ | **gl_account_id** | **Integer** | Split GL Account ID. | [optional] |
12
+ | **id** | **Integer** | Unique identifier. | [optional] |
13
+ | **markup_discount_split** | **Boolean** | Indicates if markup discount split. | [optional] |
14
+ | **paid** | **Boolean** | Indicates if Bill Split is paid. | [optional] |
15
+ | **portfolio_id** | **Integer** | Location Portfolio ID. | |
16
+ | **unit_id** | **Integer** | Location Unit ID. | [optional] |
17
+
18
+ ## Example
19
+
20
+ ```ruby
21
+ require 'propertyware'
22
+
23
+ instance = Propertyware::SaveBillSplit.new(
24
+ amount: null,
25
+ amount_paid: null,
26
+ building_id: null,
27
+ comments: null,
28
+ gl_account_id: null,
29
+ id: null,
30
+ markup_discount_split: false,
31
+ paid: false,
32
+ portfolio_id: null,
33
+ unit_id: null
34
+ )
35
+ ```
36
+
@@ -0,0 +1,84 @@
1
+ # Propertyware::SaveBuilding
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **abbreviation** | **String** | Building abbreviation. | |
8
+ | **address** | [**SaveAddress**](SaveAddress.md) | | [optional] |
9
+ | **allocation_method** | **String** | Allocation method. | [optional] |
10
+ | **available_date** | **Date** | Date the building is available for leasing. | [optional] |
11
+ | **category** | **String** | Building category. | |
12
+ | **count_unit** | **Integer** | Indicates number of units in the building. | |
13
+ | **description** | **String** | Marketing description. | [optional] |
14
+ | **floor_number** | **Integer** | Floor number. | [optional] |
15
+ | **management_fee_type** | **String** | Indicates management fee type of a building. | [optional] |
16
+ | **management_flat_fee** | **Float** | Indicates management flat fee. | [optional] |
17
+ | **marketing_name** | **String** | Marketing name. | [optional] |
18
+ | **multi_unit** | **Boolean** | Indicates if the building is multi family or single family. | [optional] |
19
+ | **name** | **String** | Name of the building. | |
20
+ | **naming** | **String** | Unit naming (Unit, Suite, Space, Custom). | [optional] |
21
+ | **neighborhood** | **String** | Neighborhood. | [optional] |
22
+ | **number_bathrooms** | **Float** | Number of bathrooms in the building. | [optional] |
23
+ | **number_bedrooms** | **Integer** | Number of bedrooms in the building. | [optional] |
24
+ | **number_floors** | **Integer** | Number of floors. | [optional] |
25
+ | **numbered** | **String** | Numbered alpha, numeric. | [optional] |
26
+ | **other_tenant_charges** | **String** | Other tenant charges. | [optional] |
27
+ | **parcel_number** | **String** | Parcel number. | [optional] |
28
+ | **pets_allowed** | **Boolean** | Pets allowed. | [optional] |
29
+ | **portfolio_id** | **Integer** | ID of the portfolio associated with this building. | |
30
+ | **posting_title** | **String** | Marketing posting title. | [optional] |
31
+ | **property_type** | **String** | Property type. | |
32
+ | **published_for_rent** | **String** | Published for rent. | [optional] |
33
+ | **rentable** | **Boolean** | Indicates if the building is rentable. | [optional] |
34
+ | **search_tag** | **String** | Search tag name. | [optional] |
35
+ | **short_description** | **String** | Marketing short description. | [optional] |
36
+ | **target_deposit** | **String** | Target deposit. | [optional] |
37
+ | **target_rent** | **Float** | Market rent for the building. | [optional] |
38
+ | **total_area** | **Float** | Building area. | [optional] |
39
+ | **type** | **String** | Indicates Building type like Office, Industrial, Retail, Healthcare, Government, Airport, Garage/Parking, Apartment Building, Duplex / Triplex, Mobile Home / RV Community etc. | |
40
+ | **year_built_as_string** | **String** | Building built year. | [optional] |
41
+
42
+ ## Example
43
+
44
+ ```ruby
45
+ require 'propertyware'
46
+
47
+ instance = Propertyware::SaveBuilding.new(
48
+ abbreviation: null,
49
+ address: null,
50
+ allocation_method: null,
51
+ available_date: null,
52
+ category: null,
53
+ count_unit: null,
54
+ description: null,
55
+ floor_number: null,
56
+ management_fee_type: null,
57
+ management_flat_fee: null,
58
+ marketing_name: null,
59
+ multi_unit: false,
60
+ name: null,
61
+ naming: null,
62
+ neighborhood: null,
63
+ number_bathrooms: null,
64
+ number_bedrooms: null,
65
+ number_floors: null,
66
+ numbered: null,
67
+ other_tenant_charges: null,
68
+ parcel_number: null,
69
+ pets_allowed: false,
70
+ portfolio_id: null,
71
+ posting_title: null,
72
+ property_type: null,
73
+ published_for_rent: null,
74
+ rentable: false,
75
+ search_tag: null,
76
+ short_description: null,
77
+ target_deposit: null,
78
+ target_rent: null,
79
+ total_area: null,
80
+ type: null,
81
+ year_built_as_string: null
82
+ )
83
+ ```
84
+
@@ -0,0 +1,28 @@
1
+ # Propertyware::SaveCharge
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
+ | **gl_account_id** | **Integer** | GL Account ID. | |
11
+ | **lease_id** | **Integer** | Lease ID. | |
12
+ | **ref_no** | **String** | Charge reference No. | [optional] |
13
+
14
+ ## Example
15
+
16
+ ```ruby
17
+ require 'propertyware'
18
+
19
+ instance = Propertyware::SaveCharge.new(
20
+ amount: null,
21
+ comments: null,
22
+ date: null,
23
+ gl_account_id: null,
24
+ lease_id: null,
25
+ ref_no: null
26
+ )
27
+ ```
28
+
data/docs/SaveCheck.md ADDED
@@ -0,0 +1,30 @@
1
+ # Propertyware::SaveCheck
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **check_date** | **Date** | Check Date. | |
8
+ | **check_splits** | [**Array<SaveCheckSplit>**](SaveCheckSplit.md) | Check Split list. | [optional] |
9
+ | **comments** | **String** | Comments. | [optional] |
10
+ | **destination_account_id** | **Integer** | Destination AccountID. | |
11
+ | **ref_no** | **String** | Check Ref No. | [optional] |
12
+ | **to_be_printed** | **Boolean** | Indicates if Check is to be printed. | [optional] |
13
+ | **vendor_id** | **Integer** | Check related vendorID. | [optional] |
14
+
15
+ ## Example
16
+
17
+ ```ruby
18
+ require 'propertyware'
19
+
20
+ instance = Propertyware::SaveCheck.new(
21
+ check_date: null,
22
+ check_splits: null,
23
+ comments: null,
24
+ destination_account_id: null,
25
+ ref_no: null,
26
+ to_be_printed: false,
27
+ vendor_id: null
28
+ )
29
+ ```
30
+
@@ -0,0 +1,30 @@
1
+ # Propertyware::SaveCheckSplit
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **amount** | **Float** | Check Split amount. | [optional] |
8
+ | **building_id** | **Integer** | Check Location Building ID. | [optional] |
9
+ | **comments** | **String** | CheckSplit Comments. | [optional] |
10
+ | **gl_account_id** | **Integer** | Split GL Account ID. | |
11
+ | **id** | **Integer** | Unique identifier. | [optional] |
12
+ | **portfolio_id** | **Integer** | Portfolio id to apply payment. | |
13
+ | **unit_id** | **Integer** | Check Location Unit ID. | [optional] |
14
+
15
+ ## Example
16
+
17
+ ```ruby
18
+ require 'propertyware'
19
+
20
+ instance = Propertyware::SaveCheckSplit.new(
21
+ amount: null,
22
+ building_id: null,
23
+ comments: null,
24
+ gl_account_id: null,
25
+ id: null,
26
+ portfolio_id: null,
27
+ unit_id: null
28
+ )
29
+ ```
30
+
@@ -0,0 +1,18 @@
1
+ # Propertyware::SaveComment
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **text** | **String** | Comment text. | |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'propertyware'
13
+
14
+ instance = Propertyware::SaveComment.new(
15
+ text: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,60 @@
1
+ # Propertyware::SaveContact
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **address** | [**SaveAddress**](SaveAddress.md) | | [optional] |
8
+ | **allow_e_signature** | **Boolean** | Indicate if the contact can receive eSignature request e-mail messages sent through Propertyware. | [optional] |
9
+ | **alt_email** | **String** | Alternate Email Address. | [optional] |
10
+ | **birth_date** | **Date** | Date of Birth. | [optional] |
11
+ | **comments** | **String** | Description. | [optional] |
12
+ | **company** | **String** | Company where the contact is employed. | [optional] |
13
+ | **email** | **String** | E-mail Address. | [optional] |
14
+ | **fax** | **String** | Fax. | [optional] |
15
+ | **first_name** | **String** | First Name. | |
16
+ | **gender** | **String** | Gender. | [optional] |
17
+ | **home_phone** | **String** | Home Phone. | [optional] |
18
+ | **job_title** | **String** | Professional title or position for the contact. | [optional] |
19
+ | **last_name** | **String** | Last Name. | |
20
+ | **middle_name** | **String** | First Name. | [optional] |
21
+ | **mobile_phone** | **String** | Mobile Phone. | [optional] |
22
+ | **name_on_check** | **String** | Name On Check. | [optional] |
23
+ | **named_on_lease** | **Boolean** | Is Named On Lease. | [optional] |
24
+ | **other_phone** | **String** | Other Phone. | [optional] |
25
+ | **salutation** | **String** | Salutation. | [optional] |
26
+ | **search_tag** | **String** | SearchTag. | [optional] |
27
+ | **suffix** | **String** | Suffix. | [optional] |
28
+ | **work_phone** | **String** | Work Phone. | [optional] |
29
+
30
+ ## Example
31
+
32
+ ```ruby
33
+ require 'propertyware'
34
+
35
+ instance = Propertyware::SaveContact.new(
36
+ address: null,
37
+ allow_e_signature: false,
38
+ alt_email: null,
39
+ birth_date: null,
40
+ comments: null,
41
+ company: null,
42
+ email: null,
43
+ fax: null,
44
+ first_name: null,
45
+ gender: null,
46
+ home_phone: null,
47
+ job_title: null,
48
+ last_name: null,
49
+ middle_name: null,
50
+ mobile_phone: null,
51
+ name_on_check: null,
52
+ named_on_lease: false,
53
+ other_phone: null,
54
+ salutation: null,
55
+ search_tag: null,
56
+ suffix: null,
57
+ work_phone: null
58
+ )
59
+ ```
60
+
@@ -0,0 +1,20 @@
1
+ # Propertyware::SaveConversation
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **text** | **String** | Comment text. | |
8
+ | **type** | **String** | Conversation type. | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'propertyware'
14
+
15
+ instance = Propertyware::SaveConversation.new(
16
+ text: null,
17
+ type: null
18
+ )
19
+ ```
20
+