Propertyware · Example Payload

Late Fee Rule

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

Late Fee Rule is an example object payload from Propertyware, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

dueDayfeeTypeidminimumDuesummary

Example Payload

Raw ↑
{
  "dueDay": 1,
  "feeType": "example_feeType",
  "id": 1,
  "minimumDue": 1.0,
  "summary": "example_summary"
}