Propertyware · Example Payload

Bill Split

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

amountamountPaidbuildingAbbrbuildingIDcommentsglAccountIDidmarkupDiscountSplitpaidportfolioAbbrportfolioIDunitAbbrunitID

Example Payload

Raw ↑
{
  "amount": 1.0,
  "amountPaid": 1.0,
  "buildingAbbr": "example_buildingAbbr",
  "buildingID": 1,
  "comments": "example_comments",
  "glAccountID": 1,
  "id": 1,
  "markupDiscountSplit": true,
  "paid": true,
  "portfolioAbbr": "example_portfolioAbbr",
  "portfolioID": 1,
  "unitAbbr": "example_unitAbbr",
  "unitID": 1
}