@nightsquawktech/appfolio-mcp-server 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (313) hide show
  1. package/COMMERCIAL.md +35 -0
  2. package/LICENSE +661 -0
  3. package/README.md +127 -0
  4. package/dist/catalog/index.json +1511 -0
  5. package/dist/catalog/report-spec.js +27 -0
  6. package/dist/catalog/reports/account_totals.json +112 -0
  7. package/dist/catalog/reports/additional_fees.json +73 -0
  8. package/dist/catalog/reports/aged_payables_summary.json +124 -0
  9. package/dist/catalog/reports/aged_receivables_detail.json +132 -0
  10. package/dist/catalog/reports/amenities_by_property.json +73 -0
  11. package/dist/catalog/reports/annual_budget_comparative.json +138 -0
  12. package/dist/catalog/reports/annual_budget_forecast.json +125 -0
  13. package/dist/catalog/reports/appfolio_stack_usage.json +112 -0
  14. package/dist/catalog/reports/association_work_order.json +232 -0
  15. package/dist/catalog/reports/balance_sheet.json +124 -0
  16. package/dist/catalog/reports/balance_sheet_comparative.json +126 -0
  17. package/dist/catalog/reports/balance_sheet_comparison.json +113 -0
  18. package/dist/catalog/reports/bank_account_association.json +94 -0
  19. package/dist/catalog/reports/bill_detail.json +183 -0
  20. package/dist/catalog/reports/board_of_directors.json +87 -0
  21. package/dist/catalog/reports/budget_comparative.json +162 -0
  22. package/dist/catalog/reports/budget_comparison.json +141 -0
  23. package/dist/catalog/reports/cancelled_processes.json +122 -0
  24. package/dist/catalog/reports/cash_flow.json +158 -0
  25. package/dist/catalog/reports/cash_flow_comparison.json +158 -0
  26. package/dist/catalog/reports/cash_flow_detail.json +129 -0
  27. package/dist/catalog/reports/charge_detail.json +198 -0
  28. package/dist/catalog/reports/chart_of_accounts.json +22 -0
  29. package/dist/catalog/reports/check_register.json +181 -0
  30. package/dist/catalog/reports/check_register_detail.json +181 -0
  31. package/dist/catalog/reports/completed_processes.json +117 -0
  32. package/dist/catalog/reports/delinquency.json +164 -0
  33. package/dist/catalog/reports/delinquency_as_of.json +155 -0
  34. package/dist/catalog/reports/deposit_register.json +51 -0
  35. package/dist/catalog/reports/dues_roll.json +89 -0
  36. package/dist/catalog/reports/dues_roll_itemized.json +113 -0
  37. package/dist/catalog/reports/eligible_debt_summary.json +73 -0
  38. package/dist/catalog/reports/email_delivery_errors.json +104 -0
  39. package/dist/catalog/reports/expense_distribution.json +109 -0
  40. package/dist/catalog/reports/expense_register.json +149 -0
  41. package/dist/catalog/reports/fixed_assets.json +111 -0
  42. package/dist/catalog/reports/flows_assigned_tasks.json +103 -0
  43. package/dist/catalog/reports/fund_balance_sheet.json +113 -0
  44. package/dist/catalog/reports/fund_balance_sheet_active_funds.json +113 -0
  45. package/dist/catalog/reports/fund_income_statement.json +132 -0
  46. package/dist/catalog/reports/general_ledger.json +166 -0
  47. package/dist/catalog/reports/gross_potential_rent_enhanced.json +102 -0
  48. package/dist/catalog/reports/guest_card_inquiries.json +177 -0
  49. package/dist/catalog/reports/guest_cards.json +161 -0
  50. package/dist/catalog/reports/historical_advertised_rent.json +92 -0
  51. package/dist/catalog/reports/homeowner_delinquency.json +143 -0
  52. package/dist/catalog/reports/homeowner_delinquency_as_of.json +161 -0
  53. package/dist/catalog/reports/homeowner_directory.json +126 -0
  54. package/dist/catalog/reports/homeowner_ledger.json +59 -0
  55. package/dist/catalog/reports/homeowner_prepayment_balance.json +127 -0
  56. package/dist/catalog/reports/homeowner_resale.json +107 -0
  57. package/dist/catalog/reports/homeowner_vehicle_info.json +104 -0
  58. package/dist/catalog/reports/import_variances.json +41 -0
  59. package/dist/catalog/reports/in_progress_workflows.json +181 -0
  60. package/dist/catalog/reports/inactive_guest_cards.json +134 -0
  61. package/dist/catalog/reports/income_register.json +131 -0
  62. package/dist/catalog/reports/income_statement.json +130 -0
  63. package/dist/catalog/reports/income_statement_comparative.json +140 -0
  64. package/dist/catalog/reports/income_statement_comparison.json +135 -0
  65. package/dist/catalog/reports/income_statement_date_range.json +134 -0
  66. package/dist/catalog/reports/inspection_detail.json +107 -0
  67. package/dist/catalog/reports/insurance_enforcement.json +22 -0
  68. package/dist/catalog/reports/insurance_usage.json +92 -0
  69. package/dist/catalog/reports/inventory_status.json +73 -0
  70. package/dist/catalog/reports/inventory_usage.json +131 -0
  71. package/dist/catalog/reports/keys_detail.json +131 -0
  72. package/dist/catalog/reports/late_fee_policy_comparison.json +135 -0
  73. package/dist/catalog/reports/lease_expiration_detail.json +147 -0
  74. package/dist/catalog/reports/lease_expiration_summary.json +95 -0
  75. package/dist/catalog/reports/lease_history.json +147 -0
  76. package/dist/catalog/reports/leasing_agent_performance.json +54 -0
  77. package/dist/catalog/reports/leasing_funnel_performance.json +113 -0
  78. package/dist/catalog/reports/leasing_summary.json +92 -0
  79. package/dist/catalog/reports/loans.json +95 -0
  80. package/dist/catalog/reports/occupancy_custom_fields.json +73 -0
  81. package/dist/catalog/reports/occupancy_summary.json +95 -0
  82. package/dist/catalog/reports/owner1099.json +135 -0
  83. package/dist/catalog/reports/owner1099_detail.json +156 -0
  84. package/dist/catalog/reports/owner_custom_fields.json +73 -0
  85. package/dist/catalog/reports/owner_directory.json +101 -0
  86. package/dist/catalog/reports/owner_leasing.json +115 -0
  87. package/dist/catalog/reports/owner_withholdings.json +170 -0
  88. package/dist/catalog/reports/payment_plans.json +128 -0
  89. package/dist/catalog/reports/premium_leads_billing_detail.json +70 -0
  90. package/dist/catalog/reports/project_budget_detail.json +56 -0
  91. package/dist/catalog/reports/project_directory.json +144 -0
  92. package/dist/catalog/reports/property_budget.json +83 -0
  93. package/dist/catalog/reports/property_custom_fields.json +73 -0
  94. package/dist/catalog/reports/property_directory.json +73 -0
  95. package/dist/catalog/reports/property_group_directory.json +85 -0
  96. package/dist/catalog/reports/property_performance.json +115 -0
  97. package/dist/catalog/reports/property_staff_assignments.json +73 -0
  98. package/dist/catalog/reports/prospect_source_tracking.json +92 -0
  99. package/dist/catalog/reports/purchase_order.json +163 -0
  100. package/dist/catalog/reports/receivables_activity.json +138 -0
  101. package/dist/catalog/reports/renewal_summary.json +134 -0
  102. package/dist/catalog/reports/rent_roll.json +114 -0
  103. package/dist/catalog/reports/rent_roll_commercial.json +106 -0
  104. package/dist/catalog/reports/rent_roll_itemized.json +125 -0
  105. package/dist/catalog/reports/rentable_items.json +97 -0
  106. package/dist/catalog/reports/rental_applications.json +118 -0
  107. package/dist/catalog/reports/renter_directory.json +60 -0
  108. package/dist/catalog/reports/resident_financial_activity.json +107 -0
  109. package/dist/catalog/reports/screening_assessments.json +104 -0
  110. package/dist/catalog/reports/screening_usage.json +92 -0
  111. package/dist/catalog/reports/security_deposit_funds_detail.json +141 -0
  112. package/dist/catalog/reports/showings.json +123 -0
  113. package/dist/catalog/reports/student_housing_rent_roll_by_bed.json +125 -0
  114. package/dist/catalog/reports/surveys_summary.json +118 -0
  115. package/dist/catalog/reports/tenant_debt_collections_status.json +90 -0
  116. package/dist/catalog/reports/tenant_directory.json +120 -0
  117. package/dist/catalog/reports/tenant_ledger.json +72 -0
  118. package/dist/catalog/reports/tenant_tickler.json +102 -0
  119. package/dist/catalog/reports/tenant_transactions_summary.json +97 -0
  120. package/dist/catalog/reports/tenant_unpaid_charges_summary.json +147 -0
  121. package/dist/catalog/reports/tenant_vehicle_info.json +107 -0
  122. package/dist/catalog/reports/trial_balance.json +104 -0
  123. package/dist/catalog/reports/trial_balance_by_property.json +104 -0
  124. package/dist/catalog/reports/trust_account_balance.json +116 -0
  125. package/dist/catalog/reports/trust_account_balance_detail.json +112 -0
  126. package/dist/catalog/reports/twelve_month_cash_flow.json +157 -0
  127. package/dist/catalog/reports/twelve_month_income_statement.json +147 -0
  128. package/dist/catalog/reports/unit_custom_fields.json +73 -0
  129. package/dist/catalog/reports/unit_directory.json +80 -0
  130. package/dist/catalog/reports/unit_inspection.json +95 -0
  131. package/dist/catalog/reports/unit_turn_detail.json +104 -0
  132. package/dist/catalog/reports/unit_vacancy.json +143 -0
  133. package/dist/catalog/reports/unpaid_balances_by_month.json +181 -0
  134. package/dist/catalog/reports/upcoming_activities.json +142 -0
  135. package/dist/catalog/reports/vendor1099.json +84 -0
  136. package/dist/catalog/reports/vendor_custom_fields.json +22 -0
  137. package/dist/catalog/reports/vendor_directory.json +134 -0
  138. package/dist/catalog/reports/vendor_ledger.json +122 -0
  139. package/dist/catalog/reports/vendor_ledger_enhanced.json +122 -0
  140. package/dist/catalog/reports/violation_detail.json +122 -0
  141. package/dist/catalog/reports/work_order.json +254 -0
  142. package/dist/catalog/reports/work_order_labor_summary.json +148 -0
  143. package/dist/catalog-db/endpoint-spec.js +22 -0
  144. package/dist/catalog-db/endpoints/delete_inspections_inspectionid.json +21 -0
  145. package/dist/catalog-db/endpoints/delete_inventories_id.json +21 -0
  146. package/dist/catalog-db/endpoints/delete_properties_propertyid_marketing_photos_marketingphotoid.json +27 -0
  147. package/dist/catalog-db/endpoints/delete_properties_propertyid_photos_photoid.json +27 -0
  148. package/dist/catalog-db/endpoints/delete_units_unitid_photos_photoid.json +27 -0
  149. package/dist/catalog-db/endpoints/delete_work_orders_workorderid_attachments_attachmentid.json +27 -0
  150. package/dist/catalog-db/endpoints/get_bank_accounts.json +58 -0
  151. package/dist/catalog-db/endpoints/get_bills.json +185 -0
  152. package/dist/catalog-db/endpoints/get_ca_associations.json +106 -0
  153. package/dist/catalog-db/endpoints/get_ca_bank_balances.json +101 -0
  154. package/dist/catalog-db/endpoints/get_ca_board_members.json +146 -0
  155. package/dist/catalog-db/endpoints/get_ca_homeowner_ledgers.json +70 -0
  156. package/dist/catalog-db/endpoints/get_ca_homeowners.json +151 -0
  157. package/dist/catalog-db/endpoints/get_ca_renters.json +132 -0
  158. package/dist/catalog-db/endpoints/get_ca_rules.json +76 -0
  159. package/dist/catalog-db/endpoints/get_ca_units.json +130 -0
  160. package/dist/catalog-db/endpoints/get_ca_violations.json +119 -0
  161. package/dist/catalog-db/endpoints/get_charges.json +76 -0
  162. package/dist/catalog-db/endpoints/get_corporate_entities.json +88 -0
  163. package/dist/catalog-db/endpoints/get_custom_fields.json +120 -0
  164. package/dist/catalog-db/endpoints/get_delinquent_charges.json +88 -0
  165. package/dist/catalog-db/endpoints/get_gl_accounts.json +115 -0
  166. package/dist/catalog-db/endpoints/get_gl_details.json +154 -0
  167. package/dist/catalog-db/endpoints/get_inventories.json +131 -0
  168. package/dist/catalog-db/endpoints/get_inventory_locations.json +70 -0
  169. package/dist/catalog-db/endpoints/get_jobs.json +79 -0
  170. package/dist/catalog-db/endpoints/get_journal_entries.json +137 -0
  171. package/dist/catalog-db/endpoints/get_late_fee_policies.json +148 -0
  172. package/dist/catalog-db/endpoints/get_leads.json +248 -0
  173. package/dist/catalog-db/endpoints/get_leads_notes.json +83 -0
  174. package/dist/catalog-db/endpoints/get_leases.json +70 -0
  175. package/dist/catalog-db/endpoints/get_leases_renewal_pricings.json +52 -0
  176. package/dist/catalog-db/endpoints/get_listings.json +259 -0
  177. package/dist/catalog-db/endpoints/get_occupancies_documents.json +70 -0
  178. package/dist/catalog-db/endpoints/get_owner_groups.json +230 -0
  179. package/dist/catalog-db/endpoints/get_owners.json +258 -0
  180. package/dist/catalog-db/endpoints/get_owners_attachments.json +82 -0
  181. package/dist/catalog-db/endpoints/get_owners_notes.json +71 -0
  182. package/dist/catalog-db/endpoints/get_owners_ownerid.json +247 -0
  183. package/dist/catalog-db/endpoints/get_payables.json +138 -0
  184. package/dist/catalog-db/endpoints/get_portfolios.json +70 -0
  185. package/dist/catalog-db/endpoints/get_properties.json +267 -0
  186. package/dist/catalog-db/endpoints/get_properties_attachments.json +76 -0
  187. package/dist/catalog-db/endpoints/get_properties_marketing_photos.json +76 -0
  188. package/dist/catalog-db/endpoints/get_properties_notes.json +71 -0
  189. package/dist/catalog-db/endpoints/get_properties_photos.json +76 -0
  190. package/dist/catalog-db/endpoints/get_property_groups.json +84 -0
  191. package/dist/catalog-db/endpoints/get_recurring_charges.json +106 -0
  192. package/dist/catalog-db/endpoints/get_rental_applications.json +186 -0
  193. package/dist/catalog-db/endpoints/get_rental_applications_notes.json +71 -0
  194. package/dist/catalog-db/endpoints/get_showings.json +99 -0
  195. package/dist/catalog-db/endpoints/get_tenant_ledgers.json +82 -0
  196. package/dist/catalog-db/endpoints/get_tenants.json +273 -0
  197. package/dist/catalog-db/endpoints/get_tenants_notes.json +71 -0
  198. package/dist/catalog-db/endpoints/get_unit_types.json +168 -0
  199. package/dist/catalog-db/endpoints/get_units.json +359 -0
  200. package/dist/catalog-db/endpoints/get_units_attachments.json +76 -0
  201. package/dist/catalog-db/endpoints/get_units_notes.json +71 -0
  202. package/dist/catalog-db/endpoints/get_units_photos.json +70 -0
  203. package/dist/catalog-db/endpoints/get_users.json +88 -0
  204. package/dist/catalog-db/endpoints/get_vendors.json +317 -0
  205. package/dist/catalog-db/endpoints/get_vendors_notes.json +71 -0
  206. package/dist/catalog-db/endpoints/get_work_orders.json +322 -0
  207. package/dist/catalog-db/endpoints/get_work_orders_attachments.json +83 -0
  208. package/dist/catalog-db/endpoints/patch_bills_billid.json +156 -0
  209. package/dist/catalog-db/endpoints/patch_ca_violations_violationid.json +71 -0
  210. package/dist/catalog-db/endpoints/patch_inspections_inspectionid.json +77 -0
  211. package/dist/catalog-db/endpoints/patch_inventories_id.json +113 -0
  212. package/dist/catalog-db/endpoints/patch_inventory_locations_id.json +52 -0
  213. package/dist/catalog-db/endpoints/patch_journal_entries_journalentryid.json +90 -0
  214. package/dist/catalog-db/endpoints/patch_leads_guestcardid_notes_id.json +46 -0
  215. package/dist/catalog-db/endpoints/patch_leads_leadid.json +162 -0
  216. package/dist/catalog-db/endpoints/patch_leases_leaseid.json +52 -0
  217. package/dist/catalog-db/endpoints/patch_owner_groups_id.json +72 -0
  218. package/dist/catalog-db/endpoints/patch_owners_ownerid.json +344 -0
  219. package/dist/catalog-db/endpoints/patch_owners_ownerid_notes_id.json +46 -0
  220. package/dist/catalog-db/endpoints/patch_portfolios_portfolioid.json +46 -0
  221. package/dist/catalog-db/endpoints/patch_properties_propertyid.json +333 -0
  222. package/dist/catalog-db/endpoints/patch_properties_propertyid_marketing_photos_marketingphotoid.json +46 -0
  223. package/dist/catalog-db/endpoints/patch_properties_propertyid_notes_id.json +46 -0
  224. package/dist/catalog-db/endpoints/patch_properties_propertyid_photos_photoid.json +46 -0
  225. package/dist/catalog-db/endpoints/patch_property_groups_propertygroupid.json +40 -0
  226. package/dist/catalog-db/endpoints/patch_recurring_charges_recurringchargeid.json +89 -0
  227. package/dist/catalog-db/endpoints/patch_rental_applications_rentalapplicationid.json +47 -0
  228. package/dist/catalog-db/endpoints/patch_rental_applications_rentalapplicationid_notes_id.json +46 -0
  229. package/dist/catalog-db/endpoints/patch_showings_showingid.json +69 -0
  230. package/dist/catalog-db/endpoints/patch_tenants_bulk.json +131 -0
  231. package/dist/catalog-db/endpoints/patch_tenants_tenantid.json +48 -0
  232. package/dist/catalog-db/endpoints/patch_tenants_tenantid_notes_id.json +46 -0
  233. package/dist/catalog-db/endpoints/patch_unit_types_unittypeid.json +126 -0
  234. package/dist/catalog-db/endpoints/patch_units_unitid.json +296 -0
  235. package/dist/catalog-db/endpoints/patch_units_unitid_notes_id.json +46 -0
  236. package/dist/catalog-db/endpoints/patch_units_unitid_photos_photoid.json +46 -0
  237. package/dist/catalog-db/endpoints/patch_vendors_vendorid.json +263 -0
  238. package/dist/catalog-db/endpoints/patch_vendors_vendorid_notes_id.json +46 -0
  239. package/dist/catalog-db/endpoints/patch_work_orders_workorderid.json +273 -0
  240. package/dist/catalog-db/endpoints/patch_work_orders_workorderid_notes_id.json +46 -0
  241. package/dist/catalog-db/endpoints/post_bank_accounts_bulk.json +167 -0
  242. package/dist/catalog-db/endpoints/post_bills.json +160 -0
  243. package/dist/catalog-db/endpoints/post_bills_billid_attachments.json +40 -0
  244. package/dist/catalog-db/endpoints/post_bills_bulk.json +185 -0
  245. package/dist/catalog-db/endpoints/post_bills_bulk_async.json +192 -0
  246. package/dist/catalog-db/endpoints/post_ca_violations.json +63 -0
  247. package/dist/catalog-db/endpoints/post_ca_violations_violationid_attachments.json +41 -0
  248. package/dist/catalog-db/endpoints/post_charges.json +56 -0
  249. package/dist/catalog-db/endpoints/post_charges_bulk.json +70 -0
  250. package/dist/catalog-db/endpoints/post_charges_bulk_async.json +70 -0
  251. package/dist/catalog-db/endpoints/post_charges_chargeid_attachments.json +40 -0
  252. package/dist/catalog-db/endpoints/post_corporate_gl_accounts_bulk.json +71 -0
  253. package/dist/catalog-db/endpoints/post_gl_accounts_bulk.json +77 -0
  254. package/dist/catalog-db/endpoints/post_inspections.json +70 -0
  255. package/dist/catalog-db/endpoints/post_inspections_bulk.json +76 -0
  256. package/dist/catalog-db/endpoints/post_inspections_inspectionid_attachments.json +41 -0
  257. package/dist/catalog-db/endpoints/post_inventories.json +105 -0
  258. package/dist/catalog-db/endpoints/post_inventories_bulk.json +119 -0
  259. package/dist/catalog-db/endpoints/post_inventory_locations.json +44 -0
  260. package/dist/catalog-db/endpoints/post_inventory_locations_bulk.json +58 -0
  261. package/dist/catalog-db/endpoints/post_journal_entries.json +101 -0
  262. package/dist/catalog-db/endpoints/post_journal_entries_bulk.json +115 -0
  263. package/dist/catalog-db/endpoints/post_journal_entries_journalentryid_attachments.json +41 -0
  264. package/dist/catalog-db/endpoints/post_late_fee_policies_bulk.json +115 -0
  265. package/dist/catalog-db/endpoints/post_leads.json +204 -0
  266. package/dist/catalog-db/endpoints/post_leads_guestcardid_notes.json +40 -0
  267. package/dist/catalog-db/endpoints/post_occupancies_occupancyid_attachments.json +41 -0
  268. package/dist/catalog-db/endpoints/post_owner_groups.json +96 -0
  269. package/dist/catalog-db/endpoints/post_owners.json +330 -0
  270. package/dist/catalog-db/endpoints/post_owners_bulk.json +203 -0
  271. package/dist/catalog-db/endpoints/post_owners_ownerid_attachments.json +40 -0
  272. package/dist/catalog-db/endpoints/post_owners_ownerid_notes.json +40 -0
  273. package/dist/catalog-db/endpoints/post_properties_bulk.json +245 -0
  274. package/dist/catalog-db/endpoints/post_properties_propertyid_attachments.json +40 -0
  275. package/dist/catalog-db/endpoints/post_properties_propertyid_marketing_photos.json +52 -0
  276. package/dist/catalog-db/endpoints/post_properties_propertyid_notes.json +40 -0
  277. package/dist/catalog-db/endpoints/post_properties_propertyid_photos.json +40 -0
  278. package/dist/catalog-db/endpoints/post_recurring_charges.json +81 -0
  279. package/dist/catalog-db/endpoints/post_recurring_charges_bulk.json +95 -0
  280. package/dist/catalog-db/endpoints/post_rental_applications_rentalapplicationid_attachments.json +41 -0
  281. package/dist/catalog-db/endpoints/post_rental_applications_rentalapplicationid_notes.json +40 -0
  282. package/dist/catalog-db/endpoints/post_showings.json +62 -0
  283. package/dist/catalog-db/endpoints/post_tenants_bulk.json +161 -0
  284. package/dist/catalog-db/endpoints/post_tenants_tenantid_notes.json +40 -0
  285. package/dist/catalog-db/endpoints/post_unit_types_bulk.json +138 -0
  286. package/dist/catalog-db/endpoints/post_units_bulk.json +236 -0
  287. package/dist/catalog-db/endpoints/post_units_unitid_attachments.json +40 -0
  288. package/dist/catalog-db/endpoints/post_units_unitid_notes.json +40 -0
  289. package/dist/catalog-db/endpoints/post_units_unitid_photos.json +40 -0
  290. package/dist/catalog-db/endpoints/post_vendors.json +279 -0
  291. package/dist/catalog-db/endpoints/post_vendors_bulk.json +279 -0
  292. package/dist/catalog-db/endpoints/post_vendors_vendorid_notes.json +40 -0
  293. package/dist/catalog-db/endpoints/post_work_orders.json +251 -0
  294. package/dist/catalog-db/endpoints/post_work_orders_workorderid_attachments.json +41 -0
  295. package/dist/catalog-db/endpoints/post_work_orders_workorderid_notes.json +40 -0
  296. package/dist/catalog-db/endpoints/put_leases_renewal_pricings_bulk.json +58 -0
  297. package/dist/catalog-db/endpoints/put_units_pricing_matrices_bulk.json +58 -0
  298. package/dist/catalog-db/endpoints/put_units_pricing_matrices_bulk_async.json +46 -0
  299. package/dist/catalog-db/endpoints/put_units_unitid_pricing_matrices.json +66 -0
  300. package/dist/catalog-db/index.json +1894 -0
  301. package/dist/clients/appfolio-client.js +131 -0
  302. package/dist/clients/appfolio-db-client.js +186 -0
  303. package/dist/helpers/register-db-tools.js +27 -0
  304. package/dist/helpers/register-report-tools.js +27 -0
  305. package/dist/index.js +10 -0
  306. package/dist/server/appfolio-mcp-server.js +18 -0
  307. package/dist/tools/call-endpoint.js +109 -0
  308. package/dist/tools/describe-endpoint.js +63 -0
  309. package/dist/tools/describe-report.js +55 -0
  310. package/dist/tools/list-endpoints.js +90 -0
  311. package/dist/tools/list-reports.js +58 -0
  312. package/dist/tools/run-report.js +102 -0
  313. package/package.json +42 -0
@@ -0,0 +1,330 @@
1
+ {
2
+ "operationId": "post_owners",
3
+ "resource": "owners",
4
+ "name": "Create Owner",
5
+ "method": "POST",
6
+ "path": "/owners",
7
+ "description": "Create an owner",
8
+ "deprecated": false,
9
+ "writeOperation": true,
10
+ "pagination": false,
11
+ "requestBody": {
12
+ "required": true,
13
+ "description": "Owner object",
14
+ "attributes": [
15
+ {
16
+ "name": "FirstName",
17
+ "type": "string",
18
+ "required": false,
19
+ "description": "The first name of the owner. This value is required when CompanyName is not provided."
20
+ },
21
+ {
22
+ "name": "LastName",
23
+ "type": "string",
24
+ "required": false,
25
+ "description": "The last name of the owner. This value is required when CompanyName is not provided."
26
+ },
27
+ {
28
+ "name": "CompanyName",
29
+ "type": "string",
30
+ "required": false,
31
+ "description": "The company name associated with the owner. This value is required when FirstName or LastName is not provided."
32
+ },
33
+ {
34
+ "name": "Email",
35
+ "type": "string",
36
+ "required": false,
37
+ "deprecated": true,
38
+ "description": "The primary email address of the owner"
39
+ },
40
+ {
41
+ "name": "PhoneNumber",
42
+ "type": "string",
43
+ "required": false,
44
+ "deprecated": true,
45
+ "description": "The owner's primary phone number"
46
+ },
47
+ {
48
+ "name": "Address1",
49
+ "type": "string",
50
+ "required": false,
51
+ "deprecated": true,
52
+ "description": "The primary street address of the owner"
53
+ },
54
+ {
55
+ "name": "Address2",
56
+ "type": "string",
57
+ "required": false,
58
+ "deprecated": true,
59
+ "description": "Additional street address information pertaining to the owner"
60
+ },
61
+ {
62
+ "name": "City",
63
+ "type": "string",
64
+ "required": false,
65
+ "deprecated": true,
66
+ "description": "The city where the owner is located"
67
+ },
68
+ {
69
+ "name": "State",
70
+ "type": "string",
71
+ "required": false,
72
+ "deprecated": true,
73
+ "description": "The state where the owner is located. This attribute must not be an unincorporated US territory, i.e., (AS, FM, MH, MP, or VI) for primary address when UseOnlinePayables and OwnerPaidByACH are both true. This value must be valid when UseOnlinePayables is true, OwnerPaidByACH and UseAlternatePayee are both false or not provided."
74
+ },
75
+ {
76
+ "name": "Zip",
77
+ "type": "string",
78
+ "required": false,
79
+ "deprecated": true,
80
+ "description": "The zip code where the owner is located. Must be a string in 5-digit ZIP code format (e.g., 93013) or ZIP+4 format (e.g., 93013-0429). This attribute is required for primary address when UseOnlinePayables and OwnerPaidByACH are both true or when UseOnlinePayables is true, OwnerPaidByACH and UseAlternatePayee are both false or not provided."
81
+ },
82
+ {
83
+ "name": "CountryCode",
84
+ "type": "string",
85
+ "required": false,
86
+ "deprecated": true,
87
+ "description": "The country code of the owner (e.g. US for United states). This attribute must be US for primary address when UseOnlinePayables and OwnerPaidByACH are both true or when UseOnlinePayables is true, OwnerPaidByACH and UseAlternatePayee are both false or not provided."
88
+ },
89
+ {
90
+ "name": "OwnerPaidByACH",
91
+ "type": "boolean",
92
+ "required": false,
93
+ "description": "Indicates whether the owner is paid via ACH (Automated Clearing House) transfer"
94
+ },
95
+ {
96
+ "name": "UseOnlinePayables",
97
+ "type": "boolean",
98
+ "required": false,
99
+ "description": "Indicates whether the owner is paid via online payables"
100
+ },
101
+ {
102
+ "name": "BankAccountRoutingNumber",
103
+ "type": "string",
104
+ "required": false,
105
+ "description": "The owner's bank account routing number. This attribute is required when UseOnlinePayables and OwnerPaidByACH are both true."
106
+ },
107
+ {
108
+ "name": "BankAccountNumber",
109
+ "type": "string",
110
+ "required": false,
111
+ "description": "The owner's bank account number. This attribute is required when UseOnlinePayables and OwnerPaidByACH are both true."
112
+ },
113
+ {
114
+ "name": "SavingsAccount",
115
+ "type": "boolean",
116
+ "required": false,
117
+ "description": "Indicates whether the owner's bank account is a checking or savings account. If true, the owner is using a savings account; otherwise, the bank account in use is a checking account."
118
+ },
119
+ {
120
+ "name": "TaxpayerName",
121
+ "type": "string",
122
+ "required": false,
123
+ "description": "The name of the taxpayer associated with the owner's account"
124
+ },
125
+ {
126
+ "name": "TaxpayerId",
127
+ "type": "string",
128
+ "required": false,
129
+ "description": "The tax identification number of the taxpayer associated with the owner's account"
130
+ },
131
+ {
132
+ "name": "Send1099",
133
+ "type": "boolean",
134
+ "required": false,
135
+ "description": "Indicates whether a 1099 form is sent to the owner. Note: If Send1099 is set to false, only Send1099 will be considered in the request. The OwnerConsentedToReceiveElectronic1099 and Sending1099Preference values will not be processed."
136
+ },
137
+ {
138
+ "name": "OwnerConsentedToReceiveElectronic1099",
139
+ "type": "boolean",
140
+ "required": false,
141
+ "description": "Indicates whether the owner has consented to receive the 1099 tax form electronically. If true, the owner's Email must be provided in the request."
142
+ },
143
+ {
144
+ "name": "Sending1099Preference",
145
+ "type": "string",
146
+ "required": false,
147
+ "enum": ["Paper", "Electronic", "PaperAndElectronic"],
148
+ "description": "Indicates the owner's 1099 sending preference. Valid values include \"Paper\", \"Electronic\" or \"PaperAndElectronic\"."
149
+ },
150
+ {
151
+ "name": "EmailEcheckReceipt",
152
+ "type": "boolean",
153
+ "required": false,
154
+ "description": "Indicates whether or not to send a notification to the owner after an eCheck payment is made. It can only be set when Owner Vendor eCheck is enabled and the owner has a primary email address. Additionally, OwnerPaidByACH must be true. If Online Payables is enabled, UseOnlinePayables must also be true."
155
+ },
156
+ {
157
+ "name": "HoldPayments",
158
+ "type": "boolean",
159
+ "required": false,
160
+ "description": "When set to true, bills created for the owner through the Pay Owner or Owner Draw function will not be available in the Pay Bills flow."
161
+ },
162
+ {
163
+ "name": "Tags",
164
+ "type": "Array of strings",
165
+ "required": false,
166
+ "description": "User-defined tag(s) that categorize the owner"
167
+ },
168
+ {
169
+ "name": "UseAlternatePayee",
170
+ "type": "boolean",
171
+ "required": false,
172
+ "description": "Indicates whether or not the owner payments are submitted to an alternate person other than what is listed for Owner First, Last and/or Company Name"
173
+ },
174
+ {
175
+ "name": "AlternatePayeeName",
176
+ "type": "string",
177
+ "required": false,
178
+ "description": "The name of the alternate payee. This attribute can be provided only when UseAlternatePayee is true."
179
+ },
180
+ {
181
+ "name": "AlternatePaymentAddress1",
182
+ "type": "string",
183
+ "required": false,
184
+ "description": "The street address of the Alternate Payee. This attribute must be provided when UseAlternatePayee is true."
185
+ },
186
+ {
187
+ "name": "AlternatePaymentAddress2",
188
+ "type": "string",
189
+ "required": false,
190
+ "description": "Additional street address information pertaining to the alternate payee. This attribute can be provided only when UseAlternatePayee is true."
191
+ },
192
+ {
193
+ "name": "AlternatePaymentCity",
194
+ "type": "string",
195
+ "required": false,
196
+ "description": "The city where the alternate payee is located. This attribute must be provided when UseAlternatePayee is true."
197
+ },
198
+ {
199
+ "name": "AlternatePaymentState",
200
+ "type": "string",
201
+ "required": false,
202
+ "description": "The state where the alternate payee is located. This attribute can be provided only when UseAlternatePayee is true. This attribute is required and must be valid when UseOnlinePayables is true and OwnerPaidByACH is false or not provided."
203
+ },
204
+ {
205
+ "name": "AlternatePaymentPostalCode",
206
+ "type": "string",
207
+ "required": false,
208
+ "description": "The zip code where the alternate payee is located. This attribute can be provided only when UseAlternatePayee is true. Must be a string in 5-digit ZIP code format (e.g., 93013) or ZIP+4 format (e.g., 93013-0429). This attribute is required when UseOnlinePayables is true and OwnerPaidByACH is false or not provided."
209
+ },
210
+ {
211
+ "name": "AlternatePaymentCountryCode",
212
+ "type": "string",
213
+ "required": false,
214
+ "description": "The country code of the alternate payee (e.g. US for United states). This attribute must be provided when UseAlternatePayee is true. This attribute must be US when UseOnlinePayables is true and OwnerPaidByACH is false or not provided."
215
+ },
216
+ {
217
+ "name": "Emails",
218
+ "type": "array",
219
+ "required": false,
220
+ "description": "The owner's emails. This attribute must not be provided together with Email.",
221
+ "attributes": [
222
+ {
223
+ "name": "EmailAddress",
224
+ "type": "string",
225
+ "required": true,
226
+ "description": "The owner's email address"
227
+ },
228
+ {
229
+ "name": "IsPrimary",
230
+ "type": "boolean",
231
+ "required": false,
232
+ "description": "Indicates whether the email address provided is the owner's primary email address"
233
+ }
234
+ ]
235
+ },
236
+ {
237
+ "name": "PhoneNumbers",
238
+ "type": "array",
239
+ "required": false,
240
+ "description": "The owner's phone number(s). This attribute must not be provided together with PhoneNumber.",
241
+ "attributes": [
242
+ {
243
+ "name": "Number",
244
+ "type": "string",
245
+ "required": true,
246
+ "description": "The owner's phone number"
247
+ },
248
+ {
249
+ "name": "AdditionalDetails",
250
+ "type": "string",
251
+ "required": false,
252
+ "description": "Additional detailed information pertaining to the phone number associated with the owner"
253
+ },
254
+ {
255
+ "name": "IsPrimary",
256
+ "type": "boolean",
257
+ "required": false,
258
+ "description": "Indicates whether the phone number provided is the owner's main contact number"
259
+ },
260
+ {
261
+ "name": "Label",
262
+ "type": "string",
263
+ "required": false,
264
+ "enum": ["Fax", "Home", "Mobile", "Office"],
265
+ "description": "The label of the phone number, e.g. 'Home'"
266
+ }
267
+ ]
268
+ },
269
+ {
270
+ "name": "Addresses",
271
+ "type": "array",
272
+ "required": false,
273
+ "description": "The owner's address(es). This attribute must not be provided together with Address1, Address2, City, State, Zip, or CountryCode. The primary address is required when UseOnlinePayables and OwnerPaidByACH are both true, or when UseOnlinePayables is true, OwnerPaidByACH and UseAlternatePayee are both false or not provided.",
274
+ "attributes": [
275
+ {
276
+ "name": "Address1",
277
+ "type": "string",
278
+ "required": true,
279
+ "description": "The primary street address of the owner"
280
+ },
281
+ {
282
+ "name": "City",
283
+ "type": "string",
284
+ "required": true,
285
+ "description": "The city where the owner resides"
286
+ },
287
+ {
288
+ "name": "CountryCode",
289
+ "type": "string",
290
+ "required": true,
291
+ "description": "The country code of the owner (e.g. \"US\" for United States). This attribute must be US for primary address when UseOnlinePayables and OwnerPaidByACH are both true or when UseOnlinePayables is true, OwnerPaidByACH and UseAlternatePayee are both false or not provided."
292
+ },
293
+ {
294
+ "name": "Address2",
295
+ "type": "string",
296
+ "required": false,
297
+ "description": "The secondary street address of the owner"
298
+ },
299
+ {
300
+ "name": "State",
301
+ "type": "string",
302
+ "required": false,
303
+ "description": "The state where the owner resides. This attribute must not be an unincorporated US territory, i.e., (AS, FM, MH, MP, or VI) for primary address when UseOnlinePayables and OwnerPaidByACH are both true. This value must be valid when UseOnlinePayables is true, OwnerPaidByACH and UseAlternatePayee are both false or not provided."
304
+ },
305
+ {
306
+ "name": "PostalCode",
307
+ "type": "string",
308
+ "required": false,
309
+ "description": "The postal code where the owner resides. Must be a string in 5-digit ZIP code format (e.g., 93013) or ZIP+4 format (e.g., 93013-0429). This attribute is required for primary address when UseOnlinePayables and OwnerPaidByACH are both true or when UseOnlinePayables is true, OwnerPaidByACH and UseAlternatePayee are both false or not provided."
310
+ },
311
+ {
312
+ "name": "IsPrimary",
313
+ "type": "boolean",
314
+ "required": false,
315
+ "description": "Indicates whether the address provided is the owner's primary address"
316
+ }
317
+ ]
318
+ }
319
+ ]
320
+ },
321
+ "responseFields": [
322
+ {
323
+ "name": "Id",
324
+ "type": "string <uuid>",
325
+ "required": false,
326
+ "description": "Unique identifier of the created owner"
327
+ }
328
+ ],
329
+ "requestSample": "{\n \"Address1\": \"123 Alpine St\",\n \"Address2\": \"Unit A\",\n \"City\": \"Santa Barbara\",\n \"State\": \"CA\",\n \"Zip\": \"93101\",\n \"CountryCode\": \"US\",\n \"FirstName\": \"Joe\",\n \"LastName\": \"Owner\",\n \"CompanyName\": \"OwnerComp\",\n \"Email\": \"joe@owners.com\",\n \"PhoneNumber\": \"(310) 555-0194\",\n \"OwnerPaidByACH\": true,\n \"UseOnlinePayables\": true,\n \"BankAccountRoutingNumber\": \"121042882\",\n \"BankAccountNumber\": \"23438791498723\",\n \"SavingsAccount\": true,\n \"TaxpayerName\": \"OwnerComp\",\n \"TaxpayerId\": \"999-99-9999\",\n \"Send1099\": true,\n \"OwnerConsentedToReceiveElectronic1099\": false,\n \"Sending1099Preference\": \"Paper\",\n \"PhoneNumbers\": [{}],\n \"Emails\": [{}],\n \"Addresses\": [{}],\n \"Tags\": [\"Tag Name\"],\n \"UseAlternatePayee\": true,\n \"AlternatePayeeName\": \"John Smith\",\n \"AlternatePaymentAddress1\": \"123 Highland Avenue\",\n \"AlternatePaymentAddress2\": \"Unit C\",\n \"AlternatePaymentCity\": \"Santa Barbara\",\n \"AlternatePaymentState\": \"CA\",\n \"AlternatePaymentPostalCode\": \"93117\",\n \"AlternatePaymentCountryCode\": \"US\",\n \"EmailEcheckReceipt\": false,\n \"HoldPayments\": true\n}"
330
+ }
@@ -0,0 +1,203 @@
1
+ {
2
+ "operationId": "post_owners_bulk",
3
+ "resource": "owners",
4
+ "name": "Bulk Create Owners",
5
+ "method": "POST",
6
+ "path": "/owners/bulk",
7
+ "description": "Create owners in bulk",
8
+ "deprecated": false,
9
+ "writeOperation": true,
10
+ "pagination": false,
11
+ "requestBody": {
12
+ "required": true,
13
+ "description": "Owner objects",
14
+ "attributes": [
15
+ {
16
+ "name": "data",
17
+ "type": "array",
18
+ "required": false,
19
+ "description": "Array of owner objects to create in bulk",
20
+ "attributes": [
21
+ {
22
+ "name": "ReferenceId",
23
+ "type": "string",
24
+ "required": true,
25
+ "description": "Transient unique ID assigned by the developer. Used to reference individual owner in the bulk-creation of owners."
26
+ },
27
+ {
28
+ "name": "FirstName",
29
+ "type": "string",
30
+ "required": false,
31
+ "description": "The first name of the owner. This value is required when CompanyName is not provided."
32
+ },
33
+ {
34
+ "name": "LastName",
35
+ "type": "string",
36
+ "required": false,
37
+ "description": "The last name of the owner. This value is required when CompanyName is not provided."
38
+ },
39
+ {
40
+ "name": "CompanyName",
41
+ "type": "string",
42
+ "required": false,
43
+ "description": "The company name associated with the owner. This value is required when FirstName or LastName is not provided."
44
+ },
45
+ {
46
+ "name": "OwnerPaidByACH",
47
+ "type": "boolean",
48
+ "required": false,
49
+ "description": "Indicates whether the owner is paid via ACH (Automated Clearing House) transfer"
50
+ },
51
+ {
52
+ "name": "UseOnlinePayables",
53
+ "type": "boolean",
54
+ "required": false,
55
+ "description": "Indicates whether the owner is paid via online payables"
56
+ },
57
+ {
58
+ "name": "BankAccountRoutingNumber",
59
+ "type": "string",
60
+ "required": false,
61
+ "description": "The owner's bank account routing number. This attribute is required when UseOnlinePayables and OwnerPaidByACH are both true."
62
+ },
63
+ {
64
+ "name": "BankAccountNumber",
65
+ "type": "string",
66
+ "required": false,
67
+ "description": "The owner's bank account number. This attribute is required when UseOnlinePayables and OwnerPaidByACH are both true."
68
+ },
69
+ {
70
+ "name": "SavingsAccount",
71
+ "type": "boolean",
72
+ "required": false,
73
+ "description": "Indicates whether the owner's bank account is a checking or savings account. If true, the owner is using a savings account; otherwise, the bank account in use is a checking account."
74
+ },
75
+ {
76
+ "name": "TaxpayerName",
77
+ "type": "string",
78
+ "required": false,
79
+ "description": "The name of the taxpayer associated with the owner's account"
80
+ },
81
+ {
82
+ "name": "TaxpayerId",
83
+ "type": "string",
84
+ "required": false,
85
+ "description": "The tax identification number of the taxpayer associated with the owner's account"
86
+ },
87
+ {
88
+ "name": "Send1099",
89
+ "type": "boolean",
90
+ "required": false,
91
+ "description": "Indicates whether a 1099 form is sent to the owner. Note: If Send1099 is set to false, only Send1099 will be considered in the request. The OwnerConsentedToReceiveElectronic1099 and Sending1099Preference values will not be processed."
92
+ },
93
+ {
94
+ "name": "OwnerConsentedToReceiveElectronic1099",
95
+ "type": "boolean",
96
+ "required": false,
97
+ "description": "Indicates whether the owner has consented to receive the 1099 tax form electronically. If true, the owner's Email must be provided in the request."
98
+ },
99
+ {
100
+ "name": "Sending1099Preference",
101
+ "type": "string",
102
+ "required": false,
103
+ "enum": ["Paper", "Electronic", "PaperAndElectronic"],
104
+ "description": "Indicates the owner's 1099 sending preference. Valid values include \"Paper\", \"Electronic\" or \"PaperAndElectronic\"."
105
+ },
106
+ {
107
+ "name": "EmailEcheckReceipt",
108
+ "type": "boolean",
109
+ "required": false,
110
+ "description": "Indicates whether or not to send a notification to the owner after an eCheck payment is made. It can only be set when Owner Vendor eCheck is enabled and the owner has a primary email address. Additionally, OwnerPaidByACH must be true. If Online Payables is enabled, UseOnlinePayables must also be true."
111
+ },
112
+ {
113
+ "name": "HoldPayments",
114
+ "type": "boolean",
115
+ "required": false,
116
+ "description": "When set to true, bills created for the owner through the Pay Owner or Owner Draw function will not be available in the Pay Bills flow."
117
+ },
118
+ {
119
+ "name": "Tags",
120
+ "type": "Array of strings",
121
+ "required": false,
122
+ "description": "User-defined tag(s) that categorize the owner"
123
+ },
124
+ {
125
+ "name": "UseAlternatePayee",
126
+ "type": "boolean",
127
+ "required": false,
128
+ "description": "Indicates whether or not the owner payments are submitted to an alternate person other than what is listed for Owner First, Last and/or Company Name"
129
+ },
130
+ {
131
+ "name": "AlternatePayeeName",
132
+ "type": "string",
133
+ "required": false,
134
+ "description": "The name of the alternate payee. This attribute can be provided only when UseAlternatePayee is true."
135
+ },
136
+ {
137
+ "name": "AlternatePaymentAddress1",
138
+ "type": "string",
139
+ "required": false,
140
+ "description": "The street address of the Alternate Payee. This attribute must be provided when UseAlternatePayee is true."
141
+ },
142
+ {
143
+ "name": "AlternatePaymentAddress2",
144
+ "type": "string",
145
+ "required": false,
146
+ "description": "Additional street address information pertaining to the alternate payee. This attribute can be provided only when UseAlternatePayee is true."
147
+ },
148
+ {
149
+ "name": "AlternatePaymentCity",
150
+ "type": "string",
151
+ "required": false,
152
+ "description": "The city where the alternate payee is located. This attribute must be provided when UseAlternatePayee is true."
153
+ },
154
+ {
155
+ "name": "AlternatePaymentState",
156
+ "type": "string",
157
+ "required": false,
158
+ "description": "The state where the alternate payee is located. This attribute can be provided only when UseAlternatePayee is true. This attribute is required and must be valid when UseOnlinePayables is true and OwnerPaidByACH is false or not provided."
159
+ },
160
+ {
161
+ "name": "AlternatePaymentPostalCode",
162
+ "type": "string",
163
+ "required": false,
164
+ "description": "The zip code where the alternate payee is located. This attribute can be provided only when UseAlternatePayee is true. Must be a string in 5-digit ZIP code format (e.g., 93013) or ZIP+4 format (e.g., 93013-0429). This attribute is required when UseOnlinePayables is true and OwnerPaidByACH is false or not provided."
165
+ },
166
+ {
167
+ "name": "AlternatePaymentCountryCode",
168
+ "type": "string",
169
+ "required": false,
170
+ "description": "The country code of the alternate payee (e.g. US for United states). This attribute must be provided when UseAlternatePayee is true. This attribute must be US when UseOnlinePayables is true and OwnerPaidByACH is false or not provided."
171
+ },
172
+ {
173
+ "name": "Emails",
174
+ "type": "array",
175
+ "required": false,
176
+ "description": "The owner's emails."
177
+ },
178
+ {
179
+ "name": "PhoneNumbers",
180
+ "type": "array",
181
+ "required": false,
182
+ "description": "The owner's phone number(s)."
183
+ },
184
+ {
185
+ "name": "Addresses",
186
+ "type": "array",
187
+ "required": false,
188
+ "description": "The owner's address(es). The primary address is required when UseOnlinePayables and OwnerPaidByACH are both true, or when UseOnlinePayables is true, OwnerPaidByACH and UseAlternatePayee are both false or not provided."
189
+ }
190
+ ]
191
+ }
192
+ ]
193
+ },
194
+ "responseFields": [
195
+ {
196
+ "name": "JobId",
197
+ "type": "string <uuid>",
198
+ "required": false,
199
+ "description": "The job identifier for the bulk create operation"
200
+ }
201
+ ],
202
+ "requestSample": "{\n \"data\": [\n {}\n ]\n}"
203
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "operationId": "post_owners_ownerid_attachments",
3
+ "resource": "owners",
4
+ "name": "Create Owner Attachment",
5
+ "method": "POST",
6
+ "path": "/owners/{OwnerId}/attachments",
7
+ "description": "Upload an attachment to an owner",
8
+ "deprecated": false,
9
+ "writeOperation": true,
10
+ "pagination": false,
11
+ "pathParams": [
12
+ {
13
+ "name": "OwnerId",
14
+ "type": "string <uuid>",
15
+ "required": true,
16
+ "description": "The owner to which the file will be attached"
17
+ }
18
+ ],
19
+ "requestBody": {
20
+ "required": true,
21
+ "description": "Attachment object (multipart/form-data)",
22
+ "attributes": [
23
+ {
24
+ "name": "File",
25
+ "type": "string",
26
+ "required": false,
27
+ "description": "Filename.file-extension"
28
+ }
29
+ ]
30
+ },
31
+ "responseFields": [
32
+ {
33
+ "name": "Id",
34
+ "type": "string <uuid>",
35
+ "required": false,
36
+ "description": "Unique identifier of the owner attachment"
37
+ }
38
+ ],
39
+ "requestSample": "{\n \"File\": \"/path/to/file.pdf\"\n}"
40
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "operationId": "post_owners_ownerid_notes",
3
+ "resource": "owners",
4
+ "name": "Create Owner Note",
5
+ "method": "POST",
6
+ "path": "/owners/{OwnerId}/notes",
7
+ "description": "Add a note to an owner.",
8
+ "deprecated": false,
9
+ "writeOperation": true,
10
+ "pagination": false,
11
+ "pathParams": [
12
+ {
13
+ "name": "OwnerId",
14
+ "type": "string <uuid>",
15
+ "required": true,
16
+ "description": "The owner to which the note will be attached."
17
+ }
18
+ ],
19
+ "requestBody": {
20
+ "required": true,
21
+ "description": "Note object",
22
+ "attributes": [
23
+ {
24
+ "name": "Body",
25
+ "type": "string",
26
+ "required": false,
27
+ "description": "A brief informative message about the owner note. An owner note cannot exceed 65,535 characters."
28
+ }
29
+ ]
30
+ },
31
+ "responseFields": [
32
+ {
33
+ "name": "Id",
34
+ "type": "string <uuid>",
35
+ "required": false,
36
+ "description": "Unique identifier of the owner note."
37
+ }
38
+ ],
39
+ "requestSample": "{\n \"Body\": \"This owner have scheduled a cleaning service on 11/11/2023\"\n}"
40
+ }