@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.
- package/COMMERCIAL.md +35 -0
- package/LICENSE +661 -0
- package/README.md +127 -0
- package/dist/catalog/index.json +1511 -0
- package/dist/catalog/report-spec.js +27 -0
- package/dist/catalog/reports/account_totals.json +112 -0
- package/dist/catalog/reports/additional_fees.json +73 -0
- package/dist/catalog/reports/aged_payables_summary.json +124 -0
- package/dist/catalog/reports/aged_receivables_detail.json +132 -0
- package/dist/catalog/reports/amenities_by_property.json +73 -0
- package/dist/catalog/reports/annual_budget_comparative.json +138 -0
- package/dist/catalog/reports/annual_budget_forecast.json +125 -0
- package/dist/catalog/reports/appfolio_stack_usage.json +112 -0
- package/dist/catalog/reports/association_work_order.json +232 -0
- package/dist/catalog/reports/balance_sheet.json +124 -0
- package/dist/catalog/reports/balance_sheet_comparative.json +126 -0
- package/dist/catalog/reports/balance_sheet_comparison.json +113 -0
- package/dist/catalog/reports/bank_account_association.json +94 -0
- package/dist/catalog/reports/bill_detail.json +183 -0
- package/dist/catalog/reports/board_of_directors.json +87 -0
- package/dist/catalog/reports/budget_comparative.json +162 -0
- package/dist/catalog/reports/budget_comparison.json +141 -0
- package/dist/catalog/reports/cancelled_processes.json +122 -0
- package/dist/catalog/reports/cash_flow.json +158 -0
- package/dist/catalog/reports/cash_flow_comparison.json +158 -0
- package/dist/catalog/reports/cash_flow_detail.json +129 -0
- package/dist/catalog/reports/charge_detail.json +198 -0
- package/dist/catalog/reports/chart_of_accounts.json +22 -0
- package/dist/catalog/reports/check_register.json +181 -0
- package/dist/catalog/reports/check_register_detail.json +181 -0
- package/dist/catalog/reports/completed_processes.json +117 -0
- package/dist/catalog/reports/delinquency.json +164 -0
- package/dist/catalog/reports/delinquency_as_of.json +155 -0
- package/dist/catalog/reports/deposit_register.json +51 -0
- package/dist/catalog/reports/dues_roll.json +89 -0
- package/dist/catalog/reports/dues_roll_itemized.json +113 -0
- package/dist/catalog/reports/eligible_debt_summary.json +73 -0
- package/dist/catalog/reports/email_delivery_errors.json +104 -0
- package/dist/catalog/reports/expense_distribution.json +109 -0
- package/dist/catalog/reports/expense_register.json +149 -0
- package/dist/catalog/reports/fixed_assets.json +111 -0
- package/dist/catalog/reports/flows_assigned_tasks.json +103 -0
- package/dist/catalog/reports/fund_balance_sheet.json +113 -0
- package/dist/catalog/reports/fund_balance_sheet_active_funds.json +113 -0
- package/dist/catalog/reports/fund_income_statement.json +132 -0
- package/dist/catalog/reports/general_ledger.json +166 -0
- package/dist/catalog/reports/gross_potential_rent_enhanced.json +102 -0
- package/dist/catalog/reports/guest_card_inquiries.json +177 -0
- package/dist/catalog/reports/guest_cards.json +161 -0
- package/dist/catalog/reports/historical_advertised_rent.json +92 -0
- package/dist/catalog/reports/homeowner_delinquency.json +143 -0
- package/dist/catalog/reports/homeowner_delinquency_as_of.json +161 -0
- package/dist/catalog/reports/homeowner_directory.json +126 -0
- package/dist/catalog/reports/homeowner_ledger.json +59 -0
- package/dist/catalog/reports/homeowner_prepayment_balance.json +127 -0
- package/dist/catalog/reports/homeowner_resale.json +107 -0
- package/dist/catalog/reports/homeowner_vehicle_info.json +104 -0
- package/dist/catalog/reports/import_variances.json +41 -0
- package/dist/catalog/reports/in_progress_workflows.json +181 -0
- package/dist/catalog/reports/inactive_guest_cards.json +134 -0
- package/dist/catalog/reports/income_register.json +131 -0
- package/dist/catalog/reports/income_statement.json +130 -0
- package/dist/catalog/reports/income_statement_comparative.json +140 -0
- package/dist/catalog/reports/income_statement_comparison.json +135 -0
- package/dist/catalog/reports/income_statement_date_range.json +134 -0
- package/dist/catalog/reports/inspection_detail.json +107 -0
- package/dist/catalog/reports/insurance_enforcement.json +22 -0
- package/dist/catalog/reports/insurance_usage.json +92 -0
- package/dist/catalog/reports/inventory_status.json +73 -0
- package/dist/catalog/reports/inventory_usage.json +131 -0
- package/dist/catalog/reports/keys_detail.json +131 -0
- package/dist/catalog/reports/late_fee_policy_comparison.json +135 -0
- package/dist/catalog/reports/lease_expiration_detail.json +147 -0
- package/dist/catalog/reports/lease_expiration_summary.json +95 -0
- package/dist/catalog/reports/lease_history.json +147 -0
- package/dist/catalog/reports/leasing_agent_performance.json +54 -0
- package/dist/catalog/reports/leasing_funnel_performance.json +113 -0
- package/dist/catalog/reports/leasing_summary.json +92 -0
- package/dist/catalog/reports/loans.json +95 -0
- package/dist/catalog/reports/occupancy_custom_fields.json +73 -0
- package/dist/catalog/reports/occupancy_summary.json +95 -0
- package/dist/catalog/reports/owner1099.json +135 -0
- package/dist/catalog/reports/owner1099_detail.json +156 -0
- package/dist/catalog/reports/owner_custom_fields.json +73 -0
- package/dist/catalog/reports/owner_directory.json +101 -0
- package/dist/catalog/reports/owner_leasing.json +115 -0
- package/dist/catalog/reports/owner_withholdings.json +170 -0
- package/dist/catalog/reports/payment_plans.json +128 -0
- package/dist/catalog/reports/premium_leads_billing_detail.json +70 -0
- package/dist/catalog/reports/project_budget_detail.json +56 -0
- package/dist/catalog/reports/project_directory.json +144 -0
- package/dist/catalog/reports/property_budget.json +83 -0
- package/dist/catalog/reports/property_custom_fields.json +73 -0
- package/dist/catalog/reports/property_directory.json +73 -0
- package/dist/catalog/reports/property_group_directory.json +85 -0
- package/dist/catalog/reports/property_performance.json +115 -0
- package/dist/catalog/reports/property_staff_assignments.json +73 -0
- package/dist/catalog/reports/prospect_source_tracking.json +92 -0
- package/dist/catalog/reports/purchase_order.json +163 -0
- package/dist/catalog/reports/receivables_activity.json +138 -0
- package/dist/catalog/reports/renewal_summary.json +134 -0
- package/dist/catalog/reports/rent_roll.json +114 -0
- package/dist/catalog/reports/rent_roll_commercial.json +106 -0
- package/dist/catalog/reports/rent_roll_itemized.json +125 -0
- package/dist/catalog/reports/rentable_items.json +97 -0
- package/dist/catalog/reports/rental_applications.json +118 -0
- package/dist/catalog/reports/renter_directory.json +60 -0
- package/dist/catalog/reports/resident_financial_activity.json +107 -0
- package/dist/catalog/reports/screening_assessments.json +104 -0
- package/dist/catalog/reports/screening_usage.json +92 -0
- package/dist/catalog/reports/security_deposit_funds_detail.json +141 -0
- package/dist/catalog/reports/showings.json +123 -0
- package/dist/catalog/reports/student_housing_rent_roll_by_bed.json +125 -0
- package/dist/catalog/reports/surveys_summary.json +118 -0
- package/dist/catalog/reports/tenant_debt_collections_status.json +90 -0
- package/dist/catalog/reports/tenant_directory.json +120 -0
- package/dist/catalog/reports/tenant_ledger.json +72 -0
- package/dist/catalog/reports/tenant_tickler.json +102 -0
- package/dist/catalog/reports/tenant_transactions_summary.json +97 -0
- package/dist/catalog/reports/tenant_unpaid_charges_summary.json +147 -0
- package/dist/catalog/reports/tenant_vehicle_info.json +107 -0
- package/dist/catalog/reports/trial_balance.json +104 -0
- package/dist/catalog/reports/trial_balance_by_property.json +104 -0
- package/dist/catalog/reports/trust_account_balance.json +116 -0
- package/dist/catalog/reports/trust_account_balance_detail.json +112 -0
- package/dist/catalog/reports/twelve_month_cash_flow.json +157 -0
- package/dist/catalog/reports/twelve_month_income_statement.json +147 -0
- package/dist/catalog/reports/unit_custom_fields.json +73 -0
- package/dist/catalog/reports/unit_directory.json +80 -0
- package/dist/catalog/reports/unit_inspection.json +95 -0
- package/dist/catalog/reports/unit_turn_detail.json +104 -0
- package/dist/catalog/reports/unit_vacancy.json +143 -0
- package/dist/catalog/reports/unpaid_balances_by_month.json +181 -0
- package/dist/catalog/reports/upcoming_activities.json +142 -0
- package/dist/catalog/reports/vendor1099.json +84 -0
- package/dist/catalog/reports/vendor_custom_fields.json +22 -0
- package/dist/catalog/reports/vendor_directory.json +134 -0
- package/dist/catalog/reports/vendor_ledger.json +122 -0
- package/dist/catalog/reports/vendor_ledger_enhanced.json +122 -0
- package/dist/catalog/reports/violation_detail.json +122 -0
- package/dist/catalog/reports/work_order.json +254 -0
- package/dist/catalog/reports/work_order_labor_summary.json +148 -0
- package/dist/catalog-db/endpoint-spec.js +22 -0
- package/dist/catalog-db/endpoints/delete_inspections_inspectionid.json +21 -0
- package/dist/catalog-db/endpoints/delete_inventories_id.json +21 -0
- package/dist/catalog-db/endpoints/delete_properties_propertyid_marketing_photos_marketingphotoid.json +27 -0
- package/dist/catalog-db/endpoints/delete_properties_propertyid_photos_photoid.json +27 -0
- package/dist/catalog-db/endpoints/delete_units_unitid_photos_photoid.json +27 -0
- package/dist/catalog-db/endpoints/delete_work_orders_workorderid_attachments_attachmentid.json +27 -0
- package/dist/catalog-db/endpoints/get_bank_accounts.json +58 -0
- package/dist/catalog-db/endpoints/get_bills.json +185 -0
- package/dist/catalog-db/endpoints/get_ca_associations.json +106 -0
- package/dist/catalog-db/endpoints/get_ca_bank_balances.json +101 -0
- package/dist/catalog-db/endpoints/get_ca_board_members.json +146 -0
- package/dist/catalog-db/endpoints/get_ca_homeowner_ledgers.json +70 -0
- package/dist/catalog-db/endpoints/get_ca_homeowners.json +151 -0
- package/dist/catalog-db/endpoints/get_ca_renters.json +132 -0
- package/dist/catalog-db/endpoints/get_ca_rules.json +76 -0
- package/dist/catalog-db/endpoints/get_ca_units.json +130 -0
- package/dist/catalog-db/endpoints/get_ca_violations.json +119 -0
- package/dist/catalog-db/endpoints/get_charges.json +76 -0
- package/dist/catalog-db/endpoints/get_corporate_entities.json +88 -0
- package/dist/catalog-db/endpoints/get_custom_fields.json +120 -0
- package/dist/catalog-db/endpoints/get_delinquent_charges.json +88 -0
- package/dist/catalog-db/endpoints/get_gl_accounts.json +115 -0
- package/dist/catalog-db/endpoints/get_gl_details.json +154 -0
- package/dist/catalog-db/endpoints/get_inventories.json +131 -0
- package/dist/catalog-db/endpoints/get_inventory_locations.json +70 -0
- package/dist/catalog-db/endpoints/get_jobs.json +79 -0
- package/dist/catalog-db/endpoints/get_journal_entries.json +137 -0
- package/dist/catalog-db/endpoints/get_late_fee_policies.json +148 -0
- package/dist/catalog-db/endpoints/get_leads.json +248 -0
- package/dist/catalog-db/endpoints/get_leads_notes.json +83 -0
- package/dist/catalog-db/endpoints/get_leases.json +70 -0
- package/dist/catalog-db/endpoints/get_leases_renewal_pricings.json +52 -0
- package/dist/catalog-db/endpoints/get_listings.json +259 -0
- package/dist/catalog-db/endpoints/get_occupancies_documents.json +70 -0
- package/dist/catalog-db/endpoints/get_owner_groups.json +230 -0
- package/dist/catalog-db/endpoints/get_owners.json +258 -0
- package/dist/catalog-db/endpoints/get_owners_attachments.json +82 -0
- package/dist/catalog-db/endpoints/get_owners_notes.json +71 -0
- package/dist/catalog-db/endpoints/get_owners_ownerid.json +247 -0
- package/dist/catalog-db/endpoints/get_payables.json +138 -0
- package/dist/catalog-db/endpoints/get_portfolios.json +70 -0
- package/dist/catalog-db/endpoints/get_properties.json +267 -0
- package/dist/catalog-db/endpoints/get_properties_attachments.json +76 -0
- package/dist/catalog-db/endpoints/get_properties_marketing_photos.json +76 -0
- package/dist/catalog-db/endpoints/get_properties_notes.json +71 -0
- package/dist/catalog-db/endpoints/get_properties_photos.json +76 -0
- package/dist/catalog-db/endpoints/get_property_groups.json +84 -0
- package/dist/catalog-db/endpoints/get_recurring_charges.json +106 -0
- package/dist/catalog-db/endpoints/get_rental_applications.json +186 -0
- package/dist/catalog-db/endpoints/get_rental_applications_notes.json +71 -0
- package/dist/catalog-db/endpoints/get_showings.json +99 -0
- package/dist/catalog-db/endpoints/get_tenant_ledgers.json +82 -0
- package/dist/catalog-db/endpoints/get_tenants.json +273 -0
- package/dist/catalog-db/endpoints/get_tenants_notes.json +71 -0
- package/dist/catalog-db/endpoints/get_unit_types.json +168 -0
- package/dist/catalog-db/endpoints/get_units.json +359 -0
- package/dist/catalog-db/endpoints/get_units_attachments.json +76 -0
- package/dist/catalog-db/endpoints/get_units_notes.json +71 -0
- package/dist/catalog-db/endpoints/get_units_photos.json +70 -0
- package/dist/catalog-db/endpoints/get_users.json +88 -0
- package/dist/catalog-db/endpoints/get_vendors.json +317 -0
- package/dist/catalog-db/endpoints/get_vendors_notes.json +71 -0
- package/dist/catalog-db/endpoints/get_work_orders.json +322 -0
- package/dist/catalog-db/endpoints/get_work_orders_attachments.json +83 -0
- package/dist/catalog-db/endpoints/patch_bills_billid.json +156 -0
- package/dist/catalog-db/endpoints/patch_ca_violations_violationid.json +71 -0
- package/dist/catalog-db/endpoints/patch_inspections_inspectionid.json +77 -0
- package/dist/catalog-db/endpoints/patch_inventories_id.json +113 -0
- package/dist/catalog-db/endpoints/patch_inventory_locations_id.json +52 -0
- package/dist/catalog-db/endpoints/patch_journal_entries_journalentryid.json +90 -0
- package/dist/catalog-db/endpoints/patch_leads_guestcardid_notes_id.json +46 -0
- package/dist/catalog-db/endpoints/patch_leads_leadid.json +162 -0
- package/dist/catalog-db/endpoints/patch_leases_leaseid.json +52 -0
- package/dist/catalog-db/endpoints/patch_owner_groups_id.json +72 -0
- package/dist/catalog-db/endpoints/patch_owners_ownerid.json +344 -0
- package/dist/catalog-db/endpoints/patch_owners_ownerid_notes_id.json +46 -0
- package/dist/catalog-db/endpoints/patch_portfolios_portfolioid.json +46 -0
- package/dist/catalog-db/endpoints/patch_properties_propertyid.json +333 -0
- package/dist/catalog-db/endpoints/patch_properties_propertyid_marketing_photos_marketingphotoid.json +46 -0
- package/dist/catalog-db/endpoints/patch_properties_propertyid_notes_id.json +46 -0
- package/dist/catalog-db/endpoints/patch_properties_propertyid_photos_photoid.json +46 -0
- package/dist/catalog-db/endpoints/patch_property_groups_propertygroupid.json +40 -0
- package/dist/catalog-db/endpoints/patch_recurring_charges_recurringchargeid.json +89 -0
- package/dist/catalog-db/endpoints/patch_rental_applications_rentalapplicationid.json +47 -0
- package/dist/catalog-db/endpoints/patch_rental_applications_rentalapplicationid_notes_id.json +46 -0
- package/dist/catalog-db/endpoints/patch_showings_showingid.json +69 -0
- package/dist/catalog-db/endpoints/patch_tenants_bulk.json +131 -0
- package/dist/catalog-db/endpoints/patch_tenants_tenantid.json +48 -0
- package/dist/catalog-db/endpoints/patch_tenants_tenantid_notes_id.json +46 -0
- package/dist/catalog-db/endpoints/patch_unit_types_unittypeid.json +126 -0
- package/dist/catalog-db/endpoints/patch_units_unitid.json +296 -0
- package/dist/catalog-db/endpoints/patch_units_unitid_notes_id.json +46 -0
- package/dist/catalog-db/endpoints/patch_units_unitid_photos_photoid.json +46 -0
- package/dist/catalog-db/endpoints/patch_vendors_vendorid.json +263 -0
- package/dist/catalog-db/endpoints/patch_vendors_vendorid_notes_id.json +46 -0
- package/dist/catalog-db/endpoints/patch_work_orders_workorderid.json +273 -0
- package/dist/catalog-db/endpoints/patch_work_orders_workorderid_notes_id.json +46 -0
- package/dist/catalog-db/endpoints/post_bank_accounts_bulk.json +167 -0
- package/dist/catalog-db/endpoints/post_bills.json +160 -0
- package/dist/catalog-db/endpoints/post_bills_billid_attachments.json +40 -0
- package/dist/catalog-db/endpoints/post_bills_bulk.json +185 -0
- package/dist/catalog-db/endpoints/post_bills_bulk_async.json +192 -0
- package/dist/catalog-db/endpoints/post_ca_violations.json +63 -0
- package/dist/catalog-db/endpoints/post_ca_violations_violationid_attachments.json +41 -0
- package/dist/catalog-db/endpoints/post_charges.json +56 -0
- package/dist/catalog-db/endpoints/post_charges_bulk.json +70 -0
- package/dist/catalog-db/endpoints/post_charges_bulk_async.json +70 -0
- package/dist/catalog-db/endpoints/post_charges_chargeid_attachments.json +40 -0
- package/dist/catalog-db/endpoints/post_corporate_gl_accounts_bulk.json +71 -0
- package/dist/catalog-db/endpoints/post_gl_accounts_bulk.json +77 -0
- package/dist/catalog-db/endpoints/post_inspections.json +70 -0
- package/dist/catalog-db/endpoints/post_inspections_bulk.json +76 -0
- package/dist/catalog-db/endpoints/post_inspections_inspectionid_attachments.json +41 -0
- package/dist/catalog-db/endpoints/post_inventories.json +105 -0
- package/dist/catalog-db/endpoints/post_inventories_bulk.json +119 -0
- package/dist/catalog-db/endpoints/post_inventory_locations.json +44 -0
- package/dist/catalog-db/endpoints/post_inventory_locations_bulk.json +58 -0
- package/dist/catalog-db/endpoints/post_journal_entries.json +101 -0
- package/dist/catalog-db/endpoints/post_journal_entries_bulk.json +115 -0
- package/dist/catalog-db/endpoints/post_journal_entries_journalentryid_attachments.json +41 -0
- package/dist/catalog-db/endpoints/post_late_fee_policies_bulk.json +115 -0
- package/dist/catalog-db/endpoints/post_leads.json +204 -0
- package/dist/catalog-db/endpoints/post_leads_guestcardid_notes.json +40 -0
- package/dist/catalog-db/endpoints/post_occupancies_occupancyid_attachments.json +41 -0
- package/dist/catalog-db/endpoints/post_owner_groups.json +96 -0
- package/dist/catalog-db/endpoints/post_owners.json +330 -0
- package/dist/catalog-db/endpoints/post_owners_bulk.json +203 -0
- package/dist/catalog-db/endpoints/post_owners_ownerid_attachments.json +40 -0
- package/dist/catalog-db/endpoints/post_owners_ownerid_notes.json +40 -0
- package/dist/catalog-db/endpoints/post_properties_bulk.json +245 -0
- package/dist/catalog-db/endpoints/post_properties_propertyid_attachments.json +40 -0
- package/dist/catalog-db/endpoints/post_properties_propertyid_marketing_photos.json +52 -0
- package/dist/catalog-db/endpoints/post_properties_propertyid_notes.json +40 -0
- package/dist/catalog-db/endpoints/post_properties_propertyid_photos.json +40 -0
- package/dist/catalog-db/endpoints/post_recurring_charges.json +81 -0
- package/dist/catalog-db/endpoints/post_recurring_charges_bulk.json +95 -0
- package/dist/catalog-db/endpoints/post_rental_applications_rentalapplicationid_attachments.json +41 -0
- package/dist/catalog-db/endpoints/post_rental_applications_rentalapplicationid_notes.json +40 -0
- package/dist/catalog-db/endpoints/post_showings.json +62 -0
- package/dist/catalog-db/endpoints/post_tenants_bulk.json +161 -0
- package/dist/catalog-db/endpoints/post_tenants_tenantid_notes.json +40 -0
- package/dist/catalog-db/endpoints/post_unit_types_bulk.json +138 -0
- package/dist/catalog-db/endpoints/post_units_bulk.json +236 -0
- package/dist/catalog-db/endpoints/post_units_unitid_attachments.json +40 -0
- package/dist/catalog-db/endpoints/post_units_unitid_notes.json +40 -0
- package/dist/catalog-db/endpoints/post_units_unitid_photos.json +40 -0
- package/dist/catalog-db/endpoints/post_vendors.json +279 -0
- package/dist/catalog-db/endpoints/post_vendors_bulk.json +279 -0
- package/dist/catalog-db/endpoints/post_vendors_vendorid_notes.json +40 -0
- package/dist/catalog-db/endpoints/post_work_orders.json +251 -0
- package/dist/catalog-db/endpoints/post_work_orders_workorderid_attachments.json +41 -0
- package/dist/catalog-db/endpoints/post_work_orders_workorderid_notes.json +40 -0
- package/dist/catalog-db/endpoints/put_leases_renewal_pricings_bulk.json +58 -0
- package/dist/catalog-db/endpoints/put_units_pricing_matrices_bulk.json +58 -0
- package/dist/catalog-db/endpoints/put_units_pricing_matrices_bulk_async.json +46 -0
- package/dist/catalog-db/endpoints/put_units_unitid_pricing_matrices.json +66 -0
- package/dist/catalog-db/index.json +1894 -0
- package/dist/clients/appfolio-client.js +131 -0
- package/dist/clients/appfolio-db-client.js +186 -0
- package/dist/helpers/register-db-tools.js +27 -0
- package/dist/helpers/register-report-tools.js +27 -0
- package/dist/index.js +10 -0
- package/dist/server/appfolio-mcp-server.js +18 -0
- package/dist/tools/call-endpoint.js +109 -0
- package/dist/tools/describe-endpoint.js +63 -0
- package/dist/tools/describe-report.js +55 -0
- package/dist/tools/list-endpoints.js +90 -0
- package/dist/tools/list-reports.js +58 -0
- package/dist/tools/run-report.js +102 -0
- package/package.json +42 -0
|
@@ -0,0 +1,258 @@
|
|
|
1
|
+
{
|
|
2
|
+
"operationId": "get_owners",
|
|
3
|
+
"resource": "owners",
|
|
4
|
+
"name": "List All Owners",
|
|
5
|
+
"method": "GET",
|
|
6
|
+
"path": "/owners",
|
|
7
|
+
"description": "Returns all owners that meet the filter criteria",
|
|
8
|
+
"deprecated": false,
|
|
9
|
+
"writeOperation": false,
|
|
10
|
+
"pagination": true,
|
|
11
|
+
"queryFilters": [
|
|
12
|
+
{
|
|
13
|
+
"name": "filters",
|
|
14
|
+
"type": "object",
|
|
15
|
+
"required": true,
|
|
16
|
+
"description": "Filters for owners. All GET requests must include a filter for [Id] (if available), or [LastUpdatedAtFrom]."
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "page",
|
|
20
|
+
"type": "object",
|
|
21
|
+
"required": false,
|
|
22
|
+
"description": "Optional pagination parameters. Default: page[number]=1&page[size]=1000."
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"responseFields": [
|
|
26
|
+
{
|
|
27
|
+
"name": "data",
|
|
28
|
+
"type": "array",
|
|
29
|
+
"required": false,
|
|
30
|
+
"description": "Array of owner objects"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "data[].Id",
|
|
34
|
+
"type": "string",
|
|
35
|
+
"required": false,
|
|
36
|
+
"description": "Unique identifier of an owner within an owner group"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "data[].CompanyName",
|
|
40
|
+
"type": "string",
|
|
41
|
+
"required": false,
|
|
42
|
+
"description": "The company name associated with the owner"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "data[].CustomFields",
|
|
46
|
+
"type": "object",
|
|
47
|
+
"required": false,
|
|
48
|
+
"description": "The custom fields for the associated entity"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "data[].Email",
|
|
52
|
+
"type": "string",
|
|
53
|
+
"required": false,
|
|
54
|
+
"deprecated": true,
|
|
55
|
+
"description": "The primary email address of the owner"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "data[].Emails",
|
|
59
|
+
"type": "array",
|
|
60
|
+
"required": false,
|
|
61
|
+
"description": "The owner's emails"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "data[].EmailEcheckReceipt",
|
|
65
|
+
"type": "boolean",
|
|
66
|
+
"required": false,
|
|
67
|
+
"description": "Indicates whether or not to send a notification to the payee after an eCheck payment is made."
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "data[].HoldPayments",
|
|
71
|
+
"type": "boolean",
|
|
72
|
+
"required": false,
|
|
73
|
+
"description": "When true, bills created for the owner through the Pay Owner or Owner Draw function will not be available in the Pay Bills flow."
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "data[].FirstName",
|
|
77
|
+
"type": "string",
|
|
78
|
+
"required": false,
|
|
79
|
+
"description": "The first name of the owner"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"name": "data[].HiddenAt",
|
|
83
|
+
"type": "string <date-time>",
|
|
84
|
+
"required": false,
|
|
85
|
+
"description": "When the owner was marked inactive by an AppFolio Property Manager user"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "data[].IsCompany",
|
|
89
|
+
"type": "boolean",
|
|
90
|
+
"required": false,
|
|
91
|
+
"description": "Indicates whether or not the owner identifies as a company"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "data[].LastName",
|
|
95
|
+
"type": "string",
|
|
96
|
+
"required": false,
|
|
97
|
+
"description": "The last name of the owner"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "data[].LastUpdatedAt",
|
|
101
|
+
"type": "string <date-time>",
|
|
102
|
+
"required": false,
|
|
103
|
+
"description": "The date the owner was last updated"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "data[].Link",
|
|
107
|
+
"type": "string <uri>",
|
|
108
|
+
"required": false,
|
|
109
|
+
"description": "A link to the owner's page in the AppFolio Property Manager"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"name": "data[].MaintenanceNotes",
|
|
113
|
+
"type": "string",
|
|
114
|
+
"required": false,
|
|
115
|
+
"description": "Maintenance notes for the properties owned"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "data[].PhoneNumber",
|
|
119
|
+
"type": "string",
|
|
120
|
+
"required": false,
|
|
121
|
+
"deprecated": true,
|
|
122
|
+
"description": "The owner's primary phone number"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "data[].PhoneNumbers",
|
|
126
|
+
"type": "array",
|
|
127
|
+
"required": false,
|
|
128
|
+
"description": "The owner's phone number(s)"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "data[].Address1",
|
|
132
|
+
"type": "string",
|
|
133
|
+
"required": false,
|
|
134
|
+
"deprecated": true,
|
|
135
|
+
"description": "The primary street address of the owner"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "data[].Address2",
|
|
139
|
+
"type": "string",
|
|
140
|
+
"required": false,
|
|
141
|
+
"deprecated": true,
|
|
142
|
+
"description": "Additional street address information pertaining to the owner"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"name": "data[].City",
|
|
146
|
+
"type": "string",
|
|
147
|
+
"required": false,
|
|
148
|
+
"deprecated": true,
|
|
149
|
+
"description": "The city where the owner is located"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "data[].State",
|
|
153
|
+
"type": "string",
|
|
154
|
+
"required": false,
|
|
155
|
+
"deprecated": true,
|
|
156
|
+
"description": "The state where the owner is located"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"name": "data[].Zip",
|
|
160
|
+
"type": "string",
|
|
161
|
+
"required": false,
|
|
162
|
+
"deprecated": true,
|
|
163
|
+
"description": "The zip code where the owner is located"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "data[].CountryCode",
|
|
167
|
+
"type": "string",
|
|
168
|
+
"required": false,
|
|
169
|
+
"deprecated": true,
|
|
170
|
+
"description": "The country code of the owner (e.g. US for United states)"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"name": "data[].Tags",
|
|
174
|
+
"type": "Array of strings",
|
|
175
|
+
"required": false,
|
|
176
|
+
"description": "User-defined tag(s) that categorize the owner"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"name": "data[].UseAlternatePayee",
|
|
180
|
+
"type": "boolean",
|
|
181
|
+
"required": false,
|
|
182
|
+
"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"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"name": "data[].AlternatePayeeName",
|
|
186
|
+
"type": "string",
|
|
187
|
+
"required": false,
|
|
188
|
+
"description": "The name of the alternate payee"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"name": "data[].AlternatePaymentAddress1",
|
|
192
|
+
"type": "string",
|
|
193
|
+
"required": false,
|
|
194
|
+
"description": "The street address of the Alternate Payee"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"name": "data[].AlternatePaymentAddress2",
|
|
198
|
+
"type": "string",
|
|
199
|
+
"required": false,
|
|
200
|
+
"description": "Additional street address information pertaining to the alternate payee"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "data[].AlternatePaymentCity",
|
|
204
|
+
"type": "string",
|
|
205
|
+
"required": false,
|
|
206
|
+
"description": "The city where the alternate payee is located"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"name": "data[].AlternatePaymentState",
|
|
210
|
+
"type": "string",
|
|
211
|
+
"required": false,
|
|
212
|
+
"description": "The state where the alternate payee is located"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "data[].AlternatePaymentPostalCode",
|
|
216
|
+
"type": "string",
|
|
217
|
+
"required": false,
|
|
218
|
+
"description": "The zip code where the alternate payee is located"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "data[].AlternatePaymentCountryCode",
|
|
222
|
+
"type": "string",
|
|
223
|
+
"required": false,
|
|
224
|
+
"description": "The country code of the alternate payee (e.g. US for United states)"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"name": "data[].Addresses",
|
|
228
|
+
"type": "array",
|
|
229
|
+
"required": false,
|
|
230
|
+
"description": "The owner's address(es)"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"name": "data[].Send1099",
|
|
234
|
+
"type": "boolean",
|
|
235
|
+
"required": false,
|
|
236
|
+
"description": "Indicates whether a 1099 form is sent to the owner."
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"name": "data[].OwnerConsentedToReceiveElectronic1099",
|
|
240
|
+
"type": "boolean",
|
|
241
|
+
"required": false,
|
|
242
|
+
"description": "Indicates whether the owner has consented to receive the 1099 tax form electronically. If Send1099 is false, this value will also be false."
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"name": "data[].Sending1099Preference",
|
|
246
|
+
"type": "string",
|
|
247
|
+
"required": false,
|
|
248
|
+
"description": "Indicates the owner's 1099 sending preference. Valid values include \"Paper\", \"Electronic\", \"PaperAndElectronic\", or \"null\". If Send1099 is false, this value will be null."
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "next_page_path",
|
|
252
|
+
"type": "any",
|
|
253
|
+
"required": false,
|
|
254
|
+
"description": "The URL path to the next page of responses"
|
|
255
|
+
}
|
|
256
|
+
],
|
|
257
|
+
"requestSample": "curl --location -g \\\n --request GET 'https://api.appfolio.com/api/v0/owners?page[size]=100&page[number]=1&filters[PropertyId]=bfcb95e8-d5fb-448c-b811-88d9f832e79c' \\\n --header 'Authorization: Basic {Auth}' \\\n --header 'X-AppFolio-Developer-ID: a965e7d8-a17d-11ec-b909-0242ac120002'"
|
|
258
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
{
|
|
2
|
+
"operationId": "get_owners_attachments",
|
|
3
|
+
"resource": "owners",
|
|
4
|
+
"name": "List All Owner Attachments",
|
|
5
|
+
"method": "GET",
|
|
6
|
+
"path": "/owners/attachments",
|
|
7
|
+
"description": "Returns all attachments associated with an owner",
|
|
8
|
+
"deprecated": false,
|
|
9
|
+
"writeOperation": false,
|
|
10
|
+
"pagination": true,
|
|
11
|
+
"queryFilters": [
|
|
12
|
+
{
|
|
13
|
+
"name": "page",
|
|
14
|
+
"type": "object",
|
|
15
|
+
"required": false,
|
|
16
|
+
"description": "Optional pagination parameters. Default: page[number]=1&page[size]=1000."
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "filters[OwnerId]",
|
|
20
|
+
"type": "string <uuid>",
|
|
21
|
+
"required": false,
|
|
22
|
+
"description": "Filter by owner ID. All GET requests must include a filter for [OwnerId], or [CreatedAtFrom]."
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "filters[CreatedAtFrom]",
|
|
26
|
+
"type": "string <date-time>",
|
|
27
|
+
"required": false,
|
|
28
|
+
"description": "Filter attachments created at or after this date/time. All GET requests must include a filter for [OwnerId], or [CreatedAtFrom]."
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"responseFields": [
|
|
32
|
+
{
|
|
33
|
+
"name": "data",
|
|
34
|
+
"type": "array",
|
|
35
|
+
"required": false,
|
|
36
|
+
"description": "Array of owner attachment objects"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "data[].Id",
|
|
40
|
+
"type": "string <uuid>",
|
|
41
|
+
"required": false,
|
|
42
|
+
"description": "Unique identifier of the attachment"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "data[].Name",
|
|
46
|
+
"type": "string",
|
|
47
|
+
"required": false,
|
|
48
|
+
"description": "The name given to describe the attachment"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "data[].ContentType",
|
|
52
|
+
"type": "string",
|
|
53
|
+
"required": false,
|
|
54
|
+
"description": "The content type of the owner attachment. An example content type is a photo or a PDF."
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "data[].CreatedAt",
|
|
58
|
+
"type": "string <date-time>",
|
|
59
|
+
"required": false,
|
|
60
|
+
"description": "The date and time the owner attachment was created by an AppFolio Property Manager user"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "data[].EntityId",
|
|
64
|
+
"type": "string <uuid>",
|
|
65
|
+
"required": false,
|
|
66
|
+
"description": "Unique identifier of the owner associated with the attachment"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "data[].URL",
|
|
70
|
+
"type": "string",
|
|
71
|
+
"required": false,
|
|
72
|
+
"description": "The link to download the file in the attachment"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "next_page_path",
|
|
76
|
+
"type": "any",
|
|
77
|
+
"required": false,
|
|
78
|
+
"description": "The URL path to the next page of responses"
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"requestSample": "curl --location -g \\\n --request GET 'https://api.appfolio.com/api/v0/owners/attachments?page[size]=10&page[number]=2&filters[OwnerId]=1abcde23-c543-456e-abc9-123456789cba&filters[CreatedAtFrom]=2020-12-14T16:30:46Z' \\\n --header 'Authorization: Basic {Auth}' \\\n --header 'X-AppFolio-Developer-ID: a965e7d8-a17d-11ec-b909-0242ac120002'"
|
|
82
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
{
|
|
2
|
+
"operationId": "get_owners_notes",
|
|
3
|
+
"resource": "owners",
|
|
4
|
+
"name": "List All Owners Notes",
|
|
5
|
+
"method": "GET",
|
|
6
|
+
"path": "/owners/notes",
|
|
7
|
+
"description": "Returns all owner's notes that meet the filter criteria.",
|
|
8
|
+
"deprecated": false,
|
|
9
|
+
"writeOperation": false,
|
|
10
|
+
"pagination": true,
|
|
11
|
+
"queryFilters": [
|
|
12
|
+
{
|
|
13
|
+
"name": "filters[OwnerId]",
|
|
14
|
+
"type": "string <uuid>",
|
|
15
|
+
"required": false,
|
|
16
|
+
"description": "Filter by owner ID. All GET requests must include a filter for [OwnerId] or [LastUpdatedAtFrom]."
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "filters[LastUpdatedAtFrom]",
|
|
20
|
+
"type": "string <date-time>",
|
|
21
|
+
"required": false,
|
|
22
|
+
"description": "Filter notes last updated at or after this date/time. All GET requests must include a filter for [OwnerId] or [LastUpdatedAtFrom]."
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"responseFields": [
|
|
26
|
+
{
|
|
27
|
+
"name": "data",
|
|
28
|
+
"type": "array",
|
|
29
|
+
"required": false,
|
|
30
|
+
"description": "Array of owner note objects."
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "data[].Body",
|
|
34
|
+
"type": "string",
|
|
35
|
+
"required": false,
|
|
36
|
+
"description": "A brief informative message about the owner note. A owner note cannot exceed 63,535 characters."
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "data[].EntityId",
|
|
40
|
+
"type": "string <uuid>",
|
|
41
|
+
"required": false,
|
|
42
|
+
"description": "The owner to which the note will be attached."
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "data[].LastUpdatedAt",
|
|
46
|
+
"type": "string",
|
|
47
|
+
"required": false,
|
|
48
|
+
"description": "The date the owner note's details were last updated."
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "data[].Id",
|
|
52
|
+
"type": "string <uuid>",
|
|
53
|
+
"required": false,
|
|
54
|
+
"description": "Unique identifier of the note associated with the owner."
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "data[].NoteId",
|
|
58
|
+
"type": "string <uuid>",
|
|
59
|
+
"required": false,
|
|
60
|
+
"deprecated": true,
|
|
61
|
+
"description": "Unique identifier of the note associated with the owner. Deprecated in favor of Id."
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "next_page_path",
|
|
65
|
+
"type": "any",
|
|
66
|
+
"required": false,
|
|
67
|
+
"description": "The URL path to the next page of responses."
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"requestSample": "curl --location -g \\\n --request GET 'https://api.appfolio.com/api/v0/owners/notes?filters[OwnerId]=1abcde23-c543-456e-abc9-123456789cba&filters[LastUpdatedAtFrom]=2020-12-15T16:30:46Z' \\\n --header 'Authorization: Basic {Auth}' \\\n --header 'X-AppFolio-Developer-ID: a965e7d8-a17d-11ec-b909-0242ac120002'"
|
|
71
|
+
}
|
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
{
|
|
2
|
+
"operationId": "get_owners_ownerid",
|
|
3
|
+
"resource": "owners",
|
|
4
|
+
"name": "Fetch an Owner by ID",
|
|
5
|
+
"method": "GET",
|
|
6
|
+
"path": "/owners/{ownerId}",
|
|
7
|
+
"description": "Returns the owner",
|
|
8
|
+
"deprecated": false,
|
|
9
|
+
"writeOperation": false,
|
|
10
|
+
"pagination": false,
|
|
11
|
+
"pathParams": [
|
|
12
|
+
{
|
|
13
|
+
"name": "ownerId",
|
|
14
|
+
"type": "string <uuid>",
|
|
15
|
+
"required": true,
|
|
16
|
+
"description": "Unique identifier of the owner to fetch. Filter the results based on a single value."
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"queryFilters": [],
|
|
20
|
+
"responseFields": [
|
|
21
|
+
{
|
|
22
|
+
"name": "data",
|
|
23
|
+
"type": "object",
|
|
24
|
+
"required": false,
|
|
25
|
+
"description": "Owner object"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "data.Id",
|
|
29
|
+
"type": "string",
|
|
30
|
+
"required": false,
|
|
31
|
+
"description": "Unique identifier of an owner within an owner group"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "data.CompanyName",
|
|
35
|
+
"type": "string",
|
|
36
|
+
"required": false,
|
|
37
|
+
"description": "The company name associated with the owner"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "data.CustomFields",
|
|
41
|
+
"type": "object",
|
|
42
|
+
"required": false,
|
|
43
|
+
"description": "The custom fields for the associated entity"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "data.Email",
|
|
47
|
+
"type": "string",
|
|
48
|
+
"required": false,
|
|
49
|
+
"deprecated": true,
|
|
50
|
+
"description": "The primary email address of the owner"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "data.Emails",
|
|
54
|
+
"type": "array",
|
|
55
|
+
"required": false,
|
|
56
|
+
"description": "The owner's emails"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "data.EmailEcheckReceipt",
|
|
60
|
+
"type": "boolean",
|
|
61
|
+
"required": false,
|
|
62
|
+
"description": "Indicates whether or not to send a notification to the payee after an eCheck payment is made."
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "data.HoldPayments",
|
|
66
|
+
"type": "boolean",
|
|
67
|
+
"required": false,
|
|
68
|
+
"description": "When true, bills created for the owner through the Pay Owner or Owner Draw function will not be available in the Pay Bills flow."
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "data.FirstName",
|
|
72
|
+
"type": "string",
|
|
73
|
+
"required": false,
|
|
74
|
+
"description": "The first name of the owner"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "data.HiddenAt",
|
|
78
|
+
"type": "string <date-time>",
|
|
79
|
+
"required": false,
|
|
80
|
+
"description": "When the owner was marked inactive by an AppFolio Property Manager user"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "data.IsCompany",
|
|
84
|
+
"type": "boolean",
|
|
85
|
+
"required": false,
|
|
86
|
+
"description": "Indicates whether or not the owner identifies as a company"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "data.LastName",
|
|
90
|
+
"type": "string",
|
|
91
|
+
"required": false,
|
|
92
|
+
"description": "The last name of the owner"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "data.LastUpdatedAt",
|
|
96
|
+
"type": "string <date-time>",
|
|
97
|
+
"required": false,
|
|
98
|
+
"description": "The date the owner was last updated"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"name": "data.Link",
|
|
102
|
+
"type": "string <uri>",
|
|
103
|
+
"required": false,
|
|
104
|
+
"description": "A link to the owner's page in the AppFolio Property Manager"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "data.MaintenanceNotes",
|
|
108
|
+
"type": "string",
|
|
109
|
+
"required": false,
|
|
110
|
+
"description": "Maintenance notes for the properties owned"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "data.PhoneNumber",
|
|
114
|
+
"type": "string",
|
|
115
|
+
"required": false,
|
|
116
|
+
"deprecated": true,
|
|
117
|
+
"description": "The owner's primary phone number"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "data.PhoneNumbers",
|
|
121
|
+
"type": "array",
|
|
122
|
+
"required": false,
|
|
123
|
+
"description": "The owner's phone number(s)"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "data.Address1",
|
|
127
|
+
"type": "string",
|
|
128
|
+
"required": false,
|
|
129
|
+
"deprecated": true,
|
|
130
|
+
"description": "The primary street address of the owner"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"name": "data.Address2",
|
|
134
|
+
"type": "string",
|
|
135
|
+
"required": false,
|
|
136
|
+
"deprecated": true,
|
|
137
|
+
"description": "Additional street address information pertaining to the owner"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"name": "data.City",
|
|
141
|
+
"type": "string",
|
|
142
|
+
"required": false,
|
|
143
|
+
"deprecated": true,
|
|
144
|
+
"description": "The city where the owner is located"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "data.State",
|
|
148
|
+
"type": "string",
|
|
149
|
+
"required": false,
|
|
150
|
+
"deprecated": true,
|
|
151
|
+
"description": "The state where the owner is located"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"name": "data.Zip",
|
|
155
|
+
"type": "string",
|
|
156
|
+
"required": false,
|
|
157
|
+
"deprecated": true,
|
|
158
|
+
"description": "The zip code where the owner is located"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "data.CountryCode",
|
|
162
|
+
"type": "string",
|
|
163
|
+
"required": false,
|
|
164
|
+
"deprecated": true,
|
|
165
|
+
"description": "The country code of the owner (e.g. US for United states)"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "data.Tags",
|
|
169
|
+
"type": "Array of strings",
|
|
170
|
+
"required": false,
|
|
171
|
+
"description": "User-defined tag(s) that categorize the owner"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "data.UseAlternatePayee",
|
|
175
|
+
"type": "boolean",
|
|
176
|
+
"required": false,
|
|
177
|
+
"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"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"name": "data.AlternatePayeeName",
|
|
181
|
+
"type": "string",
|
|
182
|
+
"required": false,
|
|
183
|
+
"description": "The name of the alternate payee"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"name": "data.AlternatePaymentAddress1",
|
|
187
|
+
"type": "string",
|
|
188
|
+
"required": false,
|
|
189
|
+
"description": "The street address of the Alternate Payee"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"name": "data.AlternatePaymentAddress2",
|
|
193
|
+
"type": "string",
|
|
194
|
+
"required": false,
|
|
195
|
+
"description": "Additional street address information pertaining to the alternate payee"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"name": "data.AlternatePaymentCity",
|
|
199
|
+
"type": "string",
|
|
200
|
+
"required": false,
|
|
201
|
+
"description": "The city where the alternate payee is located"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"name": "data.AlternatePaymentState",
|
|
205
|
+
"type": "string",
|
|
206
|
+
"required": false,
|
|
207
|
+
"description": "The state where the alternate payee is located"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"name": "data.AlternatePaymentPostalCode",
|
|
211
|
+
"type": "string",
|
|
212
|
+
"required": false,
|
|
213
|
+
"description": "The zip code where the alternate payee is located"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"name": "data.AlternatePaymentCountryCode",
|
|
217
|
+
"type": "string",
|
|
218
|
+
"required": false,
|
|
219
|
+
"description": "The country code of the alternate payee (e.g. US for United states)"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"name": "data.Addresses",
|
|
223
|
+
"type": "array",
|
|
224
|
+
"required": false,
|
|
225
|
+
"description": "The owner's address(es)"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"name": "data.Send1099",
|
|
229
|
+
"type": "boolean",
|
|
230
|
+
"required": false,
|
|
231
|
+
"description": "Indicates whether a 1099 form is sent to the owner."
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"name": "data.OwnerConsentedToReceiveElectronic1099",
|
|
235
|
+
"type": "boolean",
|
|
236
|
+
"required": false,
|
|
237
|
+
"description": "Indicates whether the owner has consented to receive the 1099 tax form electronically. If Send1099 is false, this value will also be false."
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"name": "data.Sending1099Preference",
|
|
241
|
+
"type": "string",
|
|
242
|
+
"required": false,
|
|
243
|
+
"description": "Indicates the owner's 1099 sending preference. Valid values include \"Paper\", \"Electronic\", \"PaperAndElectronic\", or \"null\". If Send1099 is false, this value will be null."
|
|
244
|
+
}
|
|
245
|
+
],
|
|
246
|
+
"requestSample": "curl --location -g \\\n --request GET 'https://api.appfolio.com/api/v0/owners/1abcde23-c543-456e-abc9-123456789cba' \\\n --header 'Authorization: Basic {Auth}'"
|
|
247
|
+
}
|