Propertyware · Example Payload

Entry

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

Entry 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

buildingIDcommentcreditdebitglaccountCodeglaccountIDidportfolioIDunitID

Example Payload

Raw ↑
{
  "buildingID": 1,
  "comment": "example_comment",
  "credit": 1.0,
  "debit": 1.0,
  "glaccountCode": "example_glaccountCode",
  "glaccountID": 1,
  "id": 1,
  "portfolioID": 1,
  "unitID": 1
}