@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,322 @@
|
|
|
1
|
+
{
|
|
2
|
+
"operationId": "get_work_orders",
|
|
3
|
+
"resource": "work_orders",
|
|
4
|
+
"name": "List All Work Orders",
|
|
5
|
+
"method": "GET",
|
|
6
|
+
"path": "/work_orders",
|
|
7
|
+
"description": "Returns all work orders that meet the filter criteria",
|
|
8
|
+
"deprecated": false,
|
|
9
|
+
"writeOperation": false,
|
|
10
|
+
"pagination": true,
|
|
11
|
+
"queryFilters": [
|
|
12
|
+
{
|
|
13
|
+
"name": "filters[Id]",
|
|
14
|
+
"type": "string <uuid>",
|
|
15
|
+
"required": false,
|
|
16
|
+
"description": "Filter by unique identifier of the work order. All GET requests must include a filter for [Id] (if available), or [LastUpdatedAtFrom]."
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "filters[LastUpdatedAtFrom]",
|
|
20
|
+
"type": "string <date-time>",
|
|
21
|
+
"required": false,
|
|
22
|
+
"description": "Filter work orders updated at or after this date-time."
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "filters[CreatedAtFrom]",
|
|
26
|
+
"type": "string <date-time>",
|
|
27
|
+
"required": false,
|
|
28
|
+
"description": "Filter work orders created at or after this date-time."
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "filters[Status]",
|
|
32
|
+
"type": "string",
|
|
33
|
+
"required": false,
|
|
34
|
+
"description": "Filter the results based on one or more statuses. Multiple values should be separated by commas. Enum: \"Assigned\" \"Canceled\" \"Completed\" \"Estimate Requested\" \"Estimated\" \"New\" \"Scheduled\" \"Waiting\" \"Work Completed\""
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"responseFields": [
|
|
38
|
+
{
|
|
39
|
+
"name": "data",
|
|
40
|
+
"type": "array",
|
|
41
|
+
"required": false,
|
|
42
|
+
"description": "Array of work order objects"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "data[].Id",
|
|
46
|
+
"type": "string <uuid>",
|
|
47
|
+
"required": false,
|
|
48
|
+
"description": "Unique identifier of the work order"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "data[].AssignedUsers",
|
|
52
|
+
"type": "Array of objects",
|
|
53
|
+
"required": false,
|
|
54
|
+
"description": "User ID of the AppFolio Property Manager user assigned to the work order. Reference the Users endpoint for any necessary associations."
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "data[].AssignedUsers[].Name",
|
|
58
|
+
"type": "string",
|
|
59
|
+
"required": false,
|
|
60
|
+
"description": "The name of the user the work order is assigned to"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "data[].AssignedUsers[].FirstName",
|
|
64
|
+
"type": "string",
|
|
65
|
+
"required": false,
|
|
66
|
+
"description": "The first name of the user the work order is assigned to"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "data[].AssignedUsers[].LastName",
|
|
70
|
+
"type": "string",
|
|
71
|
+
"required": false,
|
|
72
|
+
"description": "The last name of the user the work order is assigned to"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "data[].AssignedUsers[].Id",
|
|
76
|
+
"type": "string <uuid>",
|
|
77
|
+
"required": false,
|
|
78
|
+
"description": "The UUID of the user the work order is assigned to"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "data[].CanceledOn",
|
|
82
|
+
"type": "string <date>",
|
|
83
|
+
"required": false,
|
|
84
|
+
"description": "The date the work order's status changed to \"canceled\""
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "data[].CancellationReason",
|
|
88
|
+
"type": "string",
|
|
89
|
+
"required": false,
|
|
90
|
+
"description": "The comments provided by the resident when requesting cancellation via resident portal."
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "data[].CancellationRequested",
|
|
94
|
+
"type": "boolean",
|
|
95
|
+
"required": false,
|
|
96
|
+
"description": "Indicates whether or not cancellation of the work order was requested by the Resident."
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "data[].CompletedOn",
|
|
100
|
+
"type": "string <date>",
|
|
101
|
+
"required": false,
|
|
102
|
+
"description": "The date the work order's status changed to \"completed\""
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "data[].CreatedAt",
|
|
106
|
+
"type": "string <date-time>",
|
|
107
|
+
"required": false,
|
|
108
|
+
"description": "A timestamp of when the work order's status changed to \"new\""
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "data[].Description",
|
|
112
|
+
"type": "string",
|
|
113
|
+
"required": false,
|
|
114
|
+
"description": "The top-level description for a grouping of work orders in AppFolio"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "data[].EntryInstructions",
|
|
118
|
+
"type": "string",
|
|
119
|
+
"required": false,
|
|
120
|
+
"description": "The additional information regarding entry to a unit, provided by the tenant when granting permission to enter the residence."
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "data[].Estimates",
|
|
124
|
+
"type": "Array of objects",
|
|
125
|
+
"required": false,
|
|
126
|
+
"description": "Use estimates to track anticipated costs for Work Orders. Estimates created via API are not automatically sent to Vendors or Owners, but are visible to assigned Vendors in the Vendor Portal."
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "data[].WorkOrderIssue",
|
|
130
|
+
"type": "string",
|
|
131
|
+
"required": false,
|
|
132
|
+
"description": "The display name of the issue on the work order"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "data[].InspectionId",
|
|
136
|
+
"type": "string <uuid>",
|
|
137
|
+
"required": false,
|
|
138
|
+
"description": "Unique identifier of the inspection associated with the work order"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"name": "data[].JobDescription",
|
|
142
|
+
"type": "string",
|
|
143
|
+
"required": false,
|
|
144
|
+
"description": "A brief description of the work order to be performed"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "data[].ManagementCompanyAsVendor",
|
|
148
|
+
"type": "boolean",
|
|
149
|
+
"required": false,
|
|
150
|
+
"description": "Indicates whether or not the management company is acting as the vendor for the work order"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "data[].OccupancyId",
|
|
154
|
+
"type": "string <uuid>",
|
|
155
|
+
"required": false,
|
|
156
|
+
"description": "Unique identifier of the occupancy associated with the work order"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"name": "data[].PermissionToEnter",
|
|
160
|
+
"type": "boolean or string",
|
|
161
|
+
"required": false,
|
|
162
|
+
"description": "Indicates whether or not the occupancy has given permission to enter the unit"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "data[].PreferredTimes",
|
|
166
|
+
"type": "Array of objects",
|
|
167
|
+
"required": false,
|
|
168
|
+
"description": "An array of preferred time slots as indicated by the tenant. Each time slot is defined by StartAt and EndAt attributes. Only populated when TenantAvailability is set to preferred_times."
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "data[].Priority",
|
|
172
|
+
"type": "string",
|
|
173
|
+
"required": false,
|
|
174
|
+
"description": "The priority of the work order. Enum: \"Urgent\" \"Normal\" \"Low\""
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "data[].PropertyId",
|
|
178
|
+
"type": "string <uuid>",
|
|
179
|
+
"required": false,
|
|
180
|
+
"description": "Unique identifier of the property where the work order will be performed"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "data[].Recurring",
|
|
184
|
+
"type": "boolean",
|
|
185
|
+
"required": false,
|
|
186
|
+
"description": "Indicates whether a particular work order is recurring or not"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "data[].RequestingTenantId",
|
|
190
|
+
"type": "string <uuid>",
|
|
191
|
+
"required": false,
|
|
192
|
+
"description": "Unique identifier of the tenant who submitted the maintenance request"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "data[].ScheduledEnd",
|
|
196
|
+
"type": "string <date-time>",
|
|
197
|
+
"required": false,
|
|
198
|
+
"description": "When the work order is scheduled to be completed"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"name": "data[].ScheduledStart",
|
|
202
|
+
"type": "string <date-time>",
|
|
203
|
+
"required": false,
|
|
204
|
+
"description": "When the work order is scheduled to start"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"name": "data[].ServiceRequestId",
|
|
208
|
+
"type": "string <uuid>",
|
|
209
|
+
"required": false,
|
|
210
|
+
"description": "The ServiceRequestId can be provided to create a new work order under an existing service request (grouping of work orders)."
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"name": "data[].SmartMaintenanceIntake",
|
|
214
|
+
"type": "boolean",
|
|
215
|
+
"required": false,
|
|
216
|
+
"description": "Indicates if the work order was dispatched through Smart Maintenance"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"name": "data[].SmartMaintenanceUrgency",
|
|
220
|
+
"type": "string",
|
|
221
|
+
"required": false,
|
|
222
|
+
"description": "The urgency level of the work order as determined by Smart Maintenance. Enum: \"Low\" \"Normal\" \"Critical\" \"Emergency\""
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"name": "data[].Status",
|
|
226
|
+
"type": "string",
|
|
227
|
+
"required": false,
|
|
228
|
+
"description": "The status of the work order. Enum: \"Assigned\" \"Canceled\" \"Completed\" \"Estimate Requested\" \"Estimated\" \"New\" \"Scheduled\" \"Waiting\" \"Work Completed\""
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"name": "data[].TenantAvailability",
|
|
232
|
+
"type": "string",
|
|
233
|
+
"required": false,
|
|
234
|
+
"description": "Indicates when the tenant is available to allow the work order to be completed. Enum: \"urgent\" \"anytime\" \"preferred_times\""
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"name": "data[].Type",
|
|
238
|
+
"type": "string",
|
|
239
|
+
"required": false,
|
|
240
|
+
"description": "The purpose or origin of the work order request. Enum: \"Unit Turn\" \"Resident\" \"Internal\""
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"name": "data[].TenantRemarks",
|
|
244
|
+
"type": "string",
|
|
245
|
+
"required": false,
|
|
246
|
+
"description": "A brief description of the work order by the tenant"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"name": "data[].UnitId",
|
|
250
|
+
"type": "string <uuid>",
|
|
251
|
+
"required": false,
|
|
252
|
+
"description": "Unique identifier of the unit associated with the work order"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"name": "data[].VendorId",
|
|
256
|
+
"type": "string <uuid>",
|
|
257
|
+
"required": false,
|
|
258
|
+
"description": "Unique identifier of the vendor associated with the work order"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "data[].VendorInstructions",
|
|
262
|
+
"type": "string",
|
|
263
|
+
"required": false,
|
|
264
|
+
"description": "Instructions for the vendor on how to complete the work order"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"name": "data[].VendorTrade",
|
|
268
|
+
"type": "string",
|
|
269
|
+
"required": false,
|
|
270
|
+
"description": "The type of service offered by the vendor"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"name": "data[].VendorPortalLink",
|
|
274
|
+
"type": "string <uri>",
|
|
275
|
+
"required": false,
|
|
276
|
+
"description": "A link to the vendor portal page for the work order"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"name": "data[].WithholdApprovedEstimateAmount",
|
|
280
|
+
"type": "boolean",
|
|
281
|
+
"required": false,
|
|
282
|
+
"description": "When True, Estimate amounts with the status Approved will be withheld from Owner Distributions."
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"name": "data[].WorkCompletedOn",
|
|
286
|
+
"type": "string <date>",
|
|
287
|
+
"required": false,
|
|
288
|
+
"description": "The date the work order was completed"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"name": "data[].WorkOrderNumber",
|
|
292
|
+
"type": "string",
|
|
293
|
+
"required": false,
|
|
294
|
+
"description": "Sequential number of the work order"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"name": "data[].LastUpdatedAt",
|
|
298
|
+
"type": "string <date-time>",
|
|
299
|
+
"required": false,
|
|
300
|
+
"description": "The date the work order's details were last updated"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"name": "data[].Link",
|
|
304
|
+
"type": "string <uri>",
|
|
305
|
+
"required": false,
|
|
306
|
+
"description": "A link to the work order page in the AppFolio Property Manager"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"name": "data[].UnitTurnCategory",
|
|
310
|
+
"type": "string",
|
|
311
|
+
"required": false,
|
|
312
|
+
"description": "The category of the unit turn work order. This field requires a valid UnitId or OccupancyId if provided."
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"name": "next_page_path",
|
|
316
|
+
"type": "any",
|
|
317
|
+
"required": false,
|
|
318
|
+
"description": "The URL path to the next page of responses"
|
|
319
|
+
}
|
|
320
|
+
],
|
|
321
|
+
"requestSample": "curl --location -g \\\n --request GET 'https://api.appfolio.com/api/v0/work_orders?page[size]=10&page[number]=2&filters[Id]=1abcde23-c543-456e-abc9-123456789cba&filters[CreatedAtFrom]=2020-12-14T16:30:46Z&filters[LastUpdatedAtFrom]=2020-12-15T16:30:46Z' \\\n --header 'Authorization: Basic {Auth}' \\\n --header 'X-AppFolio-Developer-ID: a965e7d8-a17d-11ec-b909-0242ac120002'"
|
|
322
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
{
|
|
2
|
+
"operationId": "get_work_orders_attachments",
|
|
3
|
+
"resource": "work_orders",
|
|
4
|
+
"name": "List All Work Order Attachments",
|
|
5
|
+
"method": "GET",
|
|
6
|
+
"path": "/work_orders/attachments",
|
|
7
|
+
"description": "Returns all attachments associated with a work order",
|
|
8
|
+
"deprecated": false,
|
|
9
|
+
"writeOperation": false,
|
|
10
|
+
"pagination": true,
|
|
11
|
+
"queryFilters": [
|
|
12
|
+
{
|
|
13
|
+
"name": "filters[WorkOrderId]",
|
|
14
|
+
"type": "string <uuid>",
|
|
15
|
+
"required": false,
|
|
16
|
+
"description": "Filter by unique identifier of the work order. All GET requests must include a filter for [WorkOrderId], or [CreatedAtFrom]."
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "filters[CreatedAtFrom]",
|
|
20
|
+
"type": "string <date-time>",
|
|
21
|
+
"required": false,
|
|
22
|
+
"description": "Filter attachments created at or after this date-time."
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"responseFields": [
|
|
26
|
+
{
|
|
27
|
+
"name": "data",
|
|
28
|
+
"type": "array",
|
|
29
|
+
"required": false,
|
|
30
|
+
"description": "Array of work order attachment objects"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "data[].Id",
|
|
34
|
+
"type": "string <uuid>",
|
|
35
|
+
"required": false,
|
|
36
|
+
"description": "Unique identifier of the attachment"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "data[].Name",
|
|
40
|
+
"type": "string",
|
|
41
|
+
"required": false,
|
|
42
|
+
"description": "The name given to describe the attachment"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "data[].ContentType",
|
|
46
|
+
"type": "string",
|
|
47
|
+
"required": false,
|
|
48
|
+
"description": "The content type of the work order attachment. An example content type is a photo or a PDF."
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "data[].CreatedAt",
|
|
52
|
+
"type": "string <date-time>",
|
|
53
|
+
"required": false,
|
|
54
|
+
"description": "The date and time the work order attachment was created by an AppFolio Property Manager user"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "data[].EntityId",
|
|
58
|
+
"type": "string <uuid>",
|
|
59
|
+
"required": false,
|
|
60
|
+
"description": "Unique identifier of the work order associated with the attachment"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "data[].WorkOrderId",
|
|
64
|
+
"type": "string <uuid>",
|
|
65
|
+
"required": false,
|
|
66
|
+
"deprecated": true,
|
|
67
|
+
"description": "Unique identifier of the work order associated with the attachment"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "data[].URL",
|
|
71
|
+
"type": "string",
|
|
72
|
+
"required": false,
|
|
73
|
+
"description": "The link to download the file in the attachment"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "next_page_path",
|
|
77
|
+
"type": "any",
|
|
78
|
+
"required": false,
|
|
79
|
+
"description": "The URL path to the next page of responses"
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
"requestSample": "curl --location -g \\\n --request GET 'https://api.appfolio.com/api/v0/work_orders/attachments?page[size]=10&page[number]=2&filters[WorkOrderId]=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'"
|
|
83
|
+
}
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
{
|
|
2
|
+
"operationId": "patch_bills_billid",
|
|
3
|
+
"resource": "bills",
|
|
4
|
+
"name": "Update Bill",
|
|
5
|
+
"method": "PATCH",
|
|
6
|
+
"path": "/bills/{billId}",
|
|
7
|
+
"description": "Update a bill",
|
|
8
|
+
"deprecated": false,
|
|
9
|
+
"writeOperation": true,
|
|
10
|
+
"pagination": false,
|
|
11
|
+
"pathParams": [
|
|
12
|
+
{
|
|
13
|
+
"name": "billId",
|
|
14
|
+
"type": "string <uuid>",
|
|
15
|
+
"required": true,
|
|
16
|
+
"description": "Unique identifier of the bill to update"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"requestBody": {
|
|
20
|
+
"required": true,
|
|
21
|
+
"description": "Bill object",
|
|
22
|
+
"attributes": [
|
|
23
|
+
{
|
|
24
|
+
"name": "AccountNumber",
|
|
25
|
+
"type": "string",
|
|
26
|
+
"required": false,
|
|
27
|
+
"description": "For utility billing. The account number associated with the bill, used by a utility vendor to identify the account"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "CheckMemo",
|
|
31
|
+
"type": "string",
|
|
32
|
+
"required": false,
|
|
33
|
+
"description": "The memo on the check"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "DueDate",
|
|
37
|
+
"type": "string <date>",
|
|
38
|
+
"required": false,
|
|
39
|
+
"description": "The date the invoice is due"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "InvoiceDate",
|
|
43
|
+
"type": "string <date>",
|
|
44
|
+
"required": false,
|
|
45
|
+
"description": "The date the invoice was received"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "LineItems",
|
|
49
|
+
"type": "array",
|
|
50
|
+
"required": false,
|
|
51
|
+
"description": "Array of line item attributes present on the bill(s). DO NOT INCLUDE Line Items unless one or more details have changed (including them causes other parts of system to assume changes and create new Auditing/version history entries)",
|
|
52
|
+
"attributes": [
|
|
53
|
+
{
|
|
54
|
+
"name": "Amount",
|
|
55
|
+
"type": "string <decimal>",
|
|
56
|
+
"required": false,
|
|
57
|
+
"description": "The amount due for the line item"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "Description",
|
|
61
|
+
"type": "string",
|
|
62
|
+
"required": false,
|
|
63
|
+
"description": "A brief description of line item"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "GlAccountId",
|
|
67
|
+
"type": "string <uuid>",
|
|
68
|
+
"required": false,
|
|
69
|
+
"description": "The general ledger account ID relevant to line item"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "PropertyId",
|
|
73
|
+
"type": "string <uuid>",
|
|
74
|
+
"required": false,
|
|
75
|
+
"description": "The PropertyId associated with the line item. This takes precedence over the top-level PropertyId connected to the bill."
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "ServiceFrom",
|
|
79
|
+
"type": "string <date>",
|
|
80
|
+
"required": false,
|
|
81
|
+
"description": "The start date of the utility vendor's service"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "ServiceTo",
|
|
85
|
+
"type": "string <date>",
|
|
86
|
+
"required": false,
|
|
87
|
+
"description": "The end date of the utility vendor's service"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "UnitId",
|
|
91
|
+
"type": "string <uuid>",
|
|
92
|
+
"required": false,
|
|
93
|
+
"description": "The unit ID relevant to the line item"
|
|
94
|
+
}
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "ManagementCompanyAsPayee",
|
|
99
|
+
"type": "boolean",
|
|
100
|
+
"required": false,
|
|
101
|
+
"description": "Indicates whether the management company is the payee for the bill. Required and must be true when VendorId is null or not provided."
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "PostingDate",
|
|
105
|
+
"type": "string <date>",
|
|
106
|
+
"required": false,
|
|
107
|
+
"description": "The accrual-accounting invoice date"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"name": "PropertyId",
|
|
111
|
+
"type": "string <uuid>",
|
|
112
|
+
"required": false,
|
|
113
|
+
"description": "Unique identifier of the the property associated with the bill. If a PropertyId is not found within the LineItem array, use this value for reference purposes."
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "Reference",
|
|
117
|
+
"type": "string",
|
|
118
|
+
"required": false,
|
|
119
|
+
"description": "The reference number to the invoice number. This number must be unique, no duplicate record is allowed."
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "Remarks",
|
|
123
|
+
"type": "string",
|
|
124
|
+
"required": false,
|
|
125
|
+
"description": "A description or summary of the invoice"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "TotalAmount",
|
|
129
|
+
"type": "string <decimal>",
|
|
130
|
+
"required": false,
|
|
131
|
+
"description": "The total amount due. Ensure that the total amount is equal to the total of all items summed."
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"name": "VendorId",
|
|
135
|
+
"type": "string <uuid>",
|
|
136
|
+
"required": false,
|
|
137
|
+
"description": "Unique identifier of the payee's vendor ID. Required when ManagementCompanyAsPayee is false or not provided. When present, ManagementCompanyAsPayee cannot be true."
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"name": "WorkOrderId",
|
|
141
|
+
"type": "string <uuid>",
|
|
142
|
+
"required": false,
|
|
143
|
+
"description": "Unique identifier of the work order corresponding to the invoice. The value of WorkOrderId cannot be null."
|
|
144
|
+
}
|
|
145
|
+
]
|
|
146
|
+
},
|
|
147
|
+
"responseFields": [
|
|
148
|
+
{
|
|
149
|
+
"name": "Id",
|
|
150
|
+
"type": "string <uuid>",
|
|
151
|
+
"required": false,
|
|
152
|
+
"description": "Unique identifier of the updated bill"
|
|
153
|
+
}
|
|
154
|
+
],
|
|
155
|
+
"requestSample": "{\n \"AccountNumber\": \"1334567800\",\n \"CheckMemo\": \"sample memo\",\n \"DueDate\": \"2022-02-03\",\n \"InvoiceDate\": \"2022-02-01\",\n \"LineItems\": [\n {},\n {}\n ],\n \"PostingDate\": \"2022-02-01\",\n \"PropertyId\": \"71c5cb28-547f-11ec-bfa5-02975b268737\",\n \"Reference\": \"invoice #123\",\n \"Remarks\": \"November Bill\",\n \"TotalAmount\": \"112.31\",\n \"VendorId\": \"80c5cb28-547f-11ec-bfa5-02975b268737\",\n \"WorkOrderId\": \"61c5cb28-547f-11ec-bfa5-02975b268737\"\n}"
|
|
156
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
{
|
|
2
|
+
"operationId": "patch_ca_violations_violationid",
|
|
3
|
+
"resource": "ca",
|
|
4
|
+
"name": "Update Community Association Violations",
|
|
5
|
+
"method": "PATCH",
|
|
6
|
+
"path": "/ca/violations/{violationId}",
|
|
7
|
+
"description": "Update a Community Association (CA) Violation",
|
|
8
|
+
"deprecated": false,
|
|
9
|
+
"writeOperation": true,
|
|
10
|
+
"pagination": false,
|
|
11
|
+
"pathParams": [
|
|
12
|
+
{
|
|
13
|
+
"name": "violationId",
|
|
14
|
+
"type": "string <uuid>",
|
|
15
|
+
"required": true,
|
|
16
|
+
"description": "Unique identifier of the violation to update"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"requestBody": {
|
|
20
|
+
"required": true,
|
|
21
|
+
"description": "Violation object",
|
|
22
|
+
"attributes": [
|
|
23
|
+
{
|
|
24
|
+
"name": "Description",
|
|
25
|
+
"type": "string",
|
|
26
|
+
"required": false,
|
|
27
|
+
"description": "A brief summary or description of the CA violation"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "InspectionDate",
|
|
31
|
+
"type": "string",
|
|
32
|
+
"required": false,
|
|
33
|
+
"description": "The date of the CA unit's inspection"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "MarkedForEscalation",
|
|
37
|
+
"type": "boolean",
|
|
38
|
+
"required": false,
|
|
39
|
+
"description": "Indicates whether or not the CA violation was marked for escalation"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "UnitId",
|
|
43
|
+
"type": "string <uuid>",
|
|
44
|
+
"required": false,
|
|
45
|
+
"description": "Unique identifier of the unit associated with the CA violation"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "ViolatedRuleId",
|
|
49
|
+
"type": "string <uuid>",
|
|
50
|
+
"required": false,
|
|
51
|
+
"description": "Unique identifier of the CA rule that was violated"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "Status",
|
|
55
|
+
"type": "string",
|
|
56
|
+
"required": false,
|
|
57
|
+
"description": "Indicates the current status of the CA violation",
|
|
58
|
+
"enum": ["In Progress", "In Dispute", "Corrected", "On Hold"]
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
"responseFields": [
|
|
63
|
+
{
|
|
64
|
+
"name": "Id",
|
|
65
|
+
"type": "string <uuid>",
|
|
66
|
+
"required": false,
|
|
67
|
+
"description": "Unique identifier of the updated CA violation"
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"requestSample": "{\n \"Description\": \"updated description\",\n \"InspectionDate\": \"2023-05-11\",\n \"MarkedForEscalation\": false,\n \"Status\": \"Corrected\",\n \"UnitId\": \"2ca1275d-2db6-4013-87a6-686dedc705c3\",\n \"ViolatedRuleId\": \"f303fb98-6d0d-4d01-b876-a3ebfa8f8294\"\n}"
|
|
71
|
+
}
|