Propertyware · Example Payload

Save Portfolio

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

abbreviationcashAccrualclosingDatedefaultBankAccountIDdefaultSecdepAccountIDdoNotPayOwnerDrawmaintenanceSpendingLimitmaintenanceSpendingLimitTimenameownerIdsownerStatementReportIDownersstickyNotetargetOperatingReserve

Example Payload

Raw ↑
{
  "abbreviation": "example_abbreviation",
  "cashAccrual": "COMPANY_DEFAULT",
  "closingDate": "2024-01-01",
  "defaultBankAccountID": 1,
  "defaultSecdepAccountID": 1,
  "doNotPayOwnerDraw": true,
  "maintenanceSpendingLimit": 1.0,
  "maintenanceSpendingLimitTime": "NO_LIMIT",
  "name": "example_name",
  "ownerIds": [],
  "ownerStatementReportID": 1,
  "owners": [],
  "stickyNote": "example_stickyNote",
  "targetOperatingReserve": 1.0
}