Propertyware · Example Payload

Save Bill Split

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

amountamountPaidbuildingIDcommentsglAccountIDidmarkupDiscountSplitpaidportfolioIDunitID

Example Payload

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