Propertyware · Example Payload

Split Paid

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

amountamountPaidamountPaidByBillPaymentbuildingIDcommentsidpaidportfolioIDunitID

Example Payload

Raw ↑
{
  "amount": 1.0,
  "amountPaid": 1.0,
  "amountPaidByBillPayment": 1.0,
  "buildingID": 1,
  "comments": "example_comments",
  "id": 1,
  "paid": true,
  "portfolioID": 1,
  "unitID": 1
}