@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,160 @@
|
|
|
1
|
+
{
|
|
2
|
+
"operationId": "post_bills",
|
|
3
|
+
"resource": "bills",
|
|
4
|
+
"name": "Create Bill",
|
|
5
|
+
"method": "POST",
|
|
6
|
+
"path": "/bills",
|
|
7
|
+
"description": "Create a bill",
|
|
8
|
+
"deprecated": false,
|
|
9
|
+
"writeOperation": true,
|
|
10
|
+
"pagination": false,
|
|
11
|
+
"requestBody": {
|
|
12
|
+
"required": true,
|
|
13
|
+
"description": "Bill object",
|
|
14
|
+
"attributes": [
|
|
15
|
+
{
|
|
16
|
+
"name": "DueDate",
|
|
17
|
+
"type": "string <date>",
|
|
18
|
+
"required": true,
|
|
19
|
+
"description": "The date the bill is due"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"name": "InvoiceDate",
|
|
23
|
+
"type": "string <date>",
|
|
24
|
+
"required": true,
|
|
25
|
+
"description": "The date the invoice was received"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "LineItems",
|
|
29
|
+
"type": "array",
|
|
30
|
+
"required": true,
|
|
31
|
+
"description": "Array of line item attributes present on the bill(s)",
|
|
32
|
+
"attributes": [
|
|
33
|
+
{
|
|
34
|
+
"name": "Amount",
|
|
35
|
+
"type": "string <decimal>",
|
|
36
|
+
"required": false,
|
|
37
|
+
"description": "The amount due for the line item"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "Description",
|
|
41
|
+
"type": "string",
|
|
42
|
+
"required": false,
|
|
43
|
+
"description": "A brief description of line item"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "GlAccountId",
|
|
47
|
+
"type": "string <uuid>",
|
|
48
|
+
"required": false,
|
|
49
|
+
"description": "The general ledger account ID relevant to line item"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "PropertyId",
|
|
53
|
+
"type": "string <uuid>",
|
|
54
|
+
"required": false,
|
|
55
|
+
"description": "The PropertyId associated with the line item. This takes precedence over the top-level PropertyId connected to the bill."
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "ServiceFrom",
|
|
59
|
+
"type": "string <date>",
|
|
60
|
+
"required": false,
|
|
61
|
+
"description": "The start date of the utility vendor's service"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "ServiceTo",
|
|
65
|
+
"type": "string <date>",
|
|
66
|
+
"required": false,
|
|
67
|
+
"description": "The end date of the utility vendor's service"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "UnitId",
|
|
71
|
+
"type": "string <uuid>",
|
|
72
|
+
"required": false,
|
|
73
|
+
"description": "The unit ID relevant to the line item"
|
|
74
|
+
}
|
|
75
|
+
]
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "PropertyId",
|
|
79
|
+
"type": "string <uuid>",
|
|
80
|
+
"required": true,
|
|
81
|
+
"description": "Unique identifier of the property on the bill. If a PropertyId is not found within the LineItem array, use this value for reference purposes."
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "TotalAmount",
|
|
85
|
+
"type": "string <decimal>",
|
|
86
|
+
"required": true,
|
|
87
|
+
"description": "The total amount due. Ensure that the total amount is equal to the total of all line items summed."
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "AccountNumber",
|
|
91
|
+
"type": "string",
|
|
92
|
+
"required": false,
|
|
93
|
+
"description": "For utility billing. The account number associated with the bill, used by a utility vendor to identify the account. Note: WorkOrderId and AccountNumber are mutually exclusive. Therefore, only one of them can be provided in the request."
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "CashAccountId",
|
|
97
|
+
"type": "string <uuid>",
|
|
98
|
+
"required": false,
|
|
99
|
+
"description": "The general ledger account ID of the Cash Account the bill will be paid out of. If the property is corporate, the CashAccountID must be a corporate gl account. If it is not, it cannot be a corporate GL account"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "CheckMemo",
|
|
103
|
+
"type": "string",
|
|
104
|
+
"required": false,
|
|
105
|
+
"description": "The memo on the check"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "CreateCorporateCharges",
|
|
109
|
+
"type": "boolean",
|
|
110
|
+
"required": false,
|
|
111
|
+
"description": "When true, automatically create corporate charges for this bill. Only applies when ManagementCompanyAsPayee is true and Corporate Charge Automation is configured in Corporate Accounting Settings; otherwise no charges are created. Defaults to false when omitted."
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "ManagementCompanyAsPayee",
|
|
115
|
+
"type": "boolean",
|
|
116
|
+
"required": false,
|
|
117
|
+
"description": "Indicates whether the management company is the payee for the bill. Required and must be true when VendorId is null or not provided. When true and CreateCorporateCharges is also true, if Corporate Charge and Receipt Automation are configured in Corporate Accounting Settings, charges and receipts will automatically post."
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "PostingDate",
|
|
121
|
+
"type": "string <date>",
|
|
122
|
+
"required": false,
|
|
123
|
+
"description": "The accrual-accounting invoice date"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "Reference",
|
|
127
|
+
"type": "string",
|
|
128
|
+
"required": false,
|
|
129
|
+
"description": "The reference number of the bill. This number must be unique, no duplicate record is allowed."
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "Remarks",
|
|
133
|
+
"type": "string",
|
|
134
|
+
"required": false,
|
|
135
|
+
"description": "A description or summary of the bill"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "VendorId",
|
|
139
|
+
"type": "string <uuid>",
|
|
140
|
+
"required": false,
|
|
141
|
+
"description": "Unique identifier of the the payee's vendor ID. Required when ManagementCompanyAsPayee is false or not provided. When present, ManagementCompanyAsPayee cannot be true."
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "WorkOrderId",
|
|
145
|
+
"type": "string <uuid>",
|
|
146
|
+
"required": false,
|
|
147
|
+
"description": "Unique identifier of the work order corresponding to the bill(s). The value of WorkOrderId cannot be null. Note: WorkOrderId and AccountNumber are mutually exclusive. Therefore, only one of them can be provided in the request."
|
|
148
|
+
}
|
|
149
|
+
]
|
|
150
|
+
},
|
|
151
|
+
"responseFields": [
|
|
152
|
+
{
|
|
153
|
+
"name": "Id",
|
|
154
|
+
"type": "string <uuid>",
|
|
155
|
+
"required": false,
|
|
156
|
+
"description": "Unique identifier of the created bill"
|
|
157
|
+
}
|
|
158
|
+
],
|
|
159
|
+
"requestSample": "{\n \"AccountNumber\": \"1334567800\",\n \"CashAccountId\": \"41c5cb28-547f-11ec-bfa5-02975b268737\",\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}"
|
|
160
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"operationId": "post_bills_billid_attachments",
|
|
3
|
+
"resource": "bills",
|
|
4
|
+
"name": "Create Bill Attachment",
|
|
5
|
+
"method": "POST",
|
|
6
|
+
"path": "/bills/{BillId}/attachments",
|
|
7
|
+
"description": "Upload an attachment to 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": "The bill to which the file will be attached"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"requestBody": {
|
|
20
|
+
"required": true,
|
|
21
|
+
"description": "Attachment object (multipart/form-data)",
|
|
22
|
+
"attributes": [
|
|
23
|
+
{
|
|
24
|
+
"name": "File",
|
|
25
|
+
"type": "string",
|
|
26
|
+
"required": false,
|
|
27
|
+
"description": "Filename.file-extension"
|
|
28
|
+
}
|
|
29
|
+
]
|
|
30
|
+
},
|
|
31
|
+
"responseFields": [
|
|
32
|
+
{
|
|
33
|
+
"name": "Id",
|
|
34
|
+
"type": "string <uuid>",
|
|
35
|
+
"required": false,
|
|
36
|
+
"description": "Unique identifier of the bill attachment"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"requestSample": "{\n \"File\": \"/path/to/file.pdf\"\n}"
|
|
40
|
+
}
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
{
|
|
2
|
+
"operationId": "post_bills_bulk",
|
|
3
|
+
"resource": "bills",
|
|
4
|
+
"name": "Bulk Create Bills",
|
|
5
|
+
"method": "POST",
|
|
6
|
+
"path": "/bills/bulk",
|
|
7
|
+
"description": "Create multiple bills in bulk",
|
|
8
|
+
"deprecated": false,
|
|
9
|
+
"writeOperation": true,
|
|
10
|
+
"pagination": false,
|
|
11
|
+
"requestBody": {
|
|
12
|
+
"required": true,
|
|
13
|
+
"description": "Bill objects",
|
|
14
|
+
"attributes": [
|
|
15
|
+
{
|
|
16
|
+
"name": "data",
|
|
17
|
+
"type": "array",
|
|
18
|
+
"required": false,
|
|
19
|
+
"description": "Array of Bill objects",
|
|
20
|
+
"attributes": [
|
|
21
|
+
{
|
|
22
|
+
"name": "DueDate",
|
|
23
|
+
"type": "string <date>",
|
|
24
|
+
"required": true,
|
|
25
|
+
"description": "The date the bill is due"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "InvoiceDate",
|
|
29
|
+
"type": "string <date>",
|
|
30
|
+
"required": true,
|
|
31
|
+
"description": "The date the invoice was received"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "LineItems",
|
|
35
|
+
"type": "array",
|
|
36
|
+
"required": true,
|
|
37
|
+
"description": "Array of line item attributes present on the bill(s)",
|
|
38
|
+
"attributes": [
|
|
39
|
+
{
|
|
40
|
+
"name": "Amount",
|
|
41
|
+
"type": "string",
|
|
42
|
+
"required": false,
|
|
43
|
+
"description": "The amount due for the line item. Valid format is \"DD.CC\", e.g. \"23.33\""
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "Description",
|
|
47
|
+
"type": "string",
|
|
48
|
+
"required": false,
|
|
49
|
+
"description": "A brief description of the line item"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "GlAccountId",
|
|
53
|
+
"type": "string",
|
|
54
|
+
"required": false,
|
|
55
|
+
"description": "The general ledger account ID relevant to the line item. UUID format e.g. \"d9009724-9f32-11ec-bc31-d46a96ab9b08\""
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "PropertyId",
|
|
59
|
+
"type": "string",
|
|
60
|
+
"required": false,
|
|
61
|
+
"description": "The PropertyId associated with the line item. This takes precedence over the top-level PropertyId connected to the bill. UUID format e.g. \"d9009724-9f32-11ec-bc31-d46a96ab9b08\""
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "ServiceFrom",
|
|
65
|
+
"type": "string",
|
|
66
|
+
"required": false,
|
|
67
|
+
"description": "The start date of the utility vendor's service. Valid format is \"YYYY-MM-DD\""
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "ServiceTo",
|
|
71
|
+
"type": "string",
|
|
72
|
+
"required": false,
|
|
73
|
+
"description": "The end date of the utility vendor's service. Valid format is \"YYYY-MM-DD\""
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "UnitId",
|
|
77
|
+
"type": "string",
|
|
78
|
+
"required": false,
|
|
79
|
+
"description": "The unit ID relevant to the line item. UUID format e.g. \"914a2a8e-f5d3-11e9-a485-1876da4c83b5\""
|
|
80
|
+
}
|
|
81
|
+
]
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "PropertyId",
|
|
85
|
+
"type": "string <uuid>",
|
|
86
|
+
"required": true,
|
|
87
|
+
"description": "Unique identifier of the property on the bill. If a PropertyId is not found within the LineItem array, use this value for reference purposes."
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "ReferenceId",
|
|
91
|
+
"type": "string",
|
|
92
|
+
"required": true,
|
|
93
|
+
"description": "Transient unique ID assigned by the developer. Used to reference individual bills in the bulk-creation of bills."
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "TotalAmount",
|
|
97
|
+
"type": "string <decimal>",
|
|
98
|
+
"required": true,
|
|
99
|
+
"description": "The total amount due. Ensure that the total amount is equal to the total of all line items summed."
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "AttachmentURL",
|
|
103
|
+
"type": "string <uri>",
|
|
104
|
+
"required": false,
|
|
105
|
+
"description": "The public link to the bill PDF that the developer hosts. This downloadable PDF creates the attachment and should not exceed 30MB. Note: Validation of the content type of this file is done in a background job. It is up to the developer to reconcile any validation failures at a later time."
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "PaymentDate",
|
|
109
|
+
"type": "string <date>",
|
|
110
|
+
"required": false,
|
|
111
|
+
"description": "The date of the payment. Supplying this value with a PaymentReference will mark the bill as paid."
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "PaymentReference",
|
|
115
|
+
"type": "string",
|
|
116
|
+
"required": false,
|
|
117
|
+
"description": "Unique reference number of the payment. Supplying this value with a PaymentDate will mark the bill as paid."
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "AccountNumber",
|
|
121
|
+
"type": "string",
|
|
122
|
+
"required": false,
|
|
123
|
+
"description": "For utility billing. The account number associated with the bill, used by a utility vendor to identify the account. Note: WorkOrderId and AccountNumber are mutually exclusive. Therefore, only one of them can be provided in the request."
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "CashAccountId",
|
|
127
|
+
"type": "string <uuid>",
|
|
128
|
+
"required": false,
|
|
129
|
+
"description": "The general ledger account ID of the Cash Account the bill will be paid out of. If the property is corporate, the CashAccountID must be a corporate gl account. If it is not, it cannot be a corporate GL account"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "CheckMemo",
|
|
133
|
+
"type": "string",
|
|
134
|
+
"required": false,
|
|
135
|
+
"description": "The memo on the check"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "CreateCorporateCharges",
|
|
139
|
+
"type": "boolean",
|
|
140
|
+
"required": false,
|
|
141
|
+
"description": "When true, automatically create corporate charges for this bill. Only applies when ManagementCompanyAsPayee is true and Corporate Charge Automation is configured in Corporate Accounting Settings; otherwise no charges are created. Defaults to false when omitted."
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "ManagementCompanyAsPayee",
|
|
145
|
+
"type": "boolean",
|
|
146
|
+
"required": false,
|
|
147
|
+
"description": "Indicates whether the management company is the payee for the bill. Required and must be true when VendorId is null or not provided. When true and CreateCorporateCharges is also true, if Corporate Charge and Receipt Automation are configured in Corporate Accounting Settings, charges and receipts will automatically post."
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "PostingDate",
|
|
151
|
+
"type": "string <date>",
|
|
152
|
+
"required": false,
|
|
153
|
+
"description": "The accrual-accounting invoice date"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"name": "Reference",
|
|
157
|
+
"type": "string",
|
|
158
|
+
"required": false,
|
|
159
|
+
"description": "The reference number of the bill. This number must be unique, no duplicate record is allowed."
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"name": "Remarks",
|
|
163
|
+
"type": "string",
|
|
164
|
+
"required": false,
|
|
165
|
+
"description": "A description or summary of the bill"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "VendorId",
|
|
169
|
+
"type": "string <uuid>",
|
|
170
|
+
"required": false,
|
|
171
|
+
"description": "Unique identifier of the the payee's vendor ID. Required when ManagementCompanyAsPayee is false or not provided. When present, ManagementCompanyAsPayee cannot be true."
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "WorkOrderId",
|
|
175
|
+
"type": "string <uuid>",
|
|
176
|
+
"required": false,
|
|
177
|
+
"description": "Unique identifier of the work order corresponding to the bill(s). The value of WorkOrderId cannot be null. Note: WorkOrderId and AccountNumber are mutually exclusive. Therefore, only one of them can be provided in the request."
|
|
178
|
+
}
|
|
179
|
+
]
|
|
180
|
+
}
|
|
181
|
+
]
|
|
182
|
+
},
|
|
183
|
+
"responseFields": [],
|
|
184
|
+
"requestSample": "{\n \"data\": [\n {},\n {}\n ]\n}"
|
|
185
|
+
}
|
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
{
|
|
2
|
+
"operationId": "post_bills_bulk_async",
|
|
3
|
+
"resource": "bills",
|
|
4
|
+
"name": "Bulk Create Bills (Async)",
|
|
5
|
+
"method": "POST",
|
|
6
|
+
"path": "/bills/bulk/async",
|
|
7
|
+
"description": "Asynchronously create multiple bills in bulk",
|
|
8
|
+
"deprecated": false,
|
|
9
|
+
"writeOperation": true,
|
|
10
|
+
"pagination": false,
|
|
11
|
+
"requestBody": {
|
|
12
|
+
"required": true,
|
|
13
|
+
"description": "Bill objects",
|
|
14
|
+
"attributes": [
|
|
15
|
+
{
|
|
16
|
+
"name": "data",
|
|
17
|
+
"type": "array",
|
|
18
|
+
"required": false,
|
|
19
|
+
"description": "Array of Bill objects",
|
|
20
|
+
"attributes": [
|
|
21
|
+
{
|
|
22
|
+
"name": "DueDate",
|
|
23
|
+
"type": "string <date>",
|
|
24
|
+
"required": true,
|
|
25
|
+
"description": "The date the bill is due"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "InvoiceDate",
|
|
29
|
+
"type": "string <date>",
|
|
30
|
+
"required": true,
|
|
31
|
+
"description": "The date the invoice was received"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "LineItems",
|
|
35
|
+
"type": "array",
|
|
36
|
+
"required": true,
|
|
37
|
+
"description": "Array of line item attributes present on the bill(s)",
|
|
38
|
+
"attributes": [
|
|
39
|
+
{
|
|
40
|
+
"name": "Amount",
|
|
41
|
+
"type": "string",
|
|
42
|
+
"required": false,
|
|
43
|
+
"description": "The amount due for the line item. Valid format is \"DD.CC\", e.g. \"23.33\""
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "Description",
|
|
47
|
+
"type": "string",
|
|
48
|
+
"required": false,
|
|
49
|
+
"description": "A brief description of the line item"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "GlAccountId",
|
|
53
|
+
"type": "string",
|
|
54
|
+
"required": false,
|
|
55
|
+
"description": "The general ledger account ID relevant to the line item. UUID format e.g. \"d9009724-9f32-11ec-bc31-d46a96ab9b08\""
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "PropertyId",
|
|
59
|
+
"type": "string",
|
|
60
|
+
"required": false,
|
|
61
|
+
"description": "The PropertyId associated with the line item. This takes precedence over the top-level PropertyId connected to the bill. UUID format e.g. \"d9009724-9f32-11ec-bc31-d46a96ab9b08\""
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "ServiceFrom",
|
|
65
|
+
"type": "string",
|
|
66
|
+
"required": false,
|
|
67
|
+
"description": "The start date of the utility vendor's service. Valid format is \"YYYY-MM-DD\""
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "ServiceTo",
|
|
71
|
+
"type": "string",
|
|
72
|
+
"required": false,
|
|
73
|
+
"description": "The end date of the utility vendor's service. Valid format is \"YYYY-MM-DD\""
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "UnitId",
|
|
77
|
+
"type": "string",
|
|
78
|
+
"required": false,
|
|
79
|
+
"description": "The unit ID relevant to the line item. UUID format e.g. \"914a2a8e-f5d3-11e9-a485-1876da4c83b5\""
|
|
80
|
+
}
|
|
81
|
+
]
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "PropertyId",
|
|
85
|
+
"type": "string <uuid>",
|
|
86
|
+
"required": true,
|
|
87
|
+
"description": "Unique identifier of the property on the bill. If a PropertyId is not found within the LineItem array, use this value for reference purposes."
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "ReferenceId",
|
|
91
|
+
"type": "string",
|
|
92
|
+
"required": true,
|
|
93
|
+
"description": "Transient unique ID assigned by the developer. Used to reference individual bills in the bulk-creation of bills."
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "TotalAmount",
|
|
97
|
+
"type": "string <decimal>",
|
|
98
|
+
"required": true,
|
|
99
|
+
"description": "The total amount due. Ensure that the total amount is equal to the total of all line items summed."
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "AttachmentURL",
|
|
103
|
+
"type": "string <uri>",
|
|
104
|
+
"required": false,
|
|
105
|
+
"description": "The public link to the bill PDF that the developer hosts. This downloadable PDF creates the attachment and should not exceed 30MB. Note: Validation of the content type of this file is done in a background job. It is up to the developer to reconcile any validation failures at a later time."
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "PaymentDate",
|
|
109
|
+
"type": "string <date>",
|
|
110
|
+
"required": false,
|
|
111
|
+
"description": "The date of the payment. Supplying this value with a PaymentReference will mark the bill as paid."
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "PaymentReference",
|
|
115
|
+
"type": "string",
|
|
116
|
+
"required": false,
|
|
117
|
+
"description": "Unique reference number of the payment. Supplying this value with a PaymentDate will mark the bill as paid."
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "AccountNumber",
|
|
121
|
+
"type": "string",
|
|
122
|
+
"required": false,
|
|
123
|
+
"description": "For utility billing. The account number associated with the bill, used by a utility vendor to identify the account. Note: WorkOrderId and AccountNumber are mutually exclusive. Therefore, only one of them can be provided in the request."
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "CashAccountId",
|
|
127
|
+
"type": "string <uuid>",
|
|
128
|
+
"required": false,
|
|
129
|
+
"description": "The general ledger account ID of the Cash Account the bill will be paid out of. If the property is corporate, the CashAccountID must be a corporate gl account. If it is not, it cannot be a corporate GL account"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "CheckMemo",
|
|
133
|
+
"type": "string",
|
|
134
|
+
"required": false,
|
|
135
|
+
"description": "The memo on the check"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "CreateCorporateCharges",
|
|
139
|
+
"type": "boolean",
|
|
140
|
+
"required": false,
|
|
141
|
+
"description": "When true, automatically create corporate charges for this bill. Only applies when ManagementCompanyAsPayee is true and Corporate Charge Automation is configured in Corporate Accounting Settings; otherwise no charges are created. Defaults to false when omitted."
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "ManagementCompanyAsPayee",
|
|
145
|
+
"type": "boolean",
|
|
146
|
+
"required": false,
|
|
147
|
+
"description": "Indicates whether the management company is the payee for the bill. Required and must be true when VendorId is null or not provided. When true and CreateCorporateCharges is also true, if Corporate Charge and Receipt Automation are configured in Corporate Accounting Settings, charges and receipts will automatically post."
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "PostingDate",
|
|
151
|
+
"type": "string <date>",
|
|
152
|
+
"required": false,
|
|
153
|
+
"description": "The accrual-accounting invoice date"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"name": "Reference",
|
|
157
|
+
"type": "string",
|
|
158
|
+
"required": false,
|
|
159
|
+
"description": "The reference number of the bill. This number must be unique, no duplicate record is allowed."
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"name": "Remarks",
|
|
163
|
+
"type": "string",
|
|
164
|
+
"required": false,
|
|
165
|
+
"description": "A description or summary of the bill"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "VendorId",
|
|
169
|
+
"type": "string <uuid>",
|
|
170
|
+
"required": false,
|
|
171
|
+
"description": "Unique identifier of the the payee's vendor ID. Required when ManagementCompanyAsPayee is false or not provided. When present, ManagementCompanyAsPayee cannot be true."
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "WorkOrderId",
|
|
175
|
+
"type": "string <uuid>",
|
|
176
|
+
"required": false,
|
|
177
|
+
"description": "Unique identifier of the work order corresponding to the bill(s). The value of WorkOrderId cannot be null. Note: WorkOrderId and AccountNumber are mutually exclusive. Therefore, only one of them can be provided in the request."
|
|
178
|
+
}
|
|
179
|
+
]
|
|
180
|
+
}
|
|
181
|
+
]
|
|
182
|
+
},
|
|
183
|
+
"responseFields": [
|
|
184
|
+
{
|
|
185
|
+
"name": "JobId",
|
|
186
|
+
"type": "string <uuid>",
|
|
187
|
+
"required": false,
|
|
188
|
+
"description": "Unique identifier of the async job. Can be used to track the status of the job via the Jobs List endpoint."
|
|
189
|
+
}
|
|
190
|
+
],
|
|
191
|
+
"requestSample": "{\n \"data\": [\n {}\n ]\n}"
|
|
192
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"operationId": "post_ca_violations",
|
|
3
|
+
"resource": "ca",
|
|
4
|
+
"name": "Create Community Association Violations",
|
|
5
|
+
"method": "POST",
|
|
6
|
+
"path": "/ca/violations",
|
|
7
|
+
"description": "Create a Community Association (CA) Violation",
|
|
8
|
+
"deprecated": false,
|
|
9
|
+
"writeOperation": true,
|
|
10
|
+
"pagination": false,
|
|
11
|
+
"requestBody": {
|
|
12
|
+
"required": true,
|
|
13
|
+
"description": "Violation object",
|
|
14
|
+
"attributes": [
|
|
15
|
+
{
|
|
16
|
+
"name": "InspectionDate",
|
|
17
|
+
"type": "string",
|
|
18
|
+
"required": true,
|
|
19
|
+
"description": "The date of the CA unit's inspection"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"name": "Status",
|
|
23
|
+
"type": "string",
|
|
24
|
+
"required": true,
|
|
25
|
+
"description": "Indicates the current status of the CA violation",
|
|
26
|
+
"enum": ["In Progress", "In Dispute", "Corrected", "On Hold"]
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "UnitId",
|
|
30
|
+
"type": "string <uuid>",
|
|
31
|
+
"required": true,
|
|
32
|
+
"description": "Unique identifier of the unit associated with the CA violation"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "Description",
|
|
36
|
+
"type": "string",
|
|
37
|
+
"required": false,
|
|
38
|
+
"description": "A brief summary or description of the CA violation"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "MarkedForEscalation",
|
|
42
|
+
"type": "boolean",
|
|
43
|
+
"required": false,
|
|
44
|
+
"description": "Indicates whether or not the CA violation was marked for escalation"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "ViolatedRuleId",
|
|
48
|
+
"type": "string <uuid>",
|
|
49
|
+
"required": false,
|
|
50
|
+
"description": "Unique identifier of the CA rule that was violated"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"responseFields": [
|
|
55
|
+
{
|
|
56
|
+
"name": "Id",
|
|
57
|
+
"type": "string <uuid>",
|
|
58
|
+
"required": false,
|
|
59
|
+
"description": "Unique identifier of the created violation"
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"requestSample": "{\n \"Description\": \"sample description\",\n \"InspectionDate\": \"2022-05-11\",\n \"MarkedForEscalation\": false,\n \"Status\": \"In Progress\",\n \"UnitId\": \"2ca1275d-2db6-4013-87a6-686dedc705c3\",\n \"ViolatedRuleId\": \"f303fb98-6d0d-4d01-b876-a3ebfa8f8294\"\n}"
|
|
63
|
+
}
|