Propertyware · Example Payload

Line Item

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

buildingIDcreditdebitglAccountIDidportfolioIDunitID

Example Payload

Raw ↑
{
  "buildingID": 1,
  "credit": 1.0,
  "debit": 1.0,
  "glAccountID": 1,
  "id": 1,
  "portfolioID": 1,
  "unitID": 1
}